2019-01-03 17:19:00,823 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 17:19:00,828 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 17:19:00,828 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 17:19:00,829 - 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 | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2019-01-03 17:19:00,839 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:19:01,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:19:01,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:19:01,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:19:01,764 - 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" 2019-01-03 17:19:01,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5757a622-fbbf-4908-a2dc-7ea2c81700e0 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"}]}} 2019-01-03 17:19:01,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5757a622-fbbf-4908-a2dc-7ea2c81700e0 2019-01-03 17:19:01,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:02,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["G8OCFtQGSxOJlScnZIkTcg"], "issued_at": "2019-01-03T17:19:02.000000Z"}} 2019-01-03 17:19:02,235 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:02,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:02,245 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:02,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d4111a-b132-4044-87af-4b8ef4197118 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:19:02,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-97d4111a-b132-4044-87af-4b8ef4197118 2019-01-03 17:19:02,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.646271944046s 2019-01-03 17:19:02,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:19:02,412 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}}' 2019-01-03 17:19:02,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0e73256-4d43-4dcd-98da-9abea7b4942e 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/b7241e9c0cd248ddb9c3d7d617b046bc"}, "enabled": true, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}} 2019-01-03 17:19:02,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e0e73256-4d43-4dcd-98da-9abea7b4942e 2019-01-03 17:19:02,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.204590082169s 2019-01-03 17:19:02,616 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e0e73256-4d43-4dcd-98da-9abea7b4942e 2019-01-03 17:19:02,617 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386', 'id': u'b7241e9c0cd248ddb9c3d7d617b046bc', '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'})}) 2019-01-03 17:19:02,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:19:03,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.514142036438s 2019-01-03 17:19:03,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105cf589-8b0f-4c41-ab37-8f2e39778618 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/1568613fe2bf48b788a6c76b4ba5ba19"}, "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}, "domain_id": "default", "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386"}} 2019-01-03 17:19:03,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 used request id req-105cf589-8b0f-4c41-ab37-8f2e39778618 2019-01-03 17:19:03,242 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1568613fe2bf48b788a6c76b4ba5ba19', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386'}) 2019-01-03 17:19:03,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:03,243 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb656ad-ee90-4787-876a-02673f7fac0b Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:03,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ffb656ad-ee90-4787-876a-02673f7fac0b 2019-01-03 17:19:03,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0218369960785s 2019-01-03 17:19:03,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:03,266 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-453841a3-9f5d-4697-99d2-df42e6b0ae88 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:03,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-453841a3-9f5d-4697-99d2-df42e6b0ae88 2019-01-03 17:19:03,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828220844269s 2019-01-03 17:19:03,349 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:19:03,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:19:03,351 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" -d '{"role": {"name": "Member"}}' 2019-01-03 17:19:03,559 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-903a8559-922a-4e45-9f0e-c2a5f72c852d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}} 2019-01-03 17:19:03,559 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-903a8559-922a-4e45-9f0e-c2a5f72c852d 2019-01-03 17:19:03,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.209362030029s 2019-01-03 17:19:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a28d3271-2fbc-4c42-84a7-4811ec510041 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "domain_id": null, "name": "Member", "id": "da6668c2f91c4cc1859a77771cbb9a8d"}} 2019-01-03 17:19:03,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d used request id req-a28d3271-2fbc-4c42-84a7-4811ec510041 2019-01-03 17:19:03,640 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d'}, 'domain_id': None, 'human_id': None, 'id': u'da6668c2f91c4cc1859a77771cbb9a8d', 'HUMAN_ID': False}) 2019-01-03 17:19:03,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:03,641 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5057223b-56d8-42a0-9f24-cb7323e14ddc 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:03,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5057223b-56d8-42a0-9f24-cb7323e14ddc 2019-01-03 17:19:03,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0839939117432s 2019-01-03 17:19:03,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:03,726 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d60a65-2b13-450a-8b25-73db48d65fd4 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"}} 2019-01-03 17:19:03,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-54d60a65-2b13-450a-8b25-73db48d65fd4 2019-01-03 17:19:03,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.1326379776s 2019-01-03 17:19:03,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:03,859 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:03,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72cfc778-1063-4513-acad-941eba5396ce Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "links": {"self": "http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19"}, "domain_id": "default", "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:03,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-72cfc778-1063-4513-acad-941eba5396ce 2019-01-03 17:19:03,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928888320923s 2019-01-03 17:19:03,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-72cfc778-1063-4513-acad-941eba5396ce 2019-01-03 17:19:03,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:03,958 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3b1fa0d-4187-412b-a59b-c51d897d5913 Content-Encoding: gzip Content-Length: 392 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/b7241e9c0cd248ddb9c3d7d617b046bc"}, "enabled": true, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}]} 2019-01-03 17:19:04,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c3b1fa0d-4187-412b-a59b-c51d897d5913 2019-01-03 17:19:04,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806910991669s 2019-01-03 17:19:04,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c3b1fa0d-4187-412b-a59b-c51d897d5913 2019-01-03 17:19:04,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:04,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=da6668c2f91c4cc1859a77771cbb9a8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d50b5c9-144d-4213-b76e-f81e8f5499eb 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=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=da6668c2f91c4cc1859a77771cbb9a8d", "previous": null, "next": null}} 2019-01-03 17:19:04,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=da6668c2f91c4cc1859a77771cbb9a8d used request id req-2d50b5c9-144d-4213-b76e-f81e8f5499eb 2019-01-03 17:19:04,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.139359951019s 2019-01-03 17:19:04,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:04,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/da6668c2f91c4cc1859a77771cbb9a8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8899cb71-7724-478b-a9b8-e78fa149a86d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:04,400 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/da6668c2f91c4cc1859a77771cbb9a8d used request id req-8899cb71-7724-478b-a9b8-e78fa149a86d 2019-01-03 17:19:04,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.219801187515s 2019-01-03 17:19:04,401 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386', 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': 'a94a0dca-123a-40d2-9eb1-a23889535fcf', 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_c379a94d-fc0a-4533-a0d6-8127a6d18386', 'project_id': u'b7241e9c0cd248ddb9c3d7d617b046bc', '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': {}}}} 2019-01-03 17:19:04,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:19:04,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:19:04,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:19:04,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:19:04,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:19:04,406 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386', 'password': 'a94a0dca-123a-40d2-9eb1-a23889535fcf', 'project_name': 'connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'b7241e9c0cd248ddb9c3d7d617b046bc', 'project_domain_name': 'Default'} 2019-01-03 17:19:04,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:04,407 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d1067e-42eb-4cf2-a716-825c01425b75 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:04,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-61d1067e-42eb-4cf2-a716-825c01425b75 2019-01-03 17:19:04,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.136183977127s 2019-01-03 17:19:04,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:04,544 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcbb6824-e1af-4a4d-a98e-32bcbb986407 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:04,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-dcbb6824-e1af-4a4d-a98e-32bcbb986407 2019-01-03 17:19:04,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0893218517303s 2019-01-03 17:19:04,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:04,635 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c0b1c76-6b85-45dd-8b3e-82b68b98bc8b 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"}} 2019-01-03 17:19:04,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2c0b1c76-6b85-45dd-8b3e-82b68b98bc8b 2019-01-03 17:19:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.129144906998s 2019-01-03 17:19:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:04,765 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecc66a7-e4e3-4541-ac0f-a7a7175071e4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "links": {"self": "http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19"}, "domain_id": "default", "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:04,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-aecc66a7-e4e3-4541-ac0f-a7a7175071e4 2019-01-03 17:19:04,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0927140712738s 2019-01-03 17:19:04,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-aecc66a7-e4e3-4541-ac0f-a7a7175071e4 2019-01-03 17:19:04,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:04,864 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:04,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1cd0f84-a4d3-4164-94dc-843cefff2daf Content-Encoding: gzip Content-Length: 392 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/b7241e9c0cd248ddb9c3d7d617b046bc"}, "enabled": true, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}]} 2019-01-03 17:19:04,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b1cd0f84-a4d3-4164-94dc-843cefff2daf 2019-01-03 17:19:04,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804281234741s 2019-01-03 17:19:04,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b1cd0f84-a4d3-4164-94dc-843cefff2daf 2019-01-03 17:19:04,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:04,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e824fa4f-9c0e-4809-81fe-a31d9fa88c81 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=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 17:19:05,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-e824fa4f-9c0e-4809-81fe-a31d9fa88c81 2019-01-03 17:19:05,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0731279850006s 2019-01-03 17:19:05,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2467fc75-96c0-4627-bf72-6a021cbd6d93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:05,267 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-2467fc75-96c0-4627-bf72-6a021cbd6d93 2019-01-03 17:19:05,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.246886968613s 2019-01-03 17:19:05,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:05,268 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-792d9ccf-1b9f-465b-b0be-57a4286f4f02 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:05,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-792d9ccf-1b9f-465b-b0be-57a4286f4f02 2019-01-03 17:19:05,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851850509644s 2019-01-03 17:19:05,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:19:05,355 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 17:19:05,556 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c045914-b30e-44e7-b47f-b6e167f8f527 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11d603db5d874bc191a44062b1868443", "links": {"self": "http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443"}, "name": "heat_stack_owner"}} 2019-01-03 17:19:05,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c045914-b30e-44e7-b47f-b6e167f8f527 2019-01-03 17:19:05,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.202441930771s 2019-01-03 17:19:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1670854c-5794-411b-81c4-e66fdf7daf4b Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443"}, "domain_id": null, "name": "heat_stack_owner", "id": "11d603db5d874bc191a44062b1868443"}} 2019-01-03 17:19:05,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443 used request id req-1670854c-5794-411b-81c4-e66fdf7daf4b 2019-01-03 17:19:05,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:05,639 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2400615a-cf83-4cc4-b911-ec1188ec5970 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": "11d603db5d874bc191a44062b1868443", "links": {"self": "http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:05,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2400615a-cf83-4cc4-b911-ec1188ec5970 2019-01-03 17:19:05,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0850551128387s 2019-01-03 17:19:05,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:05,726 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51605d5-358f-441b-9d92-12e647f7383b 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"}} 2019-01-03 17:19:05,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d51605d5-358f-441b-9d92-12e647f7383b 2019-01-03 17:19:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0760209560394s 2019-01-03 17:19:05,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:05,803 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c34fa3-dc96-4779-a900-84fb78cb4887 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "links": {"self": "http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19"}, "domain_id": "default", "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:05,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-89c34fa3-dc96-4779-a900-84fb78cb4887 2019-01-03 17:19:05,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991761684418s 2019-01-03 17:19:05,902 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-89c34fa3-dc96-4779-a900-84fb78cb4887 2019-01-03 17:19:05,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:05,905 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:05,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991df77d-a0c0-4cfb-955c-135a512b9e6f Content-Encoding: gzip Content-Length: 392 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/b7241e9c0cd248ddb9c3d7d617b046bc"}, "enabled": true, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}]} 2019-01-03 17:19:05,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-991df77d-a0c0-4cfb-955c-135a512b9e6f 2019-01-03 17:19:05,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796389579773s 2019-01-03 17:19:05,985 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-991df77d-a0c0-4cfb-955c-135a512b9e6f 2019-01-03 17:19:05,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:05,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=11d603db5d874bc191a44062b1868443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:06,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29db7fec-220e-4b9b-8ed8-4cf7e5a41ac5 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=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=11d603db5d874bc191a44062b1868443", "previous": null, "next": null}} 2019-01-03 17:19:06,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=1568613fe2bf48b788a6c76b4ba5ba19&scope.project.id=b7241e9c0cd248ddb9c3d7d617b046bc&role.id=11d603db5d874bc191a44062b1868443 used request id req-29db7fec-220e-4b9b-8ed8-4cf7e5a41ac5 2019-01-03 17:19:06,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0726869106293s 2019-01-03 17:19:06,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:06,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/11d603db5d874bc191a44062b1868443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:06,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d38a5c3-dccd-4378-ae54-239173f5fefb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:06,182 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc/users/1568613fe2bf48b788a6c76b4ba5ba19/roles/11d603db5d874bc191a44062b1868443 used request id req-6d38a5c3-dccd-4378-ae54-239173f5fefb 2019-01-03 17:19:06,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121783971786s 2019-01-03 17:19:06,182 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 17:19:06,182 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 17:19:06,183 - openstack_tests - INFO - OS Credentials = > 2019-01-03 17:19:06,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:06,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:06,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["jAqnB2Q6QbOtKWqvbLaW3A"], "issued_at": "2019-01-03T17:19:06.000000Z"}} 2019-01-03 17:19:06,587 - 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}bb1ecf1dfb275bbcc2b3d559592db01cb54f9064" 2019-01-03 17:19:07,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-88064e0a-417f-4bcc-a945-b212a5f55d6d Date: Thu, 03 Jan 2019 17:19:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:19:07,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-88064e0a-417f-4bcc-a945-b212a5f55d6d 2019-01-03 17:19:07,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb1ecf1dfb275bbcc2b3d559592db01cb54f9064" 2019-01-03 17:19:08,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5d0b4f3c-d4c9-49d2-bddc-0c49a7afdc5a Date: Thu, 03 Jan 2019 17:19:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:19:08,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-5d0b4f3c-d4c9-49d2-bddc-0c49a7afdc5a 2019-01-03 17:19:08,480 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 17:19:08,481 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2019-01-03 17:19:08,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:08,502 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 17:19:08,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:09,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["rT6CfygsTPiOsikEa1a7Fw"], "issued_at": "2019-01-03T17:19:08.000000Z"}} 2019-01-03 17:19:09,003 - 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}df110876a36be9dc1d2075b53e38aa17036568b3" 2019-01-03 17:19:09,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-c145be05-bfef-4d6a-8bcb-f76828d80330 Date: Thu, 03 Jan 2019 17:19:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-03 17:19:09,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-c145be05-bfef-4d6a-8bcb-f76828d80330 2019-01-03 17:19:09,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:09,678 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 17:19:09,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:10,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["K-ms4eIPRLi5LS9uqZRZFw"], "issued_at": "2019-01-03T17:19:10.000000Z"}} 2019-01-03 17:19:10,066 - 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}92f5c06b7c2544d6eed0ddf74652e50491b7cbe3" 2019-01-03 17:19:10,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1ecb6ac-2fc1-4cef-b92a-33d37319fc93 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"}]}} 2019-01-03 17:19:10,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e1ecb6ac-2fc1-4cef-b92a-33d37319fc93 2019-01-03 17:19:10,238 - 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" 2019-01-03 17:19:10,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:10,245 - 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}92f5c06b7c2544d6eed0ddf74652e50491b7cbe3" 2019-01-03 17:19:10,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d299420e-a96a-4536-8c88-9ddbc1f54377 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "links": {"self": "http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19"}, "domain_id": "default", "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:10,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d299420e-a96a-4536-8c88-9ddbc1f54377 2019-01-03 17:19:10,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:10,353 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 17:19:10,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:10,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["auoqJKu7RJ2R7LWigDusTg"], "issued_at": "2019-01-03T17:19:10.000000Z"}} 2019-01-03 17:19:10,749 - 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}00459f109ef79171c4d222017fbcf82b26f57f36" 2019-01-03 17:19:11,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9504a8b0-4403-470e-ac8a-36ab11f0b4bb Date: Thu, 03 Jan 2019 17:19:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:19:11,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-9504a8b0-4403-470e-ac8a-36ab11f0b4bb 2019-01-03 17:19:11,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:12,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["mOYYboxPSDel032kF0FSmQ"], "issued_at": "2019-01-03T17:19:12.000000Z"}} 2019-01-03 17:19:12,044 - 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}9b2f98b67b45fa7233071e41129e24ff460bdb8a" 2019-01-03 17:19:12,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4f00993f-c3ba-480b-9fde-1f332eb437a1 Date: Thu, 03 Jan 2019 17:19:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:19:12,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-4f00993f-c3ba-480b-9fde-1f332eb437a1 2019-01-03 17:19:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b2f98b67b45fa7233071e41129e24ff460bdb8a" 2019-01-03 17:19:13,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4121f053-59ef-414d-870e-3f867de318cc Date: Thu, 03 Jan 2019 17:19:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:19:13,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-4121f053-59ef-414d-870e-3f867de318cc 2019-01-03 17:19:13,957 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:19:13,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:14,017 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2019-01-03 17:19:14,032 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-03 17:19:14,033 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:19:14,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:14,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["3etwmvg8TdmVGZg1vn0xRw"], "issued_at": "2019-01-03T17:19:14.000000Z"}} 2019-01-03 17:19:14,447 - 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}c03cbbdb195241fcb2728cf70067227682906f54" 2019-01-03 17:19:15,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41e501aa-8454-497d-ad12-5256759a8be4 x-compute-request-id: req-41e501aa-8454-497d-ad12-5256759a8be4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:19:15,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-41e501aa-8454-497d-ad12-5256759a8be4 2019-01-03 17:19:15,279 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:19:15,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:15,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["6oEEUkdsSxed1M7K3hA9zQ"], "issued_at": "2019-01-03T17:19:15.000000Z"}} 2019-01-03 17:19:15,659 - 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}6df5b7b4dee8cfcb27740c310964d5fb55fcf1e2" 2019-01-03 17:19:16,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19: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-bc8e39d6-fe48-47b2-9f65-13d588afd67b x-compute-request-id: req-bc8e39d6-fe48-47b2-9f65-13d588afd67b Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 17:19:16,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-bc8e39d6-fe48-47b2-9f65-13d588afd67b 2019-01-03 17:19:16,367 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:19:16,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:16,386 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2019-01-03 17:19:16,448 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-03 17:19:16,449 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:19:16,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:16,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["jLpQc_RQQ1KQECtON9jd-w"], "issued_at": "2019-01-03T17:19:16.000000Z"}} 2019-01-03 17:19:16,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3464a69a3253da11bd6ef7bed3d3f29773510756" 2019-01-03 17:19:17,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:16 GMT Server: Apache x-openstack-request-id: req-636cdb37-8d0e-4e8a-b8bd-3b5505f1033e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 17:19:17,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc/stacks used request id req-636cdb37-8d0e-4e8a-b8bd-3b5505f1033e 2019-01-03 17:19:17,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:18,322 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 17:19:18,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:18,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11d603db5d874bc191a44062b1868443", "name": "heat_stack_owner"}, {"id": "da6668c2f91c4cc1859a77771cbb9a8d", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/b7241e9c0cd248ddb9c3d7d617b046bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "id": "1568613fe2bf48b788a6c76b4ba5ba19"}, "audit_ids": ["90wyp_PwSWK01eXYJU77dw"], "issued_at": "2019-01-03T17:19:18.000000Z"}} 2019-01-03 17:19:18,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c5972335cfd11cd542439b1c8e7907fe6eadc47" 2019-01-03 17:19:19,548 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:18 GMT Server: Apache x-compute-request-id: req-263d6f06-c27e-4c47-8593-51b23759181b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-263d6f06-c27e-4c47-8593-51b23759181b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 17:19:19,549 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/b7241e9c0cd248ddb9c3d7d617b046bc/volumes/detail used request id req-263d6f06-c27e-4c47-8593-51b23759181b 2019-01-03 17:19:19,550 - 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 11.061s OK 2019-01-03 17:19:19,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:19:19,666 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-03 17:19:19,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:19,671 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:19,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0a8bed-a8b3-46b2-9a6d-bf34a5f50fd8 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": "11d603db5d874bc191a44062b1868443", "links": {"self": "http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:19,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1e0a8bed-a8b3-46b2-9a6d-bf34a5f50fd8 2019-01-03 17:19:19,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896501541138s 2019-01-03 17:19:19,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:19:19,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:19,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ec70bc7-fb90-44b7-a133-bb8062a3505e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:19,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/11d603db5d874bc191a44062b1868443 used request id req-2ec70bc7-fb90-44b7-a133-bb8062a3505e 2019-01-03 17:19:19,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.163621902466s 2019-01-03 17:19:19,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:19,927 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44bebcc-e45c-4c9d-88c7-e4774084e6b2 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386", "links": {"self": "http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19"}, "domain_id": "default", "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:20,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a44bebcc-e45c-4c9d-88c7-e4774084e6b2 2019-01-03 17:19:20,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982761383057s 2019-01-03 17:19:20,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a44bebcc-e45c-4c9d-88c7-e4774084e6b2 2019-01-03 17:19:20,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:20,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-831cf904-674b-4d0c-9bbb-0fcc51d843fb 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/1568613fe2bf48b788a6c76b4ba5ba19"}, "enabled": true, "id": "1568613fe2bf48b788a6c76b4ba5ba19", "options": {}, "domain_id": "default", "name": "connection_check-user_c379a94d-fc0a-4533-a0d6-8127a6d18386"}} 2019-01-03 17:19:20,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 used request id req-831cf904-674b-4d0c-9bbb-0fcc51d843fb 2019-01-03 17:19:20,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0922148227692s 2019-01-03 17:19:20,122 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 used request id req-831cf904-674b-4d0c-9bbb-0fcc51d843fb 2019-01-03 17:19:20,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:19:20,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d08c5624-b0b1-4503-a8d7-3352fba04fea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:20,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 used request id req-d08c5624-b0b1-4503-a8d7-3352fba04fea 2019-01-03 17:19:20,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.3204870224s 2019-01-03 17:19:20,444 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/1568613fe2bf48b788a6c76b4ba5ba19 used request id req-d08c5624-b0b1-4503-a8d7-3352fba04fea 2019-01-03 17:19:20,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:20,445 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efb4a5a-5d59-4d39-9858-92077914d637 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/b7241e9c0cd248ddb9c3d7d617b046bc"}, "enabled": true, "id": "b7241e9c0cd248ddb9c3d7d617b046bc", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c379a94d-fc0a-4533-a0d6-8127a6d18386"}]} 2019-01-03 17:19:20,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-7efb4a5a-5d59-4d39-9858-92077914d637 2019-01-03 17:19:20,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0704278945923s 2019-01-03 17:19:20,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-7efb4a5a-5d59-4d39-9858-92077914d637 2019-01-03 17:19:20,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:19:20,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dde57b5c-6924-46a4-bede-044d00b16728 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:20,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc used request id req-dde57b5c-6924-46a4-bede-044d00b16728 2019-01-03 17:19:20,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.168265104294s 2019-01-03 17:19:20,686 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b7241e9c0cd248ddb9c3d7d617b046bc used request id req-dde57b5c-6924-46a4-bede-044d00b16728 2019-01-03 17:19:20,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:20,687 - 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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c757275d-736e-4375-92a7-a4b2efb0c7f4 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "da6668c2f91c4cc1859a77771cbb9a8d", "links": {"self": "http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:20,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c757275d-736e-4375-92a7-a4b2efb0c7f4 2019-01-03 17:19:20,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0868170261383s 2019-01-03 17:19:20,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:19:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:20,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40931e06-37dd-4faa-90c9-b41013f84a1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:20,980 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/da6668c2f91c4cc1859a77771cbb9a8d used request id req-40931e06-37dd-4faa-90c9-b41013f84a1e 2019-01-03 17:19:20,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.204598903656s 2019-01-03 17:19:20,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:19:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b7241e9c0cd248ddb9c3d7d617b046bc&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}2010256bf3ef124b8ea500daa3fb2801d2d7eb77" 2019-01-03 17:19:21,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2b8e790b-24df-49e5-8818-c3e2c6c1b465 Date: Thu, 03 Jan 2019 17:19:21 GMT RESP BODY: {"security_groups": []} 2019-01-03 17:19:21,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b7241e9c0cd248ddb9c3d7d617b046bc&name=default used request id req-2b8e790b-24df-49e5-8818-c3e2c6c1b465 2019-01-03 17:19:21,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.00304603577s 2019-01-03 17:19:21,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=b7241e9c0cd248ddb9c3d7d617b046bc&name=default used request id req-2b8e790b-24df-49e5-8818-c3e2c6c1b465 2019-01-03 17:19:22,008 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:19:22,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:19:22,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:19:22,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:19:22,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:19:22,037 - 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" 2019-01-03 17:19:22,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b72f052-a72a-4134-841f-867249cc1454 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"}]}} 2019-01-03 17:19:22,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7b72f052-a72a-4134-841f-867249cc1454 2019-01-03 17:19:22,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:22,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["XCGHgR2EQ1i961Vn-OK3xg"], "issued_at": "2019-01-03T17:19:22.000000Z"}} 2019-01-03 17:19:22,425 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:22,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:22,435 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:22,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff12c23-e826-418f-b43d-6145fa27f8a1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:19:22,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-9ff12c23-e826-418f-b43d-6145fa27f8a1 2019-01-03 17:19:22,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.556762933731s 2019-01-03 17:19:22,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:19:22,595 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}}' 2019-01-03 17:19:22,758 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f134c1fc-76c7-4c2d-8f50-5873e4948681 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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:22,758 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f134c1fc-76c7-4c2d-8f50-5873e4948681 2019-01-03 17:19:22,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.163440942764s 2019-01-03 17:19:22,759 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f134c1fc-76c7-4c2d-8f50-5873e4948681 2019-01-03 17:19:22,759 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980', 'id': u'f722d3fa025d4075b293873d61c918ee', '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'})}) 2019-01-03 17:19:22,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:19:23,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.354320049286s 2019-01-03 17:19:23,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0b00ebf-64bb-43f7-985b-79d4a7b3c974 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/d7b2b3ee82e342e4a365ceae6372ae19"}, "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}, "domain_id": "default", "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:23,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 used request id req-d0b00ebf-64bb-43f7-985b-79d4a7b3c974 2019-01-03 17:19:23,212 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd7b2b3ee82e342e4a365ceae6372ae19', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980'}) 2019-01-03 17:19:23,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:23,213 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f89c2fe-cce6-463e-bd03-8d8bd87acc6a Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:23,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0f89c2fe-cce6-463e-bd03-8d8bd87acc6a 2019-01-03 17:19:23,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827119350433s 2019-01-03 17:19:23,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:23,297 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0aedc08-b7a6-4a57-a874-1a71b697e401 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:23,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a0aedc08-b7a6-4a57-a874-1a71b697e401 2019-01-03 17:19:23,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0675268173218s 2019-01-03 17:19:23,365 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:19:23,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:19:23,366 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" -d '{"role": {"name": "Member"}}' 2019-01-03 17:19:23,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d54e48b3-c265-4425-a468-57dbb9440b5b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}} 2019-01-03 17:19:23,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-d54e48b3-c265-4425-a468-57dbb9440b5b 2019-01-03 17:19:23,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.102228879929s 2019-01-03 17:19:23,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4415d8fc-f9aa-4c72-b938-1b4f6c192546 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "domain_id": null, "name": "Member", "id": "88ecbbe2d5f14f22a1ab94067cf826b8"}} 2019-01-03 17:19:23,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8 used request id req-4415d8fc-f9aa-4c72-b938-1b4f6c192546 2019-01-03 17:19:23,553 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8'}, 'domain_id': None, 'human_id': None, 'id': u'88ecbbe2d5f14f22a1ab94067cf826b8', 'HUMAN_ID': False}) 2019-01-03 17:19:23,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:23,554 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc4d9e7-4198-490d-ac34-05df6a284f8d 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:23,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2dc4d9e7-4198-490d-ac34-05df6a284f8d 2019-01-03 17:19:23,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.072851896286s 2019-01-03 17:19:23,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:23,628 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62621e54-def6-4072-9d34-e8ddd646fe62 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"}} 2019-01-03 17:19:23,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-62621e54-def6-4072-9d34-e8ddd646fe62 2019-01-03 17:19:23,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.165065050125s 2019-01-03 17:19:23,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:23,794 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:23,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29f3451-0357-4aac-8cb0-38ca1c92a721 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:23,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b29f3451-0357-4aac-8cb0-38ca1c92a721 2019-01-03 17:19:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201826095581s 2019-01-03 17:19:23,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b29f3451-0357-4aac-8cb0-38ca1c92a721 2019-01-03 17:19:24,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:24,003 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8312f689-1312-4872-9c99-17eb60499fca 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:24,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8312f689-1312-4872-9c99-17eb60499fca 2019-01-03 17:19:24,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0770618915558s 2019-01-03 17:19:24,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8312f689-1312-4872-9c99-17eb60499fca 2019-01-03 17:19:24,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:24,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=88ecbbe2d5f14f22a1ab94067cf826b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a14e8d-1046-406f-83ea-be48d09e0226 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=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=88ecbbe2d5f14f22a1ab94067cf826b8", "previous": null, "next": null}} 2019-01-03 17:19:24,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=88ecbbe2d5f14f22a1ab94067cf826b8 used request id req-55a14e8d-1046-406f-83ea-be48d09e0226 2019-01-03 17:19:24,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796899795532s 2019-01-03 17:19:24,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:24,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/88ecbbe2d5f14f22a1ab94067cf826b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42dba439-e916-4a62-a040-bd889520454a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:24,393 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/88ecbbe2d5f14f22a1ab94067cf826b8 used request id req-42dba439-e916-4a62-a040-bd889520454a 2019-01-03 17:19:24,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.231040000916s 2019-01-03 17:19:24,394 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980', 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': '4841455e-2239-448e-b58f-b67067dac7a5', 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_4e9b58d7-bc64-4880-b978-fc4f069e9980', 'project_id': u'f722d3fa025d4075b293873d61c918ee', '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': {}}}} 2019-01-03 17:19:24,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:19:24,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:19:24,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:19:24,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:19:24,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:19:24,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:19:24,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:19:24,399 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980', 'password': '4841455e-2239-448e-b58f-b67067dac7a5', 'project_name': 'api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'f722d3fa025d4075b293873d61c918ee', 'project_domain_name': 'Default'} 2019-01-03 17:19:24,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:24,403 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10df3703-5eb5-4bbe-bdc5-1edf50a6d67d 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:24,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-10df3703-5eb5-4bbe-bdc5-1edf50a6d67d 2019-01-03 17:19:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076751947403s 2019-01-03 17:19:24,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:24,481 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a53135-4d72-465d-8f36-97ceb20c913f 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:24,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-61a53135-4d72-465d-8f36-97ceb20c913f 2019-01-03 17:19:24,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816349983215s 2019-01-03 17:19:24,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:24,567 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175b857d-7dac-46c2-bda5-508d4e435a87 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"}} 2019-01-03 17:19:24,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-175b857d-7dac-46c2-bda5-508d4e435a87 2019-01-03 17:19:24,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0867021083832s 2019-01-03 17:19:24,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:24,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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5854f5c6-9acf-45ae-891e-1db6e614ebeb Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:24,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5854f5c6-9acf-45ae-891e-1db6e614ebeb 2019-01-03 17:19:24,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0871601104736s 2019-01-03 17:19:24,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5854f5c6-9acf-45ae-891e-1db6e614ebeb 2019-01-03 17:19:24,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:24,747 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c02ee7-13b4-4d7e-a92d-ff09c2cf8de1 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:24,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10c02ee7-13b4-4d7e-a92d-ff09c2cf8de1 2019-01-03 17:19:24,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08136510849s 2019-01-03 17:19:24,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-10c02ee7-13b4-4d7e-a92d-ff09c2cf8de1 2019-01-03 17:19:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:24,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:24,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-213d4f81-1ff2-4710-9664-c9745d7510a4 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=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 17:19:24,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-213d4f81-1ff2-4710-9664-c9745d7510a4 2019-01-03 17:19:24,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796620845795s 2019-01-03 17:19:24,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:24,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa71dcfb-b931-4aed-bdc2-4b30eb42a44e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:25,039 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-aa71dcfb-b931-4aed-bdc2-4b30eb42a44e 2019-01-03 17:19:25,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128484010696s 2019-01-03 17:19:25,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:25,040 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65e771a-471a-41ca-8894-d6ae96da77f4 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:25,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f65e771a-471a-41ca-8894-d6ae96da77f4 2019-01-03 17:19:25,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770909786224s 2019-01-03 17:19:25,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:19:25,119 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 17:19:25,222 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07a02a91-4e55-4beb-a7a0-997e76cca161 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}} 2019-01-03 17:19:25,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-07a02a91-4e55-4beb-a7a0-997e76cca161 2019-01-03 17:19:25,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103986024857s 2019-01-03 17:19:25,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17244bd9-3f19-41b4-b922-cdc5e86ba15b Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "domain_id": null, "name": "heat_stack_owner", "id": "04bf5f452aa643aeb13853c22e16547b"}} 2019-01-03 17:19:25,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b used request id req-17244bd9-3f19-41b4-b922-cdc5e86ba15b 2019-01-03 17:19:25,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:19:25,388 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f348e09-b4b4-492b-b5c0-5969b3e553d0 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:25,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9f348e09-b4b4-492b-b5c0-5969b3e553d0 2019-01-03 17:19:25,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838768482208s 2019-01-03 17:19:25,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:19:25,473 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a392d84-e9af-4c6e-984c-f743eb1b322d 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"}} 2019-01-03 17:19:25,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-8a392d84-e9af-4c6e-984c-f743eb1b322d 2019-01-03 17:19:25,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0857548713684s 2019-01-03 17:19:25,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:19:25,560 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fca7c0-c22e-4a74-b594-105539db5772 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:25,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-46fca7c0-c22e-4a74-b594-105539db5772 2019-01-03 17:19:25,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.15834903717s 2019-01-03 17:19:25,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-46fca7c0-c22e-4a74-b594-105539db5772 2019-01-03 17:19:25,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:19:25,725 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9713688d-e742-41fa-9b9c-90e5bb2e5c47 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:25,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9713688d-e742-41fa-9b9c-90e5bb2e5c47 2019-01-03 17:19:25,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0852739810944s 2019-01-03 17:19:25,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-9713688d-e742-41fa-9b9c-90e5bb2e5c47 2019-01-03 17:19:25,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:19:25,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=04bf5f452aa643aeb13853c22e16547b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:25,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8d32df-4b24-4ce2-bd6f-2f92e476fea7 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=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=04bf5f452aa643aeb13853c22e16547b", "previous": null, "next": null}} 2019-01-03 17:19:25,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d7b2b3ee82e342e4a365ceae6372ae19&scope.project.id=f722d3fa025d4075b293873d61c918ee&role.id=04bf5f452aa643aeb13853c22e16547b used request id req-6f8d32df-4b24-4ce2-bd6f-2f92e476fea7 2019-01-03 17:19:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0842671394348s 2019-01-03 17:19:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:19:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/04bf5f452aa643aeb13853c22e16547b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:19:26,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7ddfcb8-2b47-429c-a76b-a2ce00f83957 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:26,021 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/d7b2b3ee82e342e4a365ceae6372ae19/roles/04bf5f452aa643aeb13853c22e16547b used request id req-e7ddfcb8-2b47-429c-a76b-a2ce00f83957 2019-01-03 17:19:26,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124028921127s 2019-01-03 17:19:26,021 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 17:19:26,022 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 17:19:26,022 - openstack_tests - INFO - OS Credentials = > 2019-01-03 17:19:26,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:26,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:26,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["qQ-1gGuFTCOiw5LFUYxI0w"], "issued_at": "2019-01-03T17:19:26.000000Z"}} 2019-01-03 17:19:26,507 - 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}5391a79eb187bed4d271a6c0be1fd2296f45915f" 2019-01-03 17:19:27,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a42918e5-6fc0-40fd-b851-9fab8a40b47d Date: Thu, 03 Jan 2019 17:19:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:19:27,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-a42918e5-6fc0-40fd-b851-9fab8a40b47d 2019-01-03 17:19:27,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5391a79eb187bed4d271a6c0be1fd2296f45915f" 2019-01-03 17:19:28,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f86ac82b-08c2-4558-87fa-e56232f036df Date: Thu, 03 Jan 2019 17:19:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:19:28,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-f86ac82b-08c2-4558-87fa-e56232f036df 2019-01-03 17:19:28,288 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 17:19:28,288 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2019-01-03 17:19:28,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:28,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:28,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Z8Nrysc9SVijXM3RwTOuyQ"], "issued_at": "2019-01-03T17:19:28.000000Z"}} 2019-01-03 17:19:28,798 - 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}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:28,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a09e8b3b-6a7d-412c-93cf-436c8f020913 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"}]}} 2019-01-03 17:19:28,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a09e8b3b-6a7d-412c-93cf-436c8f020913 2019-01-03 17:19:28,953 - 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" 2019-01-03 17:19:28,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:28,959 - 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}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:29,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa075eb7-a1f9-4f65-80c6-5f31e881904f 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}} 2019-01-03 17:19:29,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-aa075eb7-a1f9-4f65-80c6-5f31e881904f 2019-01-03 17:19:29,048 - 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}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName"}}' 2019-01-03 17:19:29,188 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-574a0123-a1c8-4a6b-a0b3-18c1f4ab810b Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/18de317092ca40f69c893d8bd8b49c60"}, "enabled": true, "id": "18de317092ca40f69c893d8bd8b49c60", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName"}} 2019-01-03 17:19:29,188 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-574a0123-a1c8-4a6b-a0b3-18c1f4ab810b 2019-01-03 17:19:29,188 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName 2019-01-03 17:19:29,192 - 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-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:29,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c612785d-8b18-4aff-800c-0d2c2f778c54 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/18de317092ca40f69c893d8bd8b49c60"}, "enabled": true, "id": "18de317092ca40f69c893d8bd8b49c60", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName"}]} 2019-01-03 17:19:29,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName used request id req-c612785d-8b18-4aff-800c-0d2c2f778c54 2019-01-03 17:19:29,286 - 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}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:29,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41484e0a-2f64-4016-a174-9384991531aa 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"}} 2019-01-03 17:19:29,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-41484e0a-2f64-4016-a174-9384991531aa 2019-01-03 17:19:29,374 - 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}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:30,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-73c517cb-cf25-4e5c-845c-d4b2c8df7fd1 Date: Thu, 03 Jan 2019 17:19:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:30Z", "updated_at": "2019-01-03T17:19:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "revision_number": 0, "id": "0ea1ecd9-f6df-4e13-8d7e-c3965d0cf9ec", "remote_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "revision_number": 0, "id": "656291fe-b24f-4a21-b9e3-86df2fde6a8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "revision_number": 0, "id": "cd4111a0-ce3a-4ab1-8a78-c6c3ab0834e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "revision_number": 0, "id": "cdb930cf-efd8-4df4-8f53-a87aeceffe93", "remote_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "name": "default"}]} 2019-01-03 17:19:30,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-73c517cb-cf25-4e5c-845c-d4b2c8df7fd1 2019-01-03 17:19:30,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:30,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ba7e0b-f38f-4eed-b003-0353448628d6 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:19:30,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-68ba7e0b-f38f-4eed-b003-0353448628d6 2019-01-03 17:19:30,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:30,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25cf1f63-2b7c-4e32-80b6-4ffcf2fc6946 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:19:30,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-25cf1f63-2b7c-4e32-80b6-4ffcf2fc6946 2019-01-03 17:19:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:30,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618ca5a4-6edd-4ffb-b4d2-a3e36e6d6ad5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:30,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-618ca5a4-6edd-4ffb-b4d2-a3e36e6d6ad5 2019-01-03 17:19:30,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc7691de-4320-4620-bfa0-6a4f48089d21 2019-01-03 17:19:30,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=fc7691de-4320-4620-bfa0-6a4f48089d21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:31,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1ade8641-4fbd-4702-aaab-e67ba72e41ff Date: Thu, 03 Jan 2019 17:19:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:30Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "0ea1ecd9-f6df-4e13-8d7e-c3965d0cf9ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:30Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "656291fe-b24f-4a21-b9e3-86df2fde6a8b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:30Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "cd4111a0-ce3a-4ab1-8a78-c6c3ab0834e9"}, {"remote_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:30Z", "security_group_id": "fc7691de-4320-4620-bfa0-6a4f48089d21", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:30Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "cdb930cf-efd8-4df4-8f53-a87aeceffe93"}]} 2019-01-03 17:19:31,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=fc7691de-4320-4620-bfa0-6a4f48089d21 used request id req-1ade8641-4fbd-4702-aaab-e67ba72e41ff 2019-01-03 17:19:31,451 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 17:19:31,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/fc7691de-4320-4620-bfa0-6a4f48089d21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:32,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ab5a4a8-02c8-427c-8557-941cb737a66c Content-Length: 0 Date: Thu, 03 Jan 2019 17:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:19:32,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/fc7691de-4320-4620-bfa0-6a4f48089d21 used request id req-3ab5a4a8-02c8-427c-8557-941cb737a66c 2019-01-03 17:19:32,578 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c7189b20-ecb5-4660-bd2a-bebf43d6ca69-projName 2019-01-03 17:19:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/18de317092ca40f69c893d8bd8b49c60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33c5c2f3233727cddc50e0a1088189c0d13ce0a5" 2019-01-03 17:19:32,790 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9c4a94e-c66b-486c-b311-e47a5e5be917 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:32,790 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/18de317092ca40f69c893d8bd8b49c60 used request id req-e9c4a94e-c66b-486c-b311-e47a5e5be917 2019-01-03 17:19:32,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:33,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Lvuf3lYsRt-DNbWKBgSiOw"], "issued_at": "2019-01-03T17:19:33.000000Z"}} 2019-01-03 17:19:33,257 - 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}2fa328ef335d78dceac7b62c2c6647c519e71bc8" 2019-01-03 17:19:33,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6635288d-e5c6-4217-a79f-c5a200b53c92 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"}]}} 2019-01-03 17:19:33,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6635288d-e5c6-4217-a79f-c5a200b53c92 2019-01-03 17:19:33,347 - 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" 2019-01-03 17:19:33,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:33,354 - 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}2fa328ef335d78dceac7b62c2c6647c519e71bc8" 2019-01-03 17:19:33,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3663be11-e386-4034-bcf4-c38cfac4754e 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}} 2019-01-03 17:19:33,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3663be11-e386-4034-bcf4-c38cfac4754e 2019-01-03 17:19:33,773 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-b67f2fd0-73a4-4201-9ab0-4f8472862c0d-username 2019-01-03 17:19:33,776 - 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}2fa328ef335d78dceac7b62c2c6647c519e71bc8" 2019-01-03 17:19:33,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60520f9f-cc8c-4705-ba74-486f3ec2ebf0 Content-Encoding: gzip Content-Length: 913 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-b67f2fd0-73a4-4201-9ab0-4f8472862c0d-username", "links": {"self": "http://172.30.9.30:5000/v3/users/7839df94ca714fdc9172955ee3ca0cd4"}, "domain_id": "default", "enabled": true, "id": "7839df94ca714fdc9172955ee3ca0cd4", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:33,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-60520f9f-cc8c-4705-ba74-486f3ec2ebf0 2019-01-03 17:19:33,877 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-b67f2fd0-73a4-4201-9ab0-4f8472862c0d-username 2019-01-03 17:19:33,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/7839df94ca714fdc9172955ee3ca0cd4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fa328ef335d78dceac7b62c2c6647c519e71bc8" 2019-01-03 17:19:34,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d2850c4-7843-458b-9ddd-3567c8461d1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:34,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7839df94ca714fdc9172955ee3ca0cd4 used request id req-1d2850c4-7843-458b-9ddd-3567c8461d1f 2019-01-03 17:19:34,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:34,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["eqFDvmLpQZeuDcyUAih5aw"], "issued_at": "2019-01-03T17:19:34.000000Z"}} 2019-01-03 17:19:34,458 - 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}8eea313de3dce94367f0e788b99f1bad81783934" 2019-01-03 17:19:34,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cec276-d5a2-4639-90c7-462b5c137d3e 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"}]}} 2019-01-03 17:19:34,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52cec276-d5a2-4639-90c7-462b5c137d3e 2019-01-03 17:19:34,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:34,535 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 17:19:34,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:34,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["KOO35IaKRwKVF7OS84rR6Q"], "issued_at": "2019-01-03T17:19:34.000000Z"}} 2019-01-03 17:19:34,926 - 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}d7816acd3f4338bef89da3e8158f2d2dc804784e" 2019-01-03 17:19:35,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd5ff611-94c8-4719-9393-c4b9ad66fbba 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"}]}} 2019-01-03 17:19:35,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bd5ff611-94c8-4719-9393-c4b9ad66fbba 2019-01-03 17:19:35,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:35,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:35,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["OFjZsuktQ1ydw6PhpFs2iQ"], "issued_at": "2019-01-03T17:19:35.000000Z"}} 2019-01-03 17:19:35,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:35,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["RKppQRgISPO-UkM69ygMPQ"], "issued_at": "2019-01-03T17:19:35.000000Z"}} 2019-01-03 17:19:35,788 - 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}a17eea4892258f2c28f79723f803fdd700cfa8bc" 2019-01-03 17:19:35,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3952563-e942-4e58-bef6-cd810c127d96 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"}]}} 2019-01-03 17:19:35,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3952563-e942-4e58-bef6-cd810c127d96 2019-01-03 17:19:35,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:35,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:36,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["MP8lZo1nQ4OOxmlctwZlPA"], "issued_at": "2019-01-03T17:19:36.000000Z"}} 2019-01-03 17:19:36,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:36,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["wJP3BI9fSEScOcgKDnkjrw"], "issued_at": "2019-01-03T17:19:36.000000Z"}} 2019-01-03 17:19:36,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}5abeed049bc5d011559d5b0fc29c12230e592390" 2019-01-03 17:19:36,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-062986c7-f680-4cc8-89e1-ae3e7afe0058 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"}]}} 2019-01-03 17:19:36,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-062986c7-f680-4cc8-89e1-ae3e7afe0058 2019-01-03 17:19:36,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:36,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:37,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["7KE6merHRN6mm713Tg27yw"], "issued_at": "2019-01-03T17:19:37.000000Z"}} 2019-01-03 17:19:37,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:37,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:37,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["zIE_CjA5RnOgC-yRp4sNfg"], "issued_at": "2019-01-03T17:19:37.000000Z"}} 2019-01-03 17:19:37,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:37,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:37,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Rdg5HDKITqawPVkQdQYLCw"], "issued_at": "2019-01-03T17:19:37.000000Z"}} 2019-01-03 17:19:37,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:38,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["S8QUvR9gTcqhAOGGA7qdYA"], "issued_at": "2019-01-03T17:19:38.000000Z"}} 2019-01-03 17:19:38,330 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:38,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999945d0-ff62-4c78-b7cb-576054ceed46 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"}]}} 2019-01-03 17:19:38,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-999945d0-ff62-4c78-b7cb-576054ceed46 2019-01-03 17:19:38,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" 2019-01-03 17:19:38,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:38,490 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:38,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9237941f-73c9-4462-91fa-6e75d9c63a2e 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}} 2019-01-03 17:19:38,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9237941f-73c9-4462-91fa-6e75d9c63a2e 2019-01-03 17:19:39,040 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-username 2019-01-03 17:19:39,044 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:39,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc76da24-7e8d-4141-9ef4-dbe804089a58 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}} 2019-01-03 17:19:39,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-dc76da24-7e8d-4141-9ef4-dbe804089a58 2019-01-03 17:19:39,147 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-projName"}}' 2019-01-03 17:19:39,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb9d42d0-10d8-4533-bc9d-1dcd3d2440f9 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee"}, "enabled": true, "id": "361cc06680154d1cb629faf7a9b430ee", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-projName"}} 2019-01-03 17:19:39,186 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bb9d42d0-10d8-4533-bc9d-1dcd3d2440f9 2019-01-03 17:19:39,186 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-projName 2019-01-03 17:19:39,190 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" -d '{"role": {"name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role"}}' 2019-01-03 17:19:39,428 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641f023e-9bcc-40f8-b467-52788da75631 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7c91c360a2c486b9a8e9429f4c580a6", "links": {"self": "http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6"}, "name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role"}} 2019-01-03 17:19:39,428 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-641f023e-9bcc-40f8-b467-52788da75631 2019-01-03 17:19:39,429 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role 2019-01-03 17:19:39,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:39,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c3147a-39a9-4232-83d2-89ba2f52eaf5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6"}, "domain_id": null, "name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role", "id": "e7c91c360a2c486b9a8e9429f4c580a6"}} 2019-01-03 17:19:39,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6 used request id req-f9c3147a-39a9-4232-83d2-89ba2f52eaf5 2019-01-03 17:19:39,455 - keystone_utils - INFO - Granting role KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role to project KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-projName 2019-01-03 17:19:39,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee/users/67140620225b45a7904d4bfbc180ba54/roles/e7c91c360a2c486b9a8e9429f4c580a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:39,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ee692cf-9692-4a90-930e-ed929d6c6ccb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:39,585 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee/users/67140620225b45a7904d4bfbc180ba54/roles/e7c91c360a2c486b9a8e9429f4c580a6 used request id req-2ee692cf-9692-4a90-930e-ed929d6c6ccb 2019-01-03 17:19:39,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee/users/67140620225b45a7904d4bfbc180ba54/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:39,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ec5c69-0fc2-486b-9008-25c6a185ab82 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee/users/67140620225b45a7904d4bfbc180ba54/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "e7c91c360a2c486b9a8e9429f4c580a6", "links": {"self": "http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6"}, "name": "KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role"}]} 2019-01-03 17:19:39,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee/users/67140620225b45a7904d4bfbc180ba54/roles used request id req-61ec5c69-0fc2-486b-9008-25c6a185ab82 2019-01-03 17:19:39,632 - 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}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:40,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-9813f44e-307e-4d14-bb91-782925684c6f Date: Thu, 03 Jan 2019 17:19:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:40Z", "updated_at": "2019-01-03T17:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "revision_number": 0, "id": "409881dd-70f6-4598-be33-11522fe5876f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "revision_number": 0, "id": "eed380e4-bea3-4d6e-a55b-7caaedb949f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "revision_number": 0, "id": "f7673466-efcb-487f-b6ea-87fc5f076342", "remote_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "revision_number": 0, "id": "f9411685-424f-4eb9-a7a5-462a01627764", "remote_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "637eeb72-39e2-460a-87fb-307a36888884", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:19:40,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-9813f44e-307e-4d14-bb91-782925684c6f 2019-01-03 17:19:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:40,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b40871a-f192-4d0e-861c-552f44365f26 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:19:40,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-4b40871a-f192-4d0e-861c-552f44365f26 2019-01-03 17:19:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:40,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54b822f6-e6e7-4654-9b44-7f901ec647a3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:40,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-54b822f6-e6e7-4654-9b44-7f901ec647a3 2019-01-03 17:19:40,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 637eeb72-39e2-460a-87fb-307a36888884 2019-01-03 17:19:40,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=637eeb72-39e2-460a-87fb-307a36888884 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:41,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a65d380f-3c08-4aaf-a439-e240ff5f50a0 Date: Thu, 03 Jan 2019 17:19:41 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": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:40Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "409881dd-70f6-4598-be33-11522fe5876f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:40Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "eed380e4-bea3-4d6e-a55b-7caaedb949f1"}, {"remote_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:40Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "f7673466-efcb-487f-b6ea-87fc5f076342"}, {"remote_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:40Z", "security_group_id": "637eeb72-39e2-460a-87fb-307a36888884", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:40Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "f9411685-424f-4eb9-a7a5-462a01627764"}]} 2019-01-03 17:19:41,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=637eeb72-39e2-460a-87fb-307a36888884 used request id req-a65d380f-3c08-4aaf-a439-e240ff5f50a0 2019-01-03 17:19:41,669 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 17:19:41,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/637eeb72-39e2-460a-87fb-307a36888884 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:42,686 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c726b222-478e-4217-8f8e-7c00227c1ccf Content-Length: 0 Date: Thu, 03 Jan 2019 17:19:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:19:42,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/637eeb72-39e2-460a-87fb-307a36888884 used request id req-c726b222-478e-4217-8f8e-7c00227c1ccf 2019-01-03 17:19:42,686 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-projName 2019-01-03 17:19:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:43,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c188ba3-a764-4e20-a676-422a71ca8fb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:43,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/361cc06680154d1cb629faf7a9b430ee used request id req-9c188ba3-a764-4e20-a676-422a71ca8fb3 2019-01-03 17:19:43,061 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-username 2019-01-03 17:19:43,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/67140620225b45a7904d4bfbc180ba54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:43,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84d44a92-c604-40c7-9f03-969ec7339a87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:43,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/67140620225b45a7904d4bfbc180ba54 used request id req-84d44a92-c604-40c7-9f03-969ec7339a87 2019-01-03 17:19:43,283 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-2ed84ece-bc80-42c3-b982-53495f05986b-role 2019-01-03 17:19:43,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1ff44dc285377c56644f5ce24cf26ae606fe459" 2019-01-03 17:19:43,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a31606-7b5d-4ae1-8374-0357f11d6181 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:43,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e7c91c360a2c486b9a8e9429f4c580a6 used request id req-65a31606-7b5d-4ae1-8374-0357f11d6181 2019-01-03 17:19:43,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:43,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["4eL8krtVQ4CZw13vZ7Lv8w"], "issued_at": "2019-01-03T17:19:43.000000Z"}} 2019-01-03 17:19:43,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}6ab8a408b7c4c6e0a0a9f84d8759fdf962bac979" 2019-01-03 17:19:43,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38382768-308a-4104-8ddf-013cc19cc35c 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"}]}} 2019-01-03 17:19:43,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38382768-308a-4104-8ddf-013cc19cc35c 2019-01-03 17:19:43,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:43,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:44,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["vWiBWo7FQSmq_zT5KZApeg"], "issued_at": "2019-01-03T17:19:44.000000Z"}} 2019-01-03 17:19:44,337 - 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}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:44,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5694965e-23c5-4027-b776-216375202ac1 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"}]}} 2019-01-03 17:19:44,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5694965e-23c5-4027-b776-216375202ac1 2019-01-03 17:19:44,429 - 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" 2019-01-03 17:19:44,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:44,436 - 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}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:44,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4cd0ef-e64a-4b8f-b51e-2a1f26d00bbe Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:44,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8c4cd0ef-e64a-4b8f-b51e-2a1f26d00bbe 2019-01-03 17:19:44,539 - 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}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:44,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69950a11-e0e1-4c93-84aa-e9a2360d5b7e 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}} 2019-01-03 17:19:44,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-69950a11-e0e1-4c93-84aa-e9a2360d5b7e 2019-01-03 17:19:44,992 - 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}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95289954-f6b2-4a94-9b43-d8cee2d37c64 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:45,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-95289954-f6b2-4a94-9b43-d8cee2d37c64 2019-01-03 17:19:45,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d6df94-138d-4110-b7eb-fe9ca81c056b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:45,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-f0d6df94-138d-4110-b7eb-fe9ca81c056b 2019-01-03 17:19:45,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/35808b1baf8c46098adaea6b0c1bfbc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4847e3d5-8298-4a7b-b6a9-26b2e6e9ecb4 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/35808b1baf8c46098adaea6b0c1bfbc9"}, "enabled": true, "id": "35808b1baf8c46098adaea6b0c1bfbc9", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-5423d8bb-da67-4a0-name"}} 2019-01-03 17:19:45,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/35808b1baf8c46098adaea6b0c1bfbc9 used request id req-4847e3d5-8298-4a7b-b6a9-26b2e6e9ecb4 2019-01-03 17:19:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4893cf2b-f468-4cd7-92e2-b9655a4d48c7 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:19:45,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles used request id req-4893cf2b-f468-4cd7-92e2-b9655a4d48c7 2019-01-03 17:19:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ecc21b-b85b-4de2-9ead-719e3aa0ba81 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:19:45,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-b8ecc21b-b85b-4de2-9ead-719e3aa0ba81 2019-01-03 17:19:45,460 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 2019-01-03 17:19:45,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5fb1afc-110d-4017-8828-e4974f166fa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:45,602 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-f5fb1afc-110d-4017-8828-e4974f166fa3 2019-01-03 17:19:45,606 - 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}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59945504-63c8-4e26-80f2-b7e3d5e37104 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:45,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-59945504-63c8-4e26-80f2-b7e3d5e37104 2019-01-03 17:19:45,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:45,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45a982da-fe26-4122-a217-1259cc2c8f23 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:45,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-45a982da-fe26-4122-a217-1259cc2c8f23 2019-01-03 17:19:45,711 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-5423d8bb-da67-4a0-name 2019-01-03 17:19:45,714 - 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" 2019-01-03 17:19:45,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:45,720 - 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}6ab8a408b7c4c6e0a0a9f84d8759fdf962bac979" 2019-01-03 17:19:45,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987465d7-bee4-4932-8f66-b824e7699dec Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-5423d8bb-da67-4a0-name", "links": {"self": "http://172.30.9.30:5000/v3/users/35808b1baf8c46098adaea6b0c1bfbc9"}, "domain_id": "default", "enabled": true, "id": "35808b1baf8c46098adaea6b0c1bfbc9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:45,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-987465d7-bee4-4932-8f66-b824e7699dec 2019-01-03 17:19:45,827 - 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}6ab8a408b7c4c6e0a0a9f84d8759fdf962bac979" 2019-01-03 17:19:45,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75c5679-2d09-4108-851c-5703dc6b5d4e 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:45,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c75c5679-2d09-4108-851c-5703dc6b5d4e 2019-01-03 17:19:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab8a408b7c4c6e0a0a9f84d8759fdf962bac979" 2019-01-03 17:19:45,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d19edb-aaef-46c3-94d3-77fb15ab0132 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:45,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-c8d19edb-aaef-46c3-94d3-77fb15ab0132 2019-01-03 17:19:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ab8a408b7c4c6e0a0a9f84d8759fdf962bac979" 2019-01-03 17:19:46,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f89ad8b-8057-4d0c-8cde-595f26fc0bb9 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:46,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/35808b1baf8c46098adaea6b0c1bfbc9/roles used request id req-3f89ad8b-8057-4d0c-8cde-595f26fc0bb9 2019-01-03 17:19:46,033 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5423d8bb-da67-4a0-name 2019-01-03 17:19:46,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/35808b1baf8c46098adaea6b0c1bfbc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c55b87e29eb4d8ab9bd7bb2a0965d7fbc0cc08c0" 2019-01-03 17:19:46,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eda0ec0a-86f2-4522-ab07-bb0b98c62a31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:46,300 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/35808b1baf8c46098adaea6b0c1bfbc9 used request id req-eda0ec0a-86f2-4522-ab07-bb0b98c62a31 2019-01-03 17:19:46,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:46,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["1Q53WLIYTkSEN8UJqByqhw"], "issued_at": "2019-01-03T17:19:46.000000Z"}} 2019-01-03 17:19:46,710 - 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}b4d2c7a8af2d8592a5af3c5bec5fe721131cbfa4" 2019-01-03 17:19:46,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1be15f14-7439-40ff-9716-8208d92ec37d 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"}]}} 2019-01-03 17:19:46,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1be15f14-7439-40ff-9716-8208d92ec37d 2019-01-03 17:19:46,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:46,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:47,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["8-19yy-wQOKKwrwrUbfWxw"], "issued_at": "2019-01-03T17:19:47.000000Z"}} 2019-01-03 17:19:47,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}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:47,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e2902d-92f1-4352-9a21-6074ec707abb 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"}]}} 2019-01-03 17:19:47,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-95e2902d-92f1-4352-9a21-6074ec707abb 2019-01-03 17:19:47,285 - 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" 2019-01-03 17:19:47,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:47,291 - 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}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:47,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71981908-aadf-49ea-895f-144359554435 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:47,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-71981908-aadf-49ea-895f-144359554435 2019-01-03 17:19:47,397 - 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}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:47,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6682e5e-48a6-487d-a809-26129d52b18a 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}} 2019-01-03 17:19:47,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e6682e5e-48a6-487d-a809-26129d52b18a 2019-01-03 17:19:47,848 - 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}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:47,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7310c240-44bc-426d-8fc7-bb53d2d9feec 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:47,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7310c240-44bc-426d-8fc7-bb53d2d9feec 2019-01-03 17:19:47,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:47,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21642a19-3886-4080-ba8a-be14db8df496 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:47,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-21642a19-3886-4080-ba8a-be14db8df496 2019-01-03 17:19:47,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812c4557-ebc8-4b29-a383-0934a4a4fd50 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/721b36bb609247c3ac8ee78932bc0352"}, "enabled": true, "id": "721b36bb609247c3ac8ee78932bc0352", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-ec6f1cc1-1955-405-name"}} 2019-01-03 17:19:48,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 used request id req-812c4557-ebc8-4b29-a383-0934a4a4fd50 2019-01-03 17:19:48,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/721b36bb609247c3ac8ee78932bc0352/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190eb016-eb51-4095-8f91-56c5ff76d530 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/721b36bb609247c3ac8ee78932bc0352/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:19:48,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/721b36bb609247c3ac8ee78932bc0352/roles used request id req-190eb016-eb51-4095-8f91-56c5ff76d530 2019-01-03 17:19:48,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f0610f-6a9c-45e1-b243-60210333901a Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:19:48,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-58f0610f-6a9c-45e1-b243-60210333901a 2019-01-03 17:19:48,193 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 2019-01-03 17:19:48,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/721b36bb609247c3ac8ee78932bc0352/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ee5524a-d3df-4a08-8d5a-f35c0398efed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:48,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/721b36bb609247c3ac8ee78932bc0352/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-5ee5524a-d3df-4a08-8d5a-f35c0398efed 2019-01-03 17:19:48,311 - 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}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36eabb0f-ef2c-459b-b608-3632a727dee8 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:48,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-36eabb0f-ef2c-459b-b608-3632a727dee8 2019-01-03 17:19:48,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2dc93f7-e194-428b-a8b0-f1b290268eff Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:48,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-c2dc93f7-e194-428b-a8b0-f1b290268eff 2019-01-03 17:19:48,482 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ec6f1cc1-1955-405-name 2019-01-03 17:19:48,482 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ec6f1cc1-1955-405-name 2019-01-03 17:19:48,485 - 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" 2019-01-03 17:19:48,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:19:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4d2c7a8af2d8592a5af3c5bec5fe721131cbfa4" 2019-01-03 17:19:48,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1197eedf-ee49-471c-ab11-4e495adcdfae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:48,695 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 used request id req-1197eedf-ee49-471c-ab11-4e495adcdfae 2019-01-03 17:19:48,695 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ec6f1cc1-1955-405-name 2019-01-03 17:19:48,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}831b099f8a0508eb03cf62e138ddab20ec6fafdb" 2019-01-03 17:19:48,790 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a96fb44-396c-461d-9790-8beb65b7f080 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 721b36bb609247c3ac8ee78932bc0352.", "code": 404, "title": "Not Found"}} 2019-01-03 17:19:48,790 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/721b36bb609247c3ac8ee78932bc0352 used request id req-2a96fb44-396c-461d-9790-8beb65b7f080 2019-01-03 17:19:48,790 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-03 17:19:48,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:49,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["P02StLECTT2ofuUQ7wA3Wg"], "issued_at": "2019-01-03T17:19:49.000000Z"}} 2019-01-03 17:19:49,192 - 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}aef39ca8c7d5a454938a893fd67656da352df669" 2019-01-03 17:19:49,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbafc7b-c76a-4994-b7f5-d5b14894baee 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"}]}} 2019-01-03 17:19:49,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7fbafc7b-c76a-4994-b7f5-d5b14894baee 2019-01-03 17:19:49,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:49,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:49,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["1A3-9Es8S1GL1hgYUy5NyQ"], "issued_at": "2019-01-03T17:19:49.000000Z"}} 2019-01-03 17:19:49,661 - 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}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:49,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb5d0f6-7827-45d6-9a0f-29c6e534672e 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"}]}} 2019-01-03 17:19:49,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3cb5d0f6-7827-45d6-9a0f-29c6e534672e 2019-01-03 17:19:49,678 - 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" 2019-01-03 17:19:49,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:49,683 - 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}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:49,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19773720-fcde-4c64-80b0-fd5900586928 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:49,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-19773720-fcde-4c64-80b0-fd5900586928 2019-01-03 17:19:49,794 - 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}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:49,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497d1045-744c-4924-b879-20c6131ac2d4 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}} 2019-01-03 17:19:49,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-497d1045-744c-4924-b879-20c6131ac2d4 2019-01-03 17:19:50,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}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:50,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5bbf106-5f20-41a0-badf-5c042bc690eb 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:50,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a5bbf106-5f20-41a0-badf-5c042bc690eb 2019-01-03 17:19:50,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:50,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a705e794-47c5-4528-b029-466804e015a9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:50,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-a705e794-47c5-4528-b029-466804e015a9 2019-01-03 17:19:50,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/bbeb4049861f4a02a9d5529668b7bc00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:50,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a2bcdc-93dc-4770-b02d-f5a89add21e8 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/bbeb4049861f4a02a9d5529668b7bc00"}, "enabled": true, "id": "bbeb4049861f4a02a9d5529668b7bc00", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-d08f86b3-217c-42a-name"}} 2019-01-03 17:19:50,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/bbeb4049861f4a02a9d5529668b7bc00 used request id req-f2a2bcdc-93dc-4770-b02d-f5a89add21e8 2019-01-03 17:19:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/bbeb4049861f4a02a9d5529668b7bc00/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:50,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9fd1f9-73ee-44bf-ad4f-23f2a4d6451e Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/bbeb4049861f4a02a9d5529668b7bc00/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:19:50,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/bbeb4049861f4a02a9d5529668b7bc00/roles used request id req-4b9fd1f9-73ee-44bf-ad4f-23f2a4d6451e 2019-01-03 17:19:50,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:50,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4702ed-eb27-4740-8b70-b2e2ee240f8c Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:19:50,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-ae4702ed-eb27-4740-8b70-b2e2ee240f8c 2019-01-03 17:19:50,895 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 2019-01-03 17:19:50,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/bbeb4049861f4a02a9d5529668b7bc00/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:51,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b280168-a8fd-4700-b873-c9582890e802 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:51,080 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/bbeb4049861f4a02a9d5529668b7bc00/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-0b280168-a8fd-4700-b873-c9582890e802 2019-01-03 17:19:51,084 - 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}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:51,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ac5270-4578-4d26-a790-47e9c3506c76 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:51,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-35ac5270-4578-4d26-a790-47e9c3506c76 2019-01-03 17:19:51,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:51,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b776d1-3f98-44b4-a24e-513734df21bc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:51,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-a8b776d1-3f98-44b4-a24e-513734df21bc 2019-01-03 17:19:51,258 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-d08f86b3-217c-42a-name 2019-01-03 17:19:51,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" 2019-01-03 17:19:51,266 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:51,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}aef39ca8c7d5a454938a893fd67656da352df669" 2019-01-03 17:19:51,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132fe8d6-c033-4151-bce6-0409fb89fb7f Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-d08f86b3-217c-42a-name", "links": {"self": "http://172.30.9.30:5000/v3/users/bbeb4049861f4a02a9d5529668b7bc00"}, "domain_id": "default", "enabled": true, "id": "bbeb4049861f4a02a9d5529668b7bc00", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:51,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-132fe8d6-c033-4151-bce6-0409fb89fb7f 2019-01-03 17:19:51,369 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-d08f86b3-217c-42a-name 2019-01-03 17:19:51,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/bbeb4049861f4a02a9d5529668b7bc00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bf9b1063b76c52df18e615e33291f2cc83ec21" 2019-01-03 17:19:51,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-979dadc9-f0bd-473d-bbed-a877e3ceafe7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:51,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/bbeb4049861f4a02a9d5529668b7bc00 used request id req-979dadc9-f0bd-473d-bbed-a877e3ceafe7 2019-01-03 17:19:51,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:51,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["1FdAaTxjQuiFjxzGiYFbmQ"], "issued_at": "2019-01-03T17:19:51.000000Z"}} 2019-01-03 17:19:51,932 - 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}bf8b858b9627c2624bd64123bde99f484efd987e" 2019-01-03 17:19:52,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf58c7d-3027-44f8-814d-b27ac5df7707 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"}]}} 2019-01-03 17:19:52,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eaf58c7d-3027-44f8-814d-b27ac5df7707 2019-01-03 17:19:52,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:52,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:52,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["cixUYm92Qca030ygLqOIAQ"], "issued_at": "2019-01-03T17:19:52.000000Z"}} 2019-01-03 17:19:52,406 - 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}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:52,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b3718b-5f2a-49c5-83f4-506da57f27b2 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"}]}} 2019-01-03 17:19:52,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-82b3718b-5f2a-49c5-83f4-506da57f27b2 2019-01-03 17:19:52,498 - 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" 2019-01-03 17:19:52,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:52,504 - 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}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:52,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a389a553-960d-4c93-99f8-b2a3da8231b8 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:52,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a389a553-960d-4c93-99f8-b2a3da8231b8 2019-01-03 17:19:52,607 - 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}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:52,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bd099c-9051-44ee-9082-86cd1335be37 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}} 2019-01-03 17:19:52,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f9bd099c-9051-44ee-9082-86cd1335be37 2019-01-03 17:19:53,126 - 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}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-129161db-9258-4924-b68c-e6663c1abf30 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:53,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-129161db-9258-4924-b68c-e6663c1abf30 2019-01-03 17:19:53,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68b39c13-283d-4dd4-8654-535488b2242d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:53,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-68b39c13-283d-4dd4-8654-535488b2242d 2019-01-03 17:19:53,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87834021-16cd-46b3-865d-a212cfaaac9c 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/e8ac7d9f5d4e44fe878694d135475b53"}, "enabled": true, "id": "e8ac7d9f5d4e44fe878694d135475b53", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-0beeefd4-9a93-46c-name"}} 2019-01-03 17:19:53,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53 used request id req-87834021-16cd-46b3-865d-a212cfaaac9c 2019-01-03 17:19:53,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/e8ac7d9f5d4e44fe878694d135475b53/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4abb91c0-29b7-4e79-9291-299a872befc3 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/e8ac7d9f5d4e44fe878694d135475b53/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:19:53,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/e8ac7d9f5d4e44fe878694d135475b53/roles used request id req-4abb91c0-29b7-4e79-9291-299a872befc3 2019-01-03 17:19:53,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f321c4-bc03-433e-b54b-66418629f69c Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:19:53,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-25f321c4-bc03-433e-b54b-66418629f69c 2019-01-03 17:19:53,534 - keystone_utils - INFO - Granting role admin to project api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 2019-01-03 17:19:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/e8ac7d9f5d4e44fe878694d135475b53/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cbb7dd8-dbb9-477f-902d-a7255ee8eb29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:53,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee/users/e8ac7d9f5d4e44fe878694d135475b53/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-1cbb7dd8-dbb9-477f-902d-a7255ee8eb29 2019-01-03 17:19:53,679 - 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}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87238ae3-6149-4a93-9520-a9fe91d57c7e 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:53,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-87238ae3-6149-4a93-9520-a9fe91d57c7e 2019-01-03 17:19:53,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:53,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc061dc-804a-4715-beb8-7a52f2804502 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:19:53,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980 used request id req-ffc061dc-804a-4715-beb8-7a52f2804502 2019-01-03 17:19:53,853 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0beeefd4-9a93-46c-name 2019-01-03 17:19:53,856 - 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" 2019-01-03 17:19:53,861 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:53,862 - 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}bf8b858b9627c2624bd64123bde99f484efd987e" 2019-01-03 17:19:53,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb4f1da-5e1c-4ab8-a9e8-b77a801be802 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-0beeefd4-9a93-46c-name", "links": {"self": "http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53"}, "domain_id": "default", "enabled": true, "id": "e8ac7d9f5d4e44fe878694d135475b53", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:53,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9cb4f1da-5e1c-4ab8-a9e8-b77a801be802 2019-01-03 17:19:53,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:53,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:54,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["SBZx9kD4TBmBQ2xlaDT-Qw"], "issued_at": "2019-01-03T17:19:54.000000Z"}} 2019-01-03 17:19:54,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}aeeaa5f8bdb2a55e9ed5bc9f8282428d46103c15" 2019-01-03 17:19:54,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c30ead-5f94-4c59-bf63-a117455d5593 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"}]}} 2019-01-03 17:19:54,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10c30ead-5f94-4c59-bf63-a117455d5593 2019-01-03 17:19:54,457 - 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" 2019-01-03 17:19:54,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:19:54,463 - 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}aeeaa5f8bdb2a55e9ed5bc9f8282428d46103c15" 2019-01-03 17:19:54,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96f0c07f-e13b-4438-be93-30aba3f7e348 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-0beeefd4-9a93-46c-name", "links": {"self": "http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53"}, "domain_id": "default", "enabled": true, "id": "e8ac7d9f5d4e44fe878694d135475b53", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:19:54,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-96f0c07f-e13b-4438-be93-30aba3f7e348 2019-01-03 17:19:54,570 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0beeefd4-9a93-46c-name 2019-01-03 17:19:54,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b61130775e0bf71ae46d09bad1d3bbfb7403323" 2019-01-03 17:19:54,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc590ed-89a9-4322-9d5d-6e74d577a1bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:54,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e8ac7d9f5d4e44fe878694d135475b53 used request id req-8bc590ed-89a9-4322-9d5d-6e74d577a1bb 2019-01-03 17:19:54,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:55,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["np7pKTSES229okFDJ8FX9Q"], "issued_at": "2019-01-03T17:19:55.000000Z"}} 2019-01-03 17:19:55,170 - 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}4610e2d0028ba88e3ef44afc2f71eeaed1e31fc3" 2019-01-03 17:19:55,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7231a3-d19b-4a47-8918-4dcbae726028 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"}]}} 2019-01-03 17:19:55,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ef7231a3-d19b-4a47-8918-4dcbae726028 2019-01-03 17:19:55,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:55,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:55,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["j3IH-P3oTiWx4BJmDEyE0w"], "issued_at": "2019-01-03T17:19:55.000000Z"}} 2019-01-03 17:19:55,661 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:55,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219cb006-33be-41d4-9bc3-f078361930de 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"}]}} 2019-01-03 17:19:55,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-219cb006-33be-41d4-9bc3-f078361930de 2019-01-03 17:19:55,678 - 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" 2019-01-03 17:19:55,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:55,683 - 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-cea1826b-a2dd-414-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:55,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2367c7a6-86a5-4636-a4c8-5fdc50cf824d 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-cea1826b-a2dd-414-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:19:55,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-cea1826b-a2dd-414-name used request id req-2367c7a6-86a5-4636-a4c8-5fdc50cf824d 2019-01-03 17:19:55,703 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:55,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f417d415-92c7-49e5-9adc-c0cc060ef7a9 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}} 2019-01-03 17:19:55,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f417d415-92c7-49e5-9adc-c0cc060ef7a9 2019-01-03 17:19:55,788 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-cea1826b-a2dd-414-name"}}' 2019-01-03 17:19:55,899 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fac93e4e-e3f6-4a5e-ba3a-5e2e91e5638e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/9e9b08428dfa4a44b4336557676a33a7"}, "enabled": true, "id": "9e9b08428dfa4a44b4336557676a33a7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-cea1826b-a2dd-414-name"}} 2019-01-03 17:19:55,899 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fac93e4e-e3f6-4a5e-ba3a-5e2e91e5638e 2019-01-03 17:19:55,899 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-cea1826b-a2dd-414-name 2019-01-03 17:19:55,900 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cea1826b-a2dd-414-name 2019-01-03 17:19:55,903 - 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" 2019-01-03 17:19:55,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:55,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/9e9b08428dfa4a44b4336557676a33a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4610e2d0028ba88e3ef44afc2f71eeaed1e31fc3" 2019-01-03 17:19:56,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18b1fef3-a37c-4a93-bc3a-1cbf4bc452bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:56,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9e9b08428dfa4a44b4336557676a33a7 used request id req-18b1fef3-a37c-4a93-bc3a-1cbf4bc452bb 2019-01-03 17:19:56,056 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-46279b2a-9aa3-4ee1-9e95-da10e562897b Date: Thu, 03 Jan 2019 17:19:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:19:56,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-46279b2a-9aa3-4ee1-9e95-da10e562897b 2019-01-03 17:19:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b4bda6-fe4b-45c0-a39a-deb1512cb451 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:56,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-74b4bda6-fe4b-45c0-a39a-deb1512cb451 2019-01-03 17:19:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eeb008e-4c25-4295-a52a-5b29a29311f4 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:19:56,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-5eeb008e-4c25-4295-a52a-5b29a29311f4 2019-01-03 17:19:56,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb327855-ed57-418e-854a-4d070c41fbf8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:19:56,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-cb327855-ed57-418e-854a-4d070c41fbf8 2019-01-03 17:19:56,739 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-cea1826b-a2dd-414-name 2019-01-03 17:19:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/9e9b08428dfa4a44b4336557676a33a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,826 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f9633a0-f153-46ea-ab6c-9ffee4bdbfc3 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 9e9b08428dfa4a44b4336557676a33a7.", "code": 404, "title": "Not Found"}} 2019-01-03 17:19:56,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9e9b08428dfa4a44b4336557676a33a7 used request id req-1f9633a0-f153-46ea-ab6c-9ffee4bdbfc3 2019-01-03 17:19:56,826 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-03 17:19:56,830 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:56,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5d760eb-963a-47b0-bcfb-84a6c36aaf2b 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:56,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d5d760eb-963a-47b0-bcfb-84a6c36aaf2b 2019-01-03 17:19:56,918 - 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}4610e2d0028ba88e3ef44afc2f71eeaed1e31fc3" 2019-01-03 17:19:57,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20127993-35f8-48dd-81b8-27c551d66a9a 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"}} 2019-01-03 17:19:57,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-20127993-35f8-48dd-81b8-27c551d66a9a 2019-01-03 17:19:57,004 - 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}a395458b0c0bb0ee984ba3efd4cd8a69515de9d7" 2019-01-03 17:19:57,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddbd76f-2bb5-4911-b908-752df82617a6 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:19:57,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7ddbd76f-2bb5-4911-b908-752df82617a6 2019-01-03 17:19:57,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:57,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["KOTXEEb_QimNjQh9T_O5og"], "issued_at": "2019-01-03T17:19:57.000000Z"}} 2019-01-03 17:19:57,530 - 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}5cf78c732a8618f461d9a8039bab2f3e8e1f5fd7" 2019-01-03 17:19:57,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1863df0d-3926-4195-8825-5d8be793f378 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"}]}} 2019-01-03 17:19:57,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1863df0d-3926-4195-8825-5d8be793f378 2019-01-03 17:19:57,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:19:57,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:19:57,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["H0hC3SwtQUuWJODrCz4t4Q"], "issued_at": "2019-01-03T17:19:57.000000Z"}} 2019-01-03 17:19:57,994 - 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}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:58,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca355d5a-f992-4a43-9288-36a594490ecf 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"}]}} 2019-01-03 17:19:58,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca355d5a-f992-4a43-9288-36a594490ecf 2019-01-03 17:19:58,089 - 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" 2019-01-03 17:19:58,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:58,095 - 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-707b49bf-fd23-423-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:58,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924e3964-10f4-45e0-a6b8-df3093f9ebab 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=CreateProjectSuccessTests-707b49bf-fd23-423-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:19:58,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-707b49bf-fd23-423-name used request id req-924e3964-10f4-45e0-a6b8-df3093f9ebab 2019-01-03 17:19:58,185 - 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}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:58,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d5916c-146c-4d36-89f7-85cd9b9e521d 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}} 2019-01-03 17:19:58,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c9d5916c-146c-4d36-89f7-85cd9b9e521d 2019-01-03 17:19:58,279 - 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}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-707b49bf-fd23-423-name"}}' 2019-01-03 17:19:58,422 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b787c0c2-23ab-459c-99bf-3688728515eb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/34fa13f8ddf44cdc8407d437672f9f5b"}, "enabled": true, "id": "34fa13f8ddf44cdc8407d437672f9f5b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-707b49bf-fd23-423-name"}} 2019-01-03 17:19:58,423 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b787c0c2-23ab-459c-99bf-3688728515eb 2019-01-03 17:19:58,423 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-707b49bf-fd23-423-name 2019-01-03 17:19:58,426 - 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" 2019-01-03 17:19:58,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:19: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"}]}]}} 2019-01-03 17:19:58,432 - 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-707b49bf-fd23-423-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf78c732a8618f461d9a8039bab2f3e8e1f5fd7" 2019-01-03 17:19:58,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655a9755-278a-4e33-bb5d-61f280f3c539 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-707b49bf-fd23-423-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/34fa13f8ddf44cdc8407d437672f9f5b"}, "enabled": true, "id": "34fa13f8ddf44cdc8407d437672f9f5b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-707b49bf-fd23-423-name"}]} 2019-01-03 17:19:58,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-707b49bf-fd23-423-name used request id req-655a9755-278a-4e33-bb5d-61f280f3c539 2019-01-03 17:19:58,524 - 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}5cf78c732a8618f461d9a8039bab2f3e8e1f5fd7" 2019-01-03 17:19:58,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-739dd4bd-58e4-46c2-b633-d446b87fcce8 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"}} 2019-01-03 17:19:58,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-739dd4bd-58e4-46c2-b633-d446b87fcce8 2019-01-03 17:19:58,609 - 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}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:59,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cf74707f-b6c8-4835-90e5-d25fe8766a05 Date: Thu, 03 Jan 2019 17:19:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:19:59,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-cf74707f-b6c8-4835-90e5-d25fe8766a05 2019-01-03 17:19:59,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:59,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4feebea-7be8-40a3-b671-f9590f12104a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:19:59,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-d4feebea-7be8-40a3-b671-f9590f12104a 2019-01-03 17:19:59,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:59,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf036d6-7d74-4267-b6f4-9f0c99419fc6 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:19:59,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-abf036d6-7d74-4267-b6f4-9f0c99419fc6 2019-01-03 17:19:59,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:59,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8090e97d-4dfc-4366-9241-a565a6ba5fe6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:19:59,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-8090e97d-4dfc-4366-9241-a565a6ba5fe6 2019-01-03 17:19:59,760 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-707b49bf-fd23-423-name 2019-01-03 17:19:59,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/34fa13f8ddf44cdc8407d437672f9f5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:19:59,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b310b00e-dcfd-4b19-aa29-4d1e4a86fff9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:19:59,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/34fa13f8ddf44cdc8407d437672f9f5b used request id req-b310b00e-dcfd-4b19-aa29-4d1e4a86fff9 2019-01-03 17:19:59,918 - 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}5c5e8d59f26b6e9e4313a141306dbedeb72d775d" 2019-01-03 17:20:00,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c5dfd3-31a3-4575-97bb-19799e814227 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:00,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-58c5dfd3-31a3-4575-97bb-19799e814227 2019-01-03 17:20:00,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:00,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["VwGMC9faQNG19Lt-HTYnDg"], "issued_at": "2019-01-03T17:20:00.000000Z"}} 2019-01-03 17:20:00,396 - 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}2af74ce742a088582a64ae4394d69c3c0aecdcf1" 2019-01-03 17:20:00,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f619bb2-95d2-4c8f-bef2-bf0c97524343 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"}]}} 2019-01-03 17:20:00,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f619bb2-95d2-4c8f-bef2-bf0c97524343 2019-01-03 17:20:00,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:00,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:00,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["OPmmDLK0TRuBEWqqD73ePw"], "issued_at": "2019-01-03T17:20:00.000000Z"}} 2019-01-03 17:20:00,887 - 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}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:00,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d2c2497-c1df-4e2e-868b-4b56859d87f4 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"}]}} 2019-01-03 17:20:00,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d2c2497-c1df-4e2e-868b-4b56859d87f4 2019-01-03 17:20:00,973 - 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" 2019-01-03 17:20:00,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:00,979 - 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-1d920d9c-2a50-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:01,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705c3954-1dd2-4f0c-9a26-e9b1cc28c0b8 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-1d920d9c-2a50-4bc-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:01,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name used request id req-705c3954-1dd2-4f0c-9a26-e9b1cc28c0b8 2019-01-03 17:20:01,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}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:01,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e55516e0-21b4-4977-beb1-b04b6f6eae6b 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}} 2019-01-03 17:20:01,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e55516e0-21b4-4977-beb1-b04b6f6eae6b 2019-01-03 17:20:01,158 - 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}00a4018a3befd9f8d41550f46d66dd1283ecefc4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-1d920d9c-2a50-4bc-name"}}' 2019-01-03 17:20:01,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d17ea201-0fae-4881-af8d-0491144d7fe3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/908615b95ef24a2993e5169142fb8ef0"}, "enabled": true, "id": "908615b95ef24a2993e5169142fb8ef0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1d920d9c-2a50-4bc-name"}} 2019-01-03 17:20:01,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d17ea201-0fae-4881-af8d-0491144d7fe3 2019-01-03 17:20:01,413 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-1d920d9c-2a50-4bc-name 2019-01-03 17:20:01,416 - 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" 2019-01-03 17:20:01,422 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:01,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=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af74ce742a088582a64ae4394d69c3c0aecdcf1" 2019-01-03 17:20:01,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-558e624b-dcae-420e-8d7e-9faf0803cbc4 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/908615b95ef24a2993e5169142fb8ef0"}, "enabled": true, "id": "908615b95ef24a2993e5169142fb8ef0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1d920d9c-2a50-4bc-name"}]} 2019-01-03 17:20:01,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name used request id req-558e624b-dcae-420e-8d7e-9faf0803cbc4 2019-01-03 17:20:01,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:01,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:01,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["znEOUMcPQgKHyftoPZ9hqw"], "issued_at": "2019-01-03T17:20:01.000000Z"}} 2019-01-03 17:20:01,887 - 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}ebc88682d090166f42e3903f6558e5cd8a6cf014" 2019-01-03 17:20:01,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae4fdf4-5bfb-47c5-93b5-bf38a8a1b343 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"}]}} 2019-01-03 17:20:01,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fae4fdf4-5bfb-47c5-93b5-bf38a8a1b343 2019-01-03 17:20:01,992 - 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" 2019-01-03 17:20:01,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:01,999 - 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-1d920d9c-2a50-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebc88682d090166f42e3903f6558e5cd8a6cf014" 2019-01-03 17:20:02,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222dde24-3e1c-4bb9-aa92-9b21252182a7 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/908615b95ef24a2993e5169142fb8ef0"}, "enabled": true, "id": "908615b95ef24a2993e5169142fb8ef0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-1d920d9c-2a50-4bc-name"}]} 2019-01-03 17:20:02,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-1d920d9c-2a50-4bc-name used request id req-222dde24-3e1c-4bb9-aa92-9b21252182a7 2019-01-03 17:20:02,098 - 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}2af74ce742a088582a64ae4394d69c3c0aecdcf1" 2019-01-03 17:20:02,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9a1e7c-c655-424a-8736-b0893cff6baf 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"}} 2019-01-03 17:20:02,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-fe9a1e7c-c655-424a-8736-b0893cff6baf 2019-01-03 17:20:02,121 - 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}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e9b30444-fcd6-4f9b-bd93-52327d4aded7 Date: Thu, 03 Jan 2019 17:20:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:20:02,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-e9b30444-fcd6-4f9b-bd93-52327d4aded7 2019-01-03 17:20:02,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a03666-181e-405a-9e45-5af95fe6cbae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:20:02,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-d0a03666-181e-405a-9e45-5af95fe6cbae 2019-01-03 17:20:02,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfef2a39-49de-4946-bba5-61bccda989f4 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:20:02,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-cfef2a39-49de-4946-bba5-61bccda989f4 2019-01-03 17:20:02,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2dbd32-34f0-4a44-a389-2ef8702eede0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:20:02,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-ee2dbd32-34f0-4a44-a389-2ef8702eede0 2019-01-03 17:20:02,697 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-1d920d9c-2a50-4bc-name 2019-01-03 17:20:02,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/908615b95ef24a2993e5169142fb8ef0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8c02da8-418b-4ebd-b6da-e7ff52e1db88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:02,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/908615b95ef24a2993e5169142fb8ef0 used request id req-a8c02da8-418b-4ebd-b6da-e7ff52e1db88 2019-01-03 17:20:02,844 - 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}00a4018a3befd9f8d41550f46d66dd1283ecefc4" 2019-01-03 17:20:02,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7178f859-4834-46e6-85a3-fc209f59f7c4 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:02,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7178f859-4834-46e6-85a3-fc209f59f7c4 2019-01-03 17:20:02,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:03,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["5tabsQh9QmqjvxQX7QXmHA"], "issued_at": "2019-01-03T17:20:03.000000Z"}} 2019-01-03 17:20:03,341 - 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}6b7fb6ed29781b956e66f5c600366a40687580d7" 2019-01-03 17:20:03,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba3316a-161a-4ba9-9177-bee85434e8ea 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"}]}} 2019-01-03 17:20:03,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ba3316a-161a-4ba9-9177-bee85434e8ea 2019-01-03 17:20:03,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:03,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:03,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["qNWABvB9T_iWPq6LyXSWRw"], "issued_at": "2019-01-03T17:20:03.000000Z"}} 2019-01-03 17:20:03,804 - 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}9cb967a6023520946f2f118feda39b539e7260c6" 2019-01-03 17:20:03,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18bba57e-1189-4893-8ef4-2a04db6a0cd5 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"}]}} 2019-01-03 17:20:03,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-18bba57e-1189-4893-8ef4-2a04db6a0cd5 2019-01-03 17:20:03,892 - 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" 2019-01-03 17:20:03,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:03,898 - 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-9e8e2dd0-32a1-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb967a6023520946f2f118feda39b539e7260c6" 2019-01-03 17:20:03,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14aab12c-3ab4-400e-bac3-4dccc84e1e6c 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-9e8e2dd0-32a1-46c-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:03,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-9e8e2dd0-32a1-46c-name used request id req-14aab12c-3ab4-400e-bac3-4dccc84e1e6c 2019-01-03 17:20:03,987 - 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}9cb967a6023520946f2f118feda39b539e7260c6" 2019-01-03 17:20:04,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5ab934-0b3c-40f9-a620-c424342a3cc1 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}} 2019-01-03 17:20:04,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=foo used request id req-8d5ab934-0b3c-40f9-a620-c424342a3cc1 2019-01-03 17:20:04,078 - 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}9cb967a6023520946f2f118feda39b539e7260c6" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-9e8e2dd0-32a1-46c-name"}}' 2019-01-03 17:20:04,165 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 17:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb9aacdd-11b7-4666-b217-5a3d3f682933 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2019-01-03 17:20:04,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-bb9aacdd-11b7-4666-b217-5a3d3f682933 2019-01-03 17:20:04,166 - keystoneauth.session - DEBUG - Request returned failure status: 400 2019-01-03 17:20:04,169 - 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}9cb967a6023520946f2f118feda39b539e7260c6" 2019-01-03 17:20:04,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963cc1ba-10d2-43d7-95cd-8cfd45879195 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:04,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-963cc1ba-10d2-43d7-95cd-8cfd45879195 2019-01-03 17:20:04,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:04,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Xg7PaPC_Re2C3oeIO9u0ow"], "issued_at": "2019-01-03T17:20:04.000000Z"}} 2019-01-03 17:20:04,638 - 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}f10b6513e3523b134bb06bb0522c1048bcd35ec3" 2019-01-03 17:20:04,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4faa2f-648e-4574-805a-8f6872b3e086 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"}]}} 2019-01-03 17:20:04,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8c4faa2f-648e-4574-805a-8f6872b3e086 2019-01-03 17:20:04,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:04,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:05,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["96TtdEVcS6G5YjLkLJT7iQ"], "issued_at": "2019-01-03T17:20:05.000000Z"}} 2019-01-03 17:20:05,100 - 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}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:05,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5b672d-ccc8-4bd7-a07f-635c4616fc2d 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"}]}} 2019-01-03 17:20:05,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6d5b672d-ccc8-4bd7-a07f-635c4616fc2d 2019-01-03 17:20:05,194 - 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" 2019-01-03 17:20:05,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:05,201 - 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-59e5c891-1168-447-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:05,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972c2236-7837-4e3a-aefa-4a1bf6113ad0 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-59e5c891-1168-447-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:05,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59e5c891-1168-447-name used request id req-972c2236-7837-4e3a-aefa-4a1bf6113ad0 2019-01-03 17:20:05,221 - 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}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:05,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bcddfa4-85bf-4ca0-87de-90b4779b8262 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}} 2019-01-03 17:20:05,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-9bcddfa4-85bf-4ca0-87de-90b4779b8262 2019-01-03 17:20:05,316 - 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}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-59e5c891-1168-447-name"}}' 2019-01-03 17:20:05,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5e82756-99e5-4c12-926d-cdf6fbd41469 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec8b18efc41340b9a6bca5f09aa9b295"}, "enabled": true, "id": "ec8b18efc41340b9a6bca5f09aa9b295", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-59e5c891-1168-447-name"}} 2019-01-03 17:20:05,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d5e82756-99e5-4c12-926d-cdf6fbd41469 2019-01-03 17:20:05,473 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-59e5c891-1168-447-name 2019-01-03 17:20:05,474 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:20:05,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:06,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20: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-e53ccb5a-97f9-48a9-af93-d4c35d89ad54 x-compute-request-id: req-e53ccb5a-97f9-48a9-af93-d4c35d89ad54 Content-Encoding: gzip Content-Length: 222 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": "ec8b18efc41340b9a6bca5f09aa9b295", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 17:20:06,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 used request id req-e53ccb5a-97f9-48a9-af93-d4c35d89ad54 2019-01-03 17:20:06,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" -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}}' 2019-01-03 17:20:07,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57f16111-f37a-4587-8f0b-095d74dc739a x-compute-request-id: req-57f16111-f37a-4587-8f0b-095d74dc739a 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}} 2019-01-03 17:20:07,234 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 used request id req-57f16111-f37a-4587-8f0b-095d74dc739a 2019-01-03 17:20:07,237 - 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" 2019-01-03 17:20:07,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:07,243 - 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-59e5c891-1168-447-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f10b6513e3523b134bb06bb0522c1048bcd35ec3" 2019-01-03 17:20:07,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4b8eb3-3659-4a36-9eb5-2eb5ff619cea Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59e5c891-1168-447-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/ec8b18efc41340b9a6bca5f09aa9b295"}, "enabled": true, "id": "ec8b18efc41340b9a6bca5f09aa9b295", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-59e5c891-1168-447-name"}]} 2019-01-03 17:20:07,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59e5c891-1168-447-name used request id req-8c4b8eb3-3659-4a36-9eb5-2eb5ff619cea 2019-01-03 17:20:07,328 - 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}f10b6513e3523b134bb06bb0522c1048bcd35ec3" 2019-01-03 17:20:07,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0322866-3c29-4358-a8ec-8de02d2f83a8 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"}} 2019-01-03 17:20:07,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-e0322866-3c29-4358-a8ec-8de02d2f83a8 2019-01-03 17:20:07,418 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:20:07,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f10b6513e3523b134bb06bb0522c1048bcd35ec3" 2019-01-03 17:20:08,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-089ebecd-e3fc-4eed-8169-8a35aabf9074 x-compute-request-id: req-089ebecd-e3fc-4eed-8169-8a35aabf9074 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "ec8b18efc41340b9a6bca5f09aa9b295", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 17:20:08,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/ec8b18efc41340b9a6bca5f09aa9b295 used request id req-089ebecd-e3fc-4eed-8169-8a35aabf9074 2019-01-03 17:20:08,326 - 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}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:08,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-0d8781ea-f37c-46ae-bb95-ad447e009e16 Date: Thu, 03 Jan 2019 17:20:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:20:08,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-0d8781ea-f37c-46ae-bb95-ad447e009e16 2019-01-03 17:20:08,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:08,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1448c33e-2f3c-4b54-930b-5e945f4a5b89 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:20:08,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-1448c33e-2f3c-4b54-930b-5e945f4a5b89 2019-01-03 17:20:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:08,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2126aff8-b82a-4023-a766-03293d196ecd 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:20:08,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-2126aff8-b82a-4023-a766-03293d196ecd 2019-01-03 17:20:08,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:08,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06909605-fb65-4f15-a086-b37d7d6970bb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:20:08,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-06909605-fb65-4f15-a086-b37d7d6970bb 2019-01-03 17:20:08,792 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-59e5c891-1168-447-name 2019-01-03 17:20:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/ec8b18efc41340b9a6bca5f09aa9b295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:08,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2c84132-6d95-4fa0-afbe-f4c339f7f650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:08,950 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ec8b18efc41340b9a6bca5f09aa9b295 used request id req-b2c84132-6d95-4fa0-afbe-f4c339f7f650 2019-01-03 17:20:08,954 - 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}cb812aa917f82f3a4e9ac53e687a62c2338b7aa5" 2019-01-03 17:20:09,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a968fc-95f5-4d25-af21-64002bfb7c22 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:09,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-59a968fc-95f5-4d25-af21-64002bfb7c22 2019-01-03 17:20:09,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:09,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["QZyTM4uZQdukCZpCgMHb-w"], "issued_at": "2019-01-03T17:20:09.000000Z"}} 2019-01-03 17:20:09,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}4e487d5fcac4cc9f39b847f33972ff41ecae5e74" 2019-01-03 17:20:09,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c447fda3-a1af-49cb-934a-25d8313cbc26 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"}]}} 2019-01-03 17:20:09,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c447fda3-a1af-49cb-934a-25d8313cbc26 2019-01-03 17:20:09,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:09,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:09,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["27YppK1WT6SiJ89BRVBJ1A"], "issued_at": "2019-01-03T17:20:09.000000Z"}} 2019-01-03 17:20:09,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}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:10,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-064caf4f-7339-4d07-a5b7-100203539411 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"}]}} 2019-01-03 17:20:10,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-064caf4f-7339-4d07-a5b7-100203539411 2019-01-03 17:20:10,079 - 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" 2019-01-03 17:20:10,084 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:10,085 - 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-e4010799-6d9e-4fa-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:10,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144e10c6-69d8-494c-8155-ae5e2d0bb6c6 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-e4010799-6d9e-4fa-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:10,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e4010799-6d9e-4fa-name used request id req-144e10c6-69d8-494c-8155-ae5e2d0bb6c6 2019-01-03 17:20:10,177 - 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}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:10,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f1aad8-dd9e-4023-ae4e-9f2a58210a49 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}} 2019-01-03 17:20:10,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-98f1aad8-dd9e-4023-ae4e-9f2a58210a49 2019-01-03 17:20:10,263 - 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}2979f1eb3fad477126503f547bcc422c65470286" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e4010799-6d9e-4fa-name"}}' 2019-01-03 17:20:10,384 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a1ca68-2723-4386-8857-fb3ccb7e2cd5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d26df7c441ec4a1a8dd68a0ea2002ddf"}, "enabled": true, "id": "d26df7c441ec4a1a8dd68a0ea2002ddf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e4010799-6d9e-4fa-name"}} 2019-01-03 17:20:10,384 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-20a1ca68-2723-4386-8857-fb3ccb7e2cd5 2019-01-03 17:20:10,385 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e4010799-6d9e-4fa-name 2019-01-03 17:20:10,388 - 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" 2019-01-03 17:20:10,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:10,394 - 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-e4010799-6d9e-4fa-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e487d5fcac4cc9f39b847f33972ff41ecae5e74" 2019-01-03 17:20:10,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbe2d1fa-d568-456c-b755-ed67b47a7a63 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-e4010799-6d9e-4fa-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/d26df7c441ec4a1a8dd68a0ea2002ddf"}, "enabled": true, "id": "d26df7c441ec4a1a8dd68a0ea2002ddf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e4010799-6d9e-4fa-name"}]} 2019-01-03 17:20:10,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e4010799-6d9e-4fa-name used request id req-fbe2d1fa-d568-456c-b755-ed67b47a7a63 2019-01-03 17:20:10,412 - 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}4e487d5fcac4cc9f39b847f33972ff41ecae5e74" 2019-01-03 17:20:10,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f36392-4187-478f-8dcf-cf5f9c3e5c43 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"}} 2019-01-03 17:20:10,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d8f36392-4187-478f-8dcf-cf5f9c3e5c43 2019-01-03 17:20:10,496 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:20:10,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" -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}}' 2019-01-03 17:20:11,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0802197a-10de-4ea3-bc2c-f08bf6e6fb45 x-compute-request-id: req-0802197a-10de-4ea3-bc2c-f08bf6e6fb45 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}} 2019-01-03 17:20:11,540 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-0802197a-10de-4ea3-bc2c-f08bf6e6fb45 2019-01-03 17:20:11,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2019-01-03 17:20:12,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-a1d858bb-fe74-43bf-972b-6063e271f7d1 Date: Thu, 03 Jan 2019 17:20:12 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}} 2019-01-03 17:20:12,478 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-a1d858bb-fe74-43bf-972b-6063e271f7d1 2019-01-03 17:20:12,478 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:20:12,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:12,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b64e98e-1655-4a13-a622-3f216900f446 x-compute-request-id: req-6b64e98e-1655-4a13-a622-3f216900f446 Content-Encoding: gzip Content-Length: 221 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": "d26df7c441ec4a1a8dd68a0ea2002ddf", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 17:20:12,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-6b64e98e-1655-4a13-a622-3f216900f446 2019-01-03 17:20:12,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:12,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-3df4b97b-2316-4135-a5b0-79398007a93e Date: Thu, 03 Jan 2019 17:20:12 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}} 2019-01-03 17:20:12,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-3df4b97b-2316-4135-a5b0-79398007a93e 2019-01-03 17:20:12,942 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:20:12,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e487d5fcac4cc9f39b847f33972ff41ecae5e74" 2019-01-03 17:20:13,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f643a0a0-f5b4-4d48-bd60-8d12fc3106bc x-compute-request-id: req-f643a0a0-f5b4-4d48-bd60-8d12fc3106bc Content-Encoding: gzip Content-Length: 221 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": "d26df7c441ec4a1a8dd68a0ea2002ddf", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 17:20:13,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-f643a0a0-f5b4-4d48-bd60-8d12fc3106bc 2019-01-03 17:20:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e487d5fcac4cc9f39b847f33972ff41ecae5e74" 2019-01-03 17:20:14,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-5c367b8a-e5d7-494b-ae0b-c6586795cc76 Date: Thu, 03 Jan 2019 17:20:14 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}} 2019-01-03 17:20:14,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-5c367b8a-e5d7-494b-ae0b-c6586795cc76 2019-01-03 17:20:14,472 - 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}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:14,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-22e951d5-6f47-4160-aa64-8d4addd8916b Date: Thu, 03 Jan 2019 17:20:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:20:14,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-22e951d5-6f47-4160-aa64-8d4addd8916b 2019-01-03 17:20:14,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:14,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4e2ebb-1ce1-4fac-8c5f-9c93301b2b6f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:20:14,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-cb4e2ebb-1ce1-4fac-8c5f-9c93301b2b6f 2019-01-03 17:20:14,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:14,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3b3ec6-57a4-49a7-a3e3-63879f2eb9ba 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:20:14,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-bb3b3ec6-57a4-49a7-a3e3-63879f2eb9ba 2019-01-03 17:20:14,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:14,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e246fc5b-abe4-49e4-98a2-bf6b9d9ab9f4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:20:14,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-e246fc5b-abe4-49e4-98a2-bf6b9d9ab9f4 2019-01-03 17:20:14,985 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e4010799-6d9e-4fa-name 2019-01-03 17:20:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/d26df7c441ec4a1a8dd68a0ea2002ddf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:15,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f44c9bab-a9db-48c8-80cc-e8da2a465176 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:15,159 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d26df7c441ec4a1a8dd68a0ea2002ddf used request id req-f44c9bab-a9db-48c8-80cc-e8da2a465176 2019-01-03 17:20:15,163 - 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}2979f1eb3fad477126503f547bcc422c65470286" 2019-01-03 17:20:15,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3365de59-1693-4e17-9bb1-bc169100bd5d 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:15,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3365de59-1693-4e17-9bb1-bc169100bd5d 2019-01-03 17:20:15,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:15,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["7Lklk3j6RZyCWU6lp5M-gg"], "issued_at": "2019-01-03T17:20:15.000000Z"}} 2019-01-03 17:20:15,632 - 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}83d0d32086b1c85a66ab6e47c38302c28f83da16" 2019-01-03 17:20:15,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a636419-a34d-42ea-83ef-1f573b2fe0ff 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"}]}} 2019-01-03 17:20:15,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a636419-a34d-42ea-83ef-1f573b2fe0ff 2019-01-03 17:20:15,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:15,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:16,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["fbudBKrQR-GOUGQBbIpDGA"], "issued_at": "2019-01-03T17:20:16.000000Z"}} 2019-01-03 17:20:16,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}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:16,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0465a0e-ff3a-4ec2-8945-bebd6cc309dd 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"}]}} 2019-01-03 17:20:16,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f0465a0e-ff3a-4ec2-8945-bebd6cc309dd 2019-01-03 17:20:16,175 - 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" 2019-01-03 17:20:16,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:16,181 - 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-b4c27d4a-7d87-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:16,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29162e5f-f38c-41aa-8600-e99bc2b0484b 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-b4c27d4a-7d87-44c-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:16,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-b4c27d4a-7d87-44c-name used request id req-29162e5f-f38c-41aa-8600-e99bc2b0484b 2019-01-03 17:20:16,265 - 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}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:16,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727e86b0-923d-4cfc-8147-55cd3a2dbf38 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}} 2019-01-03 17:20:16,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-727e86b0-923d-4cfc-8147-55cd3a2dbf38 2019-01-03 17:20:16,354 - 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}de767865c8b4f964e13038ebab2b58059c731caf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}}' 2019-01-03 17:20:16,475 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1d23bec-5720-45cd-a237-aa11b3f5efeb Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0"}, "enabled": true, "id": "59a1c84ab966438390b58e542b740bb0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}} 2019-01-03 17:20:16,475 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b1d23bec-5720-45cd-a237-aa11b3f5efeb 2019-01-03 17:20:16,476 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:16,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:16,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:16,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["aKhNEO8UQq-o8-AnrOhXsg"], "issued_at": "2019-01-03T17:20:16.000000Z"}} 2019-01-03 17:20:16,879 - 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}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:16,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1120a1aa-edf5-4820-b021-b412a1f43ef2 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"}]}} 2019-01-03 17:20:16,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1120a1aa-edf5-4820-b021-b412a1f43ef2 2019-01-03 17:20:16,966 - 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" 2019-01-03 17:20:16,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:16,972 - 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}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f3db7b-6068-4080-932a-2bb2c40c2bd9 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:20:17,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-87f3db7b-6068-4080-932a-2bb2c40c2bd9 2019-01-03 17:20:17,008 - 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}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64fc6201-6ca5-494f-8f1e-bc7df48be010 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}} 2019-01-03 17:20:17,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-64fc6201-6ca5-494f-8f1e-bc7df48be010 2019-01-03 17:20:17,479 - 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}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b862fb-f0e1-481f-8eef-e1c0e1e0795f 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:17,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-59b862fb-f0e1-481f-8eef-e1c0e1e0795f 2019-01-03 17:20:17,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-b4c27d4a-7d87-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2c67da-7f67-4b36-a80d-ba2e557a759b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-b4c27d4a-7d87-44c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0"}, "enabled": true, "id": "59a1c84ab966438390b58e542b740bb0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}]} 2019-01-03 17:20:17,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-b4c27d4a-7d87-44c-name used request id req-7f2c67da-7f67-4b36-a80d-ba2e557a759b 2019-01-03 17:20:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/476a54299581493e86ef20061fd99684 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1763c9a-128e-4ff9-982b-ab37b8d3e962 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/476a54299581493e86ef20061fd99684"}, "enabled": true, "id": "476a54299581493e86ef20061fd99684", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-user"}} 2019-01-03 17:20:17,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/476a54299581493e86ef20061fd99684 used request id req-f1763c9a-128e-4ff9-982b-ab37b8d3e962 2019-01-03 17:20:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a55e45-492d-4c30-9749-08a76bf3ca3f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:20:17,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles used request id req-b5a55e45-492d-4c30-9749-08a76bf3ca3f 2019-01-03 17:20:17,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:17,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e056d7f-2483-447c-9f40-7048274a8353 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:20:17,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-3e056d7f-2483-447c-9f40-7048274a8353 2019-01-03 17:20:17,890 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:17,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:18,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ffc35b3-216e-4e13-b6ff-9b2cb53eca5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:18,034 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-9ffc35b3-216e-4e13-b6ff-9b2cb53eca5a 2019-01-03 17:20:18,034 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-b4c27d4a-7d87-44c-user 2019-01-03 17:20:18,038 - 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}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:18,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f93dd33a-0926-482f-adbb-c5fce28e052b 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:18,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f93dd33a-0926-482f-adbb-c5fce28e052b 2019-01-03 17:20:18,119 - 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}de767865c8b4f964e13038ebab2b58059c731caf" -d '{"role": {"name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name-role"}}' 2019-01-03 17:20:18,280 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34201221-3f04-4fb6-97e4-5c224fe714a6 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "20b39743e98a46ca9e206f4fc8acc608", "links": {"self": "http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608"}, "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name-role"}} 2019-01-03 17:20:18,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-34201221-3f04-4fb6-97e4-5c224fe714a6 2019-01-03 17:20:18,281 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name-role 2019-01-03 17:20:18,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:18,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae15d22e-4a13-4271-bc09-37f8a58c9004 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608"}, "domain_id": null, "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name-role", "id": "20b39743e98a46ca9e206f4fc8acc608"}} 2019-01-03 17:20:18,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608 used request id req-ae15d22e-4a13-4271-bc09-37f8a58c9004 2019-01-03 17:20:18,368 - keystone_utils - INFO - Granting role CreateProjectUserTests-b4c27d4a-7d87-44c-name-role to project CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:18,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles/20b39743e98a46ca9e206f4fc8acc608 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:18,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f634b526-bf64-448d-9977-ad92abf506e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:18,527 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0/users/476a54299581493e86ef20061fd99684/roles/20b39743e98a46ca9e206f4fc8acc608 used request id req-f634b526-bf64-448d-9977-ad92abf506e6 2019-01-03 17:20:18,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:18,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:18,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20b39743e98a46ca9e206f4fc8acc608", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name-role"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59a1c84ab966438390b58e542b740bb0", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/59a1c84ab966438390b58e542b740bb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/59a1c84ab966438390b58e542b740bb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/59a1c84ab966438390b58e542b740bb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/59a1c84ab966438390b58e542b740bb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/59a1c84ab966438390b58e542b740bb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/59a1c84ab966438390b58e542b740bb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59a1c84ab966438390b58e542b740bb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/59a1c84ab966438390b58e542b740bb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/59a1c84ab966438390b58e542b740bb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59a1c84ab966438390b58e542b740bb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/59a1c84ab966438390b58e542b740bb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/59a1c84ab966438390b58e542b740bb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-user", "id": "476a54299581493e86ef20061fd99684"}, "audit_ids": ["mCGgg-6NTjiOBs7BPeUx0A"], "issued_at": "2019-01-03T17:20:18.000000Z"}} 2019-01-03 17:20:18,922 - 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}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:19,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e774128-5a27-47f6-bbf3-b4615f2146d9 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"}]}} 2019-01-03 17:20:19,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0e774128-5a27-47f6-bbf3-b4615f2146d9 2019-01-03 17:20:19,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-b4c27d4a-7d87-44c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:20,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b2977cbd-3233-4ee5-84b1-6c826c7fe135 Date: Thu, 03 Jan 2019 17:20:20 GMT RESP BODY: {"security_groups": []} 2019-01-03 17:20:20,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-b4c27d4a-7d87-44c-name&description=hello+group used request id req-b2977cbd-3233-4ee5-84b1-6c826c7fe135 2019-01-03 17:20:20,005 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-b4c27d4a-7d87-44c-name... 2019-01-03 17:20:20,005 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:20,010 - 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}fbfd4973d8e43b627c11f0044164572053f4b1bd" -d '{"security_group": {"name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name", "description": "hello group"}}' 2019-01-03 17:20:20,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-a707f35a-d2ac-493d-8d0a-987d91b8e6e1 Date: Thu, 03 Jan 2019 17:20:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "updated_at": "2019-01-03T17:20:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "516742aa-5734-4482-9729-8e7e37a883cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "ed57f235-145e-4377-bce7-71c1534f8f9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}], "revision_number": 2, "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "9b73e318-968f-4314-8661-ffb585972cbc", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}} 2019-01-03 17:20:20,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-a707f35a-d2ac-493d-8d0a-987d91b8e6e1 2019-01-03 17:20:20,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:20,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:21,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-baabdc0f-e5cd-4f4c-bbb0-8aebdddc5bd3 Date: Thu, 03 Jan 2019 17:20:21 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": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "516742aa-5734-4482-9729-8e7e37a883cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "ed57f235-145e-4377-bce7-71c1534f8f9f"}]} 2019-01-03 17:20:21,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-baabdc0f-e5cd-4f4c-bbb0-8aebdddc5bd3 2019-01-03 17:20:21,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:22,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc8a52c3-3c5f-4223-b141-bd8680fa8e4d Date: Thu, 03 Jan 2019 17:20:22 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": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "516742aa-5734-4482-9729-8e7e37a883cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "ed57f235-145e-4377-bce7-71c1534f8f9f"}]} 2019-01-03 17:20:22,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-cc8a52c3-3c5f-4223-b141-bd8680fa8e4d 2019-01-03 17:20:22,070 - neutron_utils - INFO - Retrieving security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:22,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:22,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f4144ec6-e4a2-4660-9a2e-b1d84229f128 Date: Thu, 03 Jan 2019 17:20:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "updated_at": "2019-01-03T17:20:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "516742aa-5734-4482-9729-8e7e37a883cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "ed57f235-145e-4377-bce7-71c1534f8f9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}], "revision_number": 2, "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "9b73e318-968f-4314-8661-ffb585972cbc", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}]} 2019-01-03 17:20:22,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-f4144ec6-e4a2-4660-9a2e-b1d84229f128 2019-01-03 17:20:22,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:22,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:22,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-09a65501-f728-4456-80bb-6ca19163ca72 Date: Thu, 03 Jan 2019 17:20:22 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": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "516742aa-5734-4482-9729-8e7e37a883cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "ed57f235-145e-4377-bce7-71c1534f8f9f"}]} 2019-01-03 17:20:22,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-09a65501-f728-4456-80bb-6ca19163ca72 2019-01-03 17:20:22,301 - neutron_utils - INFO - Retrieving security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:22,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4017e013-86c3-43ae-ada7-27f32b3fca92 Date: Thu, 03 Jan 2019 17:20:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "updated_at": "2019-01-03T17:20:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "516742aa-5734-4482-9729-8e7e37a883cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "ed57f235-145e-4377-bce7-71c1534f8f9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}], "revision_number": 2, "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "9b73e318-968f-4314-8661-ffb585972cbc", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}]} 2019-01-03 17:20:22,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-4017e013-86c3-43ae-ada7-27f32b3fca92 2019-01-03 17:20:22,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:22,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:23,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89f85c0f-0bee-45d8-b40b-f8335b232e59 Date: Thu, 03 Jan 2019 17:20:23 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": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "516742aa-5734-4482-9729-8e7e37a883cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "ed57f235-145e-4377-bce7-71c1534f8f9f"}]} 2019-01-03 17:20:23,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-89f85c0f-0bee-45d8-b40b-f8335b232e59 2019-01-03 17:20:23,177 - neutron_utils - INFO - Retrieving security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:23,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:23,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aa1d2a5b-babb-4b28-8c2a-3b887542fd4c Date: Thu, 03 Jan 2019 17:20:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "updated_at": "2019-01-03T17:20:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "516742aa-5734-4482-9729-8e7e37a883cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "revision_number": 0, "id": "ed57f235-145e-4377-bce7-71c1534f8f9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}], "revision_number": 2, "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "9b73e318-968f-4314-8661-ffb585972cbc", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}]} 2019-01-03 17:20:23,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-aa1d2a5b-babb-4b28-8c2a-3b887542fd4c 2019-01-03 17:20:23,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b73e318-968f-4314-8661-ffb585972cbc 2019-01-03 17:20:23,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:23,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d86327cc-3d79-4822-a93a-1fcec823fdbb Date: Thu, 03 Jan 2019 17:20:23 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": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "516742aa-5734-4482-9729-8e7e37a883cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:20Z", "security_group_id": "9b73e318-968f-4314-8661-ffb585972cbc", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:20Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "ed57f235-145e-4377-bce7-71c1534f8f9f"}]} 2019-01-03 17:20:23,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=9b73e318-968f-4314-8661-ffb585972cbc used request id req-d86327cc-3d79-4822-a93a-1fcec823fdbb 2019-01-03 17:20:23,616 - neutron_utils - INFO - Deleting security group rule with ID - 516742aa-5734-4482-9729-8e7e37a883cc 2019-01-03 17:20:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/516742aa-5734-4482-9729-8e7e37a883cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:23,746 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf2df2be-f41c-47b1-b992-254bc3a29963 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:23,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/516742aa-5734-4482-9729-8e7e37a883cc used request id req-bf2df2be-f41c-47b1-b992-254bc3a29963 2019-01-03 17:20:23,746 - neutron_utils - INFO - Deleting security group rule with ID - ed57f235-145e-4377-bce7-71c1534f8f9f 2019-01-03 17:20:23,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/ed57f235-145e-4377-bce7-71c1534f8f9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:24,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56dacd50-3920-400a-bbf4-02b022ff8ab3 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:24,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/ed57f235-145e-4377-bce7-71c1534f8f9f used request id req-56dacd50-3920-400a-bbf4-02b022ff8ab3 2019-01-03 17:20:24,738 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:24,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/9b73e318-968f-4314-8661-ffb585972cbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfd4973d8e43b627c11f0044164572053f4b1bd" 2019-01-03 17:20:25,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8005366-1f37-49d0-ad2e-db75dfbdc15e Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:25,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/9b73e318-968f-4314-8661-ffb585972cbc used request id req-b8005366-1f37-49d0-ad2e-db75dfbdc15e 2019-01-03 17:20:25,809 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-b4c27d4a-7d87-44c-user 2019-01-03 17:20:25,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/476a54299581493e86ef20061fd99684 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa043f28bc7c2f022de9f34c9a16a732d9a09e0e" 2019-01-03 17:20:26,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6f29d3b-b5b0-4483-a1a4-136d5774f8a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:26,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/476a54299581493e86ef20061fd99684 used request id req-d6f29d3b-b5b0-4483-a1a4-136d5774f8a6 2019-01-03 17:20:26,139 - 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}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:26,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-8703a818-96ac-4703-aa5c-15aca31fb454 Date: Thu, 03 Jan 2019 17:20:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:19Z", "updated_at": "2019-01-03T17:20:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "revision_number": 0, "id": "0d364224-b1f4-4c48-a34b-cee41d7979d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "revision_number": 0, "id": "6e3e5a9f-d937-48d8-b288-c6cf75ec4f6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "revision_number": 0, "id": "7565bc08-2e31-4fb4-be12-dc09d8ea21b9", "remote_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "59a1c84ab966438390b58e542b740bb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "revision_number": 0, "id": "9c611d10-8d7c-437e-9db7-2a897073ea91", "remote_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "tenant_id": "59a1c84ab966438390b58e542b740bb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "59a1c84ab966438390b58e542b740bb0"}], "revision_number": 4, "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "name": "default"}]} 2019-01-03 17:20:26,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-8703a818-96ac-4703-aa5c-15aca31fb454 2019-01-03 17:20:26,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:27,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a544b872-e734-4a3c-902d-e0ea8103d450 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:20:27,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-a544b872-e734-4a3c-902d-e0ea8103d450 2019-01-03 17:20:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:27,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a9136d-9bc8-4e3f-85ad-7c37fdc2c991 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:20:27,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-e1a9136d-9bc8-4e3f-85ad-7c37fdc2c991 2019-01-03 17:20:27,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:27,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7331b4-d789-462d-aab1-e31db45e368a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:20:27,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-0d7331b4-d789-462d-aab1-e31db45e368a 2019-01-03 17:20:27,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:27,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18527101-a499-48f3-94db-bdc2a2281e29 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/59a1c84ab966438390b58e542b740bb0"}, "enabled": true, "id": "59a1c84ab966438390b58e542b740bb0", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-b4c27d4a-7d87-44c-name"}} 2019-01-03 17:20:27,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0 used request id req-18527101-a499-48f3-94db-bdc2a2281e29 2019-01-03 17:20:27,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 94cb211b-d73f-4131-9582-b7a37ef4f1e6 2019-01-03 17:20:27,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=94cb211b-d73f-4131-9582-b7a37ef4f1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:27,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-30f0bbed-a5dd-4c48-ad51-39d41dbe95eb Date: Thu, 03 Jan 2019 17:20:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:19Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "0d364224-b1f4-4c48-a34b-cee41d7979d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:19Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "6e3e5a9f-d937-48d8-b288-c6cf75ec4f6b"}, {"remote_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:19Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "7565bc08-2e31-4fb4-be12-dc09d8ea21b9"}, {"remote_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:19Z", "security_group_id": "94cb211b-d73f-4131-9582-b7a37ef4f1e6", "port_range_min": null, "revision_number": 0, "tenant_id": "59a1c84ab966438390b58e542b740bb0", "created_at": "2019-01-03T17:20:19Z", "project_id": "59a1c84ab966438390b58e542b740bb0", "id": "9c611d10-8d7c-437e-9db7-2a897073ea91"}]} 2019-01-03 17:20:27,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=94cb211b-d73f-4131-9582-b7a37ef4f1e6 used request id req-30f0bbed-a5dd-4c48-ad51-39d41dbe95eb 2019-01-03 17:20:27,585 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 17:20:27,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/94cb211b-d73f-4131-9582-b7a37ef4f1e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:28,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f01aeabb-85eb-4c01-82a1-07b0ff547550 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:28,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/94cb211b-d73f-4131-9582-b7a37ef4f1e6 used request id req-f01aeabb-85eb-4c01-82a1-07b0ff547550 2019-01-03 17:20:28,022 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name 2019-01-03 17:20:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:28,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81fa47a7-0a18-4209-bb7a-9e8d82760892 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:28,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/59a1c84ab966438390b58e542b740bb0 used request id req-81fa47a7-0a18-4209-bb7a-9e8d82760892 2019-01-03 17:20:28,245 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-b4c27d4a-7d87-44c-name-role 2019-01-03 17:20:28,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:28,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e72d5f9-a219-46c2-a5aa-b7ae91c6eed9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:28,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/20b39743e98a46ca9e206f4fc8acc608 used request id req-9e72d5f9-a219-46c2-a5aa-b7ae91c6eed9 2019-01-03 17:20:28,376 - 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}de767865c8b4f964e13038ebab2b58059c731caf" 2019-01-03 17:20:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3fc2ca4-9d8a-4b68-8a2c-bccd094a90b2 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:28,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a3fc2ca4-9d8a-4b68-8a2c-bccd094a90b2 2019-01-03 17:20:28,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:28,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Y_TLzU9HSH-xKVDbdeYD6Q"], "issued_at": "2019-01-03T17:20:28.000000Z"}} 2019-01-03 17:20:28,849 - 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}f6b13ec6ca4398903680a6b568ca65252dd68362" 2019-01-03 17:20:28,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005f53db-e1a5-408f-bd21-f3077217e557 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"}]}} 2019-01-03 17:20:28,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-005f53db-e1a5-408f-bd21-f3077217e557 2019-01-03 17:20:28,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:28,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:29,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["FGZF1WoWSC-HzAqMANktDg"], "issued_at": "2019-01-03T17:20:29.000000Z"}} 2019-01-03 17:20:29,313 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:29,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4c787c-0a3e-4101-9dca-a3df6ba31a58 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"}]}} 2019-01-03 17:20:29,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca4c787c-0a3e-4101-9dca-a3df6ba31a58 2019-01-03 17:20:29,400 - 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" 2019-01-03 17:20:29,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:29,406 - 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-73c47312-a7c6-4de-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:29,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32fd4ad3-4cf8-40ef-a6f6-a3d3c3f47eec 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-73c47312-a7c6-4de-name", "previous": null, "next": null}, "projects": []} 2019-01-03 17:20:29,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-73c47312-a7c6-4de-name used request id req-32fd4ad3-4cf8-40ef-a6f6-a3d3c3f47eec 2019-01-03 17:20:29,506 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:29,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63090e09-4c5d-4b88-9699-ba5f98fd8e46 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}} 2019-01-03 17:20:29,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-63090e09-4c5d-4b88-9699-ba5f98fd8e46 2019-01-03 17:20:29,604 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}}' 2019-01-03 17:20:29,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21d4691b-0f4c-47ee-b398-115c8ae99145 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb"}, "enabled": true, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}} 2019-01-03 17:20:29,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-21d4691b-0f4c-47ee-b398-115c8ae99145 2019-01-03 17:20:29,720 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:29,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:29,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:30,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["SD_bvdNDQEC1BH-ZQQCETw"], "issued_at": "2019-01-03T17:20:30.000000Z"}} 2019-01-03 17:20:30,105 - 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}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:30,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e42def4-caef-4817-8e62-00501ec1cedb 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"}]}} 2019-01-03 17:20:30,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e42def4-caef-4817-8e62-00501ec1cedb 2019-01-03 17:20:30,203 - 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" 2019-01-03 17:20:30,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:30,209 - 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}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:30,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47412eaa-acde-4632-9e96-9edac03f5f41 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:20:30,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-47412eaa-acde-4632-9e96-9edac03f5f41 2019-01-03 17:20:30,321 - 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}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:30,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8326a7-e19e-403d-a93f-3ba4adf38858 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}} 2019-01-03 17:20:30,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3d8326a7-e19e-403d-a93f-3ba4adf38858 2019-01-03 17:20:30,928 - 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}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80360bcc-fa50-4dfc-8ddf-8c3b38a1bb95 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:31,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-80360bcc-fa50-4dfc-8ddf-8c3b38a1bb95 2019-01-03 17:20:31,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456325c3-2129-4940-aae8-4db5d09a5c15 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb"}, "enabled": true, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:31,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name used request id req-456325c3-2129-4940-aae8-4db5d09a5c15 2019-01-03 17:20:31,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/8c5f031dacb449b8b9fd9eab11fda527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a375808-1904-44e1-bafe-a45978d08229 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/8c5f031dacb449b8b9fd9eab11fda527"}, "enabled": true, "id": "8c5f031dacb449b8b9fd9eab11fda527", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-user1"}} 2019-01-03 17:20:31,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/8c5f031dacb449b8b9fd9eab11fda527 used request id req-9a375808-1904-44e1-bafe-a45978d08229 2019-01-03 17:20:31,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2d2af92-d8af-43d2-9005-f53acbb3aa4f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:20:31,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles used request id req-a2d2af92-d8af-43d2-9005-f53acbb3aa4f 2019-01-03 17:20:31,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e20ac397-0c0d-4a99-9d98-166c98e1e245 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:20:31,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-e20ac397-0c0d-4a99-9d98-166c98e1e245 2019-01-03 17:20:31,355 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:31,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:31,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff4f4ded-cc81-4d41-bc56-a5eaca28ff79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:31,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-ff4f4ded-cc81-4d41-bc56-a5eaca28ff79 2019-01-03 17:20:31,488 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-73c47312-a7c6-4de-user1 2019-01-03 17:20:31,492 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:31,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d190281-1236-4185-8ff5-00d4339616b1 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:31,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5d190281-1236-4185-8ff5-00d4339616b1 2019-01-03 17:20:31,584 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" -d '{"role": {"name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role"}}' 2019-01-03 17:20:31,691 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1ff2f01-6925-49c0-974b-b3d238199d34 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "baab43f08d22447889f9cd7b30364b69", "links": {"self": "http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69"}, "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role"}} 2019-01-03 17:20:31,691 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-b1ff2f01-6925-49c0-974b-b3d238199d34 2019-01-03 17:20:31,691 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-73c47312-a7c6-4de-name-role 2019-01-03 17:20:31,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:31,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3f2c90-64d1-45cb-856a-f65192a28578 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69"}, "domain_id": null, "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role", "id": "baab43f08d22447889f9cd7b30364b69"}} 2019-01-03 17:20:31,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 used request id req-4b3f2c90-64d1-45cb-856a-f65192a28578 2019-01-03 17:20:31,776 - keystone_utils - INFO - Granting role CreateProjectUserTests-73c47312-a7c6-4de-name-role to project CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:31,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles/baab43f08d22447889f9cd7b30364b69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:31,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c4ea9a-a558-4296-93a7-54738e6bb54f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:31,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/8c5f031dacb449b8b9fd9eab11fda527/roles/baab43f08d22447889f9cd7b30364b69 used request id req-63c4ea9a-a558-4296-93a7-54738e6bb54f 2019-01-03 17:20:31,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:31,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:32,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["-vQaOwEdS56lxDOxtWatZA"], "issued_at": "2019-01-03T17:20:32.000000Z"}} 2019-01-03 17:20:32,302 - 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}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:32,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53112e1-4b7c-4fb7-b81f-a337f64a1035 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"}]}} 2019-01-03 17:20:32,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f53112e1-4b7c-4fb7-b81f-a337f64a1035 2019-01-03 17:20:32,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" 2019-01-03 17:20:32,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:32,391 - 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}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:32,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c5294a-a5ec-4039-bf97-f1de3ca4979f Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-73c47312-a7c6-4de-user1", "links": {"self": "http://172.30.9.30:5000/v3/users/8c5f031dacb449b8b9fd9eab11fda527"}, "domain_id": "default", "enabled": true, "id": "8c5f031dacb449b8b9fd9eab11fda527", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:20:32,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-38c5294a-a5ec-4039-bf97-f1de3ca4979f 2019-01-03 17:20:32,509 - 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}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:32,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577c47db-095b-44d4-96e3-e42e3a6dde39 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}} 2019-01-03 17:20:32,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-577c47db-095b-44d4-96e3-e42e3a6dde39 2019-01-03 17:20:32,963 - 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}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9b1ac9-bdc6-4664-9169-4fbb24c712ea 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "baab43f08d22447889f9cd7b30364b69", "links": {"self": "http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69"}, "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:33,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0d9b1ac9-bdc6-4664-9169-4fbb24c712ea 2019-01-03 17:20:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ffe23a-ed89-48b3-ba78-5d3e39383b1a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb"}, "enabled": true, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:33,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-73c47312-a7c6-4de-name used request id req-d3ffe23a-ed89-48b3-ba78-5d3e39383b1a 2019-01-03 17:20:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/87c91462a1b14a38b087c4faf9abb85d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb3113f-9417-429a-88fe-cd5d31fe1a54 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/87c91462a1b14a38b087c4faf9abb85d"}, "enabled": true, "id": "87c91462a1b14a38b087c4faf9abb85d", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-user2"}} 2019-01-03 17:20:33,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/87c91462a1b14a38b087c4faf9abb85d used request id req-6cb3113f-9417-429a-88fe-cd5d31fe1a54 2019-01-03 17:20:33,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4617253-9b44-4d74-9bf9-e4c3dd76d5a7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 17:20:33,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles used request id req-b4617253-9b44-4d74-9bf9-e4c3dd76d5a7 2019-01-03 17:20:33,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652f71ac-ab85-4e65-9ec9-26f9e4fb2031 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "domain_id": null, "name": "admin", "id": "ed37c29d5a2b4ecea909d2921dcc49dd"}} 2019-01-03 17:20:33,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-652f71ac-ab85-4e65-9ec9-26f9e4fb2031 2019-01-03 17:20:33,440 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:33,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:33,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eeb4b5c-af6d-4571-9fea-e5155e122675 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:33,578 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-2eeb4b5c-af6d-4571-9fea-e5155e122675 2019-01-03 17:20:33,579 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-73c47312-a7c6-4de-user2 2019-01-03 17:20:33,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:33,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdbb182e-0596-4ef2-84be-5b11d5d24746 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69"}, "domain_id": null, "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role", "id": "baab43f08d22447889f9cd7b30364b69"}} 2019-01-03 17:20:33,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 used request id req-cdbb182e-0596-4ef2-84be-5b11d5d24746 2019-01-03 17:20:33,670 - keystone_utils - INFO - Granting role CreateProjectUserTests-73c47312-a7c6-4de-name-role to project CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:33,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles/baab43f08d22447889f9cd7b30364b69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:33,813 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63476eb1-13c0-4869-9157-40f360d6fef8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:33,813 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb/users/87c91462a1b14a38b087c4faf9abb85d/roles/baab43f08d22447889f9cd7b30364b69 used request id req-63476eb1-13c0-4869-9157-40f360d6fef8 2019-01-03 17:20:33,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:33,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:34,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baab43f08d22447889f9cd7b30364b69", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-73c47312-a7c6-4de-user1", "id": "8c5f031dacb449b8b9fd9eab11fda527"}, "audit_ids": ["G8DDN1LpTZGzEOazzsw65Q"], "issued_at": "2019-01-03T17:20:34.000000Z"}} 2019-01-03 17:20:34,195 - 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}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:34,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b6c29e-e119-4bed-908d-d12e5c6b2bad 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"}]}} 2019-01-03 17:20:34,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c0b6c29e-e119-4bed-908d-d12e5c6b2bad 2019-01-03 17:20:34,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-73c47312-a7c6-4de-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:34,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6468b32b-7614-4934-bf89-92aba60ddc8d Date: Thu, 03 Jan 2019 17:20:34 GMT RESP BODY: {"security_groups": []} 2019-01-03 17:20:34,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-73c47312-a7c6-4de-name&description=hello+group used request id req-6468b32b-7614-4934-bf89-92aba60ddc8d 2019-01-03 17:20:34,631 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-73c47312-a7c6-4de-name... 2019-01-03 17:20:34,631 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:34,636 - 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}120642107ad6ba562bd81bf93bb4560fa7636da1" -d '{"security_group": {"name": "CreateProjectUserTests-73c47312-a7c6-4de-name", "description": "hello group"}}' 2019-01-03 17:20:35,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-0605b6f6-9df9-4df5-b852-4a1e2db0d199 Date: Thu, 03 Jan 2019 17:20:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}} 2019-01-03 17:20:35,187 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-0605b6f6-9df9-4df5-b852-4a1e2db0d199 2019-01-03 17:20:35,188 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:35,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:35,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6449a9b6-5c51-4949-a0fd-7d6aec8a9e48 Date: Thu, 03 Jan 2019 17:20:35 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": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:35,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-6449a9b6-5c51-4949-a0fd-7d6aec8a9e48 2019-01-03 17:20:35,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:35,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da92b105-a8d3-4c4d-a60a-e1d17c882ce6 Date: Thu, 03 Jan 2019 17:20:35 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": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:35,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-da92b105-a8d3-4c4d-a60a-e1d17c882ce6 2019-01-03 17:20:35,644 - neutron_utils - INFO - Retrieving security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:35,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:35,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-34a7b69f-904f-4e92-9fad-3bf7a90a4d25 Date: Thu, 03 Jan 2019 17:20:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:35,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-34a7b69f-904f-4e92-9fad-3bf7a90a4d25 2019-01-03 17:20:35,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:35,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:36,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-54c257d8-748d-406a-ad78-df53358a5f69 Date: Thu, 03 Jan 2019 17:20:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:36,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-54c257d8-748d-406a-ad78-df53358a5f69 2019-01-03 17:20:36,679 - neutron_utils - INFO - Retrieving security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:36,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:37,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-37cc12c5-2e61-4651-8f17-93626c52ab8c Date: Thu, 03 Jan 2019 17:20:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:37,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-37cc12c5-2e61-4651-8f17-93626c52ab8c 2019-01-03 17:20:37,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:37,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1a14554c-9067-478f-9791-5d46228d5ae6 Date: Thu, 03 Jan 2019 17:20:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:37,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-1a14554c-9067-478f-9791-5d46228d5ae6 2019-01-03 17:20:37,586 - neutron_utils - INFO - Retrieving security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:37,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:37,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2926fccd-1865-4957-9db9-af05d3d2c305 Date: Thu, 03 Jan 2019 17:20:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:37,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-2926fccd-1865-4957-9db9-af05d3d2c305 2019-01-03 17:20:37,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:37,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:37,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5c327002-817d-4050-bd03-657b618f0c5c Date: Thu, 03 Jan 2019 17:20:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:37,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-5c327002-817d-4050-bd03-657b618f0c5c 2019-01-03 17:20:37,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:20:37,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:38,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baab43f08d22447889f9cd7b30364b69", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name-role"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/29fc5d81f3d842f794926cfec8b2fbdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-73c47312-a7c6-4de-user2", "id": "87c91462a1b14a38b087c4faf9abb85d"}, "audit_ids": ["OtKAFc2nT7G_YqdQwxfofw"], "issued_at": "2019-01-03T17:20:38.000000Z"}} 2019-01-03 17:20:38,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}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:38,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31be8b56-00b7-4a59-b7df-b23edd31bbf8 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"}]}} 2019-01-03 17:20:38,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-31be8b56-00b7-4a59-b7df-b23edd31bbf8 2019-01-03 17:20:38,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-73c47312-a7c6-4de-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:38,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eec46b50-7376-4436-b29b-3fd09614c8d4 Date: Thu, 03 Jan 2019 17:20:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:38,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-73c47312-a7c6-4de-name&description=hello+group used request id req-eec46b50-7376-4436-b29b-3fd09614c8d4 2019-01-03 17:20:38,572 - 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" 2019-01-03 17:20:38,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20: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"}]}]}} 2019-01-03 17:20:38,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:38,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d30c513-6278-48e3-8c10-1432f1b78670 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/29fc5d81f3d842f794926cfec8b2fbdb"}, "enabled": true, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}} 2019-01-03 17:20:38,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb used request id req-5d30c513-6278-48e3-8c10-1432f1b78670 2019-01-03 17:20:38,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:38,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:38,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aeddd1a7-c0c6-4a1e-bb44-17a540a04fc6 Date: Thu, 03 Jan 2019 17:20:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:38,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-aeddd1a7-c0c6-4a1e-bb44-17a540a04fc6 2019-01-03 17:20:38,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:38,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:39,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-401a5e88-b0eb-4509-bcd7-e6cc58c06035 Date: Thu, 03 Jan 2019 17:20:39 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": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:39,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-401a5e88-b0eb-4509-bcd7-e6cc58c06035 2019-01-03 17:20:39,040 - neutron_utils - INFO - Retrieving security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:39,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:39,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-da486479-840f-4c60-8512-42145298c101 Date: Thu, 03 Jan 2019 17:20:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "updated_at": "2019-01-03T17:20:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "revision_number": 0, "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 2, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}]} 2019-01-03 17:20:39,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-da486479-840f-4c60-8512-42145298c101 2019-01-03 17:20:39,247 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba748d37-8dfb-4334-aead-b8ef2d571ede 2019-01-03 17:20:39,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:39,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a74ac97f-7ed7-4043-a841-303dc8f711d3 Date: Thu, 03 Jan 2019 17:20:39 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": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "7e89225d-bfda-4858-8185-eafa0b9b3d10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:35Z", "security_group_id": "ba748d37-8dfb-4334-aead-b8ef2d571ede", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:35Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51"}]} 2019-01-03 17:20:39,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-a74ac97f-7ed7-4043-a841-303dc8f711d3 2019-01-03 17:20:39,271 - neutron_utils - INFO - Deleting security group rule with ID - 7e89225d-bfda-4858-8185-eafa0b9b3d10 2019-01-03 17:20:39,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/7e89225d-bfda-4858-8185-eafa0b9b3d10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:39,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e21bd965-ce84-42aa-9359-b92bfa6cb794 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:39,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/7e89225d-bfda-4858-8185-eafa0b9b3d10 used request id req-e21bd965-ce84-42aa-9359-b92bfa6cb794 2019-01-03 17:20:39,469 - neutron_utils - INFO - Deleting security group rule with ID - e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 2019-01-03 17:20:39,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:40,496 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01ae8add-2781-4610-b501-9aef588fcc98 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:40,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 used request id req-01ae8add-2781-4610-b501-9aef588fcc98 2019-01-03 17:20:40,497 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:40,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120642107ad6ba562bd81bf93bb4560fa7636da1" 2019-01-03 17:20:40,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ce67b26-66ef-40d1-919f-9721fabfb8e6 Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:40,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-4ce67b26-66ef-40d1-919f-9721fabfb8e6 2019-01-03 17:20:40,879 - neutron_utils - INFO - Deleting security group rule with ID - e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 2019-01-03 17:20:40,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:41,096 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-8a9c8e32-3dd1-4fc2-b19c-8505037bf4f4 Date: Thu, 03 Jan 2019 17:20:41 GMT RESP BODY: {"NeutronError": {"message": "Security group rule e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 17:20:41,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 used request id req-8a9c8e32-3dd1-4fc2-b19c-8505037bf4f4 2019-01-03 17:20:41,097 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 17:20:41,097 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule e5d762d6-bdc6-4704-b9d0-e88b5cc4bf51 does not exist Neutron server returns request_ids: ['req-8a9c8e32-3dd1-4fc2-b19c-8505037bf4f4'] 2019-01-03 17:20:41,097 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:41,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ba748d37-8dfb-4334-aead-b8ef2d571ede -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b9bc3b36e1975ccdba69dadb4e3e2c0711cbad" 2019-01-03 17:20:41,311 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-127ecff7-3a01-4559-b471-49e436bc63e7 Date: Thu, 03 Jan 2019 17:20:41 GMT RESP BODY: {"NeutronError": {"message": "Security group ba748d37-8dfb-4334-aead-b8ef2d571ede does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 17:20:41,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ba748d37-8dfb-4334-aead-b8ef2d571ede used request id req-127ecff7-3a01-4559-b471-49e436bc63e7 2019-01-03 17:20:41,311 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group ba748d37-8dfb-4334-aead-b8ef2d571ede does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 17:20:41,312 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group ba748d37-8dfb-4334-aead-b8ef2d571ede does not exist Neutron server returns request_ids: ['req-127ecff7-3a01-4559-b471-49e436bc63e7'] 2019-01-03 17:20:41,312 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-73c47312-a7c6-4de-user1 2019-01-03 17:20:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/8c5f031dacb449b8b9fd9eab11fda527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93194a421d992573c1d07893c419827668b57e9d" 2019-01-03 17:20:41,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ae13341-c8d7-410f-acea-48dd8b2c1800 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:41,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/8c5f031dacb449b8b9fd9eab11fda527 used request id req-6ae13341-c8d7-410f-acea-48dd8b2c1800 2019-01-03 17:20:41,535 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-73c47312-a7c6-4de-user2 2019-01-03 17:20:41,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/87c91462a1b14a38b087c4faf9abb85d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3688793ce08c7e75158473313a8b5db9119cb10f" 2019-01-03 17:20:41,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc669390-0cbf-4319-a876-e786582add2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:41,743 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/87c91462a1b14a38b087c4faf9abb85d used request id req-cc669390-0cbf-4319-a876-e786582add2a 2019-01-03 17:20:41,749 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-3154032c-eda5-42e2-a829-73b607fd6196 Date: Thu, 03 Jan 2019 17:20:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:34Z", "updated_at": "2019-01-03T17:20:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "revision_number": 0, "id": "2db6c1fd-0808-4ec9-ba87-1a5263cebcd8", "remote_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "revision_number": 0, "id": "4702e5d6-1782-45a8-a2bf-a5df68345afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "revision_number": 0, "id": "84157f9c-42c8-4c5c-9894-ad4fb7229a26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "revision_number": 0, "id": "8baa5d6e-d291-443d-a0ef-fd6b3027516d", "remote_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "remote_ip_prefix": null, "created_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb"}], "revision_number": 4, "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:20:41,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3154032c-eda5-42e2-a829-73b607fd6196 2019-01-03 17:20:41,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:42,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6b4821-f41a-4776-84f8-f32f49982f41 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/29fc5d81f3d842f794926cfec8b2fbdb"}, "enabled": true, "id": "29fc5d81f3d842f794926cfec8b2fbdb", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-73c47312-a7c6-4de-name"}} 2019-01-03 17:20:42,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb used request id req-ef6b4821-f41a-4776-84f8-f32f49982f41 2019-01-03 17:20:42,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1ba6dad5-f9b5-427d-b87a-25d58d7e6f17 2019-01-03 17:20:42,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1ba6dad5-f9b5-427d-b87a-25d58d7e6f17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:42,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-14237eac-9e89-4ae9-9ada-91629891561d Date: Thu, 03 Jan 2019 17:20:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:34Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "2db6c1fd-0808-4ec9-ba87-1a5263cebcd8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:34Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "4702e5d6-1782-45a8-a2bf-a5df68345afa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:34Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "84157f9c-42c8-4c5c-9894-ad4fb7229a26"}, {"remote_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:20:34Z", "security_group_id": "1ba6dad5-f9b5-427d-b87a-25d58d7e6f17", "port_range_min": null, "revision_number": 0, "tenant_id": "29fc5d81f3d842f794926cfec8b2fbdb", "created_at": "2019-01-03T17:20:34Z", "project_id": "29fc5d81f3d842f794926cfec8b2fbdb", "id": "8baa5d6e-d291-443d-a0ef-fd6b3027516d"}]} 2019-01-03 17:20:42,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1ba6dad5-f9b5-427d-b87a-25d58d7e6f17 used request id req-14237eac-9e89-4ae9-9ada-91629891561d 2019-01-03 17:20:42,730 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 17:20:42,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1ba6dad5-f9b5-427d-b87a-25d58d7e6f17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:43,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a73fa35-f861-42c1-b29a-e41def215fac Content-Length: 0 Date: Thu, 03 Jan 2019 17:20:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:43,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1ba6dad5-f9b5-427d-b87a-25d58d7e6f17 used request id req-9a73fa35-f861-42c1-b29a-e41def215fac 2019-01-03 17:20:43,107 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-73c47312-a7c6-4de-name 2019-01-03 17:20:43,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:43,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad053ffc-5383-4d7c-9210-19d3a0077f1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:43,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/29fc5d81f3d842f794926cfec8b2fbdb used request id req-ad053ffc-5383-4d7c-9210-19d3a0077f1e 2019-01-03 17:20:43,267 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-73c47312-a7c6-4de-name-role 2019-01-03 17:20:43,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:43,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b506f4c2-c3f1-4fe1-a094-eb0a1011122b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:20:43,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/baab43f08d22447889f9cd7b30364b69 used request id req-b506f4c2-c3f1-4fe1-a094-eb0a1011122b 2019-01-03 17:20:43,412 - 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}85adb3a30303b52b34a0555576108ccdf6da7d84" 2019-01-03 17:20:43,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b5c9d1-2ba2-433e-ae60-418e79cf76f4 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:20:43,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a2b5c9d1-2ba2-433e-ae60-418e79cf76f4 2019-01-03 17:20:43,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:43,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["NtAl1zYxS8GdNXaI-4UJbQ"], "issued_at": "2019-01-03T17:20:43.000000Z"}} 2019-01-03 17:20:43,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}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" 2019-01-03 17:20:44,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-22a493b2-7962-47c7-a04d-d72b91abfa3b Date: Thu, 03 Jan 2019 17:20:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:20:44,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-22a493b2-7962-47c7-a04d-d72b91abfa3b 2019-01-03 17:20:44,502 - 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}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9"}' 2019-01-03 17:20:45,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de X-Openstack-Request-Id: req-347e1170-4783-4b4b-a8b4-c61b97a7c38c Date: Thu, 03 Jan 2019 17:20:45 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:20:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:20:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de", "min_disk": 0, "protected": false, "id": "52ab809b-ad3e-458d-bd62-23db1e7261de", "file": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:20:45,201 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-347e1170-4783-4b4b-a8b4-c61b97a7c38c 2019-01-03 17:20:45,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" -d '' 2019-01-03 17:20:49,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf972478-97a9-4835-96e8-d1efa42bf088 Date: Thu, 03 Jan 2019 17:20:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:20:49,312 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de/file used request id req-cf972478-97a9-4835-96e8-d1efa42bf088 2019-01-03 17:20:49,313 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:20:49,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" 2019-01-03 17:20:49,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-d0e9074e-1168-4459-8da2-4e6e72b1b9b8 Date: Thu, 03 Jan 2019 17:20:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:20:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:20:49Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/52ab809b-ad3e-458d-bd62-23db1e7261de/snap", "metadata": {}}], "self": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de", "min_disk": 0, "protected": false, "id": "52ab809b-ad3e-458d-bd62-23db1e7261de", "file": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/52ab809b-ad3e-458d-bd62-23db1e7261de/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:20:49,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de used request id req-d0e9074e-1168-4459-8da2-4e6e72b1b9b8 2019-01-03 17:20:49,963 - 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}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" 2019-01-03 17:20:50,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ae9dffec-12ed-4f4f-b781-9aaa38f40bea Date: Thu, 03 Jan 2019 17:20:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:20:50,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ae9dffec-12ed-4f4f-b781-9aaa38f40bea 2019-01-03 17:20:50,541 - 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-35243156-d64f-426f-aa71-a20d63f717a9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" 2019-01-03 17:20:51,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-daff0d78-885e-48a5-948b-f764faca115a Date: Thu, 03 Jan 2019 17:20:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:20:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:20:49Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/52ab809b-ad3e-458d-bd62-23db1e7261de/snap", "metadata": {}}], "self": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de", "min_disk": 0, "protected": false, "id": "52ab809b-ad3e-458d-bd62-23db1e7261de", "file": "/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/52ab809b-ad3e-458d-bd62-23db1e7261de/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9"} 2019-01-03 17:20:51,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9 used request id req-daff0d78-885e-48a5-948b-f764faca115a 2019-01-03 17:20:51,158 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-35243156-d64f-426f-aa71-a20d63f717a9 2019-01-03 17:20:51,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16e3d4f3ce99187d7bcda4fd30b425ce3eeb6511" 2019-01-03 17:20:52,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d60ea333-697b-41cf-9654-36b1b93d87d5 Date: Thu, 03 Jan 2019 17:20:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:20:52,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/52ab809b-ad3e-458d-bd62-23db1e7261de used request id req-d60ea333-697b-41cf-9654-36b1b93d87d5 2019-01-03 17:20:52,641 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 17:20:52,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:53,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["vIJLPg2SS2GVZ8JfJUoSIQ"], "issued_at": "2019-01-03T17:20:53.000000Z"}} 2019-01-03 17:20:53,028 - 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}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:53,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188890ac-2b88-4465-a4ea-abc86e0f802e 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"}]}} 2019-01-03 17:20:53,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-188890ac-2b88-4465-a4ea-abc86e0f802e 2019-01-03 17:20:53,099 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net 2019-01-03 17:20:53,104 - 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}f8e8e25cdc6f684a1246573b3017360d40e6357d" -d '{"network": {"name": "NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net", "admin_state_up": true}}' 2019-01-03 17:20:53,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-46db74c6-7ce9-4327-a446-cd1d3679574c Date: Thu, 03 Jan 2019 17:20:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:53Z","is_default":false,"provider:segmentation_id":64,"name":"NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:53Z","mtu":1450}} 2019-01-03 17:20:53,622 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-46db74c6-7ce9-4327-a446-cd1d3679574c 2019-01-03 17:20:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:53,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6544aa69-b2b4-43b8-9fc7-6fe6d83e8e1d Date: Thu, 03 Jan 2019 17:20:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:53Z","provider:segmentation_id":64,"name":"NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:53Z","provider:network_type":"vxlan"}]} 2019-01-03 17:20:53,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-6544aa69-b2b4-43b8-9fc7-6fe6d83e8e1d 2019-01-03 17:20:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:54,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1cc8f7a1-d852-4140-973f-e17ba4d5f275 Date: Thu, 03 Jan 2019 17:20:54 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:20:54,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-1cc8f7a1-d852-4140-973f-e17ba4d5f275 2019-01-03 17:20:54,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:55,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9fe27955-a5bf-4395-8217-d45ef40b5a46 Date: Thu, 03 Jan 2019 17:20:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:53Z","provider:segmentation_id":64,"name":"NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:53Z","provider:network_type":"vxlan"}]} 2019-01-03 17:20:55,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-9fe27955-a5bf-4395-8217-d45ef40b5a46 2019-01-03 17:20:55,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:55,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-40cd8a57-8e47-4e15-8d6b-c4316423cbe9 Date: Thu, 03 Jan 2019 17:20:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:20:55,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-40cd8a57-8e47-4e15-8d6b-c4316423cbe9 2019-01-03 17:20:55,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:55,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4b336513-8329-436c-867f-75dfbcc5c200 Date: Thu, 03 Jan 2019 17:20:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:53Z","provider:segmentation_id":64,"name":"NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:53Z","provider:network_type":"vxlan"}]} 2019-01-03 17:20:55,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net used request id req-4b336513-8329-436c-867f-75dfbcc5c200 2019-01-03 17:20:55,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" 2019-01-03 17:20:55,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:20:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:20:55,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:55,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916fddae-2c07-4d63-b319-a9ed098bd235 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:20:55,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-916fddae-2c07-4d63-b319-a9ed098bd235 2019-01-03 17:20:55,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:55,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7da29476-4f36-40aa-a4b0-4808a7e0b600 Date: Thu, 03 Jan 2019 17:20:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:20:55,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-7da29476-4f36-40aa-a4b0-4808a7e0b600 2019-01-03 17:20:55,760 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-0cebd87e-0225-446c-ad53-b2602263923f-pub-net 2019-01-03 17:20:55,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e8e25cdc6f684a1246573b3017360d40e6357d" 2019-01-03 17:20:56,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8c5c604-5829-4d1f-af25-36fd0b7660e0 Date: Thu, 03 Jan 2019 17:20:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:20:56,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7d6afbd3-e9f7-4d38-a2a9-9babdae1f6ed used request id req-f8c5c604-5829-4d1f-af25-36fd0b7660e0 2019-01-03 17:20:56,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:57,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["CpE6vow3TZ2PsDNbggepEg"], "issued_at": "2019-01-03T17:20:57.000000Z"}} 2019-01-03 17:20:57,147 - 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}8089900346eddfa4221de0b25aa241b27bc50fc1" 2019-01-03 17:20:57,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d8b180-4f69-4a38-b678-3947230eb20f 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"}]}} 2019-01-03 17:20:57,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-09d8b180-4f69-4a38-b678-3947230eb20f 2019-01-03 17:20:57,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:57,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["nVVtJLE5Q5GlMu3mFP7h3w"], "issued_at": "2019-01-03T17:20:57.000000Z"}} 2019-01-03 17:20:57,616 - 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}8ab4549cb4da646fc9e1f86b63e9b83c1b609601" 2019-01-03 17:20:57,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83132fc4-648b-40e8-aae7-e8d45f629b39 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"}]}} 2019-01-03 17:20:57,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83132fc4-648b-40e8-aae7-e8d45f629b39 2019-01-03 17:20:57,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:20:58,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["h4HYUPfmTGCB5uHvsaJ4Zg"], "issued_at": "2019-01-03T17:20:58.000000Z"}} 2019-01-03 17:20:58,083 - 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}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:20:58,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab69edc-9424-4f2f-91cc-115ad1b23937 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"}]}} 2019-01-03 17:20:58,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ab69edc-9424-4f2f-91cc-115ad1b23937 2019-01-03 17:20:58,166 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net 2019-01-03 17:20:58,171 - 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}e7424353c81531b50c0cd48ffe24b049d262c5ce" -d '{"network": {"name": "NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net", "admin_state_up": true}}' 2019-01-03 17:20:58,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-89471b30-48bc-4e5c-9121-080055136d62 Date: Thu, 03 Jan 2019 17:20: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":"9db46172-950c-4a71-b830-ece4a25e859e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:58Z","is_default":false,"provider:segmentation_id":88,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:58Z","mtu":1450}} 2019-01-03 17:20:58,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-89471b30-48bc-4e5c-9121-080055136d62 2019-01-03 17:20:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:20:58,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-915aecb8-2b30-4c4a-9bf3-9a7f0613854f Date: Thu, 03 Jan 2019 17:20:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9db46172-950c-4a71-b830-ece4a25e859e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:20:58Z","provider:segmentation_id":88,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:58Z","provider:network_type":"vxlan"}]} 2019-01-03 17:20:58,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-915aecb8-2b30-4c4a-9bf3-9a7f0613854f 2019-01-03 17:20:58,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:20:59,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b041d892-8b50-4330-8a2c-ea9427bab262 Date: Thu, 03 Jan 2019 17:20:59 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:20:59,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-b041d892-8b50-4330-8a2c-ea9427bab262 2019-01-03 17:20:59,173 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet 2019-01-03 17:20:59,177 - 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}e7424353c81531b50c0cd48ffe24b049d262c5ce" -d '{"subnets": [{"ip_version": 4, "network_id": "9db46172-950c-4a71-b830-ece4a25e859e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]}' 2019-01-03 17:20:59,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7f577a7-6563-423d-8237-e5e35c6480f2 Date: Thu, 03 Jan 2019 17:20:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:20:59,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c7f577a7-6563-423d-8237-e5e35c6480f2 2019-01-03 17:20:59,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:00,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c429bee4-a292-4149-b27b-ef79a2259d13 Date: Thu, 03 Jan 2019 17:21:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9db46172-950c-4a71-b830-ece4a25e859e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["1e3f91f7-9701-48ea-9a38-57a20e92c806"],"description":"","tags":[],"updated_at":"2019-01-03T17:20:59Z","provider:segmentation_id":88,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:58Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:00,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-c429bee4-a292-4149-b27b-ef79a2259d13 2019-01-03 17:21:00,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:01,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a2bde20c-61c1-4b36-a4d2-080d54436101 Date: Thu, 03 Jan 2019 17:21:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:01,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-a2bde20c-61c1-4b36-a4d2-080d54436101 2019-01-03 17:21:01,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:01,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-991de0b8-d38e-4373-88df-8a56a9495431 Date: Thu, 03 Jan 2019 17:21:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9db46172-950c-4a71-b830-ece4a25e859e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["1e3f91f7-9701-48ea-9a38-57a20e92c806"],"description":"","tags":[],"updated_at":"2019-01-03T17:20:59Z","provider:segmentation_id":88,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:58Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:01,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net used request id req-991de0b8-d38e-4373-88df-8a56a9495431 2019-01-03 17:21:01,387 - 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" 2019-01-03 17:21:01,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:21:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:01,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5017fe7-da8a-4011-b166-6fe94c23d536 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:01,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-d5017fe7-da8a-4011-b166-6fe94c23d536 2019-01-03 17:21:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:01,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78140885-7a05-4e1e-a892-da42aa637179 Date: Thu, 03 Jan 2019 17:21:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:01,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-78140885-7a05-4e1e-a892-da42aa637179 2019-01-03 17:21:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e&name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:02,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a98bb3f1-3725-49ea-821a-32f2239d8996 Date: Thu, 03 Jan 2019 17:21:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:02,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e&name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet used request id req-a98bb3f1-3725-49ea-821a-32f2239d8996 2019-01-03 17:21:02,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e&name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:02,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-421aabde-ced9-4048-a216-d965ff6c0b00 Date: Thu, 03 Jan 2019 17:21:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:02,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e&name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet used request id req-421aabde-ced9-4048-a216-d965ff6c0b00 2019-01-03 17:21:02,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:03,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2fc47455-0c71-4f53-a49e-aae7658b30f9 Date: Thu, 03 Jan 2019 17:21:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:03,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9db46172-950c-4a71-b830-ece4a25e859e used request id req-2fc47455-0c71-4f53-a49e-aae7658b30f9 2019-01-03 17:21:03,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:03,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d686da9-3f81-4539-b6e9-d907b8be31eb Date: Thu, 03 Jan 2019 17:21:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9db46172-950c-4a71-b830-ece4a25e859e","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:20:59Z","dns_nameservers":[],"updated_at":"2019-01-03T17:20: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":"f722d3fa025d4075b293873d61c918ee","id":"1e3f91f7-9701-48ea-9a38-57a20e92c806","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet"}]} 2019-01-03 17:21:03,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet used request id req-9d686da9-3f81-4539-b6e9-d907b8be31eb 2019-01-03 17:21:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:03,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9b560d-5bf5-43db-992a-df7bc21337b5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:03,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-8d9b560d-5bf5-43db-992a-df7bc21337b5 2019-01-03 17:21:03,510 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet 2019-01-03 17:21:03,511 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-subnet 2019-01-03 17:21:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/1e3f91f7-9701-48ea-9a38-57a20e92c806 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:05,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75527caa-76c9-462a-a728-18e2518cd580 Date: Thu, 03 Jan 2019 17:21:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:05,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1e3f91f7-9701-48ea-9a38-57a20e92c806 used request id req-75527caa-76c9-462a-a728-18e2518cd580 2019-01-03 17:21:05,629 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-dcea794d-2045-4be4-8bd9-d5c3bc623709-pub-net 2019-01-03 17:21:05,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9db46172-950c-4a71-b830-ece4a25e859e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7424353c81531b50c0cd48ffe24b049d262c5ce" 2019-01-03 17:21:07,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cd5372f-aa08-49e2-add2-cf841d17968b Date: Thu, 03 Jan 2019 17:21:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:07,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9db46172-950c-4a71-b830-ece4a25e859e used request id req-3cd5372f-aa08-49e2-add2-cf841d17968b 2019-01-03 17:21:07,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:07,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["cFVKwLJuQqGoHus2oCgJmg"], "issued_at": "2019-01-03T17:21:07.000000Z"}} 2019-01-03 17:21:07,704 - 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}ac4f68763540e64b585edad81e8dfdb1ae88d88a" 2019-01-03 17:21:07,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0453dc8f-abc4-4e17-baf7-866ea17bb326 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"}]}} 2019-01-03 17:21:07,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0453dc8f-abc4-4e17-baf7-866ea17bb326 2019-01-03 17:21:07,787 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net 2019-01-03 17:21:07,792 - 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}ac4f68763540e64b585edad81e8dfdb1ae88d88a" -d '{"network": {"name": "NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:08,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-04883943-6064-4b50-9b9c-e6aa4c3e8f6d Date: Thu, 03 Jan 2019 17:21: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":"55d03bd7-626e-43ef-8d83-1374f7444840","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:08Z","is_default":false,"provider:segmentation_id":91,"name":"NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:08Z","mtu":1450}} 2019-01-03 17:21:08,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-04883943-6064-4b50-9b9c-e6aa4c3e8f6d 2019-01-03 17:21:08,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=55d03bd7-626e-43ef-8d83-1374f7444840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4f68763540e64b585edad81e8dfdb1ae88d88a" 2019-01-03 17:21:09,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a6d0fbe0-de25-4d35-b53e-fcf6cc1e8346 Date: Thu, 03 Jan 2019 17:21:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"55d03bd7-626e-43ef-8d83-1374f7444840","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:08Z","provider:segmentation_id":91,"name":"NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:08Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:09,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=55d03bd7-626e-43ef-8d83-1374f7444840 used request id req-a6d0fbe0-de25-4d35-b53e-fcf6cc1e8346 2019-01-03 17:21:09,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=55d03bd7-626e-43ef-8d83-1374f7444840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4f68763540e64b585edad81e8dfdb1ae88d88a" 2019-01-03 17:21:09,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6c823081-6671-4846-bade-436111854cdc Date: Thu, 03 Jan 2019 17:21:09 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:09,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=55d03bd7-626e-43ef-8d83-1374f7444840 used request id req-6c823081-6671-4846-bade-436111854cdc 2019-01-03 17:21:09,337 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-subnet 2019-01-03 17:21:09,343 - 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}ac4f68763540e64b585edad81e8dfdb1ae88d88a" -d '{"subnets": [{"ip_version": 4, "network_id": "55d03bd7-626e-43ef-8d83-1374f7444840", "cidr": "", "name": "NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-subnet"}]}' 2019-01-03 17:21:09,999 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-46f0587a-9a00-42e5-a403-a1e18ae09d0c Date: Thu, 03 Jan 2019 17:21:09 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 17:21:09,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-46f0587a-9a00-42e5-a403-a1e18ae09d0c 2019-01-03 17:21:09,999 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 17:21:09,999 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-subnet] for network [NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net] 2019-01-03 17:21:09,999 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-966e3dac-1812-481e-9576-eb3adff30f40-pub-net 2019-01-03 17:21:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/55d03bd7-626e-43ef-8d83-1374f7444840 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac4f68763540e64b585edad81e8dfdb1ae88d88a" 2019-01-03 17:21:10,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9438eb3-da17-499e-b4f9-891207151a53 Date: Thu, 03 Jan 2019 17:21:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:10,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/55d03bd7-626e-43ef-8d83-1374f7444840 used request id req-d9438eb3-da17-499e-b4f9-891207151a53 2019-01-03 17:21:10,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:11,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["C2gKr8_LQ6asi3blJdrCJw"], "issued_at": "2019-01-03T17:21:11.000000Z"}} 2019-01-03 17:21:11,186 - 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}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:11,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43353adf-9371-4f96-adc0-3957374f5ccc 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"}]}} 2019-01-03 17:21:11,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43353adf-9371-4f96-adc0-3957374f5ccc 2019-01-03 17:21:11,330 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net 2019-01-03 17:21:11,336 - 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}6fa97df33b61a3513296508a728ee5a208e083a9" -d '{"network": {"name": "NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:11,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ce845a99-8e97-4dec-ba56-2172fa48e9f4 Date: Thu, 03 Jan 2019 17:21:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8247e263-9afe-46a7-8be8-47d2e4288204","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:11Z","is_default":false,"provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:11Z","mtu":1450}} 2019-01-03 17:21:11,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-ce845a99-8e97-4dec-ba56-2172fa48e9f4 2019-01-03 17:21:11,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:12,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2d680c59-6c36-4883-b657-4e68678251b5 Date: Thu, 03 Jan 2019 17:21:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8247e263-9afe-46a7-8be8-47d2e4288204","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:11Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:11Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:12,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-2d680c59-6c36-4883-b657-4e68678251b5 2019-01-03 17:21:12,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:12,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-05157d32-e8bc-4f25-b947-173b00ee919b Date: Thu, 03 Jan 2019 17:21:12 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:12,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-05157d32-e8bc-4f25-b947-173b00ee919b 2019-01-03 17:21:12,229 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet 2019-01-03 17:21:12,234 - 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}6fa97df33b61a3513296508a728ee5a208e083a9" -d '{"subnets": [{"ip_version": 4, "network_id": "8247e263-9afe-46a7-8be8-47d2e4288204", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]}' 2019-01-03 17:21:12,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4d49680c-3230-42d4-824f-635bca9d7142 Date: Thu, 03 Jan 2019 17:21:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:12,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-4d49680c-3230-42d4-824f-635bca9d7142 2019-01-03 17:21:12,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-45aa5725-a956-4413-b7be-c8b6e604cd2c Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8247e263-9afe-46a7-8be8-47d2e4288204","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["138f4345-cf73-4ce5-a3fe-ff71e4dd0b66"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:12Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:11Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:13,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-45aa5725-a956-4413-b7be-c8b6e604cd2c 2019-01-03 17:21:13,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f230b90-6da9-4573-b5ef-23dd121afc87 Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:13,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-1f230b90-6da9-4573-b5ef-23dd121afc87 2019-01-03 17:21:13,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-da48ff0b-2fcb-422d-848a-32afb9f9d52c Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8247e263-9afe-46a7-8be8-47d2e4288204","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["138f4345-cf73-4ce5-a3fe-ff71e4dd0b66"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:12Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:11Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:13,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net used request id req-da48ff0b-2fcb-422d-848a-32afb9f9d52c 2019-01-03 17:21:13,404 - 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" 2019-01-03 17:21:13,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21: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"}]}]}} 2019-01-03 17:21:13,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb18e5ca-e95e-4cad-a6d1-3b5a76521e16 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:13,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-cb18e5ca-e95e-4cad-a6d1-3b5a76521e16 2019-01-03 17:21:13,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6e016f72-a841-455e-973f-2a610544fbf9 Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:13,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-6e016f72-a841-455e-973f-2a610544fbf9 2019-01-03 17:21:13,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204&name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-75980fae-fc19-4aa1-886c-8c4470a576d4 Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:13,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204&name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet used request id req-75980fae-fc19-4aa1-886c-8c4470a576d4 2019-01-03 17:21:13,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204&name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:13,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1fb52119-c179-4ac6-9265-a1dd9c9457fc Date: Thu, 03 Jan 2019 17:21:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:13,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204&name=NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet used request id req-1fb52119-c179-4ac6-9265-a1dd9c9457fc 2019-01-03 17:21:13,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:14,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63977f35-5cfc-4a97-a8f4-b4800503014f Date: Thu, 03 Jan 2019 17:21:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8247e263-9afe-46a7-8be8-47d2e4288204","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:12Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21: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":"f722d3fa025d4075b293873d61c918ee","id":"138f4345-cf73-4ce5-a3fe-ff71e4dd0b66","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet"}]} 2019-01-03 17:21:14,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-63977f35-5cfc-4a97-a8f4-b4800503014f 2019-01-03 17:21:14,195 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet 2019-01-03 17:21:14,196 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-subnet 2019-01-03 17:21:14,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/138f4345-cf73-4ce5-a3fe-ff71e4dd0b66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:16,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c42c758-1bbd-4626-90d5-cc0eee1fd66a Date: Thu, 03 Jan 2019 17:21:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:16,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/138f4345-cf73-4ce5-a3fe-ff71e4dd0b66 used request id req-6c42c758-1bbd-4626-90d5-cc0eee1fd66a 2019-01-03 17:21:16,389 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-23468174-bae2-4eeb-8f53-159db37bccb3-pub-net 2019-01-03 17:21:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8247e263-9afe-46a7-8be8-47d2e4288204 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa97df33b61a3513296508a728ee5a208e083a9" 2019-01-03 17:21:18,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4685541-6969-4cdd-b90e-a0ec62d7e6d9 Date: Thu, 03 Jan 2019 17:21:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:18,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8247e263-9afe-46a7-8be8-47d2e4288204 used request id req-a4685541-6969-4cdd-b90e-a0ec62d7e6d9 2019-01-03 17:21:18,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:18,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["_fRggUe1Rca4AN28FSRekA"], "issued_at": "2019-01-03T17:21:18.000000Z"}} 2019-01-03 17:21:18,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}406c0ccf904b50e2b5ed69711d67a70b2ea41995" 2019-01-03 17:21:18,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa8c6cd-314c-4693-82be-de19602a8a88 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"}]}} 2019-01-03 17:21:18,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6fa8c6cd-314c-4693-82be-de19602a8a88 2019-01-03 17:21:18,618 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net 2019-01-03 17:21:18,623 - 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}406c0ccf904b50e2b5ed69711d67a70b2ea41995" -d '{"network": {"name": "NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:19,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cf039ba6-db9d-4ce4-a34d-4d2affafc0dc Date: Thu, 03 Jan 2019 17:21:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8ee40a01-ab06-4920-ab08-bcef9a69bacd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:18Z","is_default":false,"provider:segmentation_id":74,"name":"NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:18Z","mtu":1450}} 2019-01-03 17:21:19,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cf039ba6-db9d-4ce4-a34d-4d2affafc0dc 2019-01-03 17:21:19,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8ee40a01-ab06-4920-ab08-bcef9a69bacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}406c0ccf904b50e2b5ed69711d67a70b2ea41995" 2019-01-03 17:21:19,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8e593781-5dba-4568-96ac-559a2d95dec1 Date: Thu, 03 Jan 2019 17:21:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8ee40a01-ab06-4920-ab08-bcef9a69bacd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:18Z","provider:segmentation_id":74,"name":"NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:18Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:19,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8ee40a01-ab06-4920-ab08-bcef9a69bacd used request id req-8e593781-5dba-4568-96ac-559a2d95dec1 2019-01-03 17:21:19,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8ee40a01-ab06-4920-ab08-bcef9a69bacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}406c0ccf904b50e2b5ed69711d67a70b2ea41995" 2019-01-03 17:21:19,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-889e1ba0-56a0-42ab-aba5-4d6c43ec257b Date: Thu, 03 Jan 2019 17:21:19 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:19,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8ee40a01-ab06-4920-ab08-bcef9a69bacd used request id req-889e1ba0-56a0-42ab-aba5-4d6c43ec257b 2019-01-03 17:21:19,543 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-subnet 2019-01-03 17:21:19,548 - 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}406c0ccf904b50e2b5ed69711d67a70b2ea41995" -d '{"subnets": [{"ip_version": 4, "network_id": "8ee40a01-ab06-4920-ab08-bcef9a69bacd", "cidr": null, "name": "NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-subnet"}]}' 2019-01-03 17:21:19,993 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-bb983976-ce75-482e-a318-0e7bc8ca9dda Date: Thu, 03 Jan 2019 17:21:19 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2019-01-03 17:21:19,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-bb983976-ce75-482e-a318-0e7bc8ca9dda 2019-01-03 17:21:19,993 - 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": ""}} 2019-01-03 17:21:19,994 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-subnet] for network [NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net] 2019-01-03 17:21:19,994 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1de29743-868b-4a7a-8e45-3dc5a7638e02-pub-net 2019-01-03 17:21:19,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8ee40a01-ab06-4920-ab08-bcef9a69bacd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}406c0ccf904b50e2b5ed69711d67a70b2ea41995" 2019-01-03 17:21:20,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d7ecd41-64be-44bf-a7d6-5ce8e078ca60 Date: Thu, 03 Jan 2019 17:21:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:20,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8ee40a01-ab06-4920-ab08-bcef9a69bacd used request id req-2d7ecd41-64be-44bf-a7d6-5ce8e078ca60 2019-01-03 17:21:20,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:21,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["R5JlyFveSkCsYdhkM8KqAA"], "issued_at": "2019-01-03T17:21:21.000000Z"}} 2019-01-03 17:21:21,164 - 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}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:21,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d48cfb6-e917-4a82-a485-e8f447515f7b 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"}]}} 2019-01-03 17:21:21,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d48cfb6-e917-4a82-a485-e8f447515f7b 2019-01-03 17:21:21,241 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net 2019-01-03 17:21:21,247 - 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}496618b56ade4e634bbf07a7f50298b3e8acf318" -d '{"network": {"name": "NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:21,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bf463c94-3d5e-4f17-b536-7bf217b39544 Date: Thu, 03 Jan 2019 17:21: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":"a48fe71a-0d94-43df-a419-afccba0c5be9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:21Z","is_default":false,"provider:segmentation_id":95,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:21Z","mtu":1450}} 2019-01-03 17:21:21,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bf463c94-3d5e-4f17-b536-7bf217b39544 2019-01-03 17:21:21,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:21,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-79607087-b3c9-4985-91f2-d2a0409e7093 Date: Thu, 03 Jan 2019 17:21:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a48fe71a-0d94-43df-a419-afccba0c5be9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:21Z","provider:segmentation_id":95,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:21Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:21,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-79607087-b3c9-4985-91f2-d2a0409e7093 2019-01-03 17:21:21,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:22,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-681ac698-dbba-4c0b-a4a6-b3944aab0ee5 Date: Thu, 03 Jan 2019 17:21:22 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:22,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-681ac698-dbba-4c0b-a4a6-b3944aab0ee5 2019-01-03 17:21:22,167 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet 2019-01-03 17:21:22,172 - 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}496618b56ade4e634bbf07a7f50298b3e8acf318" -d '{"subnets": [{"ip_version": 4, "network_id": "a48fe71a-0d94-43df-a419-afccba0c5be9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet"}]}' 2019-01-03 17:21:22,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b83794d6-0b90-4d6d-b3c1-e3f5e342f01c Date: Thu, 03 Jan 2019 17:21:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a48fe71a-0d94-43df-a419-afccba0c5be9","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:22Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:22Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"dbcf7da7-84b3-4481-adec-b802d269bcc0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet"}]} 2019-01-03 17:21:22,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b83794d6-0b90-4d6d-b3c1-e3f5e342f01c 2019-01-03 17:21:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:23,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c3c7ad02-60e3-462c-9a48-0870179d920f Date: Thu, 03 Jan 2019 17:21:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a48fe71a-0d94-43df-a419-afccba0c5be9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dbcf7da7-84b3-4481-adec-b802d269bcc0"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:22Z","provider:segmentation_id":95,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:21Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:23,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-c3c7ad02-60e3-462c-9a48-0870179d920f 2019-01-03 17:21:23,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:23,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb42562b-a6e5-467f-8182-5870fca73576 Date: Thu, 03 Jan 2019 17:21:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a48fe71a-0d94-43df-a419-afccba0c5be9","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:22Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"dbcf7da7-84b3-4481-adec-b802d269bcc0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet"}]} 2019-01-03 17:21:23,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-eb42562b-a6e5-467f-8182-5870fca73576 2019-01-03 17:21:23,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:23,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2750ce7a-404b-4ed4-9846-5f75a919e1fe Date: Thu, 03 Jan 2019 17:21:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a48fe71a-0d94-43df-a419-afccba0c5be9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dbcf7da7-84b3-4481-adec-b802d269bcc0"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:22Z","provider:segmentation_id":95,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:21Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:23,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net used request id req-2750ce7a-404b-4ed4-9846-5f75a919e1fe 2019-01-03 17:21:23,805 - 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" 2019-01-03 17:21:23,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:21:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:23,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd837963-6a22-4a78-a496-1bd73ab4c274 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:23,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-dd837963-6a22-4a78-a496-1bd73ab4c274 2019-01-03 17:21:23,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:24,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3eecd30-4d27-4a0c-9439-bf2ab7491d09 Date: Thu, 03 Jan 2019 17:21:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a48fe71a-0d94-43df-a419-afccba0c5be9","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:22Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"dbcf7da7-84b3-4481-adec-b802d269bcc0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet"}]} 2019-01-03 17:21:24,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-e3eecd30-4d27-4a0c-9439-bf2ab7491d09 2019-01-03 17:21:24,121 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet 2019-01-03 17:21:24,121 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-subnet 2019-01-03 17:21:24,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dbcf7da7-84b3-4481-adec-b802d269bcc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:27,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-edd9089b-710f-49c9-8344-9d17b5636f4b Date: Thu, 03 Jan 2019 17:21:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:27,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dbcf7da7-84b3-4481-adec-b802d269bcc0 used request id req-edd9089b-710f-49c9-8344-9d17b5636f4b 2019-01-03 17:21:27,233 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e3e83799-e241-4f89-a1a7-84dc58fe2055-pub-net 2019-01-03 17:21:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/a48fe71a-0d94-43df-a419-afccba0c5be9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}496618b56ade4e634bbf07a7f50298b3e8acf318" 2019-01-03 17:21:29,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1d5c95c-710a-493e-b9fa-9de7f17818b3 Date: Thu, 03 Jan 2019 17:21:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:29,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/a48fe71a-0d94-43df-a419-afccba0c5be9 used request id req-b1d5c95c-710a-493e-b9fa-9de7f17818b3 2019-01-03 17:21:29,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:29,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["G-m76AeQSDeRYYXs2tu87Q"], "issued_at": "2019-01-03T17:21:29.000000Z"}} 2019-01-03 17:21:29,450 - 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}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:29,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac6553f-677c-4f1e-94aa-7f5c7ab817bf 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"}]}} 2019-01-03 17:21:29,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ac6553f-677c-4f1e-94aa-7f5c7ab817bf 2019-01-03 17:21:29,536 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net 2019-01-03 17:21:29,542 - 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}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" -d '{"network": {"name": "NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:29,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-e5c933b0-3a59-4732-8833-b7d0e149a6ef Date: Thu, 03 Jan 2019 17:21: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":"122bb525-bd5d-4811-bc03-ee16349a0eb7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:29Z","is_default":false,"provider:segmentation_id":9,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:29Z","mtu":1450}} 2019-01-03 17:21:29,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e5c933b0-3a59-4732-8833-b7d0e149a6ef 2019-01-03 17:21:29,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:30,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-1c86896f-cefe-4368-a559-c5b8f9eddb50 Date: Thu, 03 Jan 2019 17:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:29Z","provider:segmentation_id":9,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:29Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:30,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-1c86896f-cefe-4368-a559-c5b8f9eddb50 2019-01-03 17:21:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:30,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43a73629-5d2c-437c-8732-a5008d649ac5 Date: Thu, 03 Jan 2019 17:21:30 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:30,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-43a73629-5d2c-437c-8732-a5008d649ac5 2019-01-03 17:21:30,375 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet 2019-01-03 17:21:30,380 - 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}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" -d '{"subnets": [{"ip_version": 4, "network_id": "122bb525-bd5d-4811-bc03-ee16349a0eb7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet"}]}' 2019-01-03 17:21:31,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f1be188f-ac30-49eb-953d-58b636de46cc Date: Thu, 03 Jan 2019 17:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:30Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:30Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"8a089731-5e47-4c77-bc33-236cef48cf14","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet"}]} 2019-01-03 17:21:31,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f1be188f-ac30-49eb-953d-58b636de46cc 2019-01-03 17:21:31,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:31,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-1a0b75fa-b223-427d-9a04-6d82892336e6 Date: Thu, 03 Jan 2019 17:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["8a089731-5e47-4c77-bc33-236cef48cf14"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:30Z","provider:segmentation_id":9,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:29Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:31,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-1a0b75fa-b223-427d-9a04-6d82892336e6 2019-01-03 17:21:31,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:31,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-26adcd5e-9f2c-4f07-9353-bac3b306f76a Date: Thu, 03 Jan 2019 17:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:30Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"8a089731-5e47-4c77-bc33-236cef48cf14","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet"}]} 2019-01-03 17:21:31,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-26adcd5e-9f2c-4f07-9353-bac3b306f76a 2019-01-03 17:21:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:31,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-66b785b7-7565-4314-84d3-ab80e09a1780 Date: Thu, 03 Jan 2019 17:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["8a089731-5e47-4c77-bc33-236cef48cf14"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:30Z","provider:segmentation_id":9,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:29Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:31,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net used request id req-66b785b7-7565-4314-84d3-ab80e09a1780 2019-01-03 17:21:31,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" 2019-01-03 17:21:31,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21: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"}]}]}} 2019-01-03 17:21:31,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:31,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b21eb4-a443-4f47-b89b-a986c0b61551 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:31,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-09b21eb4-a443-4f47-b89b-a986c0b61551 2019-01-03 17:21:31,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:32,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-38254b8d-222e-43a8-9932-6d4fbea4df0b Date: Thu, 03 Jan 2019 17:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:30Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"8a089731-5e47-4c77-bc33-236cef48cf14","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet"}]} 2019-01-03 17:21:32,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-38254b8d-222e-43a8-9932-6d4fbea4df0b 2019-01-03 17:21:32,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7&name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:32,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-105b78f4-91cf-4aeb-af5a-5ab7613c0b1f Date: Thu, 03 Jan 2019 17:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"122bb525-bd5d-4811-bc03-ee16349a0eb7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:30Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"8a089731-5e47-4c77-bc33-236cef48cf14","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet"}]} 2019-01-03 17:21:32,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=122bb525-bd5d-4811-bc03-ee16349a0eb7&name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet used request id req-105b78f4-91cf-4aeb-af5a-5ab7613c0b1f 2019-01-03 17:21:32,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:21:32,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:32,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["mz4NvUEkQBey427DheNIGQ"], "issued_at": "2019-01-03T17:21:32.000000Z"}} 2019-01-03 17:21:32,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}dd417673e518a7c8ffc355afa8c521662e8bcf2b" 2019-01-03 17:21:32,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b8595bd-3fa7-4574-807f-7b6f308e3440 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"}]}} 2019-01-03 17:21:32,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4b8595bd-3fa7-4574-807f-7b6f308e3440 2019-01-03 17:21:32,794 - 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}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:32,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e2244c4d-c74f-4c31-b5a7-71a232c68d0c Date: Thu, 03 Jan 2019 17:21:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:21:32,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-e2244c4d-c74f-4c31-b5a7-71a232c68d0c 2019-01-03 17:21:32,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:32,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-98161bbb-41db-4e19-a888-5555221e3004 Date: Thu, 03 Jan 2019 17:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:21:32,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-98161bbb-41db-4e19-a888-5555221e3004 2019-01-03 17:21:32,930 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router 2019-01-03 17:21:32,935 - 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}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router", "admin_state_up": true}}' 2019-01-03 17:21:34,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-740c98a3-8811-4d32-95a4-6a4fa9fec5d4 Date: Thu, 03 Jan 2019 17:21:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:21:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:21:34Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "c23d277f-2722-4b2e-98e6-a71319369453", "name": "NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router"}} 2019-01-03 17:21:34,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-740c98a3-8811-4d32-95a4-6a4fa9fec5d4 2019-01-03 17:21:34,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=c23d277f-2722-4b2e-98e6-a71319369453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:34,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f5b9f0a9-89e9-4e98-a476-6cd0929a40f6 Date: Thu, 03 Jan 2019 17:21:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:21:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.203"}],"id":"389927f0-d296-4c1a-b672-6bff1c49363d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:9c:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c23d277f-2722-4b2e-98e6-a71319369453","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:21:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:21:34,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=c23d277f-2722-4b2e-98e6-a71319369453 used request id req-f5b9f0a9-89e9-4e98-a476-6cd0929a40f6 2019-01-03 17:21:34,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:34,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-85303add-ea72-40f2-86f2-b634e5011405 Date: Thu, 03 Jan 2019 17:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:21:34,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-85303add-ea72-40f2-86f2-b634e5011405 2019-01-03 17:21:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:34,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d012698-d222-4483-87f7-062698f535f7 Date: Thu, 03 Jan 2019 17:21:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:21:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:21:34Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "c23d277f-2722-4b2e-98e6-a71319369453", "name": "NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router"}]} 2019-01-03 17:21:34,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router used request id req-8d012698-d222-4483-87f7-062698f535f7 2019-01-03 17:21:34,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:34,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3216e7f-721f-49f8-b22e-51703bb29e4d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:34,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-d3216e7f-721f-49f8-b22e-51703bb29e4d 2019-01-03 17:21:34,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=c23d277f-2722-4b2e-98e6-a71319369453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:35,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-343f2b8e-63f3-49f3-aee8-abfc323a7c9a Date: Thu, 03 Jan 2019 17:21:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:21:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.203"}],"id":"389927f0-d296-4c1a-b672-6bff1c49363d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7b:9c:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c23d277f-2722-4b2e-98e6-a71319369453","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:21:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:21:35,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=c23d277f-2722-4b2e-98e6-a71319369453 used request id req-343f2b8e-63f3-49f3-aee8-abfc323a7c9a 2019-01-03 17:21:35,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:35,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6843d556-f356-448b-812d-f8fb5f1617d7 Date: Thu, 03 Jan 2019 17:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:21:35,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-6843d556-f356-448b-812d-f8fb5f1617d7 2019-01-03 17:21:35,276 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router 2019-01-03 17:21:35,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" -d '{"subnet_id": "8a089731-5e47-4c77-bc33-236cef48cf14"}' 2019-01-03 17:21:36,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ff43fac-ad7a-4f13-aacd-eb1114e04b06 Date: Thu, 03 Jan 2019 17:21:36 GMT RESP BODY: {"network_id": "122bb525-bd5d-4811-bc03-ee16349a0eb7", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "subnet_id": "8a089731-5e47-4c77-bc33-236cef48cf14", "subnet_ids": ["8a089731-5e47-4c77-bc33-236cef48cf14"], "port_id": "d56d8231-9b55-4b20-9e1f-ed2f826523df", "id": "c23d277f-2722-4b2e-98e6-a71319369453"} 2019-01-03 17:21:36,809 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453/add_router_interface used request id req-1ff43fac-ad7a-4f13-aacd-eb1114e04b06 2019-01-03 17:21:36,809 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router 2019-01-03 17:21:36,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" -d '{"subnet_id": "8a089731-5e47-4c77-bc33-236cef48cf14"}' 2019-01-03 17:21:38,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a7282bf-28ff-432d-b391-889da0121903 Date: Thu, 03 Jan 2019 17:21:38 GMT RESP BODY: {"network_id": "122bb525-bd5d-4811-bc03-ee16349a0eb7", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "subnet_id": "8a089731-5e47-4c77-bc33-236cef48cf14", "subnet_ids": ["8a089731-5e47-4c77-bc33-236cef48cf14"], "port_id": "d56d8231-9b55-4b20-9e1f-ed2f826523df", "id": "c23d277f-2722-4b2e-98e6-a71319369453"} 2019-01-03 17:21:38,016 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453/remove_router_interface used request id req-0a7282bf-28ff-432d-b391-889da0121903 2019-01-03 17:21:38,016 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router 2019-01-03 17:21:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:39,293 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97e2f407-439a-450e-9151-ce8efcdf2e17 Content-Length: 0 Date: Thu, 03 Jan 2019 17:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:39,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c23d277f-2722-4b2e-98e6-a71319369453 used request id req-97e2f407-439a-450e-9151-ce8efcdf2e17 2019-01-03 17:21:39,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:39,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3cc71bfa-52f4-4905-be22-14f463bb6559 Date: Thu, 03 Jan 2019 17:21:39 GMT RESP BODY: {"routers": []} 2019-01-03 17:21:39,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-router used request id req-3cc71bfa-52f4-4905-be22-14f463bb6559 2019-01-03 17:21:39,519 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet 2019-01-03 17:21:39,519 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-subnet 2019-01-03 17:21:39,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8a089731-5e47-4c77-bc33-236cef48cf14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:41,675 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff558ff3-4543-4aff-8564-beaff8d6cda8 Date: Thu, 03 Jan 2019 17:21:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:41,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8a089731-5e47-4c77-bc33-236cef48cf14 used request id req-ff558ff3-4543-4aff-8564-beaff8d6cda8 2019-01-03 17:21:41,676 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ef5f3823-b10a-4e1d-918f-bbf13a923276-pub-net 2019-01-03 17:21:41,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/122bb525-bd5d-4811-bc03-ee16349a0eb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df0edbe35dd8f90ccb89b459b7cd5f62fac79ae2" 2019-01-03 17:21:43,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec2cf5d0-aeb9-4a97-88f2-92ecde6abe4b Date: Thu, 03 Jan 2019 17:21:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:43,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/122bb525-bd5d-4811-bc03-ee16349a0eb7 used request id req-ec2cf5d0-aeb9-4a97-88f2-92ecde6abe4b 2019-01-03 17:21:43,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:43,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["IrnaGl15SzKYlBdzKPwlDQ"], "issued_at": "2019-01-03T17:21:43.000000Z"}} 2019-01-03 17:21:43,614 - 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}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:43,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0397347-e0b4-45cf-8e20-c977c1617014 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"}]}} 2019-01-03 17:21:43,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0397347-e0b4-45cf-8e20-c977c1617014 2019-01-03 17:21:43,706 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net 2019-01-03 17:21:43,711 - 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}d55009a71ef67b7eef772568d5a4c727f2d46ad3" -d '{"network": {"name": "NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:44,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bd1b3cc0-fbad-4271-ad4d-f38bb3fc124c Date: Thu, 03 Jan 2019 17:21:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e22c640a-3095-4d6b-8948-456b43e78442","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:43Z","is_default":false,"provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:43Z","mtu":1450}} 2019-01-03 17:21:44,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bd1b3cc0-fbad-4271-ad4d-f38bb3fc124c 2019-01-03 17:21:44,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:44,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3ceab641-455d-42eb-a5a5-8e13d5ad0e21 Date: Thu, 03 Jan 2019 17:21:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e22c640a-3095-4d6b-8948-456b43e78442","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:43Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:43Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:44,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e22c640a-3095-4d6b-8948-456b43e78442 used request id req-3ceab641-455d-42eb-a5a5-8e13d5ad0e21 2019-01-03 17:21:44,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:44,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b99f72c9-da5b-4f6e-bf33-a708f8844a61 Date: Thu, 03 Jan 2019 17:21:44 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:44,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 used request id req-b99f72c9-da5b-4f6e-bf33-a708f8844a61 2019-01-03 17:21:44,539 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet 2019-01-03 17:21:44,544 - 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}d55009a71ef67b7eef772568d5a4c727f2d46ad3" -d '{"subnets": [{"ip_version": 4, "network_id": "e22c640a-3095-4d6b-8948-456b43e78442", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet"}]}' 2019-01-03 17:21:45,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-044474df-9d45-4e0a-8027-c8032510135d Date: Thu, 03 Jan 2019 17:21:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e22c640a-3095-4d6b-8948-456b43e78442","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:44Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:44Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3f930973-bb17-4b98-b7a0-e9520e699a99","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet"}]} 2019-01-03 17:21:45,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-044474df-9d45-4e0a-8027-c8032510135d 2019-01-03 17:21:45,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:45,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2797f4d8-d6e9-483e-a2b6-d0b0953133ec Date: Thu, 03 Jan 2019 17:21:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e22c640a-3095-4d6b-8948-456b43e78442","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3f930973-bb17-4b98-b7a0-e9520e699a99"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:44Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:43Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:45,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e22c640a-3095-4d6b-8948-456b43e78442 used request id req-2797f4d8-d6e9-483e-a2b6-d0b0953133ec 2019-01-03 17:21:45,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:45,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-02c1e372-1ea1-4279-9eb8-77c92b79bce1 Date: Thu, 03 Jan 2019 17:21:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e22c640a-3095-4d6b-8948-456b43e78442","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:44Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:44Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3f930973-bb17-4b98-b7a0-e9520e699a99","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet"}]} 2019-01-03 17:21:45,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 used request id req-02c1e372-1ea1-4279-9eb8-77c92b79bce1 2019-01-03 17:21:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:45,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f437c068-2718-4724-b30d-a275b43ea448 Date: Thu, 03 Jan 2019 17:21:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e22c640a-3095-4d6b-8948-456b43e78442","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3f930973-bb17-4b98-b7a0-e9520e699a99"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:44Z","provider:segmentation_id":17,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:43Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:45,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net used request id req-f437c068-2718-4724-b30d-a275b43ea448 2019-01-03 17:21:45,939 - 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" 2019-01-03 17:21:45,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21: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"}]}]}} 2019-01-03 17:21:45,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:46,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec705f21-650b-495c-a0a9-91653974aed8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:46,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-ec705f21-650b-495c-a0a9-91653974aed8 2019-01-03 17:21:46,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:46,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8743cb78-5b4c-4156-9b70-efecfc341f58 Date: Thu, 03 Jan 2019 17:21:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e22c640a-3095-4d6b-8948-456b43e78442","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:44Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:44Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3f930973-bb17-4b98-b7a0-e9520e699a99","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet"}]} 2019-01-03 17:21:46,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e22c640a-3095-4d6b-8948-456b43e78442 used request id req-8743cb78-5b4c-4156-9b70-efecfc341f58 2019-01-03 17:21:46,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:21:46,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:46,774 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["x1da1Wa5SgqseaYnOptTgg"], "issued_at": "2019-01-03T17:21:46.000000Z"}} 2019-01-03 17:21:46,775 - 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}395781b0830279c129abc949211d57ba686eef5b" 2019-01-03 17:21:46,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9b811a-0635-40f2-8f6e-c39a83fd8212 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"}]}} 2019-01-03 17:21:46,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa9b811a-0635-40f2-8f6e-c39a83fd8212 2019-01-03 17:21:46,862 - 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}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:47,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-64bbc28c-747e-42a1-80cc-c907d29d8135 Date: Thu, 03 Jan 2019 17:21:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:21:47,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-64bbc28c-747e-42a1-80cc-c907d29d8135 2019-01-03 17:21:47,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:47,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fc659208-291a-400e-a0a2-169e9fc91bb0 Date: Thu, 03 Jan 2019 17:21:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:21:47,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-fc659208-291a-400e-a0a2-169e9fc91bb0 2019-01-03 17:21:47,288 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router 2019-01-03 17:21:47,293 - 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}d55009a71ef67b7eef772568d5a4c727f2d46ad3" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router", "admin_state_up": true}}' 2019-01-03 17:21:48,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-40a05af1-f99f-4c76-83a1-c8f3b4c53cdf Date: Thu, 03 Jan 2019 17:21:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:21:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:21:48Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "14901976-c7a6-4941-81a1-862dbffbc794", "name": "NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router"}} 2019-01-03 17:21:48,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-40a05af1-f99f-4c76-83a1-c8f3b4c53cdf 2019-01-03 17:21:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=14901976-c7a6-4941-81a1-862dbffbc794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:48,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d358d06d-4571-4444-bfce-7628e18a852e Date: Thu, 03 Jan 2019 17:21:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:21:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.209"}],"id":"a764792f-5c28-49e4-8f79-1838e6913078","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:23:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14901976-c7a6-4941-81a1-862dbffbc794","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:21:47Z","binding:vnic_type":"normal"}]} 2019-01-03 17:21:48,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=14901976-c7a6-4941-81a1-862dbffbc794 used request id req-d358d06d-4571-4444-bfce-7628e18a852e 2019-01-03 17:21:48,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:48,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5e3dc4c4-c882-49dc-ab6f-f2eddcc9802e Date: Thu, 03 Jan 2019 17:21:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:21:48,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-5e3dc4c4-c882-49dc-ab6f-f2eddcc9802e 2019-01-03 17:21:48,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:48,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5061e6dc-3c01-4231-9020-783e73fa2b46 Date: Thu, 03 Jan 2019 17:21:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:21:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:21:48Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "14901976-c7a6-4941-81a1-862dbffbc794", "name": "NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router"}]} 2019-01-03 17:21:48,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router used request id req-5061e6dc-3c01-4231-9020-783e73fa2b46 2019-01-03 17:21:48,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:48,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d340cc-a6d2-479d-b27d-ed89ac86f3a4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:48,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-02d340cc-a6d2-479d-b27d-ed89ac86f3a4 2019-01-03 17:21:48,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=14901976-c7a6-4941-81a1-862dbffbc794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:48,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8c433a8c-092c-4734-93f3-2583574867e7 Date: Thu, 03 Jan 2019 17:21:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:21:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.209"}],"id":"a764792f-5c28-49e4-8f79-1838e6913078","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:23:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14901976-c7a6-4941-81a1-862dbffbc794","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:21:47Z","binding:vnic_type":"normal"}]} 2019-01-03 17:21:48,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=14901976-c7a6-4941-81a1-862dbffbc794 used request id req-8c433a8c-092c-4734-93f3-2583574867e7 2019-01-03 17:21:48,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:49,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-80a22059-0451-49a3-8029-61a50ae8b7ba Date: Thu, 03 Jan 2019 17:21:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:21:49,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-80a22059-0451-49a3-8029-61a50ae8b7ba 2019-01-03 17:21:49,092 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet 2019-01-03 17:21:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3f930973-bb17-4b98-b7a0-e9520e699a99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:51,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-acdab45a-56ed-4bf9-875e-4099a99d2c3d Date: Thu, 03 Jan 2019 17:21:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:51,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3f930973-bb17-4b98-b7a0-e9520e699a99 used request id req-acdab45a-56ed-4bf9-875e-4099a99d2c3d 2019-01-03 17:21:51,305 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router 2019-01-03 17:21:51,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/14901976-c7a6-4941-81a1-862dbffbc794/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" -d '{"subnet_id": "3f930973-bb17-4b98-b7a0-e9520e699a99"}' 2019-01-03 17:21:52,331 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-fd4ac9e7-5343-4702-bda9-eccb4f2b06c8 Date: Thu, 03 Jan 2019 17:21:52 GMT RESP BODY: {"NeutronError": {"message": "Subnet 3f930973-bb17-4b98-b7a0-e9520e699a99 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 17:21:52,331 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/14901976-c7a6-4941-81a1-862dbffbc794/add_router_interface used request id req-fd4ac9e7-5343-4702-bda9-eccb4f2b06c8 2019-01-03 17:21:52,331 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 3f930973-bb17-4b98-b7a0-e9520e699a99 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 17:21:52,332 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router 2019-01-03 17:21:52,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/14901976-c7a6-4941-81a1-862dbffbc794 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:53,604 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-845e963d-462a-4b50-9731-da9285ae45ad Content-Length: 0 Date: Thu, 03 Jan 2019 17:21:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:53,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/14901976-c7a6-4941-81a1-862dbffbc794 used request id req-845e963d-462a-4b50-9731-da9285ae45ad 2019-01-03 17:21:53,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:53,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-66f317da-535f-43a3-ba16-b70d566ec034 Date: Thu, 03 Jan 2019 17:21:53 GMT RESP BODY: {"routers": []} 2019-01-03 17:21:53,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-router used request id req-66f317da-535f-43a3-ba16-b70d566ec034 2019-01-03 17:21:53,667 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet 2019-01-03 17:21:53,667 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-subnet 2019-01-03 17:21:53,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3f930973-bb17-4b98-b7a0-e9520e699a99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:53,851 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-314e6df5-7016-4933-ae98-b5a23362bbf8 Date: Thu, 03 Jan 2019 17:21:53 GMT RESP BODY: {"NeutronError": {"message": "Subnet 3f930973-bb17-4b98-b7a0-e9520e699a99 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 17:21:53,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3f930973-bb17-4b98-b7a0-e9520e699a99 used request id req-314e6df5-7016-4933-ae98-b5a23362bbf8 2019-01-03 17:21:53,852 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 3f930973-bb17-4b98-b7a0-e9520e699a99 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 17:21:53,852 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4f58e42f-272c-408a-ae26-f3a16af0e5a0-pub-net 2019-01-03 17:21:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/e22c640a-3095-4d6b-8948-456b43e78442 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55009a71ef67b7eef772568d5a4c727f2d46ad3" 2019-01-03 17:21:54,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3b59b95-6a7d-4e37-9502-df316ec8c5a2 Date: Thu, 03 Jan 2019 17:21:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:54,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e22c640a-3095-4d6b-8948-456b43e78442 used request id req-c3b59b95-6a7d-4e37-9502-df316ec8c5a2 2019-01-03 17:21:54,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:21:54,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:21:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["T9WtGCy_TDmWyjrxZPdSpQ"], "issued_at": "2019-01-03T17:21:54.000000Z"}} 2019-01-03 17:21:54,975 - 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}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:55,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14cfed12-15f2-4f9d-9533-79d57909e721 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"}]}} 2019-01-03 17:21:55,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14cfed12-15f2-4f9d-9533-79d57909e721 2019-01-03 17:21:55,056 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net 2019-01-03 17:21:55,061 - 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}402bd78bb4223c797841150161b382e9f9adc1cf" -d '{"network": {"name": "NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net", "admin_state_up": true}}' 2019-01-03 17:21:55,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-2f1f16a8-fa0e-47e7-8d41-c2fc5178240a Date: Thu, 03 Jan 2019 17:21:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:55Z","is_default":false,"provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:55Z","mtu":1450}} 2019-01-03 17:21:55,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-2f1f16a8-fa0e-47e7-8d41-c2fc5178240a 2019-01-03 17:21:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:55,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-41b6ada3-96e8-4b03-954a-89ae6318548f Date: Thu, 03 Jan 2019 17:21:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:21:55Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:55Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:55,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-41b6ada3-96e8-4b03-954a-89ae6318548f 2019-01-03 17:21:55,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:55,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-17d18c8e-c5d4-4fba-a61e-3446ac0611d8 Date: Thu, 03 Jan 2019 17:21:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:21:55,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-17d18c8e-c5d4-4fba-a61e-3446ac0611d8 2019-01-03 17:21:55,896 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet 2019-01-03 17:21:55,901 - 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}402bd78bb4223c797841150161b382e9f9adc1cf" -d '{"subnets": [{"ip_version": 4, "network_id": "65fe3446-fcd0-453f-8df1-a2d524c65af4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet"}]}' 2019-01-03 17:21:56,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ee744394-0833-498a-906d-d3a4f448cbfc Date: Thu, 03 Jan 2019 17:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:56Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:56Z","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":"f722d3fa025d4075b293873d61c918ee","id":"8898b13a-4f4c-4c9c-90d4-25c11d3639f9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet"}]} 2019-01-03 17:21:56,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ee744394-0833-498a-906d-d3a4f448cbfc 2019-01-03 17:21:56,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:56,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3305edc7-75ad-4182-a373-0bfd42e1ef0d Date: Thu, 03 Jan 2019 17:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["8898b13a-4f4c-4c9c-90d4-25c11d3639f9"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:56Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:55Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:56,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-3305edc7-75ad-4182-a373-0bfd42e1ef0d 2019-01-03 17:21:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:56,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b38aa05-56d4-4fce-9d19-9678565946ea Date: Thu, 03 Jan 2019 17:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:56Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:56Z","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":"f722d3fa025d4075b293873d61c918ee","id":"8898b13a-4f4c-4c9c-90d4-25c11d3639f9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet"}]} 2019-01-03 17:21:56,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-9b38aa05-56d4-4fce-9d19-9678565946ea 2019-01-03 17:21:56,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:56,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-eec3c1b4-382d-473e-a2b0-bf5935f2873c Date: Thu, 03 Jan 2019 17:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["8898b13a-4f4c-4c9c-90d4-25c11d3639f9"],"description":"","tags":[],"updated_at":"2019-01-03T17:21:56Z","provider:segmentation_id":22,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:55Z","provider:network_type":"vxlan"}]} 2019-01-03 17:21:56,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net used request id req-eec3c1b4-382d-473e-a2b0-bf5935f2873c 2019-01-03 17:21:56,979 - 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" 2019-01-03 17:21:56,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:21: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"}]}]}} 2019-01-03 17:21:56,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:57,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c9cac0-3527-43ff-a42b-b71614acefc9 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:21:57,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-65c9cac0-3527-43ff-a42b-b71614acefc9 2019-01-03 17:21:57,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:57,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2f289ce6-4d8a-40ed-b4ce-e2a909d7dbc5 Date: Thu, 03 Jan 2019 17:21:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:56Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:56Z","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":"f722d3fa025d4075b293873d61c918ee","id":"8898b13a-4f4c-4c9c-90d4-25c11d3639f9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet"}]} 2019-01-03 17:21:57,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-2f289ce6-4d8a-40ed-b4ce-e2a909d7dbc5 2019-01-03 17:21:57,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4&name=NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:57,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ec2a2c1f-9fad-4f41-ab56-8b27b79e8c00 Date: Thu, 03 Jan 2019 17:21:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65fe3446-fcd0-453f-8df1-a2d524c65af4","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:21:56Z","dns_nameservers":[],"updated_at":"2019-01-03T17:21:56Z","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":"f722d3fa025d4075b293873d61c918ee","id":"8898b13a-4f4c-4c9c-90d4-25c11d3639f9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet"}]} 2019-01-03 17:21:57,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=65fe3446-fcd0-453f-8df1-a2d524c65af4&name=NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet used request id req-ec2a2c1f-9fad-4f41-ab56-8b27b79e8c00 2019-01-03 17:21:57,540 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet 2019-01-03 17:21:57,540 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-subnet 2019-01-03 17:21:57,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/8898b13a-4f4c-4c9c-90d4-25c11d3639f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:21:59,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d360e1ba-6bf5-458f-af4a-f1d0aeccf886 Date: Thu, 03 Jan 2019 17:21:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:21:59,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8898b13a-4f4c-4c9c-90d4-25c11d3639f9 used request id req-d360e1ba-6bf5-458f-af4a-f1d0aeccf886 2019-01-03 17:21:59,704 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fd613b8e-27d2-4cf2-9c58-256bc4a3a199-pub-net 2019-01-03 17:21:59,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/65fe3446-fcd0-453f-8df1-a2d524c65af4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402bd78bb4223c797841150161b382e9f9adc1cf" 2019-01-03 17:22:01,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3623678-f3cb-48d7-ad3c-74f10b8676a4 Date: Thu, 03 Jan 2019 17:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:01,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/65fe3446-fcd0-453f-8df1-a2d524c65af4 used request id req-b3623678-f3cb-48d7-ad3c-74f10b8676a4 2019-01-03 17:22:01,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:01,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["IBJJBxwMQzSTku7dJUed5w"], "issued_at": "2019-01-03T17:22:01.000000Z"}} 2019-01-03 17:22:01,835 - 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}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:01,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f7b1fe-adfe-4c18-be73-93c87ae93cc4 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"}]}} 2019-01-03 17:22:01,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52f7b1fe-adfe-4c18-be73-93c87ae93cc4 2019-01-03 17:22:01,919 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net 2019-01-03 17:22:01,924 - 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}a63fedc57e84981f883cb575731118c678c9ae50" -d '{"network": {"name": "NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:02,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4d346823-6fd0-43c7-b6a5-8c68b6b5bfd1 Date: Thu, 03 Jan 2019 17:22: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":"e06376a2-2ca0-4f49-8197-38f42ebfd729","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:02Z","is_default":false,"provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:02Z","mtu":1450}} 2019-01-03 17:22:02,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4d346823-6fd0-43c7-b6a5-8c68b6b5bfd1 2019-01-03 17:22:02,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:02,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d34f9940-3b30-47f2-bb8b-7cfd5509e192 Date: Thu, 03 Jan 2019 17:22:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:02Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:02Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:02,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-d34f9940-3b30-47f2-bb8b-7cfd5509e192 2019-01-03 17:22:02,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:02,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb5b7b10-94e4-40e2-aa98-f471ac6da54b Date: Thu, 03 Jan 2019 17:22:02 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:02,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-fb5b7b10-94e4-40e2-aa98-f471ac6da54b 2019-01-03 17:22:02,794 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet 2019-01-03 17:22:02,799 - 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}a63fedc57e84981f883cb575731118c678c9ae50" -d '{"subnets": [{"ip_version": 4, "network_id": "e06376a2-2ca0-4f49-8197-38f42ebfd729", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet"}]}' 2019-01-03 17:22:03,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01d8e68e-d86b-4b93-9f32-d1685f2fb883 Date: Thu, 03 Jan 2019 17:22:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:03Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:03Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet"}]} 2019-01-03 17:22:03,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-01d8e68e-d86b-4b93-9f32-d1685f2fb883 2019-01-03 17:22:03,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:03,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c8a4a1fd-0758-43f2-b8a4-b00cecbf9ed1 Date: Thu, 03 Jan 2019 17:22:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:03Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:02Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:03,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-c8a4a1fd-0758-43f2-b8a4-b00cecbf9ed1 2019-01-03 17:22:03,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:03,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-77cc7a9e-80b5-4f34-81fd-ba29957ecfdb Date: Thu, 03 Jan 2019 17:22:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:03Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet"}]} 2019-01-03 17:22:03,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-77cc7a9e-80b5-4f34-81fd-ba29957ecfdb 2019-01-03 17:22:03,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:03,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f816d0a5-afc8-413b-8ceb-36a5af27974d Date: Thu, 03 Jan 2019 17:22:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:03Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:02Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:03,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net used request id req-f816d0a5-afc8-413b-8ceb-36a5af27974d 2019-01-03 17:22:03,929 - 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" 2019-01-03 17:22:03,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:22:03,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:03,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a663813e-1dbd-4f84-bdd1-3690bc5b03d5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:03,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-a663813e-1dbd-4f84-bdd1-3690bc5b03d5 2019-01-03 17:22:03,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:04,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5001f49f-62c0-4eb0-bb79-c1d06283fb7f Date: Thu, 03 Jan 2019 17:22:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e06376a2-2ca0-4f49-8197-38f42ebfd729","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:03Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet"}]} 2019-01-03 17:22:04,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-5001f49f-62c0-4eb0-bb79-c1d06283fb7f 2019-01-03 17:22:04,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:04,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:04,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["sMAg-0EdR4ald8dTMDWYFg"], "issued_at": "2019-01-03T17:22:04.000000Z"}} 2019-01-03 17:22:04,567 - 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}0bba789b3a272c72591d851a9b6ecb095fa78377" 2019-01-03 17:22:04,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d67b5a9-83da-4fba-b614-312726868e11 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"}]}} 2019-01-03 17:22:04,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d67b5a9-83da-4fba-b614-312726868e11 2019-01-03 17:22:04,670 - 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}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:04,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7da87f89-f9f1-456c-bd25-a247d2b1f63c Date: Thu, 03 Jan 2019 17:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:22:04,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-7da87f89-f9f1-456c-bd25-a247d2b1f63c 2019-01-03 17:22:04,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:04,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-68eaaca7-f557-4fd0-a8ba-dace350afba2 Date: Thu, 03 Jan 2019 17:22:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:22:04,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-68eaaca7-f557-4fd0-a8ba-dace350afba2 2019-01-03 17:22:04,982 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router 2019-01-03 17:22:04,987 - 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}a63fedc57e84981f883cb575731118c678c9ae50" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router", "admin_state_up": true}}' 2019-01-03 17:22:06,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-aee9ac2b-3f58-4ce6-904a-106b9f225909 Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:22:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:22:05Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "82fce548-d557-428b-9bba-ad44bc1563df", "name": "NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router"}} 2019-01-03 17:22:06,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-aee9ac2b-3f58-4ce6-904a-106b9f225909 2019-01-03 17:22:06,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=82fce548-d557-428b-9bba-ad44bc1563df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f458fd1d-4d4b-4ede-9e9b-b31481fdf054 Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:05Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.202"}],"id":"7acce106-c56b-406c-8882-ed1c8a4b71ae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:9b:a7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"82fce548-d557-428b-9bba-ad44bc1563df","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:22:05Z","binding:vnic_type":"normal"}]} 2019-01-03 17:22:06,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=82fce548-d557-428b-9bba-ad44bc1563df used request id req-f458fd1d-4d4b-4ede-9e9b-b31481fdf054 2019-01-03 17:22:06,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-634532cd-5c27-4a4b-bc71-e74044edbc41 Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:22:06,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-634532cd-5c27-4a4b-bc71-e74044edbc41 2019-01-03 17:22:06,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-57f9475b-ce61-41b3-817a-7b8d51d9acc6 Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:22:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:22:05Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "82fce548-d557-428b-9bba-ad44bc1563df", "name": "NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router"}]} 2019-01-03 17:22:06,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router used request id req-57f9475b-ce61-41b3-817a-7b8d51d9acc6 2019-01-03 17:22:06,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07dddfd-538b-41a5-942c-7bb15a92b678 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:06,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-b07dddfd-538b-41a5-942c-7bb15a92b678 2019-01-03 17:22:06,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=82fce548-d557-428b-9bba-ad44bc1563df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-756e005b-10e5-4e34-bb17-7d16975b754f Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:05Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.202"}],"id":"7acce106-c56b-406c-8882-ed1c8a4b71ae","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:9b:a7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"82fce548-d557-428b-9bba-ad44bc1563df","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:22:05Z","binding:vnic_type":"normal"}]} 2019-01-03 17:22:06,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=82fce548-d557-428b-9bba-ad44bc1563df used request id req-756e005b-10e5-4e34-bb17-7d16975b754f 2019-01-03 17:22:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:06,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5d260639-316f-44d0-8a60-2e9ae6870dd2 Date: Thu, 03 Jan 2019 17:22:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:22:06,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-5d260639-316f-44d0-8a60-2e9ae6870dd2 2019-01-03 17:22:06,942 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router 2019-01-03 17:22:06,942 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router 2019-01-03 17:22:06,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/82fce548-d557-428b-9bba-ad44bc1563df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:08,337 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db27aeb1-fcd2-4acf-915c-0fd352d6145f Content-Length: 0 Date: Thu, 03 Jan 2019 17:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:08,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/82fce548-d557-428b-9bba-ad44bc1563df used request id req-db27aeb1-fcd2-4acf-915c-0fd352d6145f 2019-01-03 17:22:08,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:08,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b3732d50-70d9-4498-8459-1ebbd8f718f5 Date: Thu, 03 Jan 2019 17:22:08 GMT RESP BODY: {"routers": []} 2019-01-03 17:22:08,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-router used request id req-b3732d50-70d9-4498-8459-1ebbd8f718f5 2019-01-03 17:22:08,387 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet 2019-01-03 17:22:08,387 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-subnet 2019-01-03 17:22:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:10,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-589e1c91-a62e-4c1d-b6b6-d33ca47b278e Date: Thu, 03 Jan 2019 17:22:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:10,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e4ce89f8-58e0-482e-a1a2-ba0fb70bc4fa used request id req-589e1c91-a62e-4c1d-b6b6-d33ca47b278e 2019-01-03 17:22:10,844 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1d4d6172-4d44-4c3e-8473-97a0b8f0e377-pub-net 2019-01-03 17:22:10,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/e06376a2-2ca0-4f49-8197-38f42ebfd729 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63fedc57e84981f883cb575731118c678c9ae50" 2019-01-03 17:22:12,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7341eba-7c5f-44c8-9f9a-7496ff454249 Date: Thu, 03 Jan 2019 17:22:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:12,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e06376a2-2ca0-4f49-8197-38f42ebfd729 used request id req-e7341eba-7c5f-44c8-9f9a-7496ff454249 2019-01-03 17:22:12,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:13,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ozAKu0fPTp2Fa5bpvvCIsA"], "issued_at": "2019-01-03T17:22:13.000000Z"}} 2019-01-03 17:22:13,054 - 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}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:13,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6327f0a-8851-4efa-a12c-957937a6d538 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"}]}} 2019-01-03 17:22:13,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6327f0a-8851-4efa-a12c-957937a6d538 2019-01-03 17:22:13,144 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net 2019-01-03 17:22:13,149 - 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}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" -d '{"network": {"name": "NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:13,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-94cddb13-7043-4676-b951-7d82de45e4c3 Date: Thu, 03 Jan 2019 17:22:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:13Z","is_default":false,"provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","mtu":1450}} 2019-01-03 17:22:13,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-94cddb13-7043-4676-b951-7d82de45e4c3 2019-01-03 17:22:13,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:13,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1121e220-5df9-4a49-a772-ef75d66c1f74 Date: Thu, 03 Jan 2019 17:22:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:13Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:13,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-1121e220-5df9-4a49-a772-ef75d66c1f74 2019-01-03 17:22:13,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:13,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d49e7bdb-6fe1-435c-8e39-360c377eee69 Date: Thu, 03 Jan 2019 17:22:13 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:13,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-d49e7bdb-6fe1-435c-8e39-360c377eee69 2019-01-03 17:22:13,964 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet 2019-01-03 17:22:13,969 - 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}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" -d '{"subnets": [{"ip_version": 4, "network_id": "03d36a7c-3d85-4187-9c39-59f638356718", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]}' 2019-01-03 17:22:14,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d32ffb2e-9076-4459-a371-d42d18c479e3 Date: Thu, 03 Jan 2019 17:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:14,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d32ffb2e-9076-4459-a371-d42d18c479e3 2019-01-03 17:22:14,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:14,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-876c97e5-22e7-435a-915e-d2c143e26d79 Date: Thu, 03 Jan 2019 17:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08c859db-fc3e-4a8c-9d27-4a7b3715b699"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:14Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:14,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-876c97e5-22e7-435a-915e-d2c143e26d79 2019-01-03 17:22:14,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:14,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bf0f346f-23d7-4e81-ae06-cc5bb147c57f Date: Thu, 03 Jan 2019 17:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:14,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-bf0f346f-23d7-4e81-ae06-cc5bb147c57f 2019-01-03 17:22:14,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:14,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b7d87cfe-3170-40e3-bea3-abd99116f457 Date: Thu, 03 Jan 2019 17:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08c859db-fc3e-4a8c-9d27-4a7b3715b699"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:14Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:14,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net used request id req-b7d87cfe-3170-40e3-bea3-abd99116f457 2019-01-03 17:22:14,964 - 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" 2019-01-03 17:22:14,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:14,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:15,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebf55c87-29bf-48db-a8e6-d5d7e40317fc Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:15,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-ebf55c87-29bf-48db-a8e6-d5d7e40317fc 2019-01-03 17:22:15,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:15,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a03fd732-769c-4913-a50a-cb7a2e5caef9 Date: Thu, 03 Jan 2019 17:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:15,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-a03fd732-769c-4913-a50a-cb7a2e5caef9 2019-01-03 17:22:15,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718&name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:15,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5c586668-b6ae-4f04-b234-9a4b475b90b9 Date: Thu, 03 Jan 2019 17:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:15,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718&name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet used request id req-5c586668-b6ae-4f04-b234-9a4b475b90b9 2019-01-03 17:22:15,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:15,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:15,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["tg4tEmG-QuyZGd5e-uTB0A"], "issued_at": "2019-01-03T17:22:15.000000Z"}} 2019-01-03 17:22:15,855 - 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}acdfa24800bb657feac5f4ec75362cd39a75540e" 2019-01-03 17:22:15,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-194ded59-051c-49b6-bbbe-949e321212bd 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"}]}} 2019-01-03 17:22:15,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-194ded59-051c-49b6-bbbe-949e321212bd 2019-01-03 17:22:15,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:16,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-df67b484-d071-4068-908b-7f0d1fe1d21e Date: Thu, 03 Jan 2019 17:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08c859db-fc3e-4a8c-9d27-4a7b3715b699"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:14Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:16,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net used request id req-df67b484-d071-4068-908b-7f0d1fe1d21e 2019-01-03 17:22:16,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:16,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8e144184-b489-436e-a1a9-47829fe5a732 Date: Thu, 03 Jan 2019 17:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:16,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-8e144184-b489-436e-a1a9-47829fe5a732 2019-01-03 17:22:16,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:16,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9a2c29cb-d39a-4f1a-9648-895eda7b71c6 Date: Thu, 03 Jan 2019 17:22:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03d36a7c-3d85-4187-9c39-59f638356718","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08c859db-fc3e-4a8c-9d27-4a7b3715b699"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:14Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:13Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:16,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net used request id req-9a2c29cb-d39a-4f1a-9648-895eda7b71c6 2019-01-03 17:22:16,668 - 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" 2019-01-03 17:22:16,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:16,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdfa24800bb657feac5f4ec75362cd39a75540e" 2019-01-03 17:22:16,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465880a7-3a4e-48b7-8d72-e890617a671e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:16,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-465880a7-3a4e-48b7-8d72-e890617a671e 2019-01-03 17:22:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:16,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01a2aabd-2308-41e8-82a7-42932c2cbd90 Date: Thu, 03 Jan 2019 17:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:16,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718 used request id req-01a2aabd-2308-41e8-82a7-42932c2cbd90 2019-01-03 17:22:16,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718&name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:17,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ba68ddd-d0ee-41cc-8db5-28ca55d9fdf1 Date: Thu, 03 Jan 2019 17:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:14Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet"}]} 2019-01-03 17:22:17,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=03d36a7c-3d85-4187-9c39-59f638356718&name=NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet used request id req-2ba68ddd-d0ee-41cc-8db5-28ca55d9fdf1 2019-01-03 17:22:17,023 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net 2019-01-03 17:22:17,028 - 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}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" -d '{"port": {"network_id": "03d36a7c-3d85-4187-9c39-59f638356718", "fixed_ips": [{"subnet_id": "08c859db-fc3e-4a8c-9d27-4a7b3715b699", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-port", "admin_state_up": true}}' 2019-01-03 17:22:17,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-cd0e420c-d61e-4e85-b78c-5b6da28e8101 Date: Thu, 03 Jan 2019 17:22:17 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:17Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","ip_address":"10.55.1.100"}],"id":"01174a56-4169-4002-8861-0e17ba6c419a","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:cb:27","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-port","admin_state_up":true,"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:17Z","binding:vnic_type":"normal"}} 2019-01-03 17:22:17,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cd0e420c-d61e-4e85-b78c-5b6da28e8101 2019-01-03 17:22:17,568 - 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}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:17,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-2f92a0b4-56b6-42c0-ada6-d1f4f84c6153 Date: Thu, 03 Jan 2019 17:22:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:17Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","ip_address":"10.55.1.100"}],"id":"01174a56-4169-4002-8861-0e17ba6c419a","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:cb:27","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-port","admin_state_up":true,"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","ip_address":"10.55.1.4"}],"id":"701f8e86-a056-4064-8f04-71e9d3a90a2c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:20:f1","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03d36a7c-3d85-4187-9c39-59f638356718","name":"","admin_state_up":true,"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","ip_address":"10.55.1.3"}],"id":"72ec82fb-9f5b-471f-8e62-02c5af4703f4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:90:2c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03d36a7c-3d85-4187-9c39-59f638356718","name":"","admin_state_up":true,"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08c859db-fc3e-4a8c-9d27-4a7b3715b699","ip_address":"10.55.1.2"}],"id":"d025dbeb-d2b0-4492-a107-ac04239afb63","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:ae:3a","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03d36a7c-3d85-4187-9c39-59f638356718","name":"","admin_state_up":true,"network_id":"03d36a7c-3d85-4187-9c39-59f638356718","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:14Z","binding:vnic_type":"normal"}]} 2019-01-03 17:22:17,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2f92a0b4-56b6-42c0-ada6-d1f4f84c6153 2019-01-03 17:22:17,773 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-port 2019-01-03 17:22:17,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/01174a56-4169-4002-8861-0e17ba6c419a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:18,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c18e94a6-0b8a-48d7-8dab-20db9e01f49b Date: Thu, 03 Jan 2019 17:22:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:18,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/01174a56-4169-4002-8861-0e17ba6c419a used request id req-c18e94a6-0b8a-48d7-8dab-20db9e01f49b 2019-01-03 17:22:18,296 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet 2019-01-03 17:22:18,296 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-subnet 2019-01-03 17:22:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/08c859db-fc3e-4a8c-9d27-4a7b3715b699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:20,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2022d11-9850-4754-8a02-800b90c294ef Date: Thu, 03 Jan 2019 17:22:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:20,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/08c859db-fc3e-4a8c-9d27-4a7b3715b699 used request id req-e2022d11-9850-4754-8a02-800b90c294ef 2019-01-03 17:22:20,412 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c94650b1-e923-4330-8191-77712d86e967-pub-net 2019-01-03 17:22:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/03d36a7c-3d85-4187-9c39-59f638356718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8d41d3ad086c0adc6d0d91912d47691a5ed55" 2019-01-03 17:22:21,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-070e575a-417f-412c-bf9a-d304e751bac5 Date: Thu, 03 Jan 2019 17:22:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:21,652 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/03d36a7c-3d85-4187-9c39-59f638356718 used request id req-070e575a-417f-412c-bf9a-d304e751bac5 2019-01-03 17:22:21,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:22,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["I8d0WB9tRBazEoRXO1h_kg"], "issued_at": "2019-01-03T17:22:22.000000Z"}} 2019-01-03 17:22:22,022 - 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}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:22,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c47648b-1e16-45e3-90df-685052e0fb33 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"}]}} 2019-01-03 17:22:22,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c47648b-1e16-45e3-90df-685052e0fb33 2019-01-03 17:22:22,110 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net 2019-01-03 17:22:22,116 - 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}b810e2b04d4954071af16dc1d0c033520ac3cacd" -d '{"network": {"name": "NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:22,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cb61905e-c710-4461-a3c2-1968cda46922 Date: Thu, 03 Jan 2019 17:22:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:22Z","is_default":false,"provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","mtu":1450}} 2019-01-03 17:22:22,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cb61905e-c710-4461-a3c2-1968cda46922 2019-01-03 17:22:22,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:22,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e509a82b-1548-4247-8929-44aaab497ea5 Date: Thu, 03 Jan 2019 17:22:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:22Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:22,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-e509a82b-1548-4247-8929-44aaab497ea5 2019-01-03 17:22:22,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:22,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f59772e8-1936-4fa8-9eee-edc97aea250b Date: Thu, 03 Jan 2019 17:22:22 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:22,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-f59772e8-1936-4fa8-9eee-edc97aea250b 2019-01-03 17:22:22,925 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet 2019-01-03 17:22:22,930 - 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}b810e2b04d4954071af16dc1d0c033520ac3cacd" -d '{"subnets": [{"ip_version": 4, "network_id": "36382cfa-28ea-4082-9696-23f5491942c8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]}' 2019-01-03 17:22:23,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b19e4627-0461-4ac0-b68b-e993d5ecb7c6 Date: Thu, 03 Jan 2019 17:22:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:23,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b19e4627-0461-4ac0-b68b-e993d5ecb7c6 2019-01-03 17:22:23,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:23,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fae127b8-bd5f-472d-b261-5e1ee5dd3663 Date: Thu, 03 Jan 2019 17:22:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["c2380baa-80b6-461a-8bc3-bb0ccc516b09"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:23Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:23,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-fae127b8-bd5f-472d-b261-5e1ee5dd3663 2019-01-03 17:22:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:24,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4899c519-0997-4eb2-8c4c-4c0c21a7cfb0 Date: Thu, 03 Jan 2019 17:22:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:24,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-4899c519-0997-4eb2-8c4c-4c0c21a7cfb0 2019-01-03 17:22:24,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:24,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a668ee27-9841-4ba6-aed0-9292255b54eb Date: Thu, 03 Jan 2019 17:22:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["c2380baa-80b6-461a-8bc3-bb0ccc516b09"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:23Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:24,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net used request id req-a668ee27-9841-4ba6-aed0-9292255b54eb 2019-01-03 17:22:24,306 - 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" 2019-01-03 17:22:24,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:22:24,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:24,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de421d0-fffa-4d29-842b-b6fa8bf0cc14 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:24,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-7de421d0-fffa-4d29-842b-b6fa8bf0cc14 2019-01-03 17:22:24,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:24,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9a00fb75-d6e6-4503-87ff-6097572fa63e Date: Thu, 03 Jan 2019 17:22:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:24,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-9a00fb75-d6e6-4503-87ff-6097572fa63e 2019-01-03 17:22:24,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8&name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:24,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-269b85ac-6d62-45b3-b58a-212c51cb3672 Date: Thu, 03 Jan 2019 17:22:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:24,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8&name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet used request id req-269b85ac-6d62-45b3-b58a-212c51cb3672 2019-01-03 17:22:24,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:24,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:24,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["OGnTnOR0QbuG1xlRt41lRw"], "issued_at": "2019-01-03T17:22:24.000000Z"}} 2019-01-03 17:22:24,896 - 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}02eafd3db80107917ac484ac796d0fadac57377a" 2019-01-03 17:22:24,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b2081b-2210-429c-bb5b-6e4cd096f9c2 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"}]}} 2019-01-03 17:22:24,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4b2081b-2210-429c-bb5b-6e4cd096f9c2 2019-01-03 17:22:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:25,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b1c9d24a-bf8c-411a-b787-0f88e5a1e980 Date: Thu, 03 Jan 2019 17:22:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["c2380baa-80b6-461a-8bc3-bb0ccc516b09"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:23Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:25,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net used request id req-b1c9d24a-bf8c-411a-b787-0f88e5a1e980 2019-01-03 17:22:25,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:25,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7704958a-7119-4732-b05d-b8c8e3dbda0d Date: Thu, 03 Jan 2019 17:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:25,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-7704958a-7119-4732-b05d-b8c8e3dbda0d 2019-01-03 17:22:25,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:25,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0e47ac19-6fe6-4d29-971c-331b632c8c54 Date: Thu, 03 Jan 2019 17:22:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36382cfa-28ea-4082-9696-23f5491942c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["c2380baa-80b6-461a-8bc3-bb0ccc516b09"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:23Z","provider:segmentation_id":59,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:22Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:25,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net used request id req-0e47ac19-6fe6-4d29-971c-331b632c8c54 2019-01-03 17:22:25,416 - 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" 2019-01-03 17:22:25,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:25,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02eafd3db80107917ac484ac796d0fadac57377a" 2019-01-03 17:22:25,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24088307-2b57-4437-9b7a-8422135c660a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:25,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-24088307-2b57-4437-9b7a-8422135c660a 2019-01-03 17:22:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:25,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6cddaf5-6fb2-4dd3-9795-03856e4ff3df Date: Thu, 03 Jan 2019 17:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:25,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8 used request id req-a6cddaf5-6fb2-4dd3-9795-03856e4ff3df 2019-01-03 17:22:25,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8&name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:25,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cdf98e1b-36d4-4c53-b2bb-2ef5f4df75cc Date: Thu, 03 Jan 2019 17:22:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","subnetpool_id":null,"name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet"}]} 2019-01-03 17:22:25,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=36382cfa-28ea-4082-9696-23f5491942c8&name=NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet used request id req-cdf98e1b-36d4-4c53-b2bb-2ef5f4df75cc 2019-01-03 17:22:25,952 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net 2019-01-03 17:22:25,957 - 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}b810e2b04d4954071af16dc1d0c033520ac3cacd" -d '{"port": {"network_id": "36382cfa-28ea-4082-9696-23f5491942c8", "fixed_ips": [{"subnet_id": "c2380baa-80b6-461a-8bc3-bb0ccc516b09", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-port", "admin_state_up": true}}' 2019-01-03 17:22:26,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-339a584f-271f-44d1-9536-420de1334946 Date: Thu, 03 Jan 2019 17:22:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:26Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","ip_address":"10.55.1.100"}],"id":"15d691ec-3375-4d92-b75d-70253d105f39","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:ed:3a","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-port","admin_state_up":true,"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:26Z","binding:vnic_type":"normal"}} 2019-01-03 17:22:26,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-339a584f-271f-44d1-9536-420de1334946 2019-01-03 17:22:26,592 - 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}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:26,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-2356749b-7241-4ae3-b3aa-b6bcba5818c1 Date: Thu, 03 Jan 2019 17:22:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:26Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","ip_address":"10.55.1.100"}],"id":"15d691ec-3375-4d92-b75d-70253d105f39","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:be:ed:3a","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-port","admin_state_up":true,"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","ip_address":"10.55.1.2"}],"id":"38fdea3d-69a8-40fd-b865-d7856f3086f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:5e:23","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-36382cfa-28ea-4082-9696-23f5491942c8","name":"","admin_state_up":true,"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","ip_address":"10.55.1.3"}],"id":"4da136a7-5f89-4d80-b8eb-689e151df778","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:c8:bd","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-36382cfa-28ea-4082-9696-23f5491942c8","name":"","admin_state_up":true,"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:22:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c2380baa-80b6-461a-8bc3-bb0ccc516b09","ip_address":"10.55.1.4"}],"id":"acba43c0-7ef6-4586-834c-4f6cb8538689","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:d2:98","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-36382cfa-28ea-4082-9696-23f5491942c8","name":"","admin_state_up":true,"network_id":"36382cfa-28ea-4082-9696-23f5491942c8","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:25Z","binding:vnic_type":"normal"}]} 2019-01-03 17:22:26,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2356749b-7241-4ae3-b3aa-b6bcba5818c1 2019-01-03 17:22:26,654 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-port 2019-01-03 17:22:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/15d691ec-3375-4d92-b75d-70253d105f39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:27,398 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c61c4ad6-cf6e-432e-9e99-6c3c59e3c6f9 Date: Thu, 03 Jan 2019 17:22:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:27,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/15d691ec-3375-4d92-b75d-70253d105f39 used request id req-c61c4ad6-cf6e-432e-9e99-6c3c59e3c6f9 2019-01-03 17:22:27,398 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet 2019-01-03 17:22:27,398 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-subnet 2019-01-03 17:22:27,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c2380baa-80b6-461a-8bc3-bb0ccc516b09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:29,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e22ee0f6-7463-4ff7-ab25-ba12630df1e1 Date: Thu, 03 Jan 2019 17:22:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:29,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c2380baa-80b6-461a-8bc3-bb0ccc516b09 used request id req-e22ee0f6-7463-4ff7-ab25-ba12630df1e1 2019-01-03 17:22:29,442 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-86eac50a-2d8c-46ac-8f9f-b528bc847a3f-pub-net 2019-01-03 17:22:29,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/36382cfa-28ea-4082-9696-23f5491942c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b810e2b04d4954071af16dc1d0c033520ac3cacd" 2019-01-03 17:22:30,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-493c906f-0949-4baa-8d06-7c4b6cfc3c03 Date: Thu, 03 Jan 2019 17:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:30,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/36382cfa-28ea-4082-9696-23f5491942c8 used request id req-493c906f-0949-4baa-8d06-7c4b6cfc3c03 2019-01-03 17:22:30,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:31,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["uyos9NHoRtaYTtfmJYYPeg"], "issued_at": "2019-01-03T17:22:31.000000Z"}} 2019-01-03 17:22:31,068 - 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}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:31,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437ae358-c850-4179-9fb0-cb14e7635fa9 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"}]}} 2019-01-03 17:22:31,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-437ae358-c850-4179-9fb0-cb14e7635fa9 2019-01-03 17:22:31,144 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net 2019-01-03 17:22:31,149 - 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}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" -d '{"network": {"name": "NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:31,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-fd485948-e2f9-407f-b3ac-28536f4346d8 Date: Thu, 03 Jan 2019 17:22: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":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:31Z","is_default":false,"provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","mtu":1450}} 2019-01-03 17:22:31,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fd485948-e2f9-407f-b3ac-28536f4346d8 2019-01-03 17:22:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:31,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2803fd77-ee54-40d6-a1c3-32fdf27e06e8 Date: Thu, 03 Jan 2019 17:22:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:31Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:31,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-2803fd77-ee54-40d6-a1c3-32fdf27e06e8 2019-01-03 17:22:31,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:32,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3972146-0e41-4c20-83fc-4c38cb3b3864 Date: Thu, 03 Jan 2019 17:22:32 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:32,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-b3972146-0e41-4c20-83fc-4c38cb3b3864 2019-01-03 17:22:32,097 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet 2019-01-03 17:22:32,102 - 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}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" -d '{"subnets": [{"ip_version": 4, "network_id": "b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]}' 2019-01-03 17:22:32,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b491c52b-f80e-4f69-9d1d-971e677c3c67 Date: Thu, 03 Jan 2019 17:22:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:32,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b491c52b-f80e-4f69-9d1d-971e677c3c67 2019-01-03 17:22:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:33,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dc59ac5c-b4cf-4143-a718-d60eb9c3fe49 Date: Thu, 03 Jan 2019 17:22:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["763185e9-3111-49bc-8881-cd32aae5c9c2"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:32Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:33,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-dc59ac5c-b4cf-4143-a718-d60eb9c3fe49 2019-01-03 17:22:33,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:33,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-355936f1-4d40-4ac8-bae7-b11f3d5ffb0d Date: Thu, 03 Jan 2019 17:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:33,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-355936f1-4d40-4ac8-bae7-b11f3d5ffb0d 2019-01-03 17:22:33,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:33,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-290dbdb5-b726-4ef1-95fb-0cd6256e7c6b Date: Thu, 03 Jan 2019 17:22:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["763185e9-3111-49bc-8881-cd32aae5c9c2"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:32Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:33,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net used request id req-290dbdb5-b726-4ef1-95fb-0cd6256e7c6b 2019-01-03 17:22:33,535 - 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" 2019-01-03 17:22:33,541 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:22:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:33,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280cd8a6-23a5-4d21-ba79-fa7f44834a2c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:33,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-280cd8a6-23a5-4d21-ba79-fa7f44834a2c 2019-01-03 17:22:33,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:33,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-33a9b02a-a7c9-4be0-9422-b1cc5fde66d4 Date: Thu, 03 Jan 2019 17:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:33,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-33a9b02a-a7c9-4be0-9422-b1cc5fde66d4 2019-01-03 17:22:33,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19&name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:34,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bd5f11e5-a584-4ed6-86bb-02569e88bf70 Date: Thu, 03 Jan 2019 17:22:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:34,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19&name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet used request id req-bd5f11e5-a584-4ed6-86bb-02569e88bf70 2019-01-03 17:22:34,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:34,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:34,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["4t48oCFQSMCMvOlZ_mL8QA"], "issued_at": "2019-01-03T17:22:34.000000Z"}} 2019-01-03 17:22:34,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}16ce6cd39506a33dc9ee9afef9107f8dfb86f452" 2019-01-03 17:22:34,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c1dc85-ef02-4dfe-a90d-946f054b6efe 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"}]}} 2019-01-03 17:22:34,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a7c1dc85-ef02-4dfe-a90d-946f054b6efe 2019-01-03 17:22:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:34,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b9a0caa2-acac-4d1d-86b9-12ab284c3399 Date: Thu, 03 Jan 2019 17:22:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["763185e9-3111-49bc-8881-cd32aae5c9c2"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:32Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:34,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net used request id req-b9a0caa2-acac-4d1d-86b9-12ab284c3399 2019-01-03 17:22:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:35,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5f2ba15-2a9e-4e22-a31b-4affb2a833f2 Date: Thu, 03 Jan 2019 17:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:35,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-c5f2ba15-2a9e-4e22-a31b-4affb2a833f2 2019-01-03 17:22:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:35,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-036606af-aef3-4dde-8b45-0158be8541f0 Date: Thu, 03 Jan 2019 17:22:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["763185e9-3111-49bc-8881-cd32aae5c9c2"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:32Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:35,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net used request id req-036606af-aef3-4dde-8b45-0158be8541f0 2019-01-03 17:22:35,256 - 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" 2019-01-03 17:22:35,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:35,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ce6cd39506a33dc9ee9afef9107f8dfb86f452" 2019-01-03 17:22:35,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4738a3a-3a5b-4eb3-bde9-315ab848a3bb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:35,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-f4738a3a-3a5b-4eb3-bde9-315ab848a3bb 2019-01-03 17:22:35,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:36,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae1dc686-0585-45eb-8604-caa502b3f594 Date: Thu, 03 Jan 2019 17:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:36,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-ae1dc686-0585-45eb-8604-caa502b3f594 2019-01-03 17:22:36,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19&name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:36,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d809ef0a-d732-4dd8-b6e0-afce2eaaa4ff Date: Thu, 03 Jan 2019 17:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"f722d3fa025d4075b293873d61c918ee","id":"763185e9-3111-49bc-8881-cd32aae5c9c2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet"}]} 2019-01-03 17:22:36,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19&name=NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet used request id req-d809ef0a-d732-4dd8-b6e0-afce2eaaa4ff 2019-01-03 17:22:36,414 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net 2019-01-03 17:22:36,419 - 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}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" -d '{"port": {"network_id": "b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19", "fixed_ips": [{"subnet_id": "763185e9-3111-49bc-8881-cd32aae5c9c2", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-port", "admin_state_up": true}}' 2019-01-03 17:22:36,592 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-face3cae-b172-445b-824a-165d083c08f7 Date: Thu, 03 Jan 2019 17:22:36 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 17:22:36,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-face3cae-b172-445b-824a-165d083c08f7 2019-01-03 17:22:36,593 - 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": ""}} 2019-01-03 17:22:36,593 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet 2019-01-03 17:22:36,593 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-subnet 2019-01-03 17:22:36,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/763185e9-3111-49bc-8881-cd32aae5c9c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:38,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f43fb2f-270f-492d-9d5b-bd154a52f768 Date: Thu, 03 Jan 2019 17:22:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:38,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/763185e9-3111-49bc-8881-cd32aae5c9c2 used request id req-0f43fb2f-270f-492d-9d5b-bd154a52f768 2019-01-03 17:22:38,718 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-779f8c7d-1e89-40f8-8343-774e83f3ea54-pub-net 2019-01-03 17:22:38,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78dcd3a14f7f34757b5f39514c66f0b0852ddb32" 2019-01-03 17:22:40,065 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e745e3a-4720-4870-b3ba-92570325beec Date: Thu, 03 Jan 2019 17:22:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:40,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b20a3bc0-efe9-4b4f-9faa-d9cecc35ac19 used request id req-9e745e3a-4720-4870-b3ba-92570325beec 2019-01-03 17:22:40,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:40,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Qid4X7J1Ti69jAYa55upXQ"], "issued_at": "2019-01-03T17:22:40.000000Z"}} 2019-01-03 17:22:40,466 - 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}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:40,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300ee6af-792d-484b-b17a-7bd9c983ed5e 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"}]}} 2019-01-03 17:22:40,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-300ee6af-792d-484b-b17a-7bd9c983ed5e 2019-01-03 17:22:40,548 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net 2019-01-03 17:22:40,553 - 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}17cf75c977217e624397b4908bf1e6200c4d6a05" -d '{"network": {"name": "NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:40,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b2f760d2-1a34-464b-933f-2ca145895214 Date: Thu, 03 Jan 2019 17:22:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:40Z","is_default":false,"provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","mtu":1450}} 2019-01-03 17:22:40,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b2f760d2-1a34-464b-933f-2ca145895214 2019-01-03 17:22:40,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:41,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-40c9b7a6-f09d-4a9e-af28-5171df245e3f Date: Thu, 03 Jan 2019 17:22:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:40Z","provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:41,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-40c9b7a6-f09d-4a9e-af28-5171df245e3f 2019-01-03 17:22:41,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:41,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9bf120b9-1204-4ce9-9c27-e2b59332f240 Date: Thu, 03 Jan 2019 17:22:41 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:41,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-9bf120b9-1204-4ce9-9c27-e2b59332f240 2019-01-03 17:22:41,374 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet 2019-01-03 17:22:41,379 - 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}17cf75c977217e624397b4908bf1e6200c4d6a05" -d '{"subnets": [{"ip_version": 4, "network_id": "e1101216-0335-43ea-8adf-e2546f3debe3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]}' 2019-01-03 17:22:42,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be28fc3a-bddd-4098-8c82-03bd67b8daf7 Date: Thu, 03 Jan 2019 17:22:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:42,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-be28fc3a-bddd-4098-8c82-03bd67b8daf7 2019-01-03 17:22:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:42,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-30a19b3c-0007-4d89-8ed7-f1b141280e78 Date: Thu, 03 Jan 2019 17:22:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dba5f8db-ed03-41ed-ae49-9a6e19e94076"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:41Z","provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:42,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-30a19b3c-0007-4d89-8ed7-f1b141280e78 2019-01-03 17:22:42,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:42,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4df1b625-34d3-455d-87f9-1ed97acbb16a Date: Thu, 03 Jan 2019 17:22:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:42,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-4df1b625-34d3-455d-87f9-1ed97acbb16a 2019-01-03 17:22:42,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:42,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2f94907c-8968-4b39-b22b-85b6cb031488 Date: Thu, 03 Jan 2019 17:22:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dba5f8db-ed03-41ed-ae49-9a6e19e94076"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:41Z","provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:42,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net used request id req-2f94907c-8968-4b39-b22b-85b6cb031488 2019-01-03 17:22:42,853 - 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" 2019-01-03 17:22:42,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:42,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:42,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f206766-b4c0-4d80-a60c-2ef69a230e1c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:42,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-3f206766-b4c0-4d80-a60c-2ef69a230e1c 2019-01-03 17:22:42,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7a2e22f-ab51-4be8-a3ab-689428a06102 Date: Thu, 03 Jan 2019 17:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:43,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-c7a2e22f-ab51-4be8-a3ab-689428a06102 2019-01-03 17:22:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3&name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:43,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-11ab6f33-67ea-4a1a-a172-3b46b37cefb0 Date: Thu, 03 Jan 2019 17:22:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:43,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3&name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet used request id req-11ab6f33-67ea-4a1a-a172-3b46b37cefb0 2019-01-03 17:22:43,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:43,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:43,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["MwEehHv5QvCwjuNIP4RW7Q"], "issued_at": "2019-01-03T17:22:43.000000Z"}} 2019-01-03 17:22:43,742 - 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}5a78f15bc28a655a634658bbc75c3243c64e8faa" 2019-01-03 17:22:43,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a7385c-28a9-4a00-b292-c081d2ae5474 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"}]}} 2019-01-03 17:22:43,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e1a7385c-28a9-4a00-b292-c081d2ae5474 2019-01-03 17:22:43,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:44,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ce67d426-5c7b-4052-9d61-66025385ce39 Date: Thu, 03 Jan 2019 17:22:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dba5f8db-ed03-41ed-ae49-9a6e19e94076"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:41Z","provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:44,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net used request id req-ce67d426-5c7b-4052-9d61-66025385ce39 2019-01-03 17:22:44,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:44,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04e56e31-5fa3-4aa5-a5b8-f48ac03ed71a Date: Thu, 03 Jan 2019 17:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:44,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-04e56e31-5fa3-4aa5-a5b8-f48ac03ed71a 2019-01-03 17:22:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:44,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f74a6e01-5828-4b5b-b299-f59f51cf2fcd Date: Thu, 03 Jan 2019 17:22:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1101216-0335-43ea-8adf-e2546f3debe3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["dba5f8db-ed03-41ed-ae49-9a6e19e94076"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:41Z","provider:segmentation_id":82,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:40Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:44,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net used request id req-f74a6e01-5828-4b5b-b299-f59f51cf2fcd 2019-01-03 17:22:44,572 - 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" 2019-01-03 17:22:44,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:44,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a78f15bc28a655a634658bbc75c3243c64e8faa" 2019-01-03 17:22:44,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2b8c26-b173-4397-a219-1d33b91b52f5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:44,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-4c2b8c26-b173-4397-a219-1d33b91b52f5 2019-01-03 17:22:44,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:44,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63b4b12b-b4e3-42cb-a462-04c83b0f655e Date: Thu, 03 Jan 2019 17:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:44,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-63b4b12b-b4e3-42cb-a462-04c83b0f655e 2019-01-03 17:22:44,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3&name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:44,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42a33ab4-d0da-4aff-847b-28d030985829 Date: Thu, 03 Jan 2019 17:22:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1101216-0335-43ea-8adf-e2546f3debe3","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:41Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"dba5f8db-ed03-41ed-ae49-9a6e19e94076","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet"}]} 2019-01-03 17:22:44,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=e1101216-0335-43ea-8adf-e2546f3debe3&name=NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet used request id req-42a33ab4-d0da-4aff-847b-28d030985829 2019-01-03 17:22:44,921 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net 2019-01-03 17:22:44,927 - 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}17cf75c977217e624397b4908bf1e6200c4d6a05" -d '{"port": {"network_id": "e1101216-0335-43ea-8adf-e2546f3debe3", "fixed_ips": [{"subnet_id": "dba5f8db-ed03-41ed-ae49-9a6e19e94076", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-port", "admin_state_up": true}}' 2019-01-03 17:22:45,431 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-4989df11-334a-4007-bedf-22fddc731c54 Date: Thu, 03 Jan 2019 17:22:45 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-03 17:22:45,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-4989df11-334a-4007-bedf-22fddc731c54 2019-01-03 17:22:45,431 - 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": ""}} 2019-01-03 17:22:45,432 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet 2019-01-03 17:22:45,432 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-subnet 2019-01-03 17:22:45,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dba5f8db-ed03-41ed-ae49-9a6e19e94076 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:47,743 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-032e8f4c-eb9d-4e8b-bc71-a2824be7ce06 Date: Thu, 03 Jan 2019 17:22:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:47,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dba5f8db-ed03-41ed-ae49-9a6e19e94076 used request id req-032e8f4c-eb9d-4e8b-bc71-a2824be7ce06 2019-01-03 17:22:47,744 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e424ba5c-6c95-464c-b43b-593795c6dc0c-pub-net 2019-01-03 17:22:47,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/e1101216-0335-43ea-8adf-e2546f3debe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17cf75c977217e624397b4908bf1e6200c4d6a05" 2019-01-03 17:22:49,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c18e220-d2ab-4aaa-82c0-daf1dc42e0f4 Date: Thu, 03 Jan 2019 17:22:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:49,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e1101216-0335-43ea-8adf-e2546f3debe3 used request id req-1c18e220-d2ab-4aaa-82c0-daf1dc42e0f4 2019-01-03 17:22:49,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:49,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["n9FEG-szTce4ZJEXKvu-HQ"], "issued_at": "2019-01-03T17:22:49.000000Z"}} 2019-01-03 17:22:49,779 - 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}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:49,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0505b544-72e1-450e-b284-bcbfdbaa969e 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"}]}} 2019-01-03 17:22:49,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0505b544-72e1-450e-b284-bcbfdbaa969e 2019-01-03 17:22:49,864 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net 2019-01-03 17:22:49,869 - 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}90708e8c58193ff6eb23921e5e56bb7454c9d730" -d '{"network": {"name": "NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:50,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e97919f4-1ea3-4604-b00e-f662f9ecca0d Date: Thu, 03 Jan 2019 17:22: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":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:50Z","is_default":false,"provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","mtu":1450}} 2019-01-03 17:22:50,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e97919f4-1ea3-4604-b00e-f662f9ecca0d 2019-01-03 17:22:50,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:50,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3c928443-6a74-458a-bd59-adeab48607a6 Date: Thu, 03 Jan 2019 17:22:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:50Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:50,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=364f253f-1708-4733-a710-bac6718d414f used request id req-3c928443-6a74-458a-bd59-adeab48607a6 2019-01-03 17:22:50,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:50,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-08986f42-27e2-4549-9bc0-af3415691b6d Date: Thu, 03 Jan 2019 17:22:50 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:50,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f used request id req-08986f42-27e2-4549-9bc0-af3415691b6d 2019-01-03 17:22:50,708 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet 2019-01-03 17:22:50,713 - 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}90708e8c58193ff6eb23921e5e56bb7454c9d730" -d '{"subnets": [{"ip_version": 4, "network_id": "364f253f-1708-4733-a710-bac6718d414f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]}' 2019-01-03 17:22:51,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f976f787-4f11-4a22-8e3e-d0aee1901a2c Date: Thu, 03 Jan 2019 17:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:51,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f976f787-4f11-4a22-8e3e-d0aee1901a2c 2019-01-03 17:22:51,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:51,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-644c378f-7e5a-4e70-a02b-4f214c276e87 Date: Thu, 03 Jan 2019 17:22:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3059c873-1b87-4b42-80f5-0b23e996b5df"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:51Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:51,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=364f253f-1708-4733-a710-bac6718d414f used request id req-644c378f-7e5a-4e70-a02b-4f214c276e87 2019-01-03 17:22:51,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:51,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c32ccc83-2308-4447-a362-1da2f65c585d Date: Thu, 03 Jan 2019 17:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:51,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f used request id req-c32ccc83-2308-4447-a362-1da2f65c585d 2019-01-03 17:22:51,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:52,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8833ff4e-4fe1-4c98-a96e-923222895d51 Date: Thu, 03 Jan 2019 17:22:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3059c873-1b87-4b42-80f5-0b23e996b5df"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:51Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:52,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net used request id req-8833ff4e-4fe1-4c98-a96e-923222895d51 2019-01-03 17:22:52,199 - 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" 2019-01-03 17:22:52,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:52,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:52,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25529509-0121-4f8a-9a09-37955ec2592a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:52,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-25529509-0121-4f8a-9a09-37955ec2592a 2019-01-03 17:22:52,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:52,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-816c46f2-8999-4843-ae0e-5c098a4dee90 Date: Thu, 03 Jan 2019 17:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:52,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f used request id req-816c46f2-8999-4843-ae0e-5c098a4dee90 2019-01-03 17:22:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f&name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:52,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60c7f6fc-84a4-475e-99b0-c376d6a33869 Date: Thu, 03 Jan 2019 17:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:52,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f&name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet used request id req-60c7f6fc-84a4-475e-99b0-c376d6a33869 2019-01-03 17:22:52,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:22:52,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:53,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["wDjQARJlSo-e4KgREAAUpQ"], "issued_at": "2019-01-03T17:22:53.000000Z"}} 2019-01-03 17:22:53,140 - 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}45c95825a6fc646dd095a8c3587ab5fa86f3796b" 2019-01-03 17:22:53,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4937ace-6557-4f1c-ac75-aa0f4f3a0d61 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"}]}} 2019-01-03 17:22:53,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4937ace-6557-4f1c-ac75-aa0f4f3a0d61 2019-01-03 17:22:53,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:53,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6ea5de0f-f100-45ed-bca1-11056a387ecd Date: Thu, 03 Jan 2019 17:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3059c873-1b87-4b42-80f5-0b23e996b5df"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:51Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:53,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net used request id req-6ea5de0f-f100-45ed-bca1-11056a387ecd 2019-01-03 17:22:53,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:53,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-09ce7670-1333-4632-94e3-5efb1ec7d9c6 Date: Thu, 03 Jan 2019 17:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:53,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f used request id req-09ce7670-1333-4632-94e3-5efb1ec7d9c6 2019-01-03 17:22:53,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:53,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b079c29b-2a5e-4211-ba52-d13760bb6252 Date: Thu, 03 Jan 2019 17:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"364f253f-1708-4733-a710-bac6718d414f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3059c873-1b87-4b42-80f5-0b23e996b5df"],"description":"","tags":[],"updated_at":"2019-01-03T17:22:51Z","provider:segmentation_id":46,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:50Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:53,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net used request id req-b079c29b-2a5e-4211-ba52-d13760bb6252 2019-01-03 17:22:53,861 - 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" 2019-01-03 17:22:53,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:22: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"}]}]}} 2019-01-03 17:22:53,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45c95825a6fc646dd095a8c3587ab5fa86f3796b" 2019-01-03 17:22:53,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e310dc-f1fa-4d0e-9da2-74bc27abe2f5 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:22:53,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-a5e310dc-f1fa-4d0e-9da2-74bc27abe2f5 2019-01-03 17:22:53,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:53,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7a7b5cb-645c-434e-bc4a-202253244f33 Date: Thu, 03 Jan 2019 17:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:53,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f used request id req-a7a7b5cb-645c-434e-bc4a-202253244f33 2019-01-03 17:22:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f&name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:54,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c93d7c79-e666-4cfe-aba3-12fbeac01477 Date: Thu, 03 Jan 2019 17:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"364f253f-1708-4733-a710-bac6718d414f","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:51Z","dns_nameservers":[],"updated_at":"2019-01-03T17:22: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":"f722d3fa025d4075b293873d61c918ee","id":"3059c873-1b87-4b42-80f5-0b23e996b5df","subnetpool_id":null,"name":"NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet"}]} 2019-01-03 17:22:54,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=364f253f-1708-4733-a710-bac6718d414f&name=NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet used request id req-c93d7c79-e666-4cfe-aba3-12fbeac01477 2019-01-03 17:22:54,149 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net 2019-01-03 17:22:54,155 - 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}90708e8c58193ff6eb23921e5e56bb7454c9d730" -d '{"port": {"network_id": "364f253f-1708-4733-a710-bac6718d414f", "fixed_ips": [{"subnet_id": "3059c873-1b87-4b42-80f5-0b23e996b5df", "ip_address": null}], "name": "NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-port", "admin_state_up": true}}' 2019-01-03 17:22:54,312 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-864fcfb5-a176-466e-930d-ba60f468cd71 Date: Thu, 03 Jan 2019 17:22:54 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 17:22:54,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-864fcfb5-a176-466e-930d-ba60f468cd71 2019-01-03 17:22:54,313 - 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": ""}} 2019-01-03 17:22:54,313 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet 2019-01-03 17:22:54,313 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-subnet 2019-01-03 17:22:54,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3059c873-1b87-4b42-80f5-0b23e996b5df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:56,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9742e2f0-de20-45c6-b805-f3d69e9e616a Date: Thu, 03 Jan 2019 17:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:56,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3059c873-1b87-4b42-80f5-0b23e996b5df used request id req-9742e2f0-de20-45c6-b805-f3d69e9e616a 2019-01-03 17:22:56,671 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-45780a8c-e982-48ad-b7fe-c7007eaa4f5f-pub-net 2019-01-03 17:22:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/364f253f-1708-4733-a710-bac6718d414f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90708e8c58193ff6eb23921e5e56bb7454c9d730" 2019-01-03 17:22:58,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bfc4810-2202-4046-9b5d-c759bd08c157 Date: Thu, 03 Jan 2019 17:22:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:22:58,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/364f253f-1708-4733-a710-bac6718d414f used request id req-0bfc4810-2202-4046-9b5d-c759bd08c157 2019-01-03 17:22:58,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:22:58,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:22:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["gLacgWxIToWDN7E4wIOzDA"], "issued_at": "2019-01-03T17:22:58.000000Z"}} 2019-01-03 17:22:58,744 - 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}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:22:58,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11d1efe-a4ca-4986-bbd5-de0c8b97c2b6 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"}]}} 2019-01-03 17:22:58,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a11d1efe-a4ca-4986-bbd5-de0c8b97c2b6 2019-01-03 17:22:58,822 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net 2019-01-03 17:22:58,828 - 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}79e59f671fcbfcd49a1880bf1a244ba81243950d" -d '{"network": {"name": "NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net", "admin_state_up": true}}' 2019-01-03 17:22:59,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-af6658ab-89e6-45ae-bbb0-73f363770fbf Date: Thu, 03 Jan 2019 17:22:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:59Z","is_default":false,"provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","mtu":1450}} 2019-01-03 17:22:59,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-af6658ab-89e6-45ae-bbb0-73f363770fbf 2019-01-03 17:22:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:22:59,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ab6d0961-029c-40e7-b2cc-40d4a7bee841 Date: Thu, 03 Jan 2019 17:22:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:22:59Z","provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","provider:network_type":"vxlan"}]} 2019-01-03 17:22:59,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-ab6d0961-029c-40e7-b2cc-40d4a7bee841 2019-01-03 17:22:59,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:22:59,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e262871-3f81-45aa-a572-8baf0934ac52 Date: Thu, 03 Jan 2019 17:22:59 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:22:59,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-8e262871-3f81-45aa-a572-8baf0934ac52 2019-01-03 17:22:59,779 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet 2019-01-03 17:22:59,784 - 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}79e59f671fcbfcd49a1880bf1a244ba81243950d" -d '{"subnets": [{"ip_version": 4, "network_id": "d1ddd776-7fa0-4402-bf35-21c7638aefcc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]}' 2019-01-03 17:23:00,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e878c87c-8890-4829-b277-316c10919da5 Date: Thu, 03 Jan 2019 17:23:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:00,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-e878c87c-8890-4829-b277-316c10919da5 2019-01-03 17:23:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:00,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5c721415-e129-4fd4-9b2b-3ebf684eaeb4 Date: Thu, 03 Jan 2019 17:23:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["d754330a-041b-44e4-a319-86c445b59b54"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:00Z","provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:00,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-5c721415-e129-4fd4-9b2b-3ebf684eaeb4 2019-01-03 17:23:00,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:00,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60f78cdc-7468-456f-a9c6-84825c2cb099 Date: Thu, 03 Jan 2019 17:23:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:00,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-60f78cdc-7468-456f-a9c6-84825c2cb099 2019-01-03 17:23:00,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:00,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-90c4ae3e-c90b-4562-aa4c-9f3bd8046d95 Date: Thu, 03 Jan 2019 17:23:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["d754330a-041b-44e4-a319-86c445b59b54"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:00Z","provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:00,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net used request id req-90c4ae3e-c90b-4562-aa4c-9f3bd8046d95 2019-01-03 17:23:00,787 - 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" 2019-01-03 17:23:00,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:00,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:00,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3d1e2c-f889-4aee-aba9-c2822a7f0e43 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:00,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-6e3d1e2c-f889-4aee-aba9-c2822a7f0e43 2019-01-03 17:23:00,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:01,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d30709d-03a1-4d36-b497-974c292b867f Date: Thu, 03 Jan 2019 17:23:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:01,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-9d30709d-03a1-4d36-b497-974c292b867f 2019-01-03 17:23:01,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc&name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:01,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd995e86-7abf-49f0-bd33-2842c187de16 Date: Thu, 03 Jan 2019 17:23:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:01,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc&name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet used request id req-cd995e86-7abf-49f0-bd33-2842c187de16 2019-01-03 17:23:01,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:01,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:01,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["LVufU_m4QLuGrHnXbNu9Kw"], "issued_at": "2019-01-03T17:23:01.000000Z"}} 2019-01-03 17:23: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}c9746a07fe5b2fa5803554e4735ac9ad1b91f97f" 2019-01-03 17:23:01,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87008db5-42b0-4b24-932e-8cfb1ecffcb7 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"}]}} 2019-01-03 17:23:01,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-87008db5-42b0-4b24-932e-8cfb1ecffcb7 2019-01-03 17:23:01,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:01,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e67e925e-91ce-4f1f-b152-bbf283336781 Date: Thu, 03 Jan 2019 17:23:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["d754330a-041b-44e4-a319-86c445b59b54"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:00Z","provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:01,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net used request id req-e67e925e-91ce-4f1f-b152-bbf283336781 2019-01-03 17:23:01,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:02,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3676da6a-a3cf-4c29-bec3-91d80b230078 Date: Thu, 03 Jan 2019 17:23:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:02,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-3676da6a-a3cf-4c29-bec3-91d80b230078 2019-01-03 17:23:02,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:02,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e974d9ef-ab5f-45eb-8825-07f74042bcd9 Date: Thu, 03 Jan 2019 17:23:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["d754330a-041b-44e4-a319-86c445b59b54"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:00Z","provider:segmentation_id":40,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:22:59Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:02,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net used request id req-e974d9ef-ab5f-45eb-8825-07f74042bcd9 2019-01-03 17:23:02,250 - 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" 2019-01-03 17:23:02,255 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:02,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9746a07fe5b2fa5803554e4735ac9ad1b91f97f" 2019-01-03 17:23:02,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb11ed59-faf6-40ae-a078-b1252b0c0052 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:02,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-bb11ed59-faf6-40ae-a078-b1252b0c0052 2019-01-03 17:23:02,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:02,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-988d9d18-e1ac-4550-90fa-ccd27caeb8a4 Date: Thu, 03 Jan 2019 17:23:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:02,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-988d9d18-e1ac-4550-90fa-ccd27caeb8a4 2019-01-03 17:23:02,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc&name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4081d89-1c8a-434f-a372-1c9ba4f4487d Date: Thu, 03 Jan 2019 17:23:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:00Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:00Z","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":"f722d3fa025d4075b293873d61c918ee","id":"d754330a-041b-44e4-a319-86c445b59b54","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet"}]} 2019-01-03 17:23:02,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d1ddd776-7fa0-4402-bf35-21c7638aefcc&name=NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet used request id req-d4081d89-1c8a-434f-a372-1c9ba4f4487d 2019-01-03 17:23:02,469 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net 2019-01-03 17:23:02,474 - 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}79e59f671fcbfcd49a1880bf1a244ba81243950d" -d '{"port": {"network_id": "d1ddd776-7fa0-4402-bf35-21c7638aefcc", "fixed_ips": [{"subnet_id": "d754330a-041b-44e4-a319-86c445b59b54", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2019-01-03 17:23:03,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-f8968a55-89c2-450f-9ce7-02564687b030 Date: Thu, 03 Jan 2019 17:23:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:02Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d754330a-041b-44e4-a319-86c445b59b54","ip_address":"10.55.1.100"}],"id":"ce0a6630-9b4e-435d-b8af-afa116beba86","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:e3:17","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:02Z","binding:vnic_type":"normal"}} 2019-01-03 17:23:03,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-f8968a55-89c2-450f-9ce7-02564687b030 2019-01-03 17:23:03,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/ce0a6630-9b4e-435d-b8af-afa116beba86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:03,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-e47c893c-68ab-42ea-985f-8ad1ca8708be Date: Thu, 03 Jan 2019 17:23:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:02Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d754330a-041b-44e4-a319-86c445b59b54","ip_address":"10.55.1.100"}],"id":"ce0a6630-9b4e-435d-b8af-afa116beba86","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:e3:17","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d1ddd776-7fa0-4402-bf35-21c7638aefcc","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:02Z","binding:vnic_type":"normal"}} 2019-01-03 17:23:03,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/ce0a6630-9b4e-435d-b8af-afa116beba86 used request id req-e47c893c-68ab-42ea-985f-8ad1ca8708be 2019-01-03 17:23:03,467 - neutron_utils - INFO - Deleting port with name 2019-01-03 17:23:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/ce0a6630-9b4e-435d-b8af-afa116beba86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:04,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c028655d-c7a7-4637-bacb-54212a9313cc Date: Thu, 03 Jan 2019 17:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:04,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/ce0a6630-9b4e-435d-b8af-afa116beba86 used request id req-c028655d-c7a7-4637-bacb-54212a9313cc 2019-01-03 17:23:04,000 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet 2019-01-03 17:23:04,000 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-subnet 2019-01-03 17:23:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/d754330a-041b-44e4-a319-86c445b59b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:06,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70736862-42b6-4abf-ae92-56028d06655f Date: Thu, 03 Jan 2019 17:23:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:06,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d754330a-041b-44e4-a319-86c445b59b54 used request id req-70736862-42b6-4abf-ae92-56028d06655f 2019-01-03 17:23:06,287 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0bcf73ba-ebaf-45b8-9e6f-524d07c572af-pub-net 2019-01-03 17:23:06,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d1ddd776-7fa0-4402-bf35-21c7638aefcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e59f671fcbfcd49a1880bf1a244ba81243950d" 2019-01-03 17:23:08,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f02e97eb-aba1-414c-8f0a-093e179edb6c Date: Thu, 03 Jan 2019 17:23:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:08,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d1ddd776-7fa0-4402-bf35-21c7638aefcc used request id req-f02e97eb-aba1-414c-8f0a-093e179edb6c 2019-01-03 17:23:08,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:08,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["tFJMFfLfT16pfG21nxqGpw"], "issued_at": "2019-01-03T17:23:08.000000Z"}} 2019-01-03 17:23:08,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}e5568953ea157eb9a2428958979e62088c9a1e4c" 2019-01-03 17:23:08,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469038f9-9d8e-4dad-a78e-356fc9ce2b14 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"}]}} 2019-01-03 17:23:08,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-469038f9-9d8e-4dad-a78e-356fc9ce2b14 2019-01-03 17:23:08,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:08,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:08,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["-nn-W57EQkKy1tRI00h2kg"], "issued_at": "2019-01-03T17:23:08.000000Z"}} 2019-01-03 17:23:08,936 - 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}a85b765f1305017e28fae490680f3ace5e200d07" 2019-01-03 17:23:09,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b2ca3c-dd1f-4c1e-b93c-52fba6c9f51f 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"}]}} 2019-01-03 17:23:09,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25b2ca3c-dd1f-4c1e-b93c-52fba6c9f51f 2019-01-03 17:23:09,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-24b466c3-7b8d-4461-9283-2cb38c389b8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5568953ea157eb9a2428958979e62088c9a1e4c" 2019-01-03 17:23:09,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c4eeb0fb-7a2c-42ff-b6fb-67809a5befc3 Date: Thu, 03 Jan 2019 17:23:09 GMT RESP BODY: {"networks":[]} 2019-01-03 17:23:09,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-24b466c3-7b8d-4461-9283-2cb38c389b8d-pub-net used request id req-c4eeb0fb-7a2c-42ff-b6fb-67809a5befc3 2019-01-03 17:23:09,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:09,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["20S7KInsT42ScCFPLZq51w"], "issued_at": "2019-01-03T17:23:09.000000Z"}} 2019-01-03 17:23:09,626 - 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}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:09,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508d43ae-2e88-40e4-b064-03417dffdd4e 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"}]}} 2019-01-03 17:23:09,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-508d43ae-2e88-40e4-b064-03417dffdd4e 2019-01-03 17:23:09,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:09,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:10,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["QCBh93pVRwSxqVewMMpNyw"], "issued_at": "2019-01-03T17:23:10.000000Z"}} 2019-01-03 17:23:10,096 - 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}d890cd83d8934b44c82fd47a6c282b7d9dc4d767" 2019-01-03 17:23:10,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c28270e-92b1-4390-be42-f22708f379da 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"}]}} 2019-01-03 17:23:10,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4c28270e-92b1-4390-be42-f22708f379da 2019-01-03 17:23:10,189 - 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}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:10,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-224be52a-f7f4-4e78-98f9-b10f1d96029f Date: Thu, 03 Jan 2019 17:23:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:23:10,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-224be52a-f7f4-4e78-98f9-b10f1d96029f 2019-01-03 17:23:10,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:10,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-272c5e6c-af62-48c8-9dfa-d6674464d4c8 Date: Thu, 03 Jan 2019 17:23:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:23:10,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-272c5e6c-af62-48c8-9dfa-d6674464d4c8 2019-01-03 17:23:10,628 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router 2019-01-03 17:23:10,633 - 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}6d471233812a511b18a631b99c1347f0ef2eb5e3" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router", "admin_state_up": true}}' 2019-01-03 17:23:11,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-4a6b38ae-fee1-41f4-bb0f-fc27626575d3 Date: Thu, 03 Jan 2019 17:23:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:11Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "07af6cd2-d9d0-4cb3-b514-94113d1ae950", "name": "NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router"}} 2019-01-03 17:23:11,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4a6b38ae-fee1-41f4-bb0f-fc27626575d3 2019-01-03 17:23:11,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=07af6cd2-d9d0-4cb3-b514-94113d1ae950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6441a7c2-41cc-4c17-8bcd-95596855cf8e Date: Thu, 03 Jan 2019 17:23:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.202"}],"id":"ccb4ecdb-3801-4e11-a6d0-7d65c195b2a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:c9:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"07af6cd2-d9d0-4cb3-b514-94113d1ae950","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:11Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:12,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=07af6cd2-d9d0-4cb3-b514-94113d1ae950 used request id req-6441a7c2-41cc-4c17-8bcd-95596855cf8e 2019-01-03 17:23:12,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1fd24304-f630-45be-99e4-b30e360d12fd Date: Thu, 03 Jan 2019 17:23:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:23:12,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-1fd24304-f630-45be-99e4-b30e360d12fd 2019-01-03 17:23:12,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-31023c0d-c33f-42df-9575-e7786b65234d Date: Thu, 03 Jan 2019 17:23:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:11Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "07af6cd2-d9d0-4cb3-b514-94113d1ae950", "name": "NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router"}]} 2019-01-03 17:23:12,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router used request id req-31023c0d-c33f-42df-9575-e7786b65234d 2019-01-03 17:23:12,556 - 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" 2019-01-03 17:23:12,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459aa352-f785-4ae6-8625-6902f9a4d40a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:12,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-459aa352-f785-4ae6-8625-6902f9a4d40a 2019-01-03 17:23:12,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=07af6cd2-d9d0-4cb3-b514-94113d1ae950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9e7dae35-70b1-4a73-abf1-03cd66d12405 Date: Thu, 03 Jan 2019 17:23:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.202"}],"id":"ccb4ecdb-3801-4e11-a6d0-7d65c195b2a5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:c9:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"07af6cd2-d9d0-4cb3-b514-94113d1ae950","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:11Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:12,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=07af6cd2-d9d0-4cb3-b514-94113d1ae950 used request id req-9e7dae35-70b1-4a73-abf1-03cd66d12405 2019-01-03 17:23:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:12,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-309075c7-b3bc-4e28-a0c2-b9fc378b2e24 Date: Thu, 03 Jan 2019 17:23:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:23:12,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-309075c7-b3bc-4e28-a0c2-b9fc378b2e24 2019-01-03 17:23:12,925 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router 2019-01-03 17:23:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/07af6cd2-d9d0-4cb3-b514-94113d1ae950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:14,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8424fc26-df75-4e41-80d8-091b9992c49f Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:14,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/07af6cd2-d9d0-4cb3-b514-94113d1ae950 used request id req-8424fc26-df75-4e41-80d8-091b9992c49f 2019-01-03 17:23:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d471233812a511b18a631b99c1347f0ef2eb5e3" 2019-01-03 17:23:14,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-35b288ec-c37a-4db0-b3e7-7ca130984493 Date: Thu, 03 Jan 2019 17:23:14 GMT RESP BODY: {"routers": []} 2019-01-03 17:23:14,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-968c2336-af33-40e6-8dc2-62fbd0524f7c-pub-router used request id req-35b288ec-c37a-4db0-b3e7-7ca130984493 2019-01-03 17:23:14,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:14,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["BsRhaAC_SQGekghU1pKv1w"], "issued_at": "2019-01-03T17:23:14.000000Z"}} 2019-01-03 17:23:14,682 - 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}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:14,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa268cb5-0db8-4879-93b4-6c979b2b415d 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"}]}} 2019-01-03 17:23:14,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa268cb5-0db8-4879-93b4-6c979b2b415d 2019-01-03 17:23:14,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:14,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:15,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["MCMchOiLThWD87lwFGSQNg"], "issued_at": "2019-01-03T17:23:15.000000Z"}} 2019-01-03 17:23:15,278 - 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}1a07ef3e488b56e2083732d8e9b6b2249198acc1" 2019-01-03 17:23:15,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bed242-9f1d-4762-a45e-d25fa8d9c118 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"}]}} 2019-01-03 17:23:15,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68bed242-9f1d-4762-a45e-d25fa8d9c118 2019-01-03 17:23:15,376 - 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}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:15,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-009455f4-ad77-4341-858e-de73154b00f6 Date: Thu, 03 Jan 2019 17:23:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:23:15,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-009455f4-ad77-4341-858e-de73154b00f6 2019-01-03 17:23:15,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:15,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-45690de0-27e0-41ca-b48a-4d2d4886fa09 Date: Thu, 03 Jan 2019 17:23:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:23:15,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-45690de0-27e0-41ca-b48a-4d2d4886fa09 2019-01-03 17:23:15,832 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router 2019-01-03 17:23:15,837 - 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}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router", "admin_state_up": true}}' 2019-01-03 17:23:19,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-edaa3a68-1c5b-45fd-8c98-6dbd01fb4df6 Date: Thu, 03 Jan 2019 17:23:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:19Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7607b5c0-3260-4ab1-9631-735006719e64", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}} 2019-01-03 17:23:19,255 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-edaa3a68-1c5b-45fd-8c98-6dbd01fb4df6 2019-01-03 17:23:19,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7607b5c0-3260-4ab1-9631-735006719e64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:19,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6a3be583-ef99-4227-9a59-cb7799bf3467 Date: Thu, 03 Jan 2019 17:23:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.204"}],"id":"33a04869-1478-40b6-88ae-eaecdefcdb27","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:05:b6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7607b5c0-3260-4ab1-9631-735006719e64","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:18Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:19,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7607b5c0-3260-4ab1-9631-735006719e64 used request id req-6a3be583-ef99-4227-9a59-cb7799bf3467 2019-01-03 17:23:19,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:19,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4269e234-4f52-4717-8a64-7db64f3261ec Date: Thu, 03 Jan 2019 17:23:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:23:19,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-4269e234-4f52-4717-8a64-7db64f3261ec 2019-01-03 17:23:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-5b33ff0c-c0b8-473b-a674-f6b3260ef31a Date: Thu, 03 Jan 2019 17:23:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:19Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7607b5c0-3260-4ab1-9631-735006719e64", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:17Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7c6fa1cc-c25e-42c1-a063-6f7ac7879579", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:16Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "8d8d46be-ba11-4c4d-b281-1f60fade0642", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}]} 2019-01-03 17:23:20,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router used request id req-5b33ff0c-c0b8-473b-a674-f6b3260ef31a 2019-01-03 17:23:20,029 - 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" 2019-01-03 17:23:20,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:20,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63306969-4d3b-4eec-b214-7b5cbb28772c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:20,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-63306969-4d3b-4eec-b214-7b5cbb28772c 2019-01-03 17:23:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7607b5c0-3260-4ab1-9631-735006719e64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-684dc95a-3c9f-414c-bfaa-42c903db614a Date: Thu, 03 Jan 2019 17:23:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.204"}],"id":"33a04869-1478-40b6-88ae-eaecdefcdb27","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6b:05:b6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7607b5c0-3260-4ab1-9631-735006719e64","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:18Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:20,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7607b5c0-3260-4ab1-9631-735006719e64 used request id req-684dc95a-3c9f-414c-bfaa-42c903db614a 2019-01-03 17:23:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-11377e92-66ca-4df2-bbcd-aa677985ab2a Date: Thu, 03 Jan 2019 17:23:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:23:20,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-11377e92-66ca-4df2-bbcd-aa677985ab2a 2019-01-03 17:23:20,542 - 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}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a7acc1e2-a547-44fe-b6f9-be87e9bc569b Date: Thu, 03 Jan 2019 17:23:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:23:20,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-a7acc1e2-a547-44fe-b6f9-be87e9bc569b 2019-01-03 17:23:20,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:20,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3b555b1d-b89c-45aa-ad84-7390f86d3d56 Date: Thu, 03 Jan 2019 17:23:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:23:20,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-3b555b1d-b89c-45aa-ad84-7390f86d3d56 2019-01-03 17:23:20,843 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router 2019-01-03 17:23:20,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/7607b5c0-3260-4ab1-9631-735006719e64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:22,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c32b5537-067e-40bd-a041-e870a7688948 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:22,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7607b5c0-3260-4ab1-9631-735006719e64 used request id req-c32b5537-067e-40bd-a041-e870a7688948 2019-01-03 17:23:22,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:22,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-ad48a556-226b-4808-a0c0-f6d5b2bf97e2 Date: Thu, 03 Jan 2019 17:23:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:17Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7c6fa1cc-c25e-42c1-a063-6f7ac7879579", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:16Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "8d8d46be-ba11-4c4d-b281-1f60fade0642", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}]} 2019-01-03 17:23:22,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router used request id req-ad48a556-226b-4808-a0c0-f6d5b2bf97e2 2019-01-03 17:23:22,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:22,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-578fea5b-64e7-47e9-8629-ec1ba0781946 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:22,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-578fea5b-64e7-47e9-8629-ec1ba0781946 2019-01-03 17:23:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7c6fa1cc-c25e-42c1-a063-6f7ac7879579 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:22,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4ac3c386-a0b0-4c63-bd45-dca73641c653 Date: Thu, 03 Jan 2019 17:23:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.200"}],"id":"d987ef35-6647-44e9-886d-b68bee52c2db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b9:ec:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7c6fa1cc-c25e-42c1-a063-6f7ac7879579","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:17Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:22,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7c6fa1cc-c25e-42c1-a063-6f7ac7879579 used request id req-4ac3c386-a0b0-4c63-bd45-dca73641c653 2019-01-03 17:23:22,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09df8c9d1c08e7056d0fee3af641034ec0b4eba3" 2019-01-03 17:23:22,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-43359484-d8c7-4bb2-a4cc-cfb834d05eb3 Date: Thu, 03 Jan 2019 17:23:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 17:23:22,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/4995cb17-5a37-41b2-beab-15bef6132cde used request id req-43359484-d8c7-4bb2-a4cc-cfb834d05eb3 2019-01-03 17:23:22,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:23,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["kGLdOPQnRP-s7CklrlIq3Q"], "issued_at": "2019-01-03T17:23:23.000000Z"}} 2019-01-03 17:23:23,300 - 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}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:23,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1753967-f4b4-4bbe-9055-99603c611f90 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"}]}} 2019-01-03 17:23:23,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b1753967-f4b4-4bbe-9055-99603c611f90 2019-01-03 17:23:23,387 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname 2019-01-03 17:23:23,393 - 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}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname"}}' 2019-01-03 17:23:23,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-828fd93a-36ca-46c7-8444-bd39f5603824 Date: Thu, 03 Jan 2019 17:23:23 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "updated_at": "2019-01-03T17:23:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "revision_number": 0, "id": "86e5fc10-5a97-494a-837b-39e567da4c4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "revision_number": 0, "id": "95324b99-9cba-40a1-b546-60c4662652e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "name": "NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname"}} 2019-01-03 17:23:23,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-828fd93a-36ca-46c7-8444-bd39f5603824 2019-01-03 17:23:23,788 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be242c4-6abb-497c-ac1b-40ca93aef76e 2019-01-03 17:23:23,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4be242c4-6abb-497c-ac1b-40ca93aef76e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:23,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12726114-94eb-49b9-9c7f-17c113836962 Date: Thu, 03 Jan 2019 17:23:23 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": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "86e5fc10-5a97-494a-837b-39e567da4c4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "95324b99-9cba-40a1-b546-60c4662652e9"}]} 2019-01-03 17:23:23,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4be242c4-6abb-497c-ac1b-40ca93aef76e used request id req-12726114-94eb-49b9-9c7f-17c113836962 2019-01-03 17:23:23,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:24,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-d08bb751-2714-4a78-a309-3c8d4cd8022d Date: Thu, 03 Jan 2019 17:23:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "updated_at": "2019-01-03T17:23:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "revision_number": 0, "id": "95324b99-9cba-40a1-b546-60c4662652e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "revision_number": 0, "id": "86e5fc10-5a97-494a-837b-39e567da4c4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "name": "NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname"}]} 2019-01-03 17:23:24,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname used request id req-d08bb751-2714-4a78-a309-3c8d4cd8022d 2019-01-03 17:23:24,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4be242c4-6abb-497c-ac1b-40ca93aef76e 2019-01-03 17:23:24,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4be242c4-6abb-497c-ac1b-40ca93aef76e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:24,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7bf79c3-2bd1-48ce-a11a-77bd4055bb09 Date: Thu, 03 Jan 2019 17:23:24 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": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "86e5fc10-5a97-494a-837b-39e567da4c4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:23Z", "security_group_id": "4be242c4-6abb-497c-ac1b-40ca93aef76e", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:23Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "95324b99-9cba-40a1-b546-60c4662652e9"}]} 2019-01-03 17:23:24,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=4be242c4-6abb-497c-ac1b-40ca93aef76e used request id req-c7bf79c3-2bd1-48ce-a11a-77bd4055bb09 2019-01-03 17:23:24,380 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname 2019-01-03 17:23:24,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4be242c4-6abb-497c-ac1b-40ca93aef76e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:24,784 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9dba2953-7f4f-4f38-ad76-398724d9cfea Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:24,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4be242c4-6abb-497c-ac1b-40ca93aef76e used request id req-9dba2953-7f4f-4f38-ad76-398724d9cfea 2019-01-03 17:23:24,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}641fa39b051494f1dcc0989d3cc4fe0dde8a186e" 2019-01-03 17:23:24,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-21ed5e76-3156-4b47-8b06-cd6819b29bfb Date: Thu, 03 Jan 2019 17:23:24 GMT RESP BODY: {"security_groups": []} 2019-01-03 17:23:24,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-7f275d9c-0971-4578-a09d-95761739bedfname used request id req-21ed5e76-3156-4b47-8b06-cd6819b29bfb 2019-01-03 17:23:24,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:25,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["uiHyMZ1XTB6YrAUIfilwWQ"], "issued_at": "2019-01-03T17:23:25.000000Z"}} 2019-01-03 17:23:25,370 - 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}c1ec56131e09e7b0f1a120a9dd18b237897e3718" 2019-01-03 17:23:25,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41bd416-4d52-4e59-a94c-723cf35fdf08 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"}]}} 2019-01-03 17:23:25,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f41bd416-4d52-4e59-a94c-723cf35fdf08 2019-01-03 17:23:25,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:25,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Ugzbq56oQNebyMpwXCE29A"], "issued_at": "2019-01-03T17:23:25.000000Z"}} 2019-01-03 17:23:25,841 - 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}7d0725a7da14841bb0f3a7f10495da02719a7598" 2019-01-03 17:23:25,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a29e3f3f-cb26-4bc7-9182-dbc44c369fe5 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"}]}} 2019-01-03 17:23:25,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a29e3f3f-cb26-4bc7-9182-dbc44c369fe5 2019-01-03 17:23:25,854 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name 2019-01-03 17:23:25,859 - 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}7d0725a7da14841bb0f3a7f10495da02719a7598" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name", "description": "hello group"}}' 2019-01-03 17:23:26,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-218084b1-499e-43a2-a3c0-26b1897ecd40 Date: Thu, 03 Jan 2019 17:23:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "updated_at": "2019-01-03T17:23:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "revision_number": 0, "id": "3d9b0bc8-2dfd-426c-b985-c151ae726873", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "revision_number": 0, "id": "e319aa1d-1a22-448b-851d-4ce4c4430e9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "name": "NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name"}} 2019-01-03 17:23:26,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-218084b1-499e-43a2-a3c0-26b1897ecd40 2019-01-03 17:23:26,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6828ee1f-e1fc-4494-9893-e3ec1812d6b5 2019-01-03 17:23:26,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6828ee1f-e1fc-4494-9893-e3ec1812d6b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d0725a7da14841bb0f3a7f10495da02719a7598" 2019-01-03 17:23:26,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-92050c0d-5363-4d10-b027-b49c4592cc9f Date: Thu, 03 Jan 2019 17:23:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "3d9b0bc8-2dfd-426c-b985-c151ae726873"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "e319aa1d-1a22-448b-851d-4ce4c4430e9a"}]} 2019-01-03 17:23:26,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6828ee1f-e1fc-4494-9893-e3ec1812d6b5 used request id req-92050c0d-5363-4d10-b027-b49c4592cc9f 2019-01-03 17:23:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d0725a7da14841bb0f3a7f10495da02719a7598" 2019-01-03 17:23:26,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-49c71812-f31a-49b3-8aa6-0c971206b3fc Date: Thu, 03 Jan 2019 17:23:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "updated_at": "2019-01-03T17:23:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "revision_number": 0, "id": "e319aa1d-1a22-448b-851d-4ce4c4430e9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "revision_number": 0, "id": "3d9b0bc8-2dfd-426c-b985-c151ae726873", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "name": "NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name"}]} 2019-01-03 17:23:26,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name&description=hello+group used request id req-49c71812-f31a-49b3-8aa6-0c971206b3fc 2019-01-03 17:23:26,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6828ee1f-e1fc-4494-9893-e3ec1812d6b5 2019-01-03 17:23:26,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6828ee1f-e1fc-4494-9893-e3ec1812d6b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d0725a7da14841bb0f3a7f10495da02719a7598" 2019-01-03 17:23:27,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8a149847-1ab4-4a57-9617-2b2c8add0b9e Date: Thu, 03 Jan 2019 17:23:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "3d9b0bc8-2dfd-426c-b985-c151ae726873"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:26Z", "security_group_id": "6828ee1f-e1fc-4494-9893-e3ec1812d6b5", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:26Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "e319aa1d-1a22-448b-851d-4ce4c4430e9a"}]} 2019-01-03 17:23:27,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6828ee1f-e1fc-4494-9893-e3ec1812d6b5 used request id req-8a149847-1ab4-4a57-9617-2b2c8add0b9e 2019-01-03 17:23:27,020 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-efb9d593-dc90-4583-b4a4-63b9c8bd8d76name 2019-01-03 17:23:27,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/6828ee1f-e1fc-4494-9893-e3ec1812d6b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d0725a7da14841bb0f3a7f10495da02719a7598" 2019-01-03 17:23:27,305 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f5d0a81-8430-436d-98e7-06df29d4a4db Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:27,305 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6828ee1f-e1fc-4494-9893-e3ec1812d6b5 used request id req-9f5d0a81-8430-436d-98e7-06df29d4a4db 2019-01-03 17:23:27,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:27,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["eGCyHrqMSnCOSSTWUzm_tg"], "issued_at": "2019-01-03T17:23:27.000000Z"}} 2019-01-03 17:23:27,686 - 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}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:27,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584cb4c0-92d8-4de1-9dec-bf72c2bece53 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"}]}} 2019-01-03 17:23:27,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-584cb4c0-92d8-4de1-9dec-bf72c2bece53 2019-01-03 17:23:27,700 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname 2019-01-03 17:23:27,705 - 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}dad54480100859532c164d48fde16355d52063e1" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname", "description": "hello group"}}' 2019-01-03 17:23:28,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-87b4b21b-3671-401c-a2d8-a6bd663aad62 Date: Thu, 03 Jan 2019 17:23:28 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "updated_at": "2019-01-03T17:23:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1b0a9abc-8771-420e-9181-2733a366c083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "name": "NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname"}} 2019-01-03 17:23:28,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-87b4b21b-3671-401c-a2d8-a6bd663aad62 2019-01-03 17:23:28,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:28,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:28,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b8cc14a4-aa82-4fa8-b6c9-d0c839a69b7c Date: Thu, 03 Jan 2019 17:23:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}]} 2019-01-03 17:23:28,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-b8cc14a4-aa82-4fa8-b6c9-d0c839a69b7c 2019-01-03 17:23:28,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:28,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:28,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a316ffe2-72aa-4b40-8534-6d54dfc78536 Date: Thu, 03 Jan 2019 17:23:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}]} 2019-01-03 17:23:28,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-a316ffe2-72aa-4b40-8534-6d54dfc78536 2019-01-03 17:23:28,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}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:28,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d91088a-63fb-4e43-8ae5-93b3f7acf396 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"}]}} 2019-01-03 17:23:28,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d91088a-63fb-4e43-8ae5-93b3f7acf396 2019-01-03 17:23:28,718 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname 2019-01-03 17:23:28,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:28,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-b3af9df3-8170-465b-8341-7b7ec364319e Date: Thu, 03 Jan 2019 17:23:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "updated_at": "2019-01-03T17:23:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1b0a9abc-8771-420e-9181-2733a366c083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "name": "NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname"}]} 2019-01-03 17:23:28,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname used request id req-b3af9df3-8170-465b-8341-7b7ec364319e 2019-01-03 17:23:28,928 - 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" 2019-01-03 17:23:28,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:29,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faab328f-e236-429b-b867-19c30d388bfb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:29,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-faab328f-e236-429b-b867-19c30d388bfb 2019-01-03 17:23:29,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:29,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:29,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6a493b2d-4c63-411f-b137-6111ec21e582 Date: Thu, 03 Jan 2019 17:23:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}]} 2019-01-03 17:23:29,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-6a493b2d-4c63-411f-b137-6111ec21e582 2019-01-03 17:23:29,219 - 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}dad54480100859532c164d48fde16355d52063e1" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97"}}' 2019-01-03 17:23:29,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-fb07e0e9-ffb3-43e3-be84-6186247ac894 Date: Thu, 03 Jan 2019 17:23:29 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": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7"}} 2019-01-03 17:23:29,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-fb07e0e9-ffb3-43e3-be84-6186247ac894 2019-01-03 17:23:29,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:29,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-2d313e0d-0427-4ae4-aae2-e80f8e431594 Date: Thu, 03 Jan 2019 17:23:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "updated_at": "2019-01-03T17:23:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1b0a9abc-8771-420e-9181-2733a366c083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:29Z", "revision_number": 0, "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 3, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "name": "NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname"}]} 2019-01-03 17:23:29,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname&description=hello+group used request id req-2d313e0d-0427-4ae4-aae2-e80f8e431594 2019-01-03 17:23:29,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:29,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ad1eba10-3797-47a2-8ffe-8eb2ab464690 Date: Thu, 03 Jan 2019 17:23:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7"}]} 2019-01-03 17:23:29,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-ad1eba10-3797-47a2-8ffe-8eb2ab464690 2019-01-03 17:23:29,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:29,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-d4a8ea7c-9e6d-43eb-a708-e9de59cbb60a Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7"}]} 2019-01-03 17:23:30,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-d4a8ea7c-9e6d-43eb-a708-e9de59cbb60a 2019-01-03 17:23:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-0006d149-d405-491c-8f59-0d6bfd60e684 Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "updated_at": "2019-01-03T17:23:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:29Z", "revision_number": 0, "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "revision_number": 0, "id": "1b0a9abc-8771-420e-9181-2733a366c083", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 3, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "name": "NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname"}]} 2019-01-03 17:23:30,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname&description=hello+group used request id req-0006d149-d405-491c-8f59-0d6bfd60e684 2019-01-03 17:23:30,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 903583f2-c618-4624-84ba-83e5ae0a8c97 2019-01-03 17:23:30,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-114a530a-0d98-4d46-a0f3-d8020103cb64 Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1b0a9abc-8771-420e-9181-2733a366c083"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:27Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:27Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "1fe17827-ff0e-46a1-a5b8-41aa317b37f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:29Z", "security_group_id": "903583f2-c618-4624-84ba-83e5ae0a8c97", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "b1be31c9-9710-4f3b-a8ed-a67c80293fb7"}]} 2019-01-03 17:23:30,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-114a530a-0d98-4d46-a0f3-d8020103cb64 2019-01-03 17:23:30,362 - neutron_utils - INFO - Deleting security group rule with ID - 1b0a9abc-8771-420e-9181-2733a366c083 2019-01-03 17:23:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/1b0a9abc-8771-420e-9181-2733a366c083 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,513 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d19981e-3fae-4d8c-a521-12ee8259b305 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:30,513 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/1b0a9abc-8771-420e-9181-2733a366c083 used request id req-6d19981e-3fae-4d8c-a521-12ee8259b305 2019-01-03 17:23:30,513 - neutron_utils - INFO - Deleting security group rule with ID - 1fe17827-ff0e-46a1-a5b8-41aa317b37f4 2019-01-03 17:23:30,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/1fe17827-ff0e-46a1-a5b8-41aa317b37f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,622 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-799160ff-302d-453f-beb8-f03e33ce9891 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:30,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/1fe17827-ff0e-46a1-a5b8-41aa317b37f4 used request id req-799160ff-302d-453f-beb8-f03e33ce9891 2019-01-03 17:23:30,622 - neutron_utils - INFO - Deleting security group rule with ID - b1be31c9-9710-4f3b-a8ed-a67c80293fb7 2019-01-03 17:23:30,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/b1be31c9-9710-4f3b-a8ed-a67c80293fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:30,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a87a600e-ef81-4d56-ab70-b8ac26724870 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:30,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/b1be31c9-9710-4f3b-a8ed-a67c80293fb7 used request id req-a87a600e-ef81-4d56-ab70-b8ac26724870 2019-01-03 17:23:30,901 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-73404ef6-e67f-468a-9d82-d830fea183ebname 2019-01-03 17:23:30,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/903583f2-c618-4624-84ba-83e5ae0a8c97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad54480100859532c164d48fde16355d52063e1" 2019-01-03 17:23:31,167 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e324b73-7460-4806-9839-99c9d402e278 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:31,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/903583f2-c618-4624-84ba-83e5ae0a8c97 used request id req-4e324b73-7460-4806-9839-99c9d402e278 2019-01-03 17:23:31,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:31,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["hZFJnVyCR0u9nCai9gPr3g"], "issued_at": "2019-01-03T17:23:31.000000Z"}} 2019-01-03 17:23:31,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}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:31,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a97ec8-c4e0-4aa3-80e5-a744c7324ff8 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"}]}} 2019-01-03 17:23:31,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c1a97ec8-c4e0-4aa3-80e5-a744c7324ff8 2019-01-03 17:23:31,571 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-1 2019-01-03 17:23:31,576 - 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}51dc8ef0cae0318197506c1387a81362badc4425" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-1", "description": "hello group"}}' 2019-01-03 17:23:32,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-82ca99e5-6536-4bce-9058-8d89a4f72e24 Date: Thu, 03 Jan 2019 17:23:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "updated_at": "2019-01-03T17:23:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "revision_number": 0, "id": "5a3b78b5-b6a7-4150-86ad-00bf88b0de45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "revision_number": 0, "id": "e0d1007b-80f1-4bc6-935a-4232da5e47ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-1"}} 2019-01-03 17:23:32,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-82ca99e5-6536-4bce-9058-8d89a4f72e24 2019-01-03 17:23:32,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d 2019-01-03 17:23:32,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:32,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c353248b-d01d-4e52-8b70-ad9a1b8c7333 Date: Thu, 03 Jan 2019 17:23:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "5a3b78b5-b6a7-4150-86ad-00bf88b0de45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "e0d1007b-80f1-4bc6-935a-4232da5e47ad"}]} 2019-01-03 17:23:32,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d used request id req-c353248b-d01d-4e52-8b70-ad9a1b8c7333 2019-01-03 17:23:32,211 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-2 2019-01-03 17:23:32,216 - 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}51dc8ef0cae0318197506c1387a81362badc4425" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-2", "description": "hello group"}}' 2019-01-03 17:23:32,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-dbb1bbd2-e15b-4a7e-8856-21d10db936c0 Date: Thu, 03 Jan 2019 17:23:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "updated_at": "2019-01-03T17:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "revision_number": 0, "id": "027a7c54-fa34-4ee1-9cd7-55c0a46bca41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "revision_number": 0, "id": "aba9aed3-11d3-45c6-bd86-d01ce5e03fc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-2"}} 2019-01-03 17:23:32,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-dbb1bbd2-e15b-4a7e-8856-21d10db936c0 2019-01-03 17:23:32,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5ea9f042-cb20-444b-810e-ed26eeb19227 2019-01-03 17:23:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5ea9f042-cb20-444b-810e-ed26eeb19227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:32,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ba53c21d-0bf1-459c-9eaa-69212d7be3e2 Date: Thu, 03 Jan 2019 17:23:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "027a7c54-fa34-4ee1-9cd7-55c0a46bca41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "aba9aed3-11d3-45c6-bd86-d01ce5e03fc9"}]} 2019-01-03 17:23:32,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5ea9f042-cb20-444b-810e-ed26eeb19227 used request id req-ba53c21d-0bf1-459c-9eaa-69212d7be3e2 2019-01-03 17:23:32,789 - neutron_utils - INFO - Retrieving security group with ID - bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d 2019-01-03 17:23:32,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:32,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-869fa43e-bfca-48ec-9d16-1202110aa60e Date: Thu, 03 Jan 2019 17:23:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "updated_at": "2019-01-03T17:23:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "revision_number": 0, "id": "5a3b78b5-b6a7-4150-86ad-00bf88b0de45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "revision_number": 0, "id": "e0d1007b-80f1-4bc6-935a-4232da5e47ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-1"}]} 2019-01-03 17:23:32,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d used request id req-869fa43e-bfca-48ec-9d16-1202110aa60e 2019-01-03 17:23:32,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d 2019-01-03 17:23:32,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:33,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5acbbe32-96a5-4a83-921c-db5dab55042f Date: Thu, 03 Jan 2019 17:23:33 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": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "5a3b78b5-b6a7-4150-86ad-00bf88b0de45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:31Z", "security_group_id": "bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:31Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "e0d1007b-80f1-4bc6-935a-4232da5e47ad"}]} 2019-01-03 17:23:33,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d used request id req-5acbbe32-96a5-4a83-921c-db5dab55042f 2019-01-03 17:23:33,049 - neutron_utils - INFO - Retrieving security group with ID - 5ea9f042-cb20-444b-810e-ed26eeb19227 2019-01-03 17:23:33,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5ea9f042-cb20-444b-810e-ed26eeb19227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:33,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-eb9bf7cc-8f27-459d-afad-85b5819b77cd Date: Thu, 03 Jan 2019 17:23:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "updated_at": "2019-01-03T17:23:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "revision_number": 0, "id": "027a7c54-fa34-4ee1-9cd7-55c0a46bca41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "revision_number": 0, "id": "aba9aed3-11d3-45c6-bd86-d01ce5e03fc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 2, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "name": "NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-2"}]} 2019-01-03 17:23:33,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5ea9f042-cb20-444b-810e-ed26eeb19227 used request id req-eb9bf7cc-8f27-459d-afad-85b5819b77cd 2019-01-03 17:23:33,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5ea9f042-cb20-444b-810e-ed26eeb19227 2019-01-03 17:23:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5ea9f042-cb20-444b-810e-ed26eeb19227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:33,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e3e74698-9d10-4a4b-9175-8783caa7e802 Date: Thu, 03 Jan 2019 17:23:33 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": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "027a7c54-fa34-4ee1-9cd7-55c0a46bca41"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:23:32Z", "security_group_id": "5ea9f042-cb20-444b-810e-ed26eeb19227", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:32Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "aba9aed3-11d3-45c6-bd86-d01ce5e03fc9"}]} 2019-01-03 17:23:33,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5ea9f042-cb20-444b-810e-ed26eeb19227 used request id req-e3e74698-9d10-4a4b-9175-8783caa7e802 2019-01-03 17:23:33,417 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-1 2019-01-03 17:23:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:33,742 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2a51978-5165-4352-bdaf-1c5d8bc45924 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:33,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bc8c8cfe-c883-4ce0-9783-357f2cbb4d0d used request id req-b2a51978-5165-4352-bdaf-1c5d8bc45924 2019-01-03 17:23:33,743 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d5f26fd0-1370-4a09-90e6-a165085eff9ename-2 2019-01-03 17:23:33,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5ea9f042-cb20-444b-810e-ed26eeb19227 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51dc8ef0cae0318197506c1387a81362badc4425" 2019-01-03 17:23:34,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3c7fd96-0732-41cb-8eb2-0603b0b960f3 Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:34,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5ea9f042-cb20-444b-810e-ed26eeb19227 used request id req-c3c7fd96-0732-41cb-8eb2-0603b0b960f3 2019-01-03 17:23:34,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:34,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ljnf571gTTuvFOS865KjBw"], "issued_at": "2019-01-03T17:23:34.000000Z"}} 2019-01-03 17:23:34,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}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:34,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34313619-8d98-49b1-ad7f-3a538163ebfc 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"}]}} 2019-01-03 17:23:34,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-34313619-8d98-49b1-ad7f-3a538163ebfc 2019-01-03 17:23:34,528 - 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}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:34,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-be61e4e4-1437-478b-bfff-89dbf4a68dbb Date: Thu, 03 Jan 2019 17:23:34 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:23:34,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-be61e4e4-1437-478b-bfff-89dbf4a68dbb 2019-01-03 17:23:34,710 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 17:23:34,715 - 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}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:34,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8eef1a0e-4ead-476d-9d58-6dd8e98e2b5d Date: Thu, 03 Jan 2019 17:23:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:23:34,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-8eef1a0e-4ead-476d-9d58-6dd8e98e2b5d 2019-01-03 17:23:34,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:35,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-40a99742-3d62-4133-81b8-91a6dc2caa66 Date: Thu, 03 Jan 2019 17:23:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:23:35,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-40a99742-3d62-4133-81b8-91a6dc2caa66 2019-01-03 17:23:35,164 - 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}8be12e0f17a057aee61dad325aa8c843d3a98b3f" -d '{"floatingip": {"floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}' 2019-01-03 17:23:36,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-61a9294f-75c8-4762-a565-df9d7e3fa932 Date: Thu, 03 Jan 2019 17:23:36 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T17:23:35Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": null, "id": "cdb9c049-5454-4396-89e9-9dc7645a32b4", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:35Z", "project_id": "f722d3fa025d4075b293873d61c918ee"}} 2019-01-03 17:23:36,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-61a9294f-75c8-4762-a565-df9d7e3fa932 2019-01-03 17:23:36,295 - 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}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:36,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-2e7ed647-ab93-42a9-a89c-b9d7c17a4b3b Date: Thu, 03 Jan 2019 17:23:36 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T17:23:35Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": null, "id": "cdb9c049-5454-4396-89e9-9dc7645a32b4", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:35Z", "project_id": "f722d3fa025d4075b293873d61c918ee"}]} 2019-01-03 17:23:36,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-2e7ed647-ab93-42a9-a89c-b9d7c17a4b3b 2019-01-03 17:23:36,482 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.209 2019-01-03 17:23:36,482 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.209 2019-01-03 17:23:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips?ip=cdb9c049-5454-4396-89e9-9dc7645a32b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:36,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-7919b570-3ab3-47f3-9696-fd2470b725fa Date: Thu, 03 Jan 2019 17:23:36 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T17:23:35Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": null, "id": "cdb9c049-5454-4396-89e9-9dc7645a32b4", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:35Z", "project_id": "f722d3fa025d4075b293873d61c918ee"}]} 2019-01-03 17:23:36,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips?ip=cdb9c049-5454-4396-89e9-9dc7645a32b4 used request id req-7919b570-3ab3-47f3-9696-fd2470b725fa 2019-01-03 17:23:36,666 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2019-01-03 17:23:36,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/cdb9c049-5454-4396-89e9-9dc7645a32b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8be12e0f17a057aee61dad325aa8c843d3a98b3f" 2019-01-03 17:23:37,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f68744a-0141-4fac-b206-29e62b3572fc Content-Length: 0 Date: Thu, 03 Jan 2019 17:23:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:23:37,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/cdb9c049-5454-4396-89e9-9dc7645a32b4 used request id req-3f68744a-0141-4fac-b206-29e62b3572fc 2019-01-03 17:23:37,279 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:37,615 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d 2019-01-03 17:23:37,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:37,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["4TSlh9TSQn6TX0cnQxTx9A"], "issued_at": "2019-01-03T17:23:37.000000Z"}} 2019-01-03 17:23:37,993 - 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}a9e380683d4fdde105fa3138227e4d32a6843498" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUSHPxxB5+8vQ1b/mWlvfUlTzbqe3p6sRj2LJ+Q3UdXzStnywfX0BuLVRtHAzUYLmD2CzcOzQc7VuzJ9IroU51xtF2KViDj8pjaAbTe3+ffxAZZ1G1ZJMHikzgCotvJgwmayErIuWfHzlczJ6cMZbCob7Rn8GOZce1BVtJWXx7N811XlyDaWYxMTV+WnV9OccJYIiKGhrwCjUB1Z2QaKzY7kK4NXqtqUh0S/cLl7tbrLAVaQkXDW6KWMw3HWo9D31nBwNOg8xWuzzkpzXm+YCQoSkAW7t6qTEwvGWqcXnGTHH8HGLTCQ6lKZDBpxGNRoW0gJWJRv3IprzQrqiIpOb", "name": "NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d"}}' 2019-01-03 17:23:38,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ea26252-fd2d-4bb4-90a6-165c7473bb93 x-compute-request-id: req-5ea26252-fd2d-4bb4-90a6-165c7473bb93 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUSHPxxB5+8vQ1b/mWlvfUlTzbqe3p6sRj2LJ+Q3UdXzStnywfX0BuLVRtHAzUYLmD2CzcOzQc7VuzJ9IroU51xtF2KViDj8pjaAbTe3+ffxAZZ1G1ZJMHikzgCotvJgwmayErIuWfHzlczJ6cMZbCob7Rn8GOZce1BVtJWXx7N811XlyDaWYxMTV+WnV9OccJYIiKGhrwCjUB1Z2QaKzY7kK4NXqtqUh0S/cLl7tbrLAVaQkXDW6KWMw3HWo9D31nBwNOg8xWuzzkpzXm+YCQoSkAW7t6qTEwvGWqcXnGTHH8HGLTCQ6lKZDBpxGNRoW0gJWJRv3IprzQrqiIpOb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d", "fingerprint": "fc:20:1c:33:4f:37:5f:33:31:dc:00:f7:7b:24:db:52"}} 2019-01-03 17:23:38,750 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-5ea26252-fd2d-4bb4-90a6-165c7473bb93 2019-01-03 17:23:38,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e380683d4fdde105fa3138227e4d32a6843498" 2019-01-03 17:23:38,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a96f705d-71a9-4c4f-a801-c78193ffaefa x-compute-request-id: req-a96f705d-71a9-4c4f-a801-c78193ffaefa Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUSHPxxB5+8vQ1b/mWlvfUlTzbqe3p6sRj2LJ+Q3UdXzStnywfX0BuLVRtHAzUYLmD2CzcOzQc7VuzJ9IroU51xtF2KViDj8pjaAbTe3+ffxAZZ1G1ZJMHikzgCotvJgwmayErIuWfHzlczJ6cMZbCob7Rn8GOZce1BVtJWXx7N811XlyDaWYxMTV+WnV9OccJYIiKGhrwCjUB1Z2QaKzY7kK4NXqtqUh0S/cLl7tbrLAVaQkXDW6KWMw3HWo9D31nBwNOg8xWuzzkpzXm+YCQoSkAW7t6qTEwvGWqcXnGTHH8HGLTCQ6lKZDBpxGNRoW0gJWJRv3IprzQrqiIpOb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d", "deleted": false, "created_at": "2019-01-03T17:23:38.000000", "updated_at": null, "fingerprint": "fc:20:1c:33:4f:37:5f:33:31:dc:00:f7:7b:24:db:52", "deleted_at": null, "id": 2}} 2019-01-03 17:23:38,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d used request id req-a96f705d-71a9-4c4f-a801-c78193ffaefa 2019-01-03 17:23:38,773 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d 2019-01-03 17:23:38,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e380683d4fdde105fa3138227e4d32a6843498" 2019-01-03 17:23:38,827 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9bab8404-4512-485c-9cd3-61d3b3252188 x-compute-request-id: req-9bab8404-4512-485c-9cd3-61d3b3252188 Content-Length: 0 Content-Type: application/json 2019-01-03 17:23:38,828 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d used request id req-9bab8404-4512-485c-9cd3-61d3b3252188 2019-01-03 17:23:38,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e380683d4fdde105fa3138227e4d32a6843498" 2019-01-03 17:23:38,958 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a185483d-625c-4f73-bb4f-438ab66ceb0f x-compute-request-id: req-a185483d-625c-4f73-bb4f-438ab66ceb0f Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d not found for user d7b2b3ee82e342e4a365ceae6372ae19", "code": 404}} 2019-01-03 17:23:38,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d used request id req-a185483d-625c-4f73-bb4f-438ab66ceb0f 2019-01-03 17:23:38,958 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d 2019-01-03 17:23:38,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e380683d4fdde105fa3138227e4d32a6843498" 2019-01-03 17:23:39,062 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5d399d1-041b-41b9-8ea1-ff0ed801de04 x-compute-request-id: req-c5d399d1-041b-41b9-8ea1-ff0ed801de04 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d not found for user d7b2b3ee82e342e4a365ceae6372ae19", "code": 404}} 2019-01-03 17:23:39,062 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-c4108430-44e1-42d7-817f-3b6625b59d9d used request id req-c5d399d1-041b-41b9-8ea1-ff0ed801de04 2019-01-03 17:23:39,063 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:39,209 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f.pub 2019-01-03 17:23:39,209 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f 2019-01-03 17:23:39,209 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f.pub 2019-01-03 17:23:39,209 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f 2019-01-03 17:23:39,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:39,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["nmSHDxJhS0KCavh0yu4ENw"], "issued_at": "2019-01-03T17:23:39.000000Z"}} 2019-01-03 17:23:39,598 - 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}51162d8c62cdf733e4f865acfd9761c881f7bbcc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCySN+bleYLhOpj21NF3w6eFz5vs07h+wGAe3hfNL5mcXAlh9rTbz8x4ohbieRYdHTOempSzoiB8bOW7mP1uANov7SaueXDgjeh9UpGSb9k9Ry4xRHpnGpCKPF2+gN3SPY3tf+G+9QXyI8zeQz0IqwvVC3xxADFuLRBwvOwUn4IJmhlNstUO70rx7Du0jzi3c9ewq4ZjxsClApF5P9TZe3qSDvZ2QmVDKzFYNiQs04oY6OUi7DPfyB8I9dmEeDjjqquX4bsZdo4/TtN9rQhqn7EDonMzPr58IJMwB6mTvcKiZ6db91OZgW8b3aHYZ5z3h4iO4/Drot/PnSIE9z0eKd/", "name": "NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f"}}' 2019-01-03 17:23:40,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98cbb6dc-880e-48b6-8176-cac800012678 x-compute-request-id: req-98cbb6dc-880e-48b6-8176-cac800012678 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCySN+bleYLhOpj21NF3w6eFz5vs07h+wGAe3hfNL5mcXAlh9rTbz8x4ohbieRYdHTOempSzoiB8bOW7mP1uANov7SaueXDgjeh9UpGSb9k9Ry4xRHpnGpCKPF2+gN3SPY3tf+G+9QXyI8zeQz0IqwvVC3xxADFuLRBwvOwUn4IJmhlNstUO70rx7Du0jzi3c9ewq4ZjxsClApF5P9TZe3qSDvZ2QmVDKzFYNiQs04oY6OUi7DPfyB8I9dmEeDjjqquX4bsZdo4/TtN9rQhqn7EDonMzPr58IJMwB6mTvcKiZ6db91OZgW8b3aHYZ5z3h4iO4/Drot/PnSIE9z0eKd/", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f", "fingerprint": "e9:fe:44:fa:71:25:35:e5:39:3f:06:b9:d8:04:80:48"}} 2019-01-03 17:23:40,332 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-98cbb6dc-880e-48b6-8176-cac800012678 2019-01-03 17:23:40,333 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f 2019-01-03 17:23:40,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51162d8c62cdf733e4f865acfd9761c881f7bbcc" 2019-01-03 17:23:40,492 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6072a5f5-3d5a-4073-984a-25d4ebd3b098 x-compute-request-id: req-6072a5f5-3d5a-4073-984a-25d4ebd3b098 Content-Length: 0 Content-Type: application/json 2019-01-03 17:23:40,492 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-ca252e71-4559-4e40-a8bb-a217bc4f4c7f used request id req-6072a5f5-3d5a-4073-984a-25d4ebd3b098 2019-01-03 17:23:40,494 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:40,571 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e 2019-01-03 17:23:40,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:40,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["qnqOZQX6QxKZQGdTWEsdcw"], "issued_at": "2019-01-03T17:23:40.000000Z"}} 2019-01-03 17:23:40,960 - 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}371ce89429a6551243c02641b197c647d19bbfe3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnKmgs4IoL5uPITGjfMb6/9oMf9wE0QYgqxEXiJG9CeR3dMhquOpbtu/A0J7nGFKQDWefZ/gQwPwO99p9kFU3vCvfEvh8G+k8YYxriWp6xb2eAUAqubVMWEuCHw7P4DHWjz9k488pvTsFPafXC2rk0ZyAHKfyJvSb+bXD+7o0ITV8nRCOw0rxqnl2MKasAAu7tXWM8fmoHJsfgNTiMXmb31UeHgrG8FmBrGEi3z++IDEiuWBmiHswqITV97Fb2l6ZoUjucmw4tJi6k/qfnVmAuY41Nn6eqYVEuGALpi5C4A/H0C/DU/CMW3zMEctl2PRN490sdqMUFmil3pauE9MUN", "name": "NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e"}}' 2019-01-03 17:23:41,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92d8d099-e195-4e2d-b22a-ab5cb8e8c6b4 x-compute-request-id: req-92d8d099-e195-4e2d-b22a-ab5cb8e8c6b4 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnKmgs4IoL5uPITGjfMb6/9oMf9wE0QYgqxEXiJG9CeR3dMhquOpbtu/A0J7nGFKQDWefZ/gQwPwO99p9kFU3vCvfEvh8G+k8YYxriWp6xb2eAUAqubVMWEuCHw7P4DHWjz9k488pvTsFPafXC2rk0ZyAHKfyJvSb+bXD+7o0ITV8nRCOw0rxqnl2MKasAAu7tXWM8fmoHJsfgNTiMXmb31UeHgrG8FmBrGEi3z++IDEiuWBmiHswqITV97Fb2l6ZoUjucmw4tJi6k/qfnVmAuY41Nn6eqYVEuGALpi5C4A/H0C/DU/CMW3zMEctl2PRN490sdqMUFmil3pauE9MUN", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e", "fingerprint": "b5:ef:3f:cc:d4:4d:52:5d:ed:1d:3f:95:31:46:b8:07"}} 2019-01-03 17:23:41,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-92d8d099-e195-4e2d-b22a-ab5cb8e8c6b4 2019-01-03 17:23:41,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371ce89429a6551243c02641b197c647d19bbfe3" 2019-01-03 17:23:41,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cc4b3b2-da89-4816-af42-12fc5df550cc x-compute-request-id: req-0cc4b3b2-da89-4816-af42-12fc5df550cc Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnKmgs4IoL5uPITGjfMb6/9oMf9wE0QYgqxEXiJG9CeR3dMhquOpbtu/A0J7nGFKQDWefZ/gQwPwO99p9kFU3vCvfEvh8G+k8YYxriWp6xb2eAUAqubVMWEuCHw7P4DHWjz9k488pvTsFPafXC2rk0ZyAHKfyJvSb+bXD+7o0ITV8nRCOw0rxqnl2MKasAAu7tXWM8fmoHJsfgNTiMXmb31UeHgrG8FmBrGEi3z++IDEiuWBmiHswqITV97Fb2l6ZoUjucmw4tJi6k/qfnVmAuY41Nn6eqYVEuGALpi5C4A/H0C/DU/CMW3zMEctl2PRN490sdqMUFmil3pauE9MUN", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e", "deleted": false, "created_at": "2019-01-03T17:23:41.000000", "updated_at": null, "fingerprint": "b5:ef:3f:cc:d4:4d:52:5d:ed:1d:3f:95:31:46:b8:07", "deleted_at": null, "id": 8}} 2019-01-03 17:23:41,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e used request id req-0cc4b3b2-da89-4816-af42-12fc5df550cc 2019-01-03 17:23:41,387 - 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}371ce89429a6551243c02641b197c647d19bbfe3" 2019-01-03 17:23:41,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff99ab78-2e2d-4d46-8eb7-43077458585d x-compute-request-id: req-ff99ab78-2e2d-4d46-8eb7-43077458585d Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnKmgs4IoL5uPITGjfMb6/9oMf9wE0QYgqxEXiJG9CeR3dMhquOpbtu/A0J7nGFKQDWefZ/gQwPwO99p9kFU3vCvfEvh8G+k8YYxriWp6xb2eAUAqubVMWEuCHw7P4DHWjz9k488pvTsFPafXC2rk0ZyAHKfyJvSb+bXD+7o0ITV8nRCOw0rxqnl2MKasAAu7tXWM8fmoHJsfgNTiMXmb31UeHgrG8FmBrGEi3z++IDEiuWBmiHswqITV97Fb2l6ZoUjucmw4tJi6k/qfnVmAuY41Nn6eqYVEuGALpi5C4A/H0C/DU/CMW3zMEctl2PRN490sdqMUFmil3pauE9MUN", "name": "NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e", "fingerprint": "b5:ef:3f:cc:d4:4d:52:5d:ed:1d:3f:95:31:46:b8:07"}}]} 2019-01-03 17:23:41,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-ff99ab78-2e2d-4d46-8eb7-43077458585d 2019-01-03 17:23:41,410 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e 2019-01-03 17:23:41,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}371ce89429a6551243c02641b197c647d19bbfe3" 2019-01-03 17:23:41,444 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95192aca-dd04-4e6a-ab5e-c698e6be3f3a x-compute-request-id: req-95192aca-dd04-4e6a-ab5e-c698e6be3f3a Content-Length: 0 Content-Type: application/json 2019-01-03 17:23:41,444 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1e2c43b8-4344-4cf5-8578-1a1a44c3059e used request id req-95192aca-dd04-4e6a-ab5e-c698e6be3f3a 2019-01-03 17:23:41,446 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:41,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:41,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ow4im7q6R1arMvX8b3xN3A"], "issued_at": "2019-01-03T17:23:41.000000Z"}} 2019-01-03 17:23:41,826 - 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}cb5f8c2454a94a106c82f87ec17d1b180a082d31" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id", "swap": 2}}' 2019-01-03 17:23:42,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c77c86d7-9bf2-417c-a6ba-8a8c3dc86a69 x-compute-request-id: req-c77c86d7-9bf2-417c-a6ba-8a8c3dc86a69 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-3393be55-2bee-4cba-871c-3ca37824eee8-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id", "name": "NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-03 17:23:42,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c77c86d7-9bf2-417c-a6ba-8a8c3dc86a69 2019-01-03 17:23:42,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb5f8c2454a94a106c82f87ec17d1b180a082d31" 2019-01-03 17:23:42,658 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23: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-d93af7ee-5dff-4fa5-94e0-224f9875e97a x-compute-request-id: req-d93af7ee-5dff-4fa5-94e0-224f9875e97a Content-Length: 0 Content-Type: application/json 2019-01-03 17:23:42,659 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id used request id req-d93af7ee-5dff-4fa5-94e0-224f9875e97a 2019-01-03 17:23:42,663 - 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}cb5f8c2454a94a106c82f87ec17d1b180a082d31" 2019-01-03 17:23:42,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23: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-13d252e1-5fa3-46de-807f-313745eb5f0f x-compute-request-id: req-13d252e1-5fa3-46de-807f-313745eb5f0f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:23:42,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-13d252e1-5fa3-46de-807f-313745eb5f0f 2019-01-03 17:23:42,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb5f8c2454a94a106c82f87ec17d1b180a082d31" 2019-01-03 17:23:42,715 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:23: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-86b4f26e-17e7-4fb9-a313-91e3864eff5f x-compute-request-id: req-86b4f26e-17e7-4fb9-a313-91e3864eff5f Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id could not be found.", "code": 404}} 2019-01-03 17:23:42,715 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-3393be55-2bee-4cba-871c-3ca37824eee8-id used request id req-86b4f26e-17e7-4fb9-a313-91e3864eff5f 2019-01-03 17:23:42,716 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:42,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:43,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["1_jFnaHXT4Oak2XYajNb1g"], "issued_at": "2019-01-03T17:23:43.000000Z"}} 2019-01-03 17:23:43,114 - 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}9db0648899968962c3f880fd4e3a597c2783adba" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-id", "swap": 2}}' 2019-01-03 17:23:43,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72c80474-7b71-4cf7-812f-df8556e80951 x-compute-request-id: req-72c80474-7b71-4cf7-812f-df8556e80951 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-c6d188f2-72f1-45e3-8e47-eccfb05de271-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-id", "name": "NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-03 17:23:43,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-72c80474-7b71-4cf7-812f-df8556e80951 2019-01-03 17:23:43,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db0648899968962c3f880fd4e3a597c2783adba" 2019-01-03 17:23:43,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-206b32b3-7691-468d-86ca-e44bac0a81e0 x-compute-request-id: req-206b32b3-7691-468d-86ca-e44bac0a81e0 Content-Length: 0 Content-Type: application/json 2019-01-03 17:23:43,883 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-c6d188f2-72f1-45e3-8e47-eccfb05de271-id used request id req-206b32b3-7691-468d-86ca-e44bac0a81e0 2019-01-03 17:23:43,885 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:43,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:44,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["BjzGgKM3QhajLWHBiqwoDw"], "issued_at": "2019-01-03T17:23:44.000000Z"}} 2019-01-03 17:23:44,277 - 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}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:44,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b9a8fd-3bcd-4063-b7fc-ba182fe59096 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"}]}} 2019-01-03 17:23:44,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f4b9a8fd-3bcd-4063-b7fc-ba182fe59096 2019-01-03 17:23:44,292 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:23:44,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:44,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:44,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["PnhRoFMDQVWhIFceJ6wMig"], "issued_at": "2019-01-03T17:23:44.000000Z"}} 2019-01-03 17:23:44,682 - 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}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:44,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2a33e7-564f-49b0-8d85-ec10841a33eb 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"}]}} 2019-01-03 17:23:44,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd2a33e7-564f-49b0-8d85-ec10841a33eb 2019-01-03 17:23:44,778 - 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-75cccfdb-2b38-4696-af3b-1992b43c185b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:45,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-cc355eb4-dab0-46df-be13-74be77e8cf44 Date: Thu, 03 Jan 2019 17:23:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image"} 2019-01-03 17:23:45,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image used request id req-cc355eb4-dab0-46df-be13-74be77e8cf44 2019-01-03 17:23:45,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}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:45,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fe8d9b23-d103-4900-ba3f-e1e26b29883b Date: Thu, 03 Jan 2019 17:23:45 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"}}} 2019-01-03 17:23:45,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-fe8d9b23-d103-4900-ba3f-e1e26b29883b 2019-01-03 17:23:45,596 - 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}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image"}' 2019-01-03 17:23:46,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 X-Openstack-Request-Id: req-a851c105-a882-40ca-8d92-dbf3866ccfda Date: Thu, 03 Jan 2019 17:23:46 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:23:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:23:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "min_disk": 0, "protected": false, "id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "file": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:23:46,289 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-a851c105-a882-40ca-8d92-dbf3866ccfda 2019-01-03 17:23:46,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" -d '' 2019-01-03 17:23:48,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a287ee0b-4ea3-4460-9eac-f332c7cc9643 Date: Thu, 03 Jan 2019 17:23:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:23:48,741 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file used request id req-a287ee0b-4ea3-4460-9eac-f332c7cc9643 2019-01-03 17:23:48,742 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:23:48,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:49,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-f116bc81-260c-4762-8284-7e0d12ec0162 Date: Thu, 03 Jan 2019 17:23:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "metadata": {}}], "self": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "min_disk": 0, "protected": false, "id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "file": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:23:49,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 used request id req-f116bc81-260c-4762-8284-7e0d12ec0162 2019-01-03 17:23:49,362 - 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}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:49,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ccea929-97c6-4080-ba73-b130395b4565 Date: Thu, 03 Jan 2019 17:23:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:23:49,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9ccea929-97c6-4080-ba73-b130395b4565 2019-01-03 17:23:49,953 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image 2019-01-03 17:23:49,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:23:50,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-720e6030-74fa-4c10-b931-5ea650fda845 Date: Thu, 03 Jan 2019 17:23:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "metadata": {}}], "self": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "min_disk": 0, "protected": false, "id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "file": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:23:50,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 used request id req-720e6030-74fa-4c10-b931-5ea650fda845 2019-01-03 17:23:50,600 - create_image - DEBUG - Instance status is - active 2019-01-03 17:23:50,600 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image 2019-01-03 17:23:50,600 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image 2019-01-03 17:23:50,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:50,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:50,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["I0nYwuQETTKklorQpmUdAg"], "issued_at": "2019-01-03T17:23:50.000000Z"}} 2019-01-03 17:23:50,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}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:51,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218725f0-728b-4f4d-bdf0-d7a4ab4e36c0 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"}]}} 2019-01-03 17:23:51,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-218725f0-728b-4f4d-bdf0-d7a4ab4e36c0 2019-01-03 17:23:51,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:51,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a28555a3-8cf2-4ad5-88b1-cd5790a97e2c Date: Thu, 03 Jan 2019 17:23:51 GMT RESP BODY: {"networks":[]} 2019-01-03 17:23:51,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net used request id req-a28555a3-8cf2-4ad5-88b1-cd5790a97e2c 2019-01-03 17:23:51,263 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net 2019-01-03 17:23:51,268 - 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}2c8f26d071fd670ab3903edb8f97105ec8092813" -d '{"network": {"name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net", "admin_state_up": true}}' 2019-01-03 17:23:51,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c033a036-d603-42b3-a2e3-c989e6be01b5 Date: Thu, 03 Jan 2019 17:23:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:23:51Z","is_default":false,"provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","mtu":1450}} 2019-01-03 17:23:51,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c033a036-d603-42b3-a2e3-c989e6be01b5 2019-01-03 17:23:51,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:51,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d3ad62c9-e987-44f4-beda-aa86d3b96383 Date: Thu, 03 Jan 2019 17:23:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:23:51Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:51,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-d3ad62c9-e987-44f4-beda-aa86d3b96383 2019-01-03 17:23:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:52,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa3a0051-24d5-4ffd-9272-953a594a0d5e Date: Thu, 03 Jan 2019 17:23:52 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:23:52,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-aa3a0051-24d5-4ffd-9272-953a594a0d5e 2019-01-03 17:23:52,129 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet 2019-01-03 17:23:52,134 - 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}2c8f26d071fd670ab3903edb8f97105ec8092813" -d '{"subnets": [{"ip_version": 4, "network_id": "71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]}' 2019-01-03 17:23:52,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-13b11a8f-8a73-4501-8a37-8299cc7753c4 Date: Thu, 03 Jan 2019 17:23:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:23:52,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-13b11a8f-8a73-4501-8a37-8299cc7753c4 2019-01-03 17:23:52,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:52,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-56165962-ff09-4144-8559-82aa330f7da9 Date: Thu, 03 Jan 2019 17:23:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08a48638-4d7d-41cc-900c-f3a9927ef504"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:52Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:52,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-56165962-ff09-4144-8559-82aa330f7da9 2019-01-03 17:23:52,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:23:52,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e6f2d466-fede-4ffe-9018-1c7863ee2cba Date: Thu, 03 Jan 2019 17:23:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:23:52,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-e6f2d466-fede-4ffe-9018-1c7863ee2cba 2019-01-03 17:23:52,756 - OpenStackNetwork - DEBUG - Network [71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5] created successfully 2019-01-03 17:23:52,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:52,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:53,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["rGFuKSVtSyGNgrlIKYmHXw"], "issued_at": "2019-01-03T17:23:53.000000Z"}} 2019-01-03 17:23:53,157 - 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}22341b4270b7a93091eae23cf32c9aeeb58b777e" 2019-01-03 17:23:53,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10624c0e-a7b9-438b-b127-b124397bc115 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"}]}} 2019-01-03 17:23:53,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-10624c0e-a7b9-438b-b127-b124397bc115 2019-01-03 17:23:53,231 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:23:53,235 - 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}22341b4270b7a93091eae23cf32c9aeeb58b777e" 2019-01-03 17:23:53,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-284a849b-bcb0-4295-936d-ecdff196ef7e x-compute-request-id: req-284a849b-bcb0-4295-936d-ecdff196ef7e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:23:53,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-284a849b-bcb0-4295-936d-ecdff196ef7e 2019-01-03 17:23:53,428 - 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}22341b4270b7a93091eae23cf32c9aeeb58b777e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:23:53,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8daffa7a-4f44-4763-9ab5-86b8c0e64dba x-compute-request-id: req-8daffa7a-4f44-4763-9ab5-86b8c0e64dba Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "076e2cd8-d275-4719-846d-8574a432c3b2", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:23:53,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8daffa7a-4f44-4763-9ab5-86b8c0e64dba 2019-01-03 17:23:53,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:23:53,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:23:53,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ewDLZF51TrabDMebVMzylg"], "issued_at": "2019-01-03T17:23:53.000000Z"}} 2019-01-03 17:23:53,910 - 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}7952feeecc4e1a10e0d75be705426d47cb7ff0c0" 2019-01-03 17:23:53,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98868c8a-e30a-434f-a6cc-874fd5e945ca 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"}]}} 2019-01-03 17:23:53,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-98868c8a-e30a-434f-a6cc-874fd5e945ca 2019-01-03 17:23:53,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:54,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b2d2a7fc-5f72-4189-aaaf-960198cf08a4 Date: Thu, 03 Jan 2019 17:23:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08a48638-4d7d-41cc-900c-f3a9927ef504"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:52Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:54,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net used request id req-b2d2a7fc-5f72-4189-aaaf-960198cf08a4 2019-01-03 17:23:54,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:54,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-95d0fb97-9fa9-4c2e-bfaf-c9d0dad06f88 Date: Thu, 03 Jan 2019 17:23:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:23:54,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-95d0fb97-9fa9-4c2e-bfaf-c9d0dad06f88 2019-01-03 17:23:54,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:54,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-07c5e41c-7c92-49db-9db5-534a5ca9c307 Date: Thu, 03 Jan 2019 17:23:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08a48638-4d7d-41cc-900c-f3a9927ef504"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:52Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:54,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net used request id req-07c5e41c-7c92-49db-9db5-534a5ca9c307 2019-01-03 17:23:54,698 - 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" 2019-01-03 17:23:54,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:23:54,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7952feeecc4e1a10e0d75be705426d47cb7ff0c0" 2019-01-03 17:23:54,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76fd9197-469f-4923-9f24-b0532fcbe064 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:54,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-76fd9197-469f-4923-9f24-b0532fcbe064 2019-01-03 17:23:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:55,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8e8ea0d8-a14e-4309-b2ac-857fe4ce862a Date: Thu, 03 Jan 2019 17:23:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:23:55,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-8e8ea0d8-a14e-4309-b2ac-857fe4ce862a 2019-01-03 17:23:55,007 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net 2019-01-03 17:23:55,012 - 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}8cce23f4dfd9288f9b77415bd99533f0713136fd" -d '{"port": {"network_id": "71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port", "admin_state_up": true}}' 2019-01-03 17:23:55,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-49fc99db-a30e-44b1-b776-b15a4675c9fb Date: Thu, 03 Jan 2019 17:23:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:55Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.7"}],"id":"4cfcda2a-e589-4019-9142-ec05bbc467e3","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:dd:4e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:55Z","binding:vnic_type":"normal"}} 2019-01-03 17:23:55,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-49fc99db-a30e-44b1-b776-b15a4675c9fb 2019-01-03 17:23:55,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:55,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-248ae529-1e11-46aa-a64c-658693ad4571 Date: Thu, 03 Jan 2019 17:23:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08a48638-4d7d-41cc-900c-f3a9927ef504"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:52Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:23:55,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net used request id req-248ae529-1e11-46aa-a64c-658693ad4571 2019-01-03 17:23:55,989 - 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" 2019-01-03 17:23:55,995 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:23: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"}]}]}} 2019-01-03 17:23:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:56,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd78ee5c-1748-40f1-9a1f-e7a47edee7df Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:56,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-dd78ee5c-1748-40f1-9a1f-e7a47edee7df 2019-01-03 17:23:56,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:56,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-102091be-4520-4adc-b8e6-7496e506aacc Date: Thu, 03 Jan 2019 17:23:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:23:56,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-102091be-4520-4adc-b8e6-7496e506aacc 2019-01-03 17:23:56,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:56,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-6577fc66-cf69-44d1-b2bb-4939bd9888b0 Date: Thu, 03 Jan 2019 17:23:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:55Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.7"}],"id":"4cfcda2a-e589-4019-9142-ec05bbc467e3","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:dd:4e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:55Z","binding:vnic_type":"normal"}]} 2019-01-03 17:23:56,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port&admin_state_up=True used request id req-6577fc66-cf69-44d1-b2bb-4939bd9888b0 2019-01-03 17:23:56,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:56,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518aad84-3388-4821-8b61-fe82b4a2e1b3 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:23:56,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-518aad84-3388-4821-8b61-fe82b4a2e1b3 2019-01-03 17:23:56,627 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst 2019-01-03 17:23:56,630 - 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}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:57,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9832f9f5-115e-476e-9d4b-af56e4be887d x-compute-request-id: req-9832f9f5-115e-476e-9d4b-af56e4be887d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-flavor-name"}]} 2019-01-03 17:23:57,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9832f9f5-115e-476e-9d4b-af56e4be887d 2019-01-03 17:23:57,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:57,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24fb3769-c286-44fa-b819-a1c30d2d638d x-compute-request-id: req-24fb3769-c286-44fa-b819-a1c30d2d638d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "076e2cd8-d275-4719-846d-8574a432c3b2", "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:23:57,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2 used request id req-24fb3769-c286-44fa-b819-a1c30d2d638d 2019-01-03 17:23:57,374 - 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-75cccfdb-2b38-4696-af3b-1992b43c185b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:57,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-c13cede6-dd35-4b11-9d07-ec844127c182 Date: Thu, 03 Jan 2019 17:23:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:23:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:23:48Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "metadata": {}}], "self": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "min_disk": 0, "protected": false, "id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "file": "/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d1038519-07d1-410c-9d94-d8577ae19ba5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image"} 2019-01-03 17:23:57,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image used request id req-c13cede6-dd35-4b11-9d07-ec844127c182 2019-01-03 17:23:57,530 - 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}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:23:58,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-17a0cdc2-ec1e-4f13-9f17-2bc7f860860e Date: Thu, 03 Jan 2019 17:23:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:23:58,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-17a0cdc2-ec1e-4f13-9f17-2bc7f860860e 2019-01-03 17:23:58,212 - 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}8cce23f4dfd9288f9b77415bd99533f0713136fd" -d '{"server": {"name": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "imageRef": "d1038519-07d1-410c-9d94-d8577ae19ba5", "flavorRef": "076e2cd8-d275-4719-846d-8574a432c3b2", "max_count": 1, "min_count": 1, "networks": [{"port": "4cfcda2a-e589-4019-9142-ec05bbc467e3"}]}}' 2019-01-03 17:23:59,877 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:23: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-34555cda-bf47-41b8-af99-38d4bc27578e x-compute-request-id: req-34555cda-bf47-41b8-af99-38d4bc27578e Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "adminPass": "3UqjqeuaCAif"}} 2019-01-03 17:23:59,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-34555cda-bf47-41b8-af99-38d4bc27578e 2019-01-03 17:23:59,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:00,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:23:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7f6500d-3bae-4804-a950-236ca506b5de x-compute-request-id: req-b7f6500d-3bae-4804-a950-236ca506b5de 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24:00Z", "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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:00,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-b7f6500d-3bae-4804-a950-236ca506b5de 2019-01-03 17:24:00,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:01,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd4a973-e8b6-476a-8ca2-2cca29ca924a x-compute-request-id: req-8cd4a973-e8b6-476a-8ca2-2cca29ca924a 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24:00Z", "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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:01,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-8cd4a973-e8b6-476a-8ca2-2cca29ca924a 2019-01-03 17:24:04,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:05,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63d8f64a-b0b1-4018-8e55-9a71f95f8694 x-compute-request-id: req-63d8f64a-b0b1-4018-8e55-9a71f95f8694 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:05,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-63d8f64a-b0b1-4018-8e55-9a71f95f8694 2019-01-03 17:24:08,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:09,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24: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-b63ece85-be5b-4b5e-95ec-eda47b5d5b2d x-compute-request-id: req-b63ece85-be5b-4b5e-95ec-eda47b5d5b2d Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:09,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-b63ece85-be5b-4b5e-95ec-eda47b5d5b2d 2019-01-03 17:24:12,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:12,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1011375c-0078-4593-8513-7e70aa2591c3 x-compute-request-id: req-1011375c-0078-4593-8513-7e70aa2591c3 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:12,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-1011375c-0078-4593-8513-7e70aa2591c3 2019-01-03 17:24:15,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:16,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef0b8656-070b-4468-992b-cb8d23724918 x-compute-request-id: req-ef0b8656-070b-4468-992b-cb8d23724918 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:16,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-ef0b8656-070b-4468-992b-cb8d23724918 2019-01-03 17:24:19,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:20,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-808cc1e2-cd19-4968-af49-dd00b7be6dec x-compute-request-id: req-808cc1e2-cd19-4968-af49-dd00b7be6dec Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:20,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-808cc1e2-cd19-4968-af49-dd00b7be6dec 2019-01-03 17:24:23,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:24,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24: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-b9c7e7b0-d4c9-40e5-9634-6c942bd61256 x-compute-request-id: req-b9c7e7b0-d4c9-40e5-9634-6c942bd61256 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:24,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-b9c7e7b0-d4c9-40e5-9634-6c942bd61256 2019-01-03 17:24:27,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:27,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da0764d-41ae-479d-a89a-913315a467d9 x-compute-request-id: req-9da0764d-41ae-479d-a89a-913315a467d9 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:27,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-9da0764d-41ae-479d-a89a-913315a467d9 2019-01-03 17:24:30,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:30,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95957d3e-3c2a-4eb7-90ab-72ebb0c62d43 x-compute-request-id: req-95957d3e-3c2a-4eb7-90ab-72ebb0c62d43 Content-Encoding: gzip Content-Length: 657 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24: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": "NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:30,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-95957d3e-3c2a-4eb7-90ab-72ebb0c62d43 2019-01-03 17:24:33,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:35,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-594e002d-4c1d-4d55-8774-54b87fca728f x-compute-request-id: req-594e002d-4c1d-4d55-8774-54b87fca728f Content-Encoding: gzip Content-Length: 743 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/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24:33Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:35,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-594e002d-4c1d-4d55-8774-54b87fca728f 2019-01-03 17:24:38,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:38,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-747fc020-e0bc-4a35-86d2-e732bc653cae x-compute-request-id: req-747fc020-e0bc-4a35-86d2-e732bc653cae Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dd:4e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:24:33Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:38,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-747fc020-e0bc-4a35-86d2-e732bc653cae 2019-01-03 17:24:41,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:42,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24: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-9ac04409-1092-4dc9-b127-611be5692d3b x-compute-request-id: req-9ac04409-1092-4dc9-b127-611be5692d3b Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dd:4e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-03T17:24:38.000000", "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:24:39Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:42,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-9ac04409-1092-4dc9-b127-611be5692d3b 2019-01-03 17:24:42,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e07a4f32-1cda-493d-b085-377f9d5519c1 x-compute-request-id: req-e07a4f32-1cda-493d-b085-377f9d5519c1 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:dd:4e", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79", "rel": "bookmark"}], "image": {"id": "d1038519-07d1-410c-9d94-d8577ae19ba5", "links": [{"href": "http://172.30.9.30:8774/images/d1038519-07d1-410c-9d94-d8577ae19ba5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-03T17:24:38.000000", "flavor": {"id": "076e2cd8-d275-4719-846d-8574a432c3b2", "links": [{"href": "http://172.30.9.30:8774/flavors/076e2cd8-d275-4719-846d-8574a432c3b2", "rel": "bookmark"}]}, "id": "3066a90c-6ac0-4df9-8001-a0fb57988b79", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:24:39Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-75cccfdb-2b38-4696-af3b-1992b43c185b-vm_inst", "created": "2019-01-03T17:23:59Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:24:44,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-e07a4f32-1cda-493d-b085-377f9d5519c1 2019-01-03 17:24:44,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2be06d00-ee22-4cae-9489-30e065791b49 Date: Thu, 03 Jan 2019 17:24:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["08a48638-4d7d-41cc-900c-f3a9927ef504"],"description":"","tags":[],"updated_at":"2019-01-03T17:23:52Z","provider:segmentation_id":61,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:51Z","provider:network_type":"vxlan"}]} 2019-01-03 17:24:44,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net used request id req-2be06d00-ee22-4cae-9489-30e065791b49 2019-01-03 17:24:44,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9d8a7d-54c7-491e-9f4d-fa4aeb6f5d24 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:24:44,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-1a9d8a7d-54c7-491e-9f4d-fa4aeb6f5d24 2019-01-03 17:24:44,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-466400bf-fa2e-45b4-851d-8f4fd7c7ed1f Date: Thu, 03 Jan 2019 17:24:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","dns_nameservers":[],"updated_at":"2019-01-03T17:23:52Z","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":"f722d3fa025d4075b293873d61c918ee","id":"08a48638-4d7d-41cc-900c-f3a9927ef504","subnetpool_id":null,"name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet"}]} 2019-01-03 17:24:44,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-466400bf-fa2e-45b4-851d-8f4fd7c7ed1f 2019-01-03 17:24:44,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-8703ae91-1f21-4f8e-a478-619002c76dbd Date: Thu, 03 Jan 2019 17:24:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:34Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.7"}],"id":"4cfcda2a-e589-4019-9142-ec05bbc467e3","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:dd:4e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3066a90c-6ac0-4df9-8001-a0fb57988b79","name":"NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.2"}],"id":"7184706e-fdd5-45c4-9698-37ebc740e4f9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:d3:9d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","name":"","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.4"}],"id":"7a804a48-01fe-4dc1-a07f-b73b385b4343","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:ba:46","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","name":"","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"08a48638-4d7d-41cc-900c-f3a9927ef504","ip_address":"10.55.0.3"}],"id":"a544ba28-6ec6-4cea-b669-63ffe2305982","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:0d:0c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","name":"","admin_state_up":true,"network_id":"71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:23:53Z","binding:vnic_type":"normal"}]} 2019-01-03 17:24:44,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-8703ae91-1f21-4f8e-a478-619002c76dbd 2019-01-03 17:24:44,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:44,529 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d336b502-ce1f-4bb0-86f0-9d054fa240d3 x-compute-request-id: req-d336b502-ce1f-4bb0-86f0-9d054fa240d3 Content-Type: application/json 2019-01-03 17:24:44,529 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/3066a90c-6ac0-4df9-8001-a0fb57988b79 used request id req-d336b502-ce1f-4bb0-86f0-9d054fa240d3 2019-01-03 17:24:44,529 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-port 2019-01-03 17:24:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/4cfcda2a-e589-4019-9142-ec05bbc467e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cce23f4dfd9288f9b77415bd99533f0713136fd" 2019-01-03 17:24:45,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3240494f-8fcb-40ed-8b1f-e34261812469 Date: Thu, 03 Jan 2019 17:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:24:45,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/4cfcda2a-e589-4019-9142-ec05bbc467e3 used request id req-3240494f-8fcb-40ed-8b1f-e34261812469 2019-01-03 17:24:45,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22341b4270b7a93091eae23cf32c9aeeb58b777e" 2019-01-03 17:24:45,225 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2af2edc0-7668-48f6-8f68-892793eabe29 x-compute-request-id: req-2af2edc0-7668-48f6-8f68-892793eabe29 Content-Length: 0 Content-Type: application/json 2019-01-03 17:24:45,225 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/076e2cd8-d275-4719-846d-8574a432c3b2 used request id req-2af2edc0-7668-48f6-8f68-892793eabe29 2019-01-03 17:24:45,226 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet 2019-01-03 17:24:45,226 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-subnet 2019-01-03 17:24:45,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/08a48638-4d7d-41cc-900c-f3a9927ef504 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:24:47,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7e12e5d9-6869-426f-abd2-4d4fcb65e71f Date: Thu, 03 Jan 2019 17:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:24:47,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/08a48638-4d7d-41cc-900c-f3a9927ef504 used request id req-7e12e5d9-6869-426f-abd2-4d4fcb65e71f 2019-01-03 17:24:47,573 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-net 2019-01-03 17:24:47,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8f26d071fd670ab3903edb8f97105ec8092813" 2019-01-03 17:24:49,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ccd5d950-2d38-4ce5-aef5-3c561a29ffe5 Date: Thu, 03 Jan 2019 17:24:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:24:49,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/71b24286-1ef9-4ee0-a1ca-b2fbd95d7dc5 used request id req-ccd5d950-2d38-4ce5-aef5-3c561a29ffe5 2019-01-03 17:24:49,485 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-75cccfdb-2b38-4696-af3b-1992b43c185b-image 2019-01-03 17:24:49,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b17ce8248b4fbe31387e9e367d7e083d7b523fe5" 2019-01-03 17:24:52,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63f78751-e6e7-46c2-beae-1d14d90623e7 Date: Thu, 03 Jan 2019 17:24:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:24:52,006 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d1038519-07d1-410c-9d94-d8577ae19ba5 used request id req-63f78751-e6e7-46c2-beae-1d14d90623e7 2019-01-03 17:24:52,008 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:24:52,010 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:24:52,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:24:52,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:24:52,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["bMyhy5CNSoaNxc_8p8Dlow"], "issued_at": "2019-01-03T17:24:52.000000Z"}} 2019-01-03 17:24:52,389 - 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}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:52,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5927ba-3d5b-470a-a30c-292ec898f578 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"}]}} 2019-01-03 17:24:52,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ae5927ba-3d5b-470a-a30c-292ec898f578 2019-01-03 17:24:52,475 - 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-1c0e19aa-2333-4e63-904e-72249ca025d0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:52,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-1187761e-818d-4af9-ba5a-654669fea16f Date: Thu, 03 Jan 2019 17:24:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image"} 2019-01-03 17:24:52,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image used request id req-1187761e-818d-4af9-ba5a-654669fea16f 2019-01-03 17:24:52,667 - 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}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:52,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9d938d9d-42f1-47b2-9b35-cf0c41795bf0 Date: Thu, 03 Jan 2019 17:24: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"}}} 2019-01-03 17:24:52,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9d938d9d-42f1-47b2-9b35-cf0c41795bf0 2019-01-03 17:24:52,849 - 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}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image"}' 2019-01-03 17:24:53,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f X-Openstack-Request-Id: req-ffee88b0-f8f7-4763-8810-2d8bc7435bf4 Date: Thu, 03 Jan 2019 17:24:53 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:24:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:24:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f", "min_disk": 0, "protected": false, "id": "c2856720-cc8f-46be-96d5-497ab47b929f", "file": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:24:53,053 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-ffee88b0-f8f7-4763-8810-2d8bc7435bf4 2019-01-03 17:24:53,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" -d '' 2019-01-03 17:24:54,047 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-338b7bbf-98bc-45b0-8f0c-b6f1fa302879 Date: Thu, 03 Jan 2019 17:24:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:24:54,047 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file used request id req-338b7bbf-98bc-45b0-8f0c-b6f1fa302879 2019-01-03 17:24:54,048 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:24:54,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:54,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ad353b9c-9b58-4445-97ec-c9018560441f Date: Thu, 03 Jan 2019 17:24:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:24:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "metadata": {}}], "self": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f", "min_disk": 0, "protected": false, "id": "c2856720-cc8f-46be-96d5-497ab47b929f", "file": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:24:54,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f used request id req-ad353b9c-9b58-4445-97ec-c9018560441f 2019-01-03 17:24:54,657 - 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}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:54,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3fffbe57-57e6-4584-81b5-6881172174eb Date: Thu, 03 Jan 2019 17:24:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:24:54,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3fffbe57-57e6-4584-81b5-6881172174eb 2019-01-03 17:24:54,827 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image 2019-01-03 17:24:54,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:24:55,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-04843472-ffa7-4fdf-8061-e9d2a31c7c30 Date: Thu, 03 Jan 2019 17:24:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:24:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "metadata": {}}], "self": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f", "min_disk": 0, "protected": false, "id": "c2856720-cc8f-46be-96d5-497ab47b929f", "file": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:24:55,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f used request id req-04843472-ffa7-4fdf-8061-e9d2a31c7c30 2019-01-03 17:24:55,441 - create_image - DEBUG - Instance status is - active 2019-01-03 17:24:55,441 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image 2019-01-03 17:24:55,441 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image 2019-01-03 17:24:55,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:24:55,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:24:55,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:24:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["SZC9HETDSni80KIj8Oso-g"], "issued_at": "2019-01-03T17:24:55.000000Z"}} 2019-01-03 17:24:55,834 - 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}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:55,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b153e5-6fc1-4505-8de7-cde23cdd9378 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"}]}} 2019-01-03 17:24:55,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-71b153e5-6fc1-4505-8de7-cde23cdd9378 2019-01-03 17:24:55,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:56,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-85826aa7-1ac6-452c-bf13-dc1736b4c6d6 Date: Thu, 03 Jan 2019 17:24:56 GMT RESP BODY: {"networks":[]} 2019-01-03 17:24:56,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-85826aa7-1ac6-452c-bf13-dc1736b4c6d6 2019-01-03 17:24:56,114 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net 2019-01-03 17:24:56,119 - 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}f15572227fe7161f8ac8678736e989c2d2c3c703" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net", "admin_state_up": true}}' 2019-01-03 17:24:56,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-90cca770-107d-4c92-b118-1f2b979777bf Date: Thu, 03 Jan 2019 17:24:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:24:56Z","is_default":false,"provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","mtu":1450}} 2019-01-03 17:24:56,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-90cca770-107d-4c92-b118-1f2b979777bf 2019-01-03 17:24:56,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:56,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-811acf6f-b543-497b-b881-37469d0e7238 Date: Thu, 03 Jan 2019 17:24:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:24:56Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:24:56,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-811acf6f-b543-497b-b881-37469d0e7238 2019-01-03 17:24:56,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:56,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c7c3b6f2-8a44-4ae3-a1a9-e74b85c45a9b Date: Thu, 03 Jan 2019 17:24:56 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:24:56,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-c7c3b6f2-8a44-4ae3-a1a9-e74b85c45a9b 2019-01-03 17:24:56,934 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet 2019-01-03 17:24:56,940 - 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}f15572227fe7161f8ac8678736e989c2d2c3c703" -d '{"subnets": [{"ip_version": 4, "network_id": "6677b624-eaab-41d9-9306-065cabbfe72c", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]}' 2019-01-03 17:24:57,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0b59f2dd-e123-4522-9b4a-8037b6d5aaeb Date: Thu, 03 Jan 2019 17:24:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:24:57,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0b59f2dd-e123-4522-9b4a-8037b6d5aaeb 2019-01-03 17:24:57,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:57,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ecf78591-49c6-487e-9311-4d467b2e47e8 Date: Thu, 03 Jan 2019 17:24:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:24:57,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-ecf78591-49c6-487e-9311-4d467b2e47e8 2019-01-03 17:24:57,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:24:58,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dbac346d-c723-4de4-b4bf-a5e2f245f9c5 Date: Thu, 03 Jan 2019 17:24:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:24:58,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-dbac346d-c723-4de4-b4bf-a5e2f245f9c5 2019-01-03 17:24:58,071 - OpenStackNetwork - DEBUG - Network [6677b624-eaab-41d9-9306-065cabbfe72c] created successfully 2019-01-03 17:24:58,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:24:58,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:24:58,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["9s84MDWkQneewM-U8Sx72Q"], "issued_at": "2019-01-03T17:24:58.000000Z"}} 2019-01-03 17:24:58,456 - 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}24589063cba7285a20690bb4eb80b5e527ec2c9e" 2019-01-03 17:24:58,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f8005b-00f5-448a-89b5-fd6a8c8c9ce0 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"}]}} 2019-01-03 17:24:58,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-02f8005b-00f5-448a-89b5-fd6a8c8c9ce0 2019-01-03 17:24:58,472 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:24:58,476 - 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}24589063cba7285a20690bb4eb80b5e527ec2c9e" 2019-01-03 17:24:59,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1f737d4-d2f2-496a-ab6f-885069967239 x-compute-request-id: req-f1f737d4-d2f2-496a-ab6f-885069967239 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:24:59,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f1f737d4-d2f2-496a-ab6f-885069967239 2019-01-03 17:24:59,150 - 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}24589063cba7285a20690bb4eb80b5e527ec2c9e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:24:59,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44e0c5b2-e96b-4022-bf46-d0c2ddd488a6 x-compute-request-id: req-44e0c5b2-e96b-4022-bf46-d0c2ddd488a6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:24:59,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-44e0c5b2-e96b-4022-bf46-d0c2ddd488a6 2019-01-03 17:24:59,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:24:59,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:24:59,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["voxCOOQiTpyeGo1btCvwPw"], "issued_at": "2019-01-03T17:24:59.000000Z"}} 2019-01-03 17:24:59,785 - 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}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:24:59,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a2e507-9078-47e1-82c4-6c0a73e7ae8f 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"}]}} 2019-01-03 17:24:59,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d2a2e507-9078-47e1-82c4-6c0a73e7ae8f 2019-01-03 17:24:59,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:00,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:24:59 GMT Server: Apache x-compute-request-id: req-34737007-a207-4b14-87ac-f54742add902 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-34737007-a207-4b14-87ac-f54742add902 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 17:25:00,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-34737007-a207-4b14-87ac-f54742add902 2019-01-03 17:25:00,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0", "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}}' 2019-01-03 17:25:01,762 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:25:00 GMT Server: Apache x-compute-request-id: req-885d1e69-cb68-49fb-ad9d-2975c203dce5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-885d1e69-cb68-49fb-ad9d-2975c203dce5 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T17:25:01.584439", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1}} 2019-01-03 17:25:01,763 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes used request id req-885d1e69-cb68-49fb-ad9d-2975c203dce5 2019-01-03 17:25:01,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:02,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:01 GMT Server: Apache x-compute-request-id: req-02795bab-e7cb-4abc-83cb-55f28c4f429a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02795bab-e7cb-4abc-83cb-55f28c4f429a 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/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:02.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:02,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-02795bab-e7cb-4abc-83cb-55f28c4f429a 2019-01-03 17:25:02,512 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:02,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:02,569 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:02 GMT Server: Apache x-compute-request-id: req-5ed22340-a393-4d91-a178-38dc48731353 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ed22340-a393-4d91-a178-38dc48731353 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/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:02.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:02,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-5ed22340-a393-4d91-a178-38dc48731353 2019-01-03 17:25:02,570 - create_volume - DEBUG - Instance status is - creating 2019-01-03 17:25:02,570 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 17:25:05,573 - create_volume - DEBUG - Volume status query timeout in 296.938922882 2019-01-03 17:25:05,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:06,370 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:05 GMT Server: Apache x-compute-request-id: req-bacc4c62-efa3-4d18-a242-e0c76bb113f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bacc4c62-efa3-4d18-a242-e0c76bb113f3 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:03.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:06,371 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-bacc4c62-efa3-4d18-a242-e0c76bb113f3 2019-01-03 17:25:06,371 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:25:06,371 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:06,371 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:06,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:25:06,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:25:06,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:25:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["026uLL-PSoGJvJ9lD0hbXg"], "issued_at": "2019-01-03T17:25:06.000000Z"}} 2019-01-03 17:25:06,755 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:06,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72293d8-fa2d-4fa3-b7e0-0a0afc5639bc 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"}]}} 2019-01-03 17:25:06,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e72293d8-fa2d-4fa3-b7e0-0a0afc5639bc 2019-01-03 17:25:06,835 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:25:06,837 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:06,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050d5b6f-2376-4e64-b80a-6ba8be847689 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"}]}} 2019-01-03 17:25:06,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-050d5b6f-2376-4e64-b80a-6ba8be847689 2019-01-03 17:25:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:07,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3bc3cf91-41e5-41d8-8e47-462cd1c0416f Date: Thu, 03 Jan 2019 17:25:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:07,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-3bc3cf91-41e5-41d8-8e47-462cd1c0416f 2019-01-03 17:25:07,171 - 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" 2019-01-03 17:25:07,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:25: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"}]}]}} 2019-01-03 17:25:07,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:07,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71bd0527-d6e2-424e-aa04-8bae692dbdae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:07,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-71bd0527-d6e2-424e-aa04-8bae692dbdae 2019-01-03 17:25:07,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:07,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c3acad9-2609-4d0f-b1eb-831c54b683ae Date: Thu, 03 Jan 2019 17:25:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:07,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-2c3acad9-2609-4d0f-b1eb-831c54b683ae 2019-01-03 17:25:07,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:07,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f04e7b33-3461-45b6-88c0-b1a5199a517f Date: Thu, 03 Jan 2019 17:25:07 GMT RESP BODY: {"ports":[]} 2019-01-03 17:25:07,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True used request id req-f04e7b33-3461-45b6-88c0-b1a5199a517f 2019-01-03 17:25:07,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:08,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8210e142-0cc2-44b5-9395-ccb682adc3c0 x-compute-request-id: req-8210e142-0cc2-44b5-9395-ccb682adc3c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:25:08,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst used request id req-8210e142-0cc2-44b5-9395-ccb682adc3c0 2019-01-03 17:25:08,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:08,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3db0cb1e-cb09-4a9b-aef8-3287e98126be Date: Thu, 03 Jan 2019 17:25:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:08,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-3db0cb1e-cb09-4a9b-aef8-3287e98126be 2019-01-03 17:25:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:08,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6bdbc6-ab55-4c9f-89d8-f9acb8e4fd71 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:08,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-7c6bdbc6-ab55-4c9f-89d8-f9acb8e4fd71 2019-01-03 17:25:08,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:08,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b73b735-1bef-4c71-be16-e460c3ffc27e Date: Thu, 03 Jan 2019 17:25:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:08,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-1b73b735-1bef-4c71-be16-e460c3ffc27e 2019-01-03 17:25:08,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:08,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d746d5a-6ec6-46bc-b68a-116be1b4614b Date: Thu, 03 Jan 2019 17:25:08 GMT RESP BODY: {"ports":[]} 2019-01-03 17:25:08,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True used request id req-0d746d5a-6ec6-46bc-b68a-116be1b4614b 2019-01-03 17:25:08,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:25:08,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:25:09,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["TK7l5mXNT9CggoDRW2iwqw"], "issued_at": "2019-01-03T17:25:09.000000Z"}} 2019-01-03 17:25:09,201 - 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}cca4766e5ac968e8ca4bbcfeefc42fc34c5e05df" 2019-01-03 17:25:09,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da55530-83cd-461e-87f1-5ba236bd0e3a 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"}]}} 2019-01-03 17:25:09,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5da55530-83cd-461e-87f1-5ba236bd0e3a 2019-01-03 17:25:09,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:09,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-82ba7a16-15f2-470f-8102-b6772346210f Date: Thu, 03 Jan 2019 17:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:09,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-82ba7a16-15f2-470f-8102-b6772346210f 2019-01-03 17:25:09,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:09,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f75bb4dd-d2ea-49d5-962e-8b7343bf27a2 Date: Thu, 03 Jan 2019 17:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:09,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-f75bb4dd-d2ea-49d5-962e-8b7343bf27a2 2019-01-03 17:25:09,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:09,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1ab1e4b2-6966-49ab-b63e-c541e529811e Date: Thu, 03 Jan 2019 17:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:09,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-1ab1e4b2-6966-49ab-b63e-c541e529811e 2019-01-03 17:25:09,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" 2019-01-03 17:25:09,982 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:25:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:25:09,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca4766e5ac968e8ca4bbcfeefc42fc34c5e05df" 2019-01-03 17:25:10,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e03454-60f2-4a1b-982c-5d8f1d584b77 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:10,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-72e03454-60f2-4a1b-982c-5d8f1d584b77 2019-01-03 17:25:10,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:10,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-64c624f8-f32f-4caf-8b4a-7325c1afa751 Date: Thu, 03 Jan 2019 17:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:10,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-64c624f8-f32f-4caf-8b4a-7325c1afa751 2019-01-03 17:25:10,266 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net 2019-01-03 17:25:10,271 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" -d '{"port": {"network_id": "6677b624-eaab-41d9-9306-065cabbfe72c", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port", "admin_state_up": true}}' 2019-01-03 17:25:10,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-1aa10a59-790e-4b92-9a4b-1d572f3857d3 Date: Thu, 03 Jan 2019 17:25:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:10Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"}} 2019-01-03 17:25:10,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-1aa10a59-790e-4b92-9a4b-1d572f3857d3 2019-01-03 17:25:10,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:10,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-27cf55f4-9e57-45d6-b235-81d2bba437b9 Date: Thu, 03 Jan 2019 17:25:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:10,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-27cf55f4-9e57-45d6-b235-81d2bba437b9 2019-01-03 17:25:10,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebcfcf34-2110-425a-ae48-6dbc472dc557 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:11,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-ebcfcf34-2110-425a-ae48-6dbc472dc557 2019-01-03 17:25:11,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c3ae685-4d0c-4d54-8dad-42fa3b4db353 Date: Thu, 03 Jan 2019 17:25:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:11,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-6c3ae685-4d0c-4d54-8dad-42fa3b4db353 2019-01-03 17:25:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-e5552fec-540e-461c-bd85-649a765ddd46 Date: Thu, 03 Jan 2019 17:25:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:10Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:11,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port&admin_state_up=True used request id req-e5552fec-540e-461c-bd85-649a765ddd46 2019-01-03 17:25:11,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f76866-d781-41d3-93d5-83e6b2287c44 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:11,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-55f76866-d781-41d3-93d5-83e6b2287c44 2019-01-03 17:25:11,405 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst 2019-01-03 17:25:11,408 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bf67216-0e11-4a2c-9b0b-315242802a2b x-compute-request-id: req-2bf67216-0e11-4a2c-9b0b-315242802a2b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-flavor"}]} 2019-01-03 17:25:11,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2bf67216-0e11-4a2c-9b0b-315242802a2b 2019-01-03 17:25:11,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4f1cf12-3cd4-4202-99ed-154f5ede6298 x-compute-request-id: req-c4f1cf12-3cd4-4202-99ed-154f5ede6298 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:25:11,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e used request id req-c4f1cf12-3cd4-4202-99ed-154f5ede6298 2019-01-03 17:25:11,470 - 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-1c0e19aa-2333-4e63-904e-72249ca025d0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:11,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-43fddd3f-1500-4912-aa84-5bb4d9dfaad7 Date: Thu, 03 Jan 2019 17:25:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:24:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:24:54Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "metadata": {}}], "self": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f", "min_disk": 0, "protected": false, "id": "c2856720-cc8f-46be-96d5-497ab47b929f", "file": "/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/c2856720-cc8f-46be-96d5-497ab47b929f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image"} 2019-01-03 17:25:11,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image used request id req-43fddd3f-1500-4912-aa84-5bb4d9dfaad7 2019-01-03 17:25:11,658 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:12,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ef956bc1-9f09-43df-8023-f40d92f24500 Date: Thu, 03 Jan 2019 17:25:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:25:12,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ef956bc1-9f09-43df-8023-f40d92f24500 2019-01-03 17:25:12,232 - 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}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "imageRef": "c2856720-cc8f-46be-96d5-497ab47b929f", "flavorRef": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "max_count": 1, "min_count": 1, "networks": [{"port": "4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19"}]}}' 2019-01-03 17:25:14,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:25:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a36db3a-96ac-4e94-8b36-cc98f6a7614f x-compute-request-id: req-1a36db3a-96ac-4e94-8b36-cc98f6a7614f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "adminPass": "5BSxqaUKd65L"}} 2019-01-03 17:25:14,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1a36db3a-96ac-4e94-8b36-cc98f6a7614f 2019-01-03 17:25:14,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:14,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52022146-17ea-4d8d-a251-e8c33ddffeeb x-compute-request-id: req-52022146-17ea-4d8d-a251-e8c33ddffeeb 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/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:25:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:14,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-52022146-17ea-4d8d-a251-e8c33ddffeeb 2019-01-03 17:25:14,959 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst 2019-01-03 17:25:14,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:15,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ef18141-d0c2-44a6-8c24-16f6fc3ea046 x-compute-request-id: req-3ef18141-d0c2-44a6-8c24-16f6fc3ea046 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/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:25:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:15,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-3ef18141-d0c2-44a6-8c24-16f6fc3ea046 2019-01-03 17:25:15,504 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst] is - BUILD 2019-01-03 17:25:15,504 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:25:18,507 - create_instance - DEBUG - VM status query timeout in 896.452060938 2019-01-03 17:25:18,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:19,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56d20213-aa8a-4066-85cd-031e3c2fada8 x-compute-request-id: req-56d20213-aa8a-4066-85cd-031e3c2fada8 Content-Encoding: gzip Content-Length: 743 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/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:25:17Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:19,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-56d20213-aa8a-4066-85cd-031e3c2fada8 2019-01-03 17:25:19,387 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst] is - BUILD 2019-01-03 17:25:19,387 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:25:22,390 - create_instance - DEBUG - VM status query timeout in 892.568789959 2019-01-03 17:25:22,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:23,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-c189e802-3598-42a6-819b-36b0a65b3400 x-compute-request-id: req-c189e802-3598-42a6-819b-36b0a65b3400 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:22Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:23,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-c189e802-3598-42a6-819b-36b0a65b3400 2019-01-03 17:25:23,100 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst] is - ACTIVE 2019-01-03 17:25:23,100 - create_instance - INFO - VM is - ACTIVE 2019-01-03 17:25:23,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:23,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b7c96fb8-364c-42d7-8634-afd0e47cb72a x-compute-request-id: req-b7c96fb8-364c-42d7-8634-afd0e47cb72a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:22Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:23,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-b7c96fb8-364c-42d7-8634-afd0e47cb72a 2019-01-03 17:25:23,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:24,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a92af6e2-d114-4673-b37a-69e1a7cb5417 Date: Thu, 03 Jan 2019 17:25:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:24,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-a92af6e2-d114-4673-b37a-69e1a7cb5417 2019-01-03 17:25:24,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:24,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccab799d-e107-4d71-a55c-3899e4512de8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:24,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-ccab799d-e107-4d71-a55c-3899e4512de8 2019-01-03 17:25:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:24,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0d22915-b37e-4a01-b09f-8a7012835e88 Date: Thu, 03 Jan 2019 17:25:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:24,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-a0d22915-b37e-4a01-b09f-8a7012835e88 2019-01-03 17:25:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:24,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-1f69eed5-5b4a-4652-8890-d96d840504e0 Date: Thu, 03 Jan 2019 17:25:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:24,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-1f69eed5-5b4a-4652-8890-d96d840504e0 2019-01-03 17:25:24,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:25:24,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["W15x04DQRJydFs3oBu_Mdw"], "issued_at": "2019-01-03T17:25:24.000000Z"}} 2019-01-03 17:25:24,703 - 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}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:24,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6dd198-dd73-47e2-a824-62f56fc8f79e 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"}]}} 2019-01-03 17:25:24,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3c6dd198-dd73-47e2-a824-62f56fc8f79e 2019-01-03 17:25:24,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:25,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65b5dd3c-25aa-428c-ad62-f461b850a887 x-compute-request-id: req-65b5dd3c-25aa-428c-ad62-f461b850a887 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:22Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:25,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-65b5dd3c-25aa-428c-ad62-f461b850a887 2019-01-03 17:25:25,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:25,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-65862cb4-67f3-4c05-a4f8-92cd19a6568c Date: Thu, 03 Jan 2019 17:25:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:25,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-65862cb4-67f3-4c05-a4f8-92cd19a6568c 2019-01-03 17:25:25,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:25,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96789fe-f5f7-4769-ad9e-ae66f3e336b0 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:25,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-f96789fe-f5f7-4769-ad9e-ae66f3e336b0 2019-01-03 17:25:25,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:26,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-15dd5a5a-ce83-475a-8883-6a21d85bb1d2 Date: Thu, 03 Jan 2019 17:25:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:26,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-15dd5a5a-ce83-475a-8883-6a21d85bb1d2 2019-01-03 17:25:26,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:26,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-834c1994-cdd3-4776-aa94-893dd57fbb9e Date: Thu, 03 Jan 2019 17:25:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:26,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-834c1994-cdd3-4776-aa94-893dd57fbb9e 2019-01-03 17:25:26,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" -d '{"volumeAttachment": {"volumeId": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}}' 2019-01-03 17:25:28,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25: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-2c8665fb-743b-420b-8c4c-c62b1db6b030 x-compute-request-id: req-2c8665fb-743b-420b-8c4c-c62b1db6b030 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "volumeId": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}} 2019-01-03 17:25:28,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb/os-volume_attachments used request id req-2c8665fb-743b-420b-8c4c-c62b1db6b030 2019-01-03 17:25:28,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:29,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-109139a2-1b60-4a73-8904-b1eae1f7853f x-compute-request-id: req-109139a2-1b60-4a73-8904-b1eae1f7853f Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:22Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "metadata": {}}} 2019-01-03 17:25:29,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-109139a2-1b60-4a73-8904-b1eae1f7853f 2019-01-03 17:25:29,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:29,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c50a2eea-1c87-4ec0-89b8-85c4b5cf657d Date: Thu, 03 Jan 2019 17:25:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:29,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-c50a2eea-1c87-4ec0-89b8-85c4b5cf657d 2019-01-03 17:25:29,924 - 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" 2019-01-03 17:25:29,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:25: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"}]}]}} 2019-01-03 17:25:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:30,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92ee187-0d07-4f17-b79d-1f8109f6ce77 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:30,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-e92ee187-0d07-4f17-b79d-1f8109f6ce77 2019-01-03 17:25:30,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:30,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f4e8807-27ce-41e7-a4ca-7f1abb883d70 Date: Thu, 03 Jan 2019 17:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:30,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-7f4e8807-27ce-41e7-a4ca-7f1abb883d70 2019-01-03 17:25:30,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:30,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d1a53ab5-af4b-4e07-95aa-38b0d8061d85 Date: Thu, 03 Jan 2019 17:25:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:30,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-d1a53ab5-af4b-4e07-95aa-38b0d8061d85 2019-01-03 17:25:30,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:31,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:30 GMT Server: Apache x-compute-request-id: req-bdfb92b4-8a8d-41e1-8b41-05c58c8eb651 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdfb92b4-8a8d-41e1-8b41-05c58c8eb651 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:28.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:31,160 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-bdfb92b4-8a8d-41e1-8b41-05c58c8eb651 2019-01-03 17:25:34,166 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdfb92b4-8a8d-41e1-8b41-05c58c8eb651" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:34,937 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:34 GMT Server: Apache x-compute-request-id: req-43f27f70-9917-4a90-a6b1-1cf85fa67d9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43f27f70-9917-4a90-a6b1-1cf85fa67d9d Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "attachment_id": "ff291d46-6e1d-40f8-97d8-4cbf9aeb2956", "attached_at": "2019-01-03T17:25:32.000000", "host_name": null, "volume_id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "device": "/dev/vdb", "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:32.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:34,938 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-43f27f70-9917-4a90-a6b1-1cf85fa67d9d 2019-01-03 17:25:34,939 - 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}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:35,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-546a9255-1204-4fe3-a8fb-74f7ddfe96af 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"}]}} 2019-01-03 17:25:35,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-546a9255-1204-4fe3-a8fb-74f7ddfe96af 2019-01-03 17:25:35,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:35,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-df5be98e-92a9-4d08-9a08-5830ae7a6ced x-compute-request-id: req-df5be98e-92a9-4d08-9a08-5830ae7a6ced Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "metadata": {}}} 2019-01-03 17:25:35,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-df5be98e-92a9-4d08-9a08-5830ae7a6ced 2019-01-03 17:25:35,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:35,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8653aaad-22bf-42c3-b3d9-03e65e36ef34 Date: Thu, 03 Jan 2019 17:25:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:35,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-8653aaad-22bf-42c3-b3d9-03e65e36ef34 2019-01-03 17:25:35,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:35,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2d89465-9db9-4f6c-95c8-f14092fb3fee Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:35,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-f2d89465-9db9-4f6c-95c8-f14092fb3fee 2019-01-03 17:25:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:35,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b86a7090-9122-420e-b2ae-48b2d06d6f0e Date: Thu, 03 Jan 2019 17:25:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:35,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-b86a7090-9122-420e-b2ae-48b2d06d6f0e 2019-01-03 17:25:35,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:35,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-ef505397-b78e-42ad-ae98-077d8b40413f Date: Thu, 03 Jan 2019 17:25:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:35,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-ef505397-b78e-42ad-ae98-077d8b40413f 2019-01-03 17:25:35,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:36,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-de80c7f6-645c-4a8e-8e58-d050d5f1f893 x-compute-request-id: req-de80c7f6-645c-4a8e-8e58-d050d5f1f893 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "metadata": {}}} 2019-01-03 17:25:36,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-de80c7f6-645c-4a8e-8e58-d050d5f1f893 2019-01-03 17:25:36,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:37,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f9582cce-914e-4dc5-b388-c5952423f98c Date: Thu, 03 Jan 2019 17:25:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:37,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-f9582cce-914e-4dc5-b388-c5952423f98c 2019-01-03 17:25:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:37,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969c7a64-364a-4f9d-bd4d-435aadcd06f4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:37,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-969c7a64-364a-4f9d-bd4d-435aadcd06f4 2019-01-03 17:25:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:37,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-325cdaa6-0f70-4e12-9b42-77a449c922e3 Date: Thu, 03 Jan 2019 17:25:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:37,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-325cdaa6-0f70-4e12-9b42-77a449c922e3 2019-01-03 17:25:37,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:37,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-2cda83fc-d62d-4d84-a252-e07089cf9d03 Date: Thu, 03 Jan 2019 17:25:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:37,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-2cda83fc-d62d-4d84-a252-e07089cf9d03 2019-01-03 17:25:37,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:38,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7038319-cde9-4fa4-97fa-890532fac906 x-compute-request-id: req-a7038319-cde9-4fa4-97fa-890532fac906 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "metadata": {}}} 2019-01-03 17:25:38,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-a7038319-cde9-4fa4-97fa-890532fac906 2019-01-03 17:25:38,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:38,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ed581698-5934-439d-8a18-d5179cb68fbe Date: Thu, 03 Jan 2019 17:25:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:38,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-ed581698-5934-439d-8a18-d5179cb68fbe 2019-01-03 17:25:38,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:38,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79e6f94-a4a7-48ea-a060-294e504821b2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:38,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-b79e6f94-a4a7-48ea-a060-294e504821b2 2019-01-03 17:25:38,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:38,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-966d66b4-06b7-45d0-bbea-10b09b98a430 Date: Thu, 03 Jan 2019 17:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:38,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-966d66b4-06b7-45d0-bbea-10b09b98a430 2019-01-03 17:25:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:38,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-4a3f2a53-a0d2-4e9a-86e1-0b058f9e2ff1 Date: Thu, 03 Jan 2019 17:25:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:38,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-4a3f2a53-a0d2-4e9a-86e1-0b058f9e2ff1 2019-01-03 17:25:38,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb/os-volume_attachments/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:40,333 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17: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-70a62eb3-b825-4078-bd34-52c3b3690564 x-compute-request-id: req-70a62eb3-b825-4078-bd34-52c3b3690564 Content-Length: 0 Content-Type: application/json 2019-01-03 17:25:40,333 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb/os-volume_attachments/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-70a62eb3-b825-4078-bd34-52c3b3690564 2019-01-03 17:25:40,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:40,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-0bdc7447-6e50-47f7-977b-782d27aa24aa x-compute-request-id: req-0bdc7447-6e50-47f7-977b-782d27aa24aa Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "b2d73ed3-13ec-4261-974a-d46d87b8e032"}], "metadata": {}}} 2019-01-03 17:25:40,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-0bdc7447-6e50-47f7-977b-782d27aa24aa 2019-01-03 17:25:40,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:41,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-09f7bf8b-2dab-4214-9f10-6dd3ed6ef5ea Date: Thu, 03 Jan 2019 17:25:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:41,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-09f7bf8b-2dab-4214-9f10-6dd3ed6ef5ea 2019-01-03 17:25:41,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:41,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f918a8b9-1e4f-4b4a-b3a6-cfdd2b3a46d4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:41,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-f918a8b9-1e4f-4b4a-b3a6-cfdd2b3a46d4 2019-01-03 17:25:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:41,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-10cbe628-f966-4e01-8bfe-0ff72a302c77 Date: Thu, 03 Jan 2019 17:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:41,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-10cbe628-f966-4e01-8bfe-0ff72a302c77 2019-01-03 17:25:41,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:41,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-6f5baf1b-3938-43ff-82e3-6b1009a6f5ee Date: Thu, 03 Jan 2019 17:25:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:41,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-6f5baf1b-3938-43ff-82e3-6b1009a6f5ee 2019-01-03 17:25:44,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:45,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-413a18ba-4e0d-44aa-af7b-4c0b6b36f181 x-compute-request-id: req-413a18ba-4e0d-44aa-af7b-4c0b6b36f181 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:45,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-413a18ba-4e0d-44aa-af7b-4c0b6b36f181 2019-01-03 17:25:45,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:45,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a994ae25-b8fa-4f9f-a75e-a2fa44a01397 Date: Thu, 03 Jan 2019 17:25:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:45,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-a994ae25-b8fa-4f9f-a75e-a2fa44a01397 2019-01-03 17:25:45,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:45,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87c8e2b-70b3-4413-98f8-983b3fecaf40 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:45,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-c87c8e2b-70b3-4413-98f8-983b3fecaf40 2019-01-03 17:25:45,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:45,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dcec6459-318b-4c32-a4ad-aeb190808632 Date: Thu, 03 Jan 2019 17:25:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:45,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-dcec6459-318b-4c32-a4ad-aeb190808632 2019-01-03 17:25:45,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:46,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-3ee6583f-be7e-4853-9fa9-b6585311949c Date: Thu, 03 Jan 2019 17:25:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:46,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-3ee6583f-be7e-4853-9fa9-b6585311949c 2019-01-03 17:25:46,173 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bdfb92b4-8a8d-41e1-8b41-05c58c8eb651" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:46,897 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:46 GMT Server: Apache x-compute-request-id: req-5cf31c64-1fdf-48fe-aae4-0d3195cddfe5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cf31c64-1fdf-48fe-aae4-0d3195cddfe5 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:40.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:46,897 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-5cf31c64-1fdf-48fe-aae4-0d3195cddfe5 2019-01-03 17:25:46,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:47,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb685761-3fac-42d7-8f4a-a49d3082b435 x-compute-request-id: req-fb685761-3fac-42d7-8f4a-a49d3082b435 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:47,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-fb685761-3fac-42d7-8f4a-a49d3082b435 2019-01-03 17:25:47,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:47,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-40f3e9c3-ebf6-4c91-a73c-42180d00316a Date: Thu, 03 Jan 2019 17:25:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:47,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-40f3e9c3-ebf6-4c91-a73c-42180d00316a 2019-01-03 17:25:47,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:47,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d56c82c-2441-4971-baf4-eaec9547f211 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:47,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-1d56c82c-2441-4971-baf4-eaec9547f211 2019-01-03 17:25:47,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:47,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f91a4b7d-a201-432a-8667-88dd989e3311 Date: Thu, 03 Jan 2019 17:25:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:47,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-f91a4b7d-a201-432a-8667-88dd989e3311 2019-01-03 17:25:47,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:48,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-df0fba40-e154-473e-b413-513ad399471c Date: Thu, 03 Jan 2019 17:25:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:48,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-df0fba40-e154-473e-b413-513ad399471c 2019-01-03 17:25:48,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:48,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d4858ed0-83dc-4dfe-91ce-2401471334c4 x-compute-request-id: req-d4858ed0-83dc-4dfe-91ce-2401471334c4 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:31Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:48,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-d4858ed0-83dc-4dfe-91ce-2401471334c4 2019-01-03 17:25:48,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:48,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-93f4b8a1-f18a-4e85-b3e6-605a9871833d Date: Thu, 03 Jan 2019 17:25:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6677b624-eaab-41d9-9306-065cabbfe72c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["3ef5c846-83a1-4562-8dcb-c215dbaa9d5a"],"description":"","tags":[],"updated_at":"2019-01-03T17:24:57Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:56Z","provider:network_type":"vxlan"}]} 2019-01-03 17:25:48,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net used request id req-93f4b8a1-f18a-4e85-b3e6-605a9871833d 2019-01-03 17:25:48,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:49,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21ddf8a-39de-4890-b5a1-b19c1a6467b7 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:25:49,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-f21ddf8a-39de-4890-b5a1-b19c1a6467b7 2019-01-03 17:25:49,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:49,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8b9c91c2-1d8a-4b65-b920-04d7b34370b7 Date: Thu, 03 Jan 2019 17:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:24:57Z","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":"f722d3fa025d4075b293873d61c918ee","id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet"}]} 2019-01-03 17:25:49,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-8b9c91c2-1d8a-4b65-b920-04d7b34370b7 2019-01-03 17:25:49,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b0774c21b17e25bb96214fb98f157b0a61b676" 2019-01-03 17:25:49,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-af59b439-0092-4a3b-9d61-e2f584838a1c Date: Thu, 03 Jan 2019 17:25:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:25:18Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.14"}],"id":"4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:56:99","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"74b055ec-75cb-4b28-bee6-60f356e81fbb","name":"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:25:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.3"}],"id":"91bda986-7034-447e-9931-a992f1a3f053","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0a:82:b9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.2"}],"id":"c1b08050-4b17-4c79-b140-daa67c236595","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:50:eb","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:24:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef5c846-83a1-4562-8dcb-c215dbaa9d5a","ip_address":"10.55.0.4"}],"id":"e99ddac5-3dab-4453-9e77-6628ed3fbceb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:49:62","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6677b624-eaab-41d9-9306-065cabbfe72c","name":"","admin_state_up":true,"network_id":"6677b624-eaab-41d9-9306-065cabbfe72c","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:24:58Z","binding:vnic_type":"normal"}]} 2019-01-03 17:25:49,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=6677b624-eaab-41d9-9306-065cabbfe72c used request id req-af59b439-0092-4a3b-9d61-e2f584838a1c 2019-01-03 17:25:49,419 - create_instance - INFO - Deleting Port with ID - 4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19 2019-01-03 17:25:49,419 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-port 2019-01-03 17:25:49,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:50,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dee13f4-c80d-43c4-b07e-59002235a5dc Date: Thu, 03 Jan 2019 17:25:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:25:50,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/4f1a3df4-ec3b-4ea3-b5a5-5dd32692bf19 used request id req-2dee13f4-c80d-43c4-b07e-59002235a5dc 2019-01-03 17:25:50,168 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst 2019-01-03 17:25:50,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:50,559 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17: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-2c0e7eab-ec5d-4e3b-ba3c-2ddc2d93c019 x-compute-request-id: req-2c0e7eab-ec5d-4e3b-ba3c-2ddc2d93c019 Content-Type: application/json 2019-01-03 17:25:50,560 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-2c0e7eab-ec5d-4e3b-ba3c-2ddc2d93c019 2019-01-03 17:25:50,560 - create_instance - INFO - Checking deletion status 2019-01-03 17:25:50,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:50,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-dbe9d243-fc0d-4f4f-86da-2fed6fceda03 x-compute-request-id: req-dbe9d243-fc0d-4f4f-86da-2fed6fceda03 Content-Encoding: gzip Content-Length: 804 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:56:99", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:50Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:50,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-dbe9d243-fc0d-4f4f-86da-2fed6fceda03 2019-01-03 17:25:50,805 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst] is - ACTIVE 2019-01-03 17:25:50,805 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:25:53,808 - create_instance - DEBUG - VM status query timeout in 296.752033949 2019-01-03 17:25:53,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:54,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25: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-a7af6e86-64cf-424d-b2c3-31a5984beb30 x-compute-request-id: req-a7af6e86-64cf-424d-b2c3-31a5984beb30 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb", "rel": "bookmark"}], "image": {"id": "c2856720-cc8f-46be-96d5-497ab47b929f", "links": [{"href": "http://172.30.9.30:8774/images/c2856720-cc8f-46be-96d5-497ab47b929f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T17:25:21.000000", "flavor": {"id": "bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "links": [{"href": "http://172.30.9.30:8774/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e", "rel": "bookmark"}]}, "id": "74b055ec-75cb-4b28-bee6-60f356e81fbb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:25:50Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst", "created": "2019-01-03T17:25:14Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:25:54,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-a7af6e86-64cf-424d-b2c3-31a5984beb30 2019-01-03 17:25:54,236 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst] is - ACTIVE 2019-01-03 17:25:54,236 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:25:57,239 - create_instance - DEBUG - VM status query timeout in 293.321026087 2019-01-03 17:25:57,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57728d8f55ba9bdfe2ef78f2d6204551f65b0423" 2019-01-03 17:25:57,285 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:25:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b01e010-8d06-4e8b-8aa1-430a57c2afac x-compute-request-id: req-0b01e010-8d06-4e8b-8aa1-430a57c2afac Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 74b055ec-75cb-4b28-bee6-60f356e81fbb could not be found.", "code": 404}} 2019-01-03 17:25:57,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/74b055ec-75cb-4b28-bee6-60f356e81fbb used request id req-0b01e010-8d06-4e8b-8aa1-430a57c2afac 2019-01-03 17:25:57,285 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 74b055ec-75cb-4b28-bee6-60f356e81fbb could not be found. (HTTP 404) (Request-ID: req-0b01e010-8d06-4e8b-8aa1-430a57c2afac) 2019-01-03 17:25:57,286 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-vm_inst 2019-01-03 17:25:57,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:58,049 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:25:57 GMT Server: Apache x-compute-request-id: req-b6884783-9df5-41fd-a343-c5158d339779 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6884783-9df5-41fd-a343-c5158d339779 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:25:40.000000", "replication_status": null, "snapshot_id": null, "id": "b2d73ed3-13ec-4261-974a-d46d87b8e032", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1c0e19aa-2333-4e63-904e-72249ca025d0", "bootable": "false", "created_at": "2019-01-03T17:25:01.000000", "volume_type": null}} 2019-01-03 17:25:58,050 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-b6884783-9df5-41fd-a343-c5158d339779 2019-01-03 17:25:58,050 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:25:58,050 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:58,050 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:58,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:58,880 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:25:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a340e00f-66bd-48e0-b910-82ca989a4970 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. 2019-01-03 17:25:58,881 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-a340e00f-66bd-48e0-b910-82ca989a4970 2019-01-03 17:25:58,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34737007-a207-4b14-87ac-f54742add902" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6147a496d7b8d378e068375f211a828fd68743" 2019-01-03 17:25:59,623 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:25:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a4f51075-9f28-47ce-ab47-80619850282c x-openstack-request-id: req-a4f51075-9f28-47ce-ab47-80619850282c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b2d73ed3-13ec-4261-974a-d46d87b8e032 could not be found.", "code": 404}} 2019-01-03 17:25:59,623 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/b2d73ed3-13ec-4261-974a-d46d87b8e032 used request id req-a4f51075-9f28-47ce-ab47-80619850282c 2019-01-03 17:25:59,623 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b2d73ed3-13ec-4261-974a-d46d87b8e032 could not be found. (HTTP 404) (Request-ID: req-a4f51075-9f28-47ce-ab47-80619850282c) 2019-01-03 17:25:59,623 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0 2019-01-03 17:25:59,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24589063cba7285a20690bb4eb80b5e527ec2c9e" 2019-01-03 17:25:59,663 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17: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 x-openstack-request-id: req-0c956d37-3c40-4595-8270-90dd219f41c3 x-compute-request-id: req-0c956d37-3c40-4595-8270-90dd219f41c3 Content-Length: 0 Content-Type: application/json 2019-01-03 17:25:59,663 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/bdde035d-bfc3-46ec-ab6d-266d7f9a650e used request id req-0c956d37-3c40-4595-8270-90dd219f41c3 2019-01-03 17:25:59,664 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet 2019-01-03 17:25:59,664 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-subnet 2019-01-03 17:25:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3ef5c846-83a1-4562-8dcb-c215dbaa9d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:26:01,838 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf8c8fc8-0ae1-4d2a-8b8d-2fc166bc25b5 Date: Thu, 03 Jan 2019 17:26:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:26:01,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3ef5c846-83a1-4562-8dcb-c215dbaa9d5a used request id req-cf8c8fc8-0ae1-4d2a-8b8d-2fc166bc25b5 2019-01-03 17:26:01,839 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-net 2019-01-03 17:26:01,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6677b624-eaab-41d9-9306-065cabbfe72c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15572227fe7161f8ac8678736e989c2d2c3c703" 2019-01-03 17:26:03,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3de98d35-230a-417f-9c96-9394a271b4ea Date: Thu, 03 Jan 2019 17:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:26:03,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6677b624-eaab-41d9-9306-065cabbfe72c used request id req-3de98d35-230a-417f-9c96-9394a271b4ea 2019-01-03 17:26:03,845 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-1c0e19aa-2333-4e63-904e-72249ca025d0-image 2019-01-03 17:26:03,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b435c69fa0c40f2ac46a594f36ee503d76b13ea" 2019-01-03 17:26:05,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b11d751-fd0f-403c-b649-847b92a9b4a9 Date: Thu, 03 Jan 2019 17:26:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:26:05,209 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c2856720-cc8f-46be-96d5-497ab47b929f used request id req-4b11d751-fd0f-403c-b649-847b92a9b4a9 2019-01-03 17:26:05,211 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:26:05,213 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:26:05,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:05,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:05,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["db_QPm_tS4S9KkJIv262QA"], "issued_at": "2019-01-03T17:26:05.000000Z"}} 2019-01-03 17:26:05,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}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:05,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd67264-feb1-4f2e-a734-f078731a5817 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"}]}} 2019-01-03 17:26:05,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3bd67264-feb1-4f2e-a734-f078731a5817 2019-01-03 17:26:05,695 - 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-5799879f-67e4-4453-9535-38849242bfbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:05,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-8d846649-2beb-49b5-bce1-16fc4abccc47 Date: Thu, 03 Jan 2019 17:26:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image"} 2019-01-03 17:26:05,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image used request id req-8d846649-2beb-49b5-bce1-16fc4abccc47 2019-01-03 17:26:05,959 - 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}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:06,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ed7af34-b2c3-4560-8a85-0899ea22579c Date: Thu, 03 Jan 2019 17:26: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"}}} 2019-01-03 17:26:06,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6ed7af34-b2c3-4560-8a85-0899ea22579c 2019-01-03 17:26:06,153 - 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}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image"}' 2019-01-03 17:26:06,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 X-Openstack-Request-Id: req-b189ee1a-c8e0-4211-86ac-aa2d5ea98f62 Date: Thu, 03 Jan 2019 17:26:06 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:26:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:26:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123", "min_disk": 0, "protected": false, "id": "5353f746-2269-49a0-b33c-50bf79075123", "file": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:26:06,887 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b189ee1a-c8e0-4211-86ac-aa2d5ea98f62 2019-01-03 17:26:06,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" -d '' 2019-01-03 17:26:08,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a87a8d6-263a-4911-bed9-a61a45535395 Date: Thu, 03 Jan 2019 17:26:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:26:08,215 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file used request id req-5a87a8d6-263a-4911-bed9-a61a45535395 2019-01-03 17:26:08,216 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:26:08,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:08,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-1a42ae07-1013-4446-9804-d2c32f129d6d Date: Thu, 03 Jan 2019 17:26:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "metadata": {}}], "self": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123", "min_disk": 0, "protected": false, "id": "5353f746-2269-49a0-b33c-50bf79075123", "file": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:26:08,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 used request id req-1a42ae07-1013-4446-9804-d2c32f129d6d 2019-01-03 17:26:08,429 - 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}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:08,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b5a5bb1e-a068-45c5-9aae-000df4e79e07 Date: Thu, 03 Jan 2019 17:26:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:26:08,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b5a5bb1e-a068-45c5-9aae-000df4e79e07 2019-01-03 17:26:08,585 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image 2019-01-03 17:26:08,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:26:08,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f06210db-f676-4ca9-ba7e-d5d7ddffc1cb Date: Thu, 03 Jan 2019 17:26:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "metadata": {}}], "self": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123", "min_disk": 0, "protected": false, "id": "5353f746-2269-49a0-b33c-50bf79075123", "file": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:26:08,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 used request id req-f06210db-f676-4ca9-ba7e-d5d7ddffc1cb 2019-01-03 17:26:08,606 - create_image - DEBUG - Instance status is - active 2019-01-03 17:26:08,606 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image 2019-01-03 17:26:08,606 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image 2019-01-03 17:26:08,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:08,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:08,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["11tOY3lDT-SnVR_onbT9Sg"], "issued_at": "2019-01-03T17:26:08.000000Z"}} 2019-01-03 17:26:08,979 - 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}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:08,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a320a472-ee05-4683-bfa9-b61697c1ae89 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"}]}} 2019-01-03 17:26:08,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a320a472-ee05-4683-bfa9-b61697c1ae89 2019-01-03 17:26:08,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:09,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3256b9e3-8213-45ea-9fe5-de687dcc2322 Date: Thu, 03 Jan 2019 17:26:09 GMT RESP BODY: {"networks":[]} 2019-01-03 17:26:09,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-3256b9e3-8213-45ea-9fe5-de687dcc2322 2019-01-03 17:26:09,170 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net 2019-01-03 17:26:09,175 - 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}84271694b8e439fa3b384581da644f92ff8c2dff" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net", "admin_state_up": true}}' 2019-01-03 17:26:09,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-9cdd1504-f10d-4521-86ce-dc2fe21f9de2 Date: Thu, 03 Jan 2019 17:26:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:26:09Z","is_default":false,"provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","mtu":1450}} 2019-01-03 17:26:09,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-9cdd1504-f10d-4521-86ce-dc2fe21f9de2 2019-01-03 17:26:09,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:09,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f4b268c2-383e-4bee-b299-a4c4b8700f51 Date: Thu, 03 Jan 2019 17:26:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:26:09Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:09,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-f4b268c2-383e-4bee-b299-a4c4b8700f51 2019-01-03 17:26:09,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:10,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-557de326-f368-4aaf-a2d2-c0f64124dadd Date: Thu, 03 Jan 2019 17:26:10 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:26:10,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-557de326-f368-4aaf-a2d2-c0f64124dadd 2019-01-03 17:26:10,056 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet 2019-01-03 17:26:10,061 - 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}84271694b8e439fa3b384581da644f92ff8c2dff" -d '{"subnets": [{"ip_version": 4, "network_id": "5598b70b-a73b-4e20-a9f9-9af44cb69da7", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]}' 2019-01-03 17:26:10,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d68935c1-f47a-4341-b3d0-de171b2a49d2 Date: Thu, 03 Jan 2019 17:26:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:10,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d68935c1-f47a-4341-b3d0-de171b2a49d2 2019-01-03 17:26:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:10,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-839904f5-92f4-4176-9824-1e9e01980bf2 Date: Thu, 03 Jan 2019 17:26:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:10,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-839904f5-92f4-4176-9824-1e9e01980bf2 2019-01-03 17:26:10,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:26:11,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8906edb8-21b3-46ee-8866-90501474a841 Date: Thu, 03 Jan 2019 17:26:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:11,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-8906edb8-21b3-46ee-8866-90501474a841 2019-01-03 17:26:11,252 - OpenStackNetwork - DEBUG - Network [5598b70b-a73b-4e20-a9f9-9af44cb69da7] created successfully 2019-01-03 17:26:11,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:11,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:11,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["5ih9WX9qS7a6ZMEtKqSAaA"], "issued_at": "2019-01-03T17:26:11.000000Z"}} 2019-01-03 17:26:11,634 - 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}6b25250d374109180aa0493e9cb1974f01450230" 2019-01-03 17:26:11,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46457357-fa09-47f5-b6f5-8964e6dc286a 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"}]}} 2019-01-03 17:26:11,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-46457357-fa09-47f5-b6f5-8964e6dc286a 2019-01-03 17:26:11,647 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:26:11,651 - 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}6b25250d374109180aa0493e9cb1974f01450230" 2019-01-03 17:26:11,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26: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-6a42f16f-4a33-4f3c-a3b5-c053f8bad71d x-compute-request-id: req-6a42f16f-4a33-4f3c-a3b5-c053f8bad71d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:26:11,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6a42f16f-4a33-4f3c-a3b5-c053f8bad71d 2019-01-03 17:26:11,835 - 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}6b25250d374109180aa0493e9cb1974f01450230" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:26:11,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26: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-4b492641-6eb9-456a-a721-07b74ab0952f x-compute-request-id: req-4b492641-6eb9-456a-a721-07b74ab0952f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:26:11,934 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4b492641-6eb9-456a-a721-07b74ab0952f 2019-01-03 17:26:11,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:11,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:12,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["stxgnmdARHmaBRSgWz7I1Q"], "issued_at": "2019-01-03T17:26:12.000000Z"}} 2019-01-03 17:26:12,336 - 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}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:26:12,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e7de064-357c-4d8c-8542-5683fe4c9e75 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"}]}} 2019-01-03 17:26:12,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e7de064-357c-4d8c-8542-5683fe4c9e75 2019-01-03 17:26:12,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:26:13,299 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:12 GMT Server: Apache x-compute-request-id: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 17:26:13,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-57fa6c61-7f25-4161-a33a-8ddd8ed99343 2019-01-03 17:26:13,302 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf", "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}}' 2019-01-03 17:26:14,324 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:26:13 GMT Server: Apache x-compute-request-id: req-d7f0ba6a-e0b1-4713-bd3e-3d73b5b2418a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7f0ba6a-e0b1-4713-bd3e-3d73b5b2418a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T17:26:14.128847", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "size": 1}} 2019-01-03 17:26:14,324 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes used request id req-d7f0ba6a-e0b1-4713-bd3e-3d73b5b2418a 2019-01-03 17:26:14,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:26:15,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:14 GMT Server: Apache x-compute-request-id: req-1917e34c-d47a-432e-a857-b6f82fa4c47f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1917e34c-d47a-432e-a857-b6f82fa4c47f 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/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:26:14.000000", "replication_status": null, "snapshot_id": null, "id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-5799879f-67e4-4453-9535-38849242bfbf", "bootable": "false", "created_at": "2019-01-03T17:26:14.000000", "volume_type": null}} 2019-01-03 17:26:15,096 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 used request id req-1917e34c-d47a-432e-a857-b6f82fa4c47f 2019-01-03 17:26:15,097 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:26:15,099 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:26:15,868 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:15 GMT Server: Apache x-compute-request-id: req-915bcc9b-a5e8-4310-aa19-378b208e08ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-915bcc9b-a5e8-4310-aa19-378b208e08ec 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/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:26:14.000000", "replication_status": null, "snapshot_id": null, "id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-5799879f-67e4-4453-9535-38849242bfbf", "bootable": "false", "created_at": "2019-01-03T17:26:14.000000", "volume_type": null}} 2019-01-03 17:26:15,868 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 used request id req-915bcc9b-a5e8-4310-aa19-378b208e08ec 2019-01-03 17:26:15,869 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:26:15,869 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:26:15,869 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:26:15,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:15,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:16,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["-hWN91GJTrOuJEu7feWc3w"], "issued_at": "2019-01-03T17:26:16.000000Z"}} 2019-01-03 17:26:16,246 - 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}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:16,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa769a5-73d1-45ef-a721-c0a6f3f8bd11 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"}]}} 2019-01-03 17:26:16,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bfa769a5-73d1-45ef-a721-c0a6f3f8bd11 2019-01-03 17:26:16,408 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:26:16,410 - 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}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:16,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded3cd76-74d1-470b-886f-784b9b0b84dd 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"}]}} 2019-01-03 17:26:16,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ded3cd76-74d1-470b-886f-784b9b0b84dd 2019-01-03 17:26:16,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:16,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-75d20bfc-7f22-4f40-b09d-d87a8517597f Date: Thu, 03 Jan 2019 17:26:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:16,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-75d20bfc-7f22-4f40-b09d-d87a8517597f 2019-01-03 17:26:16,731 - 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" 2019-01-03 17:26:16,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:26: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"}]}]}} 2019-01-03 17:26:16,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:16,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab0ddfc-7f72-4259-8df8-ed8d1d91b46f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:26:16,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-8ab0ddfc-7f72-4259-8df8-ed8d1d91b46f 2019-01-03 17:26:16,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-673a7890-01f3-4b71-bde5-007ebcac7304 Date: Thu, 03 Jan 2019 17:26:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:17,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-673a7890-01f3-4b71-bde5-007ebcac7304 2019-01-03 17:26:17,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5131f0bf-f6a5-4752-a5fb-43a560dab49e Date: Thu, 03 Jan 2019 17:26:17 GMT RESP BODY: {"ports":[]} 2019-01-03 17:26:17,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True used request id req-5131f0bf-f6a5-4752-a5fb-43a560dab49e 2019-01-03 17:26:17,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d26f865b-866e-4a90-98a6-c730a646df3f x-compute-request-id: req-d26f865b-866e-4a90-98a6-c730a646df3f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:26:17,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst used request id req-d26f865b-866e-4a90-98a6-c730a646df3f 2019-01-03 17:26:17,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4839831f-bbf5-40dd-9c0f-4eb97388b0e8 Date: Thu, 03 Jan 2019 17:26:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:17,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-4839831f-bbf5-40dd-9c0f-4eb97388b0e8 2019-01-03 17:26:17,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4192afbc-cfc6-48d9-b7bd-cb8a45883bca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:26:17,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-4192afbc-cfc6-48d9-b7bd-cb8a45883bca 2019-01-03 17:26:17,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:17,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cbaa026a-c11e-4016-beaa-692dd233787b Date: Thu, 03 Jan 2019 17:26:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:17,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-cbaa026a-c11e-4016-beaa-692dd233787b 2019-01-03 17:26:17,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:18,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b655a33-ec2f-42a1-a14d-03bce2f68c2e Date: Thu, 03 Jan 2019 17:26:18 GMT RESP BODY: {"ports":[]} 2019-01-03 17:26:18,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True used request id req-5b655a33-ec2f-42a1-a14d-03bce2f68c2e 2019-01-03 17:26:18,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:26:18,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:26:18,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:26:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Z1XDFybqT16-qgAgI7LI4g"], "issued_at": "2019-01-03T17:26:18.000000Z"}} 2019-01-03 17:26:18,495 - 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}97063f3391736e836838749c31f3161069f083cf" 2019-01-03 17:26:18,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ecf6d87-a1ed-4812-a8b1-67b3d26b31d3 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"}]}} 2019-01-03 17:26:18,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0ecf6d87-a1ed-4812-a8b1-67b3d26b31d3 2019-01-03 17:26:18,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:18,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3320ab8e-ff75-4e61-9c1d-8e718622cf68 Date: Thu, 03 Jan 2019 17:26:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:18,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-3320ab8e-ff75-4e61-9c1d-8e718622cf68 2019-01-03 17:26:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:19,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2be9b888-b2e2-475f-bd50-5aa02582eca9 Date: Thu, 03 Jan 2019 17:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:19,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-2be9b888-b2e2-475f-bd50-5aa02582eca9 2019-01-03 17:26:19,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:19,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6247acb4-89ee-4b41-b1d2-1b7153387d01 Date: Thu, 03 Jan 2019 17:26:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:19,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-6247acb4-89ee-4b41-b1d2-1b7153387d01 2019-01-03 17:26:19,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" 2019-01-03 17:26:19,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:26: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"}]}]}} 2019-01-03 17:26:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97063f3391736e836838749c31f3161069f083cf" 2019-01-03 17:26:19,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c62e570-b13c-4273-9737-25a8e540c88e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:26:19,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-4c62e570-b13c-4273-9737-25a8e540c88e 2019-01-03 17:26:19,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:19,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ebb02d17-56c3-4143-8bf3-acbd3380b351 Date: Thu, 03 Jan 2019 17:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:19,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-ebb02d17-56c3-4143-8bf3-acbd3380b351 2019-01-03 17:26:19,608 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net 2019-01-03 17:26:19,613 - 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}8839907b82c783d82ccde16020efc34a550b75f2" -d '{"port": {"network_id": "5598b70b-a73b-4e20-a9f9-9af44cb69da7", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port", "admin_state_up": true}}' 2019-01-03 17:26:20,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-bddcab2b-5005-4157-9c98-16ca5143751f Date: Thu, 03 Jan 2019 17:26:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:20Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.14"}],"id":"c21044fb-db62-4958-996f-166918a81648","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:06:64","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:19Z","binding:vnic_type":"normal"}} 2019-01-03 17:26:20,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-bddcab2b-5005-4157-9c98-16ca5143751f 2019-01-03 17:26:20,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:20,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a781e648-6d50-4cdb-b7d6-073ce2ac5039 Date: Thu, 03 Jan 2019 17:26:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:26:20,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-a781e648-6d50-4cdb-b7d6-073ce2ac5039 2019-01-03 17:26:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:20,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9259608b-d71a-434c-adb5-41f2405a6ba6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:26:20,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-9259608b-d71a-434c-adb5-41f2405a6ba6 2019-01-03 17:26:20,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:20,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c07cdbd7-1488-466d-93fa-a9aa5e3fe786 Date: Thu, 03 Jan 2019 17:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:26:20,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-c07cdbd7-1488-466d-93fa-a9aa5e3fe786 2019-01-03 17:26:20,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:20,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-fa3a1c6a-750c-4986-9f85-f3a443776250 Date: Thu, 03 Jan 2019 17:26:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:20Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.14"}],"id":"c21044fb-db62-4958-996f-166918a81648","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:06:64","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:19Z","binding:vnic_type":"normal"}]} 2019-01-03 17:26:20,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port&admin_state_up=True used request id req-fa3a1c6a-750c-4986-9f85-f3a443776250 2019-01-03 17:26:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:21,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9963f7-630b-49ac-83f3-3d849e6c2a9e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:26:21,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-7f9963f7-630b-49ac-83f3-3d849e6c2a9e 2019-01-03 17:26:21,047 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst 2019-01-03 17:26:21,050 - 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}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:21,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8cb44d5-bd41-480d-8a3c-31ed460a77b6 x-compute-request-id: req-d8cb44d5-bd41-480d-8a3c-31ed460a77b6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-flavor"}]} 2019-01-03 17:26:21,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d8cb44d5-bd41-480d-8a3c-31ed460a77b6 2019-01-03 17:26:21,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:21,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-913abdf6-0eb8-4d07-bac2-1c2430586637 x-compute-request-id: req-913abdf6-0eb8-4d07-bac2-1c2430586637 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:26:21,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb used request id req-913abdf6-0eb8-4d07-bac2-1c2430586637 2019-01-03 17:26:21,103 - 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-5799879f-67e4-4453-9535-38849242bfbf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:21,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-acb19487-1fe9-4e11-95bc-1d0c4ea946e3 Date: Thu, 03 Jan 2019 17:26:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:26:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:26:08Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "metadata": {}}], "self": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123", "min_disk": 0, "protected": false, "id": "5353f746-2269-49a0-b33c-50bf79075123", "file": "/v2/images/5353f746-2269-49a0-b33c-50bf79075123/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/5353f746-2269-49a0-b33c-50bf79075123/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image"} 2019-01-03 17:26:21,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image used request id req-acb19487-1fe9-4e11-95bc-1d0c4ea946e3 2019-01-03 17:26:21,294 - 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}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:21,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-48c262dc-0862-4d8e-acbf-9c7e92335264 Date: Thu, 03 Jan 2019 17:26:21 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"}}} 2019-01-03 17:26:21,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-48c262dc-0862-4d8e-acbf-9c7e92335264 2019-01-03 17:26:21,873 - 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}8839907b82c783d82ccde16020efc34a550b75f2" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "imageRef": "5353f746-2269-49a0-b33c-50bf79075123", "flavorRef": "79eee67c-072f-4d58-8d23-9856b681b8cb", "max_count": 1, "min_count": 1, "networks": [{"port": "c21044fb-db62-4958-996f-166918a81648"}]}}' 2019-01-03 17:26:24,039 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:26:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ad7ff5d-a1be-48ad-afe6-172787912dcd x-compute-request-id: req-4ad7ff5d-a1be-48ad-afe6-172787912dcd Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "adminPass": "EqB7VxjWDRpn"}} 2019-01-03 17:26:24,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4ad7ff5d-a1be-48ad-afe6-172787912dcd 2019-01-03 17:26:24,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:24,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5300ff2d-4418-4fd5-aaa6-f7928414c827 x-compute-request-id: req-5300ff2d-4418-4fd5-aaa6-f7928414c827 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:24,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-5300ff2d-4418-4fd5-aaa6-f7928414c827 2019-01-03 17:26:24,404 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst 2019-01-03 17:26:24,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:25,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8827a1a-235f-4c02-9b8c-41bbf56be0ad x-compute-request-id: req-c8827a1a-235f-4c02-9b8c-41bbf56be0ad Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:25,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-c8827a1a-235f-4c02-9b8c-41bbf56be0ad 2019-01-03 17:26:25,289 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:25,289 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:28,293 - create_instance - DEBUG - VM status query timeout in 896.111697197 2019-01-03 17:26:28,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:28,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-4acb492b-e8f7-430c-ac4f-d18cafacf08b x-compute-request-id: req-4acb492b-e8f7-430c-ac4f-d18cafacf08b 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:28,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-4acb492b-e8f7-430c-ac4f-d18cafacf08b 2019-01-03 17:26:28,535 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:28,535 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:31,539 - create_instance - DEBUG - VM status query timeout in 892.865765095 2019-01-03 17:26:31,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:32,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-c013870e-ea33-48f9-ab98-1a8230ac1c33 x-compute-request-id: req-c013870e-ea33-48f9-ab98-1a8230ac1c33 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:32,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-c013870e-ea33-48f9-ab98-1a8230ac1c33 2019-01-03 17:26:32,541 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:32,541 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:35,544 - create_instance - DEBUG - VM status query timeout in 888.86040616 2019-01-03 17:26:35,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:35,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9493fbe2-c36e-4eaf-9390-fb44a5c3041e x-compute-request-id: req-9493fbe2-c36e-4eaf-9390-fb44a5c3041e 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:35,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-9493fbe2-c36e-4eaf-9390-fb44a5c3041e 2019-01-03 17:26:35,971 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:35,971 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:38,975 - create_instance - DEBUG - VM status query timeout in 885.429836035 2019-01-03 17:26:38,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:39,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8074bc99-c889-4cf1-9563-fa705328acd0 x-compute-request-id: req-8074bc99-c889-4cf1-9563-fa705328acd0 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:39,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-8074bc99-c889-4cf1-9563-fa705328acd0 2019-01-03 17:26:39,400 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:39,401 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:42,404 - create_instance - DEBUG - VM status query timeout in 882.00059104 2019-01-03 17:26:42,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:42,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-718c5108-01b4-480f-b718-b55340517619 x-compute-request-id: req-718c5108-01b4-480f-b718-b55340517619 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:42,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-718c5108-01b4-480f-b718-b55340517619 2019-01-03 17:26:42,650 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:42,650 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:45,653 - create_instance - DEBUG - VM status query timeout in 878.751372099 2019-01-03 17:26:45,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:46,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f90d6e28-9b57-4df6-9b4b-3af53aa600c5 x-compute-request-id: req-f90d6e28-9b57-4df6-9b4b-3af53aa600c5 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:46,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-f90d6e28-9b57-4df6-9b4b-3af53aa600c5 2019-01-03 17:26:46,093 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:46,094 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:49,097 - create_instance - DEBUG - VM status query timeout in 875.307517052 2019-01-03 17:26:49,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:49,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a999be34-bb41-4090-bb92-899b6a25cf7e x-compute-request-id: req-a999be34-bb41-4090-bb92-899b6a25cf7e 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:49,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-a999be34-bb41-4090-bb92-899b6a25cf7e 2019-01-03 17:26:49,503 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:49,503 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:52,506 - create_instance - DEBUG - VM status query timeout in 871.898268223 2019-01-03 17:26:52,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:52,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0ef564c-5fe7-4011-a1b9-696ca1c77fd0 x-compute-request-id: req-b0ef564c-5fe7-4011-a1b9-696ca1c77fd0 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:52,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-b0ef564c-5fe7-4011-a1b9-696ca1c77fd0 2019-01-03 17:26:52,910 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:52,910 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:55,914 - create_instance - DEBUG - VM status query timeout in 868.490862131 2019-01-03 17:26:55,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:26:56,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:26:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72f24725-f571-480a-999c-d7c846c57321 x-compute-request-id: req-72f24725-f571-480a-999c-d7c846c57321 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:26:56,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-72f24725-f571-480a-999c-d7c846c57321 2019-01-03 17:26:56,713 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:26:56,713 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:26:59,717 - create_instance - DEBUG - VM status query timeout in 864.687808037 2019-01-03 17:26:59,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:00,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-be9da6e1-b4f0-4b62-9016-33127a222f82 x-compute-request-id: req-be9da6e1-b4f0-4b62-9016-33127a222f82 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:06:64", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:26:56Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:00,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-be9da6e1-b4f0-4b62-9016-33127a222f82 2019-01-03 17:27:00,473 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - BUILD 2019-01-03 17:27:00,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:03,477 - create_instance - DEBUG - VM status query timeout in 860.927719116 2019-01-03 17:27:03,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:04,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20e87694-614a-4f7d-bce1-482639ff610c x-compute-request-id: req-20e87694-614a-4f7d-bce1-482639ff610c Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:06:64", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:02Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:04,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-20e87694-614a-4f7d-bce1-482639ff610c 2019-01-03 17:27:04,346 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - ACTIVE 2019-01-03 17:27:04,346 - create_instance - INFO - VM is - ACTIVE 2019-01-03 17:27:04,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:04,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15b1e432-f2f6-4b4b-bb45-79ede307743c x-compute-request-id: req-15b1e432-f2f6-4b4b-bb45-79ede307743c Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:06:64", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:02Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:04,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-15b1e432-f2f6-4b4b-bb45-79ede307743c 2019-01-03 17:27:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:04,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b4fe6ea5-c9b5-4d8c-ac8e-faa49012976e Date: Thu, 03 Jan 2019 17:27:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:04,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-b4fe6ea5-c9b5-4d8c-ac8e-faa49012976e 2019-01-03 17:27:04,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:05,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7cf2b00-57eb-4fbd-8b56-2fbca334722d Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:05,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-d7cf2b00-57eb-4fbd-8b56-2fbca334722d 2019-01-03 17:27:05,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:05,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ee27dfb3-21b1-4d94-acdb-fe1bb36bf6c7 Date: Thu, 03 Jan 2019 17:27:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:27:05,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-ee27dfb3-21b1-4d94-acdb-fe1bb36bf6c7 2019-01-03 17:27:05,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:05,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-e543efb1-54e8-4f21-a8bc-ec1ec553a2bf Date: Thu, 03 Jan 2019 17:27:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.2"}],"id":"4f7bbaed-1f9c-483c-bba8-235361c46a7f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:99:d6","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.4"}],"id":"4fb82ef8-2e53-42ff-8160-d287e962d7c6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:b8:56","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.3"}],"id":"98a7ac8d-7bc5-4da1-bb4e-f5316836c524","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:e8:0f","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.14"}],"id":"c21044fb-db62-4958-996f-166918a81648","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:06:64","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"03affd58-bcee-43f0-90b3-102f5fee4fcb","name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:19Z","binding:vnic_type":"normal"}]} 2019-01-03 17:27:05,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-e543efb1-54e8-4f21-a8bc-ec1ec553a2bf 2019-01-03 17:27:05,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:05,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["YZAcykUUSymfjTy5dqoJWQ"], "issued_at": "2019-01-03T17:27:05.000000Z"}} 2019-01-03 17:27:05,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}db13ea6b0daf3856a33b5c2dea9ddd5a98f8ab56" 2019-01-03 17:27:05,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb58db3-bcbd-4057-b59d-487967b2fae8 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"}]}} 2019-01-03 17:27:05,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6cb58db3-bcbd-4057-b59d-487967b2fae8 2019-01-03 17:27:05,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:06,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b82b9dd0-b195-49db-ad0a-e1f80a3e3043 x-compute-request-id: req-b82b9dd0-b195-49db-ad0a-e1f80a3e3043 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:06:64", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:02Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:06,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-b82b9dd0-b195-49db-ad0a-e1f80a3e3043 2019-01-03 17:27:06,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:06,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a8105305-bb3a-43f1-8f85-8b0f58c4ff9c Date: Thu, 03 Jan 2019 17:27:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["ad70b027-d2e6-496f-b129-230716ce8b9f"],"description":"","tags":[],"updated_at":"2019-01-03T17:26:10Z","provider:segmentation_id":58,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:09Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:06,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net used request id req-a8105305-bb3a-43f1-8f85-8b0f58c4ff9c 2019-01-03 17:27:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:06,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24852b75-4bc8-48d0-bbd6-b103f6f51e2e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:06,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-24852b75-4bc8-48d0-bbd6-b103f6f51e2e 2019-01-03 17:27:06,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:06,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-33eea7ae-a6bc-4182-b4b9-dfc20c3fc521 Date: Thu, 03 Jan 2019 17:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","dns_nameservers":[],"updated_at":"2019-01-03T17:26:10Z","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":"f722d3fa025d4075b293873d61c918ee","id":"ad70b027-d2e6-496f-b129-230716ce8b9f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet"}]} 2019-01-03 17:27:06,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-33eea7ae-a6bc-4182-b4b9-dfc20c3fc521 2019-01-03 17:27:06,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:06,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-db581ed3-267e-4639-8dfc-cc75675b5996 Date: Thu, 03 Jan 2019 17:27:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.2"}],"id":"4f7bbaed-1f9c-483c-bba8-235361c46a7f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:99:d6","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.4"}],"id":"4fb82ef8-2e53-42ff-8160-d287e962d7c6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:b8:56","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.3"}],"id":"98a7ac8d-7bc5-4da1-bb4e-f5316836c524","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:e8:0f","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5598b70b-a73b-4e20-a9f9-9af44cb69da7","name":"","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:26:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ad70b027-d2e6-496f-b129-230716ce8b9f","ip_address":"10.55.0.14"}],"id":"c21044fb-db62-4958-996f-166918a81648","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:06:64","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"03affd58-bcee-43f0-90b3-102f5fee4fcb","name":"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port","admin_state_up":true,"network_id":"5598b70b-a73b-4e20-a9f9-9af44cb69da7","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:26:19Z","binding:vnic_type":"normal"}]} 2019-01-03 17:27:06,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-db581ed3-267e-4639-8dfc-cc75675b5996 2019-01-03 17:27:06,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db13ea6b0daf3856a33b5c2dea9ddd5a98f8ab56" -d '{"volumeAttachment": {"volumeId": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2"}}' 2019-01-03 17:27:08,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d694a6ba-da38-49ff-a865-d14d0eccb948 x-compute-request-id: req-d694a6ba-da38-49ff-a865-d14d0eccb948 Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "volumeId": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2"}} 2019-01-03 17:27:08,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb/os-volume_attachments used request id req-d694a6ba-da38-49ff-a865-d14d0eccb948 2019-01-03 17:27:08,540 - create_instance - INFO - Deleting Port with ID - c21044fb-db62-4958-996f-166918a81648 2019-01-03 17:27:08,540 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-port 2019-01-03 17:27:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/c21044fb-db62-4958-996f-166918a81648 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:09,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4bbe122-c082-438d-90e7-022f3cf42437 Date: Thu, 03 Jan 2019 17:27:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:27:09,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/c21044fb-db62-4958-996f-166918a81648 used request id req-e4bbe122-c082-438d-90e7-022f3cf42437 2019-01-03 17:27:09,168 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst 2019-01-03 17:27:09,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:09,396 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c25cccd4-65b2-4ee4-a9a7-84e8d27bd7f1 x-compute-request-id: req-c25cccd4-65b2-4ee4-a9a7-84e8d27bd7f1 Content-Type: application/json 2019-01-03 17:27:09,396 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-c25cccd4-65b2-4ee4-a9a7-84e8d27bd7f1 2019-01-03 17:27:09,397 - create_instance - INFO - Checking deletion status 2019-01-03 17:27:09,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:09,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62f22340-6c7a-4fec-aca2-79a061a88e3d x-compute-request-id: req-62f22340-6c7a-4fec-aca2-79a061a88e3d Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:06:64", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:09Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2"}], "metadata": {}}} 2019-01-03 17:27:09,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-62f22340-6c7a-4fec-aca2-79a061a88e3d 2019-01-03 17:27:09,974 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - ACTIVE 2019-01-03 17:27:09,974 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:12,978 - create_instance - DEBUG - VM status query timeout in 296.419219017 2019-01-03 17:27:12,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:13,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-de3b21fa-70bf-49b9-b3fe-28b11491643f x-compute-request-id: req-de3b21fa-70bf-49b9-b3fe-28b11491643f Content-Encoding: gzip Content-Length: 763 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:11Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2"}], "metadata": {}}} 2019-01-03 17:27:13,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-de3b21fa-70bf-49b9-b3fe-28b11491643f 2019-01-03 17:27:13,415 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - ACTIVE 2019-01-03 17:27:13,415 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:16,418 - create_instance - DEBUG - VM status query timeout in 292.978830099 2019-01-03 17:27:16,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:16,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b0b8c796-c48f-4ca4-bb0d-f4ebc687e65c x-compute-request-id: req-b0b8c796-c48f-4ca4-bb0d-f4ebc687e65c Content-Encoding: gzip Content-Length: 763 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/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb", "rel": "bookmark"}], "image": {"id": "5353f746-2269-49a0-b33c-50bf79075123", "links": [{"href": "http://172.30.9.30:8774/images/5353f746-2269-49a0-b33c-50bf79075123", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T17:27:01.000000", "flavor": {"id": "79eee67c-072f-4d58-8d23-9856b681b8cb", "links": [{"href": "http://172.30.9.30:8774/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb", "rel": "bookmark"}]}, "id": "03affd58-bcee-43f0-90b3-102f5fee4fcb", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:11Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5799879f-67e4-4453-9535-38849242bfbf-vm_inst", "created": "2019-01-03T17:26:23Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2"}], "metadata": {}}} 2019-01-03 17:27:16,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-b0b8c796-c48f-4ca4-bb0d-f4ebc687e65c 2019-01-03 17:27:16,837 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst] is - ACTIVE 2019-01-03 17:27:16,837 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:19,841 - create_instance - DEBUG - VM status query timeout in 289.556313992 2019-01-03 17:27:19,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8839907b82c783d82ccde16020efc34a550b75f2" 2019-01-03 17:27:19,889 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-859c8af3-e8c5-4d52-9480-5a816426e179 x-compute-request-id: req-859c8af3-e8c5-4d52-9480-5a816426e179 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 03affd58-bcee-43f0-90b3-102f5fee4fcb could not be found.", "code": 404}} 2019-01-03 17:27:19,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03affd58-bcee-43f0-90b3-102f5fee4fcb used request id req-859c8af3-e8c5-4d52-9480-5a816426e179 2019-01-03 17:27:19,889 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 03affd58-bcee-43f0-90b3-102f5fee4fcb could not be found. (HTTP 404) (Request-ID: req-859c8af3-e8c5-4d52-9480-5a816426e179) 2019-01-03 17:27:19,889 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-vm_inst 2019-01-03 17:27:19,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:27:20,089 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:19 GMT Server: Apache x-compute-request-id: req-d80e96d3-af78-41ae-ad91-29f93eaba327 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d80e96d3-af78-41ae-ad91-29f93eaba327 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/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:27:12.000000", "replication_status": null, "snapshot_id": null, "id": "ac3345fe-bda6-4ebe-b377-9daf5d93bff2", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-5799879f-67e4-4453-9535-38849242bfbf", "bootable": "false", "created_at": "2019-01-03T17:26:14.000000", "volume_type": null}} 2019-01-03 17:27:20,089 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 used request id req-d80e96d3-af78-41ae-ad91-29f93eaba327 2019-01-03 17:27:20,090 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:27:20,090 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:27:20,090 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:27:20,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:27:20,931 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:27:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-df934a1a-bcf6-4625-9464-4aaafdd81c17 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. 2019-01-03 17:27:20,931 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 used request id req-df934a1a-bcf6-4625-9464-4aaafdd81c17 2019-01-03 17:27:20,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57fa6c61-7f25-4161-a33a-8ddd8ed99343" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5e156d0a95438cf78b77aa26eb9ee2191a4a850" 2019-01-03 17:27:21,656 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:27:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f89e6b6d-61eb-4989-99f0-9e66cb2cdf2f x-openstack-request-id: req-f89e6b6d-61eb-4989-99f0-9e66cb2cdf2f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ac3345fe-bda6-4ebe-b377-9daf5d93bff2 could not be found.", "code": 404}} 2019-01-03 17:27:21,656 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/ac3345fe-bda6-4ebe-b377-9daf5d93bff2 used request id req-f89e6b6d-61eb-4989-99f0-9e66cb2cdf2f 2019-01-03 17:27:21,656 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ac3345fe-bda6-4ebe-b377-9daf5d93bff2 could not be found. (HTTP 404) (Request-ID: req-f89e6b6d-61eb-4989-99f0-9e66cb2cdf2f) 2019-01-03 17:27:21,657 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf 2019-01-03 17:27:21,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b25250d374109180aa0493e9cb1974f01450230" 2019-01-03 17:27:21,700 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:27: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-69a12108-7cf3-40b0-9050-fedb42274205 x-compute-request-id: req-69a12108-7cf3-40b0-9050-fedb42274205 Content-Length: 0 Content-Type: application/json 2019-01-03 17:27:21,700 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/79eee67c-072f-4d58-8d23-9856b681b8cb used request id req-69a12108-7cf3-40b0-9050-fedb42274205 2019-01-03 17:27:21,701 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet 2019-01-03 17:27:21,701 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-subnet 2019-01-03 17:27:21,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ad70b027-d2e6-496f-b129-230716ce8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:27:23,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdbe8250-bbef-44d6-aa35-72b648eacd7e Date: Thu, 03 Jan 2019 17:27:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:27:23,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ad70b027-d2e6-496f-b129-230716ce8b9f used request id req-fdbe8250-bbef-44d6-aa35-72b648eacd7e 2019-01-03 17:27:23,995 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-net 2019-01-03 17:27:24,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5598b70b-a73b-4e20-a9f9-9af44cb69da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84271694b8e439fa3b384581da644f92ff8c2dff" 2019-01-03 17:27:25,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d01b82f-5b2a-4cf8-ba90-b9db809bb06c Date: Thu, 03 Jan 2019 17:27:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:27:25,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5598b70b-a73b-4e20-a9f9-9af44cb69da7 used request id req-8d01b82f-5b2a-4cf8-ba90-b9db809bb06c 2019-01-03 17:27:25,384 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-5799879f-67e4-4453-9535-38849242bfbf-image 2019-01-03 17:27:25,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62bb2d923dd91b4c1c55d0e08d653c9fa8793d30" 2019-01-03 17:27:27,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58787a2c-62f3-4439-8a8e-e7c84f824553 Date: Thu, 03 Jan 2019 17:27:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:27:27,075 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/5353f746-2269-49a0-b33c-50bf79075123 used request id req-58787a2c-62f3-4439-8a8e-e7c84f824553 2019-01-03 17:27:27,077 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:27:27,079 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:27:27,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:27,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:27,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["a5ja73ivTPq3zlpVirwZAQ"], "issued_at": "2019-01-03T17:27:27.000000Z"}} 2019-01-03 17:27:27,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}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:27,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee88e3c-dd91-4f07-89e3-92e93d215f2f 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"}]}} 2019-01-03 17:27:27,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dee88e3c-dd91-4f07-89e3-92e93d215f2f 2019-01-03 17:27:27,552 - 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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:27,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-ccaab642-fb23-4538-9830-e3d2828c41f9 Date: Thu, 03 Jan 2019 17:27:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image"} 2019-01-03 17:27:27,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image used request id req-ccaab642-fb23-4538-9830-e3d2828c41f9 2019-01-03 17:27:27,718 - 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}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:27,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2b553761-338d-4887-af21-94f4e0ab2d83 Date: Thu, 03 Jan 2019 17:27:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:27:27,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2b553761-338d-4887-af21-94f4e0ab2d83 2019-01-03 17:27:27,907 - 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}37dd753132317882898f71791ac735323b50afe7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image"}' 2019-01-03 17:27:28,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 X-Openstack-Request-Id: req-8a49eae1-0cb6-4dcd-a4b2-7aefd3f210df Date: Thu, 03 Jan 2019 17:27:28 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:27:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:27:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23", "min_disk": 0, "protected": false, "id": "74aadc66-3f90-4777-9bba-df2311109c23", "file": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:27:28,620 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8a49eae1-0cb6-4dcd-a4b2-7aefd3f210df 2019-01-03 17:27:28,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37dd753132317882898f71791ac735323b50afe7" -d '' 2019-01-03 17:27:30,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08e1c4a2-54dd-46f8-aa75-1f60275d4bf7 Date: Thu, 03 Jan 2019 17:27:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:27:30,001 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file used request id req-08e1c4a2-54dd-46f8-aa75-1f60275d4bf7 2019-01-03 17:27:30,001 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:27:30,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:30,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-795d3348-3007-4ad0-9a16-2b818855d9a9 Date: Thu, 03 Jan 2019 17:27:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:27:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:27:29Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "metadata": {}}], "self": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23", "min_disk": 0, "protected": false, "id": "74aadc66-3f90-4777-9bba-df2311109c23", "file": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:27:30,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 used request id req-795d3348-3007-4ad0-9a16-2b818855d9a9 2019-01-03 17:27:30,314 - 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}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:30,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59c9d59d-2444-4548-94bb-f5ce2a50ec7a Date: Thu, 03 Jan 2019 17:27: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"}}} 2019-01-03 17:27:30,480 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-59c9d59d-2444-4548-94bb-f5ce2a50ec7a 2019-01-03 17:27:30,483 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image 2019-01-03 17:27:30,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:27:30,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7570a69e-837a-4a0f-bf94-6cceeb31021e Date: Thu, 03 Jan 2019 17:27:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:27:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:27:29Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "metadata": {}}], "self": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23", "min_disk": 0, "protected": false, "id": "74aadc66-3f90-4777-9bba-df2311109c23", "file": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:27:30,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 used request id req-7570a69e-837a-4a0f-bf94-6cceeb31021e 2019-01-03 17:27:30,657 - create_image - DEBUG - Instance status is - active 2019-01-03 17:27:30,657 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image 2019-01-03 17:27:30,657 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image 2019-01-03 17:27:30,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:30,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:31,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["vDrhgdfDTJKUKgHDRNlb_A"], "issued_at": "2019-01-03T17:27:31.000000Z"}} 2019-01-03 17:27:31,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}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:31,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35b93ee3-cc52-406b-ad11-6a6e4cb83d52 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"}]}} 2019-01-03 17:27:31,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-35b93ee3-cc52-406b-ad11-6a6e4cb83d52 2019-01-03 17:27:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:31,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5bce4050-b1e5-4ac4-bc9a-333fec7bf28d Date: Thu, 03 Jan 2019 17:27:31 GMT RESP BODY: {"networks":[]} 2019-01-03 17:27:31,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-5bce4050-b1e5-4ac4-bc9a-333fec7bf28d 2019-01-03 17:27:31,285 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net 2019-01-03 17:27:31,290 - 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}a3f8b854e52a0d262450c79d952a90ce66c614e2" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net", "admin_state_up": true}}' 2019-01-03 17:27:31,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-68122c41-0933-4ab5-81ce-73cc4bac3e99 Date: Thu, 03 Jan 2019 17:27: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":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:27:31Z","is_default":false,"provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","mtu":1450}} 2019-01-03 17:27:31,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-68122c41-0933-4ab5-81ce-73cc4bac3e99 2019-01-03 17:27:31,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:32,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-25ef214b-d076-457e-9987-1bd831483734 Date: Thu, 03 Jan 2019 17:27:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:27:31Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:32,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-25ef214b-d076-457e-9987-1bd831483734 2019-01-03 17:27:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:32,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e846e4a1-8c94-4fc1-8465-f0fa60f3542b Date: Thu, 03 Jan 2019 17:27:32 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:27:32,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-e846e4a1-8c94-4fc1-8465-f0fa60f3542b 2019-01-03 17:27:32,266 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet 2019-01-03 17:27:32,271 - 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}a3f8b854e52a0d262450c79d952a90ce66c614e2" -d '{"subnets": [{"ip_version": 4, "network_id": "02e10ef1-2b5c-4cd5-baae-42437eda8074", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]}' 2019-01-03 17:27:33,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ba5d4271-d6dd-4614-b54e-7750970ef1c6 Date: Thu, 03 Jan 2019 17:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:33,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ba5d4271-d6dd-4614-b54e-7750970ef1c6 2019-01-03 17:27:33,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:33,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3a8593cb-d627-4292-8791-7a6f954b13fb Date: Thu, 03 Jan 2019 17:27:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:33,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-3a8593cb-d627-4292-8791-7a6f954b13fb 2019-01-03 17:27:33,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:27:33,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-714a7515-733c-40c5-9abc-27085d155a53 Date: Thu, 03 Jan 2019 17:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:33,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-714a7515-733c-40c5-9abc-27085d155a53 2019-01-03 17:27:33,573 - OpenStackNetwork - DEBUG - Network [02e10ef1-2b5c-4cd5-baae-42437eda8074] created successfully 2019-01-03 17:27:33,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:33,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:33,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ykjZCPzPTf2AJU-nWrLQEw"], "issued_at": "2019-01-03T17:27:33.000000Z"}} 2019-01-03 17:27:33,962 - 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}304af6b399d5dee7386eb0d6567e523b7daa1f72" 2019-01-03 17:27:34,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d093a165-cc47-4bb6-aeb6-7e1a69d5e4cc 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"}]}} 2019-01-03 17:27:34,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d093a165-cc47-4bb6-aeb6-7e1a69d5e4cc 2019-01-03 17:27:34,039 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:27:34,046 - 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}304af6b399d5dee7386eb0d6567e523b7daa1f72" 2019-01-03 17:27:34,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae3cdde1-49f2-4cb2-add4-2a4c6f460b7e x-compute-request-id: req-ae3cdde1-49f2-4cb2-add4-2a4c6f460b7e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:27:34,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ae3cdde1-49f2-4cb2-add4-2a4c6f460b7e 2019-01-03 17:27:34,247 - 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}304af6b399d5dee7386eb0d6567e523b7daa1f72" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:27:34,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-227fe230-1e06-4638-985e-ec06ee4dc40a x-compute-request-id: req-227fe230-1e06-4638-985e-ec06ee4dc40a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "47d40497-e29a-4e51-92d1-3d78d259d298", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:27:34,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-227fe230-1e06-4638-985e-ec06ee4dc40a 2019-01-03 17:27:34,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:34,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:34,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["rOtIBvtIQx-96A_ZgjATDw"], "issued_at": "2019-01-03T17:27:34.000000Z"}} 2019-01-03 17:27:34,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}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:27:34,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bce7b7c-2209-4b71-a479-72daf7cbe935 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"}]}} 2019-01-03 17:27:34,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3bce7b7c-2209-4b71-a479-72daf7cbe935 2019-01-03 17:27:34,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:27:35,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:34 GMT Server: Apache x-compute-request-id: req-502fce86-aeef-421a-983e-83a256327aeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-502fce86-aeef-421a-983e-83a256327aeb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 17:27:35,682 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-502fce86-aeef-421a-983e-83a256327aeb 2019-01-03 17:27:35,685 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "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}}' 2019-01-03 17:27:36,642 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:27:35 GMT Server: Apache x-compute-request-id: req-1b2bd822-5ad7-4a42-963a-cb3e11553461 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1b2bd822-5ad7-4a42-963a-cb3e11553461 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T17:27:36.477924", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "size": 1}} 2019-01-03 17:27:36,642 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes used request id req-1b2bd822-5ad7-4a42-963a-cb3e11553461 2019-01-03 17:27:36,646 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:27:37,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:36 GMT Server: Apache x-compute-request-id: req-368ae440-82e4-4762-a48f-d52872497e46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-368ae440-82e4-4762-a48f-d52872497e46 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/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:27:36.000000", "replication_status": null, "snapshot_id": null, "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "bootable": "false", "created_at": "2019-01-03T17:27:36.000000", "volume_type": null}} 2019-01-03 17:27:37,399 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-368ae440-82e4-4762-a48f-d52872497e46 2019-01-03 17:27:37,399 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:27:37,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:27:38,145 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:37 GMT Server: Apache x-compute-request-id: req-a93c9e39-bc2f-4404-940c-d6576bc1c9fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a93c9e39-bc2f-4404-940c-d6576bc1c9fa 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/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:27:36.000000", "replication_status": null, "snapshot_id": null, "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "bootable": "false", "created_at": "2019-01-03T17:27:36.000000", "volume_type": null}} 2019-01-03 17:27:38,145 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-a93c9e39-bc2f-4404-940c-d6576bc1c9fa 2019-01-03 17:27:38,146 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:27:38,146 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:27:38,146 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:27:38,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:38,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:38,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["IGLCnw3ISzWhR-kq7qaDBA"], "issued_at": "2019-01-03T17:27:38.000000Z"}} 2019-01-03 17:27:38,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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:38,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de17886-9eb6-487a-93e2-f98115dac07d 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"}]}} 2019-01-03 17:27:38,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0de17886-9eb6-487a-93e2-f98115dac07d 2019-01-03 17:27:38,604 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:27:38,606 - 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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:38,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ceb0ca-f3c2-4317-945a-7ffe8526a90b 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"}]}} 2019-01-03 17:27:38,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-98ceb0ca-f3c2-4317-945a-7ffe8526a90b 2019-01-03 17:27:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:38,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-08831fd7-4780-40b6-8942-bc494063dcfc Date: Thu, 03 Jan 2019 17:27:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:38,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-08831fd7-4780-40b6-8942-bc494063dcfc 2019-01-03 17:27:38,947 - 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" 2019-01-03 17:27:38,952 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:27: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"}]}]}} 2019-01-03 17:27:38,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:38,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6704fb5d-8104-4463-a289-24e9c7cfba5a Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:38,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-6704fb5d-8104-4463-a289-24e9c7cfba5a 2019-01-03 17:27:38,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:39,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2815c3f9-d609-4447-b3b5-8af58c8a0e8d Date: Thu, 03 Jan 2019 17:27:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:39,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-2815c3f9-d609-4447-b3b5-8af58c8a0e8d 2019-01-03 17:27:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:39,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8e21c9b0-401c-48ed-8f79-65d8e9231303 Date: Thu, 03 Jan 2019 17:27:39 GMT RESP BODY: {"ports":[]} 2019-01-03 17:27:39,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True used request id req-8e21c9b0-401c-48ed-8f79-65d8e9231303 2019-01-03 17:27:39,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:39,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3362643-c606-406d-8531-ceb46a097606 x-compute-request-id: req-e3362643-c606-406d-8531-ceb46a097606 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:27:39,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst used request id req-e3362643-c606-406d-8531-ceb46a097606 2019-01-03 17:27:39,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:39,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a62d69bd-5429-4afd-ab82-f28915994889 Date: Thu, 03 Jan 2019 17:27:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:39,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-a62d69bd-5429-4afd-ab82-f28915994889 2019-01-03 17:27:39,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:39,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27665b73-480d-469c-8545-e3b74d48bf7c Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:39,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-27665b73-480d-469c-8545-e3b74d48bf7c 2019-01-03 17:27:39,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:40,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-667a3b83-09c9-42bd-a363-e0703bbc4f28 Date: Thu, 03 Jan 2019 17:27:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:40,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-667a3b83-09c9-42bd-a363-e0703bbc4f28 2019-01-03 17:27:40,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:40,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bacd10a0-6f03-4472-a01f-cff715562e31 Date: Thu, 03 Jan 2019 17:27:40 GMT RESP BODY: {"ports":[]} 2019-01-03 17:27:40,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True used request id req-bacd10a0-6f03-4472-a01f-cff715562e31 2019-01-03 17:27:40,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:27:40,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:40,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["gm61wOQzQcmgIGfIYpBX7w"], "issued_at": "2019-01-03T17:27:40.000000Z"}} 2019-01-03 17:27:40,695 - 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}b6c802fb8b9c3eaf38c3689c1d0e1c416ff42f53" 2019-01-03 17:27:40,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ecec028-43b6-4242-9064-531b7d6ae61e 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"}]}} 2019-01-03 17:27:40,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6ecec028-43b6-4242-9064-531b7d6ae61e 2019-01-03 17:27:40,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:41,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9cf54655-0536-4ba5-8567-3afd0303d64f Date: Thu, 03 Jan 2019 17:27:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:41,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-9cf54655-0536-4ba5-8567-3afd0303d64f 2019-01-03 17:27:41,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:41,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6ff4f00-51c7-4565-8e0c-3baf98020edb Date: Thu, 03 Jan 2019 17:27:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:41,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-a6ff4f00-51c7-4565-8e0c-3baf98020edb 2019-01-03 17:27:41,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:41,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bc5a0266-e796-40d8-8abd-516c6b92a47a Date: Thu, 03 Jan 2019 17:27:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:41,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-bc5a0266-e796-40d8-8abd-516c6b92a47a 2019-01-03 17:27:41,305 - 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" 2019-01-03 17:27:41,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:27: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"}]}]}} 2019-01-03 17:27:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6c802fb8b9c3eaf38c3689c1d0e1c416ff42f53" 2019-01-03 17:27:41,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73903ca1-cd3b-401f-bbe8-a939ae7b0305 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:41,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-73903ca1-cd3b-401f-bbe8-a939ae7b0305 2019-01-03 17:27:41,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:41,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a046b795-7be8-4842-9f4c-50ef1eebd06e Date: Thu, 03 Jan 2019 17:27:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:41,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-a046b795-7be8-4842-9f4c-50ef1eebd06e 2019-01-03 17:27:41,382 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net 2019-01-03 17:27:41,385 - 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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" -d '{"port": {"network_id": "02e10ef1-2b5c-4cd5-baae-42437eda8074", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port", "admin_state_up": true}}' 2019-01-03 17:27:42,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-59fb3859-7730-493d-a5a6-17d67b64acc7 Date: Thu, 03 Jan 2019 17:27:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:41Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"}} 2019-01-03 17:27:42,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-59fb3859-7730-493d-a5a6-17d67b64acc7 2019-01-03 17:27:42,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b24ffa03-efa9-4abe-b1f5-c6547822d277 Date: Thu, 03 Jan 2019 17:27:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:42,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-b24ffa03-efa9-4abe-b1f5-c6547822d277 2019-01-03 17:27:42,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd5ee9c8-c9d1-43ea-8476-15d1cc160855 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:42,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-bd5ee9c8-c9d1-43ea-8476-15d1cc160855 2019-01-03 17:27:42,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2f232923-2aa4-4682-9dc1-445e5a7f253c Date: Thu, 03 Jan 2019 17:27:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:42,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-2f232923-2aa4-4682-9dc1-445e5a7f253c 2019-01-03 17:27:42,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-aaecbd1d-e156-4b99-9f4f-01c9e02aacb5 Date: Thu, 03 Jan 2019 17:27:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:41Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"}]} 2019-01-03 17:27:42,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port&admin_state_up=True used request id req-aaecbd1d-e156-4b99-9f4f-01c9e02aacb5 2019-01-03 17:27:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add1295b-7f31-4ebb-9391-a83a669656cb Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:42,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-add1295b-7f31-4ebb-9391-a83a669656cb 2019-01-03 17:27:42,780 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst 2019-01-03 17:27:42,783 - 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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27: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-6e992ca6-ecfc-4e03-b9ea-4602ea991d3b x-compute-request-id: req-6e992ca6-ecfc-4e03-b9ea-4602ea991d3b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-flavor"}]} 2019-01-03 17:27:42,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6e992ca6-ecfc-4e03-b9ea-4602ea991d3b 2019-01-03 17:27:42,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:42,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27: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-1043c3dd-0e0c-418d-8590-9f28d0174f77 x-compute-request-id: req-1043c3dd-0e0c-418d-8590-9f28d0174f77 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "47d40497-e29a-4e51-92d1-3d78d259d298", "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:27:42,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298 used request id req-1043c3dd-0e0c-418d-8590-9f28d0174f77 2019-01-03 17:27:42,987 - 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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:43,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-b56bfdd1-e6bf-4050-90ab-3b0d4ea82c1e Date: Thu, 03 Jan 2019 17:27:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:27:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:27:29Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "metadata": {}}], "self": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23", "min_disk": 0, "protected": false, "id": "74aadc66-3f90-4777-9bba-df2311109c23", "file": "/v2/images/74aadc66-3f90-4777-9bba-df2311109c23/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/74aadc66-3f90-4777-9bba-df2311109c23/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image"} 2019-01-03 17:27:43,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image used request id req-b56bfdd1-e6bf-4050-90ab-3b0d4ea82c1e 2019-01-03 17:27:43,176 - 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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:43,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-60af9245-3869-40d6-87a2-a7ae94b4f0d7 Date: Thu, 03 Jan 2019 17:27:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:27:43,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-60af9245-3869-40d6-87a2-a7ae94b4f0d7 2019-01-03 17:27:43,352 - 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}f702fafd623ad9ac4f008c5210d4c04a3beccafd" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "imageRef": "74aadc66-3f90-4777-9bba-df2311109c23", "flavorRef": "47d40497-e29a-4e51-92d1-3d78d259d298", "max_count": 1, "min_count": 1, "networks": [{"port": "0abaa726-a5a5-4e4c-92a6-f87c9f144d3d"}]}}' 2019-01-03 17:27:45,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b40d8ce3-bdf0-43a7-a89b-39cb5df71a4e x-compute-request-id: req-b40d8ce3-bdf0-43a7-a89b-39cb5df71a4e Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "adminPass": "z8vPMRkhvLqQ"}} 2019-01-03 17:27:45,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b40d8ce3-bdf0-43a7-a89b-39cb5df71a4e 2019-01-03 17:27:45,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:45,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-742e3c9a-9ffe-4ecc-9259-61f8b6e36fe6 x-compute-request-id: req-742e3c9a-9ffe-4ecc-9259-61f8b6e36fe6 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/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:27:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:45,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-742e3c9a-9ffe-4ecc-9259-61f8b6e36fe6 2019-01-03 17:27:45,819 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst 2019-01-03 17:27:45,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:46,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-767ab82b-8dba-4513-8151-3ef4b157a601 x-compute-request-id: req-767ab82b-8dba-4513-8151-3ef4b157a601 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/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:27:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:46,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-767ab82b-8dba-4513-8151-3ef4b157a601 2019-01-03 17:27:46,182 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst] is - BUILD 2019-01-03 17:27:46,182 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:49,186 - create_instance - DEBUG - VM status query timeout in 896.633159876 2019-01-03 17:27:49,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:49,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27: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-9632b2c4-2289-42d5-8b8f-46b64160af4e x-compute-request-id: req-9632b2c4-2289-42d5-8b8f-46b64160af4e Content-Encoding: gzip Content-Length: 719 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/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:27:46Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:49,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-9632b2c4-2289-42d5-8b8f-46b64160af4e 2019-01-03 17:27:49,596 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst] is - BUILD 2019-01-03 17:27:49,596 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:52,599 - create_instance - DEBUG - VM status query timeout in 893.219764948 2019-01-03 17:27:52,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:53,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-f15ce271-3d7f-4e00-aff6-fc2e9b6bef8b x-compute-request-id: req-f15ce271-3d7f-4e00-aff6-fc2e9b6bef8b Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:27:50Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:53,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-f15ce271-3d7f-4e00-aff6-fc2e9b6bef8b 2019-01-03 17:27:53,229 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst] is - BUILD 2019-01-03 17:27:53,229 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:27:56,232 - create_instance - DEBUG - VM status query timeout in 889.586312056 2019-01-03 17:27:56,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:56,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54495440-a6ec-4045-ab7e-55af7ec395b2 x-compute-request-id: req-54495440-a6ec-4045-ab7e-55af7ec395b2 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:54Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:56,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-54495440-a6ec-4045-ab7e-55af7ec395b2 2019-01-03 17:27:56,731 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst] is - ACTIVE 2019-01-03 17:27:56,731 - create_instance - INFO - VM is - ACTIVE 2019-01-03 17:27:56,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:57,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25dc59b3-822a-4841-9f08-9782fac378db x-compute-request-id: req-25dc59b3-822a-4841-9f08-9782fac378db Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:54Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:57,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-25dc59b3-822a-4841-9f08-9782fac378db 2019-01-03 17:27:57,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:57,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a0e99566-1105-4f8d-832f-bbe0637997a6 Date: Thu, 03 Jan 2019 17:27:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:57,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-a0e99566-1105-4f8d-832f-bbe0637997a6 2019-01-03 17:27:57,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:57,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a210cbff-466f-4343-9d92-dd224ad67ca6 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:57,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-a210cbff-466f-4343-9d92-dd224ad67ca6 2019-01-03 17:27:57,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:57,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-178330e1-9ee4-4b4f-8573-0b9596c391bb Date: Thu, 03 Jan 2019 17:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:57,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-178330e1-9ee4-4b4f-8573-0b9596c391bb 2019-01-03 17:27:57,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:57,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-4cd06243-dfe6-4f1a-b709-9d7690171894 Date: Thu, 03 Jan 2019 17:27:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:27:57,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-4cd06243-dfe6-4f1a-b709-9d7690171894 2019-01-03 17:27:57,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:27:58,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["YDRanwFtQG6PBefDWS68jA"], "issued_at": "2019-01-03T17:27:58.000000Z"}} 2019-01-03 17:27:58,227 - 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}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:27:58,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382ab769-a652-4209-bbab-55f70cd5e14f 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"}]}} 2019-01-03 17:27:58,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-382ab769-a652-4209-bbab-55f70cd5e14f 2019-01-03 17:27:58,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:58,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81e3516-fdcc-459f-95ce-7615f40f65c5 x-compute-request-id: req-e81e3516-fdcc-459f-95ce-7615f40f65c5 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:54Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:27:58,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-e81e3516-fdcc-459f-95ce-7615f40f65c5 2019-01-03 17:27:58,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:59,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-790a556d-a7e7-4d35-b354-d1b2334998a7 Date: Thu, 03 Jan 2019 17:27:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:27:59,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-790a556d-a7e7-4d35-b354-d1b2334998a7 2019-01-03 17:27:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:59,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6397defd-4f86-492a-871a-638e3730155f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:27:59,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-6397defd-4f86-492a-871a-638e3730155f 2019-01-03 17:27:59,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:59,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c5fad21-fee1-4e99-b150-134b1d8cd999 Date: Thu, 03 Jan 2019 17:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:27:59,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-6c5fad21-fee1-4e99-b150-134b1d8cd999 2019-01-03 17:27:59,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:27:59,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-5aeb094d-87bf-4798-9299-30e182004d9f Date: Thu, 03 Jan 2019 17:27:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:27:59,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-5aeb094d-87bf-4798-9299-30e182004d9f 2019-01-03 17:27:59,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" -d '{"volumeAttachment": {"volumeId": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}}' 2019-01-03 17:28:00,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:27: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-a224cf30-344e-41a0-a39f-4e92744b6d60 x-compute-request-id: req-a224cf30-344e-41a0-a39f-4e92744b6d60 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "volumeId": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}} 2019-01-03 17:28:00,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d/os-volume_attachments used request id req-a224cf30-344e-41a0-a39f-4e92744b6d60 2019-01-03 17:28:00,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:01,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28: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-3037bd5c-211c-453e-bac9-9c4de19bfb4f x-compute-request-id: req-3037bd5c-211c-453e-bac9-9c4de19bfb4f Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:27:54Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "metadata": {}}} 2019-01-03 17:28:01,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-3037bd5c-211c-453e-bac9-9c4de19bfb4f 2019-01-03 17:28:01,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:01,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-af7c90a0-67de-46fc-be32-c938568f2492 Date: Thu, 03 Jan 2019 17:28:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:01,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-af7c90a0-67de-46fc-be32-c938568f2492 2019-01-03 17:28:01,447 - 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" 2019-01-03 17:28:01,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:28:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:28:01,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:01,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a847d0-1854-48e6-8356-ed3be29c6d21 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:28:01,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-36a847d0-1854-48e6-8356-ed3be29c6d21 2019-01-03 17:28:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:01,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3d7f9d09-389c-47b7-ba88-305b9d9a5f0a Date: Thu, 03 Jan 2019 17:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:28:01,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-3d7f9d09-389c-47b7-ba88-305b9d9a5f0a 2019-01-03 17:28:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:02,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-8aada0b1-9bce-43b1-aa80-d16ecc62067b Date: Thu, 03 Jan 2019 17:28:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:28:02,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-8aada0b1-9bce-43b1-aa80-d16ecc62067b 2019-01-03 17:28:02,041 - 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}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:02,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e517654-64bc-404a-b422-cd521a60772d 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"}]}} 2019-01-03 17:28:02,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e517654-64bc-404a-b422-cd521a60772d 2019-01-03 17:28:02,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:02,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb82eedd-2a65-435f-be0c-7e34a38fb0f5 x-compute-request-id: req-cb82eedd-2a65-435f-be0c-7e34a38fb0f5 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:28:01Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "metadata": {}}} 2019-01-03 17:28:02,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-cb82eedd-2a65-435f-be0c-7e34a38fb0f5 2019-01-03 17:28:02,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:02,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9072d3a8-3b39-4dcd-a0e3-1a646ebe26ab Date: Thu, 03 Jan 2019 17:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:02,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-9072d3a8-3b39-4dcd-a0e3-1a646ebe26ab 2019-01-03 17:28:02,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:02,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4b015c-9ac1-40d9-8341-01720b48d1b4 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:28:02,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-ab4b015c-9ac1-40d9-8341-01720b48d1b4 2019-01-03 17:28:02,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:02,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c0b5cb53-4993-40d1-9563-293a1e0ef125 Date: Thu, 03 Jan 2019 17:28:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:28:02,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-c0b5cb53-4993-40d1-9563-293a1e0ef125 2019-01-03 17:28:02,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:02,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-94a74674-b65c-4443-9faa-4f4d562ee1bd Date: Thu, 03 Jan 2019 17:28:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:28:02,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-94a74674-b65c-4443-9faa-4f4d562ee1bd 2019-01-03 17:28:02,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:03,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13eb034d-5d22-48ce-8cc6-f9999a7b729e x-compute-request-id: req-13eb034d-5d22-48ce-8cc6-f9999a7b729e Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:28:01Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "metadata": {}}} 2019-01-03 17:28:03,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-13eb034d-5d22-48ce-8cc6-f9999a7b729e 2019-01-03 17:28:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:03,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-83735100-bced-468d-b0e2-c9b064b458b7 Date: Thu, 03 Jan 2019 17:28:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:03,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-83735100-bced-468d-b0e2-c9b064b458b7 2019-01-03 17:28:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:03,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d127ada-2a9b-412c-b3b3-d70dafaecd9b Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:28:03,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-8d127ada-2a9b-412c-b3b3-d70dafaecd9b 2019-01-03 17:28:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:03,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cfe4ad61-4677-4fb1-bf14-053235c7d12c Date: Thu, 03 Jan 2019 17:28:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:28:03,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-cfe4ad61-4677-4fb1-bf14-053235c7d12c 2019-01-03 17:28:03,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:04,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-f8dba255-445c-45ed-b60c-86278ea050b8 Date: Thu, 03 Jan 2019 17:28:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:28:04,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-f8dba255-445c-45ed-b60c-86278ea050b8 2019-01-03 17:28:04,094 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:04,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:04 GMT Server: Apache x-compute-request-id: req-8db9203c-e5a2-40c8-b8ce-ea55d4b93321 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8db9203c-e5a2-40c8-b8ce-ea55d4b93321 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "attachment_id": "8f656085-53ba-4993-82b9-1a4e87577b27", "attached_at": "2019-01-03T17:28:02.000000", "host_name": null, "volume_id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "device": "/dev/vdb", "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:28:02.000000", "replication_status": null, "snapshot_id": null, "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "bootable": "false", "created_at": "2019-01-03T17:27:36.000000", "volume_type": null}} 2019-01-03 17:28:04,398 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-8db9203c-e5a2-40c8-b8ce-ea55d4b93321 2019-01-03 17:28:04,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:04,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28: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-cd6b8043-506d-47f8-a99a-093caf39b458 x-compute-request-id: req-cd6b8043-506d-47f8-a99a-093caf39b458 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:28:01Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "metadata": {}}} 2019-01-03 17:28:04,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-cd6b8043-506d-47f8-a99a-093caf39b458 2019-01-03 17:28:04,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:05,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-712a1f56-854d-412b-8001-2e839ee20ffc Date: Thu, 03 Jan 2019 17:28:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["62cd5bd0-fa9d-45b4-8206-27095ace5c43"],"description":"","tags":[],"updated_at":"2019-01-03T17:27:32Z","provider:segmentation_id":65,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:05,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net used request id req-712a1f56-854d-412b-8001-2e839ee20ffc 2019-01-03 17:28:05,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:05,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa523af-34ea-4028-bf14-038ab7978f89 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:28:05,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-1aa523af-34ea-4028-bf14-038ab7978f89 2019-01-03 17:28:05,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:05,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-059bdcc8-befa-4639-8d9c-d90a9ed7cb27 Date: Thu, 03 Jan 2019 17:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:27:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet"}]} 2019-01-03 17:28:05,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-059bdcc8-befa-4639-8d9c-d90a9ed7cb27 2019-01-03 17:28:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-953bb7be-f6c6-407f-b910-bdcf39cc5584 Date: Thu, 03 Jan 2019 17:28:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:51Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.6"}],"id":"0abaa726-a5a5-4e4c-92a6-f87c9f144d3d","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:fe:7d","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d","name":"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.4"}],"id":"26a2287d-ca09-4cda-912e-d1d818b69623","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d6:c7:87","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.2"}],"id":"4f317518-1adb-42d7-92c0-bc024c3d88fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:05:9e","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:27:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"62cd5bd0-fa9d-45b4-8206-27095ace5c43","ip_address":"10.55.0.3"}],"id":"d52d47f4-5300-45d5-800c-809681266ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:6b:7c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-02e10ef1-2b5c-4cd5-baae-42437eda8074","name":"","admin_state_up":true,"network_id":"02e10ef1-2b5c-4cd5-baae-42437eda8074","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:27:33Z","binding:vnic_type":"normal"}]} 2019-01-03 17:28:05,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-953bb7be-f6c6-407f-b910-bdcf39cc5584 2019-01-03 17:28:05,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d/os-volume_attachments/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe3fc9848d0158edae7299776d4270feb02c07f7" 2019-01-03 17:28:06,102 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28: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-45fc09ee-2943-4749-b451-685f50813a64 x-compute-request-id: req-45fc09ee-2943-4749-b451-685f50813a64 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:06,102 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d/os-volume_attachments/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-45fc09ee-2943-4749-b451-685f50813a64 2019-01-03 17:28:06,103 - create_instance - INFO - Deleting Port with ID - 0abaa726-a5a5-4e4c-92a6-f87c9f144d3d 2019-01-03 17:28:06,103 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-port 2019-01-03 17:28:06,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/0abaa726-a5a5-4e4c-92a6-f87c9f144d3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:06,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46bbea76-071c-4deb-93d9-db3624366379 Date: Thu, 03 Jan 2019 17:28:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:28:06,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/0abaa726-a5a5-4e4c-92a6-f87c9f144d3d used request id req-46bbea76-071c-4deb-93d9-db3624366379 2019-01-03 17:28:06,593 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst 2019-01-03 17:28:06,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:06,775 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16f39195-f173-49e2-a4a0-237220b34331 x-compute-request-id: req-16f39195-f173-49e2-a4a0-237220b34331 Content-Type: application/json 2019-01-03 17:28:06,776 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-16f39195-f173-49e2-a4a0-237220b34331 2019-01-03 17:28:06,776 - create_instance - INFO - Checking deletion status 2019-01-03 17:28:06,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:07,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc372c6e-5fe1-4500-95f3-f345a91af7cd x-compute-request-id: req-dc372c6e-5fe1-4500-95f3-f345a91af7cd Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:fe:7d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "rel": "bookmark"}], "image": {"id": "74aadc66-3f90-4777-9bba-df2311109c23", "links": [{"href": "http://172.30.9.30:8774/images/74aadc66-3f90-4777-9bba-df2311109c23", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T17:27:53.000000", "flavor": {"id": "47d40497-e29a-4e51-92d1-3d78d259d298", "links": [{"href": "http://172.30.9.30:8774/flavors/47d40497-e29a-4e51-92d1-3d78d259d298", "rel": "bookmark"}]}, "id": "c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:28:06Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst", "created": "2019-01-03T17:27:45Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [{"id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b"}], "metadata": {}}} 2019-01-03 17:28:07,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-dc372c6e-5fe1-4500-95f3-f345a91af7cd 2019-01-03 17:28:07,197 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst] is - ACTIVE 2019-01-03 17:28:07,197 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:28:10,200 - create_instance - DEBUG - VM status query timeout in 296.575645924 2019-01-03 17:28:10,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f702fafd623ad9ac4f008c5210d4c04a3beccafd" 2019-01-03 17:28:10,250 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df2e9c00-9592-4701-ad9c-7a6f9af34a32 x-compute-request-id: req-df2e9c00-9592-4701-ad9c-7a6f9af34a32 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d could not be found.", "code": 404}} 2019-01-03 17:28:10,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d used request id req-df2e9c00-9592-4701-ad9c-7a6f9af34a32 2019-01-03 17:28:10,250 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c6a06dc1-d987-4ac4-9f4a-2342e3a0aa1d could not be found. (HTTP 404) (Request-ID: req-df2e9c00-9592-4701-ad9c-7a6f9af34a32) 2019-01-03 17:28:10,251 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-vm_inst 2019-01-03 17:28:10,254 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:28:10,999 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:10 GMT Server: Apache x-compute-request-id: req-c117997d-8832-4b2e-a130-26b0ca97efe7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c117997d-8832-4b2e-a130-26b0ca97efe7 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/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:28:09.000000", "replication_status": null, "snapshot_id": null, "id": "2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-8599c2fe-c998-45b9-ba45-0a12a4c6849b", "bootable": "false", "created_at": "2019-01-03T17:27:36.000000", "volume_type": null}} 2019-01-03 17:28:10,999 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-c117997d-8832-4b2e-a130-26b0ca97efe7 2019-01-03 17:28:10,999 - create_volume - DEBUG - Instance status is - available 2019-01-03 17:28:11,000 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:28:11,000 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:28:11,002 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:28:11,202 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-084701fe-5edc-4037-a167-1a723b67b7b3 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. 2019-01-03 17:28:11,202 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-084701fe-5edc-4037-a167-1a723b67b7b3 2019-01-03 17:28:11,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-502fce86-aeef-421a-983e-83a256327aeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdef101b804599e4b1591ce7dc097bcad7711a7" 2019-01-03 17:28:11,953 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:28:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-72f8892d-2f5f-48a0-b5c3-9155840780a1 x-openstack-request-id: req-72f8892d-2f5f-48a0-b5c3-9155840780a1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b could not be found.", "code": 404}} 2019-01-03 17:28:11,953 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b used request id req-72f8892d-2f5f-48a0-b5c3-9155840780a1 2019-01-03 17:28:11,953 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2cb3e34c-f4c6-43e9-bcc3-bfeaf361f04b could not be found. (HTTP 404) (Request-ID: req-72f8892d-2f5f-48a0-b5c3-9155840780a1) 2019-01-03 17:28:11,954 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b 2019-01-03 17:28:11,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304af6b399d5dee7386eb0d6567e523b7daa1f72" 2019-01-03 17:28:11,991 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3148ba71-c1ef-4e8f-94f4-3e26729da154 x-compute-request-id: req-3148ba71-c1ef-4e8f-94f4-3e26729da154 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:11,991 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/47d40497-e29a-4e51-92d1-3d78d259d298 used request id req-3148ba71-c1ef-4e8f-94f4-3e26729da154 2019-01-03 17:28:11,992 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet 2019-01-03 17:28:11,992 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-subnet 2019-01-03 17:28:11,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/62cd5bd0-fa9d-45b4-8206-27095ace5c43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:28:14,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d76b1b3-459e-4ada-845f-ce556073fdd1 Date: Thu, 03 Jan 2019 17:28:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:28:14,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/62cd5bd0-fa9d-45b4-8206-27095ace5c43 used request id req-1d76b1b3-459e-4ada-845f-ce556073fdd1 2019-01-03 17:28:14,376 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-net 2019-01-03 17:28:14,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/02e10ef1-2b5c-4cd5-baae-42437eda8074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f8b854e52a0d262450c79d952a90ce66c614e2" 2019-01-03 17:28:16,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e48f3eeb-f95f-497d-9e89-20df35bc3098 Date: Thu, 03 Jan 2019 17:28:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:28:16,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/02e10ef1-2b5c-4cd5-baae-42437eda8074 used request id req-e48f3eeb-f95f-497d-9e89-20df35bc3098 2019-01-03 17:28:16,340 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-8599c2fe-c998-45b9-ba45-0a12a4c6849b-image 2019-01-03 17:28:16,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37dd753132317882898f71791ac735323b50afe7" 2019-01-03 17:28:18,214 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e307900f-c9cb-4a2f-8f9f-9f5f4e0021fc Date: Thu, 03 Jan 2019 17:28:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:28:18,214 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/74aadc66-3f90-4777-9bba-df2311109c23 used request id req-e307900f-c9cb-4a2f-8f9f-9f5f4e0021fc 2019-01-03 17:28:18,216 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:18,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:18,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:18,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["S06t2um5SXqq2Qvn4UlhkQ"], "issued_at": "2019-01-03T17:28:18.000000Z"}} 2019-01-03 17:28:18,611 - 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}387cd845d51d3142af0f1b802ce0a8d3cbf72d23" 2019-01-03 17:28:18,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2000c37-a4a6-4209-be8b-38c9145cf66e 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"}]}} 2019-01-03 17:28:18,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c2000c37-a4a6-4209-be8b-38c9145cf66e 2019-01-03 17:28:18,698 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:18,703 - 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}387cd845d51d3142af0f1b802ce0a8d3cbf72d23" 2019-01-03 17:28:18,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59f174fd-44d0-4c67-9375-bb045293f2ac x-compute-request-id: req-59f174fd-44d0-4c67-9375-bb045293f2ac Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:18,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-59f174fd-44d0-4c67-9375-bb045293f2ac 2019-01-03 17:28:18,894 - 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}387cd845d51d3142af0f1b802ce0a8d3cbf72d23" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-e98f22c6-d2a1-4957-86fc-737073b94171name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 17:28:18,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2432505-2a10-45e0-a119-d00f57db1416 x-compute-request-id: req-b2432505-2a10-45e0-a119-d00f57db1416 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/485d93f3-74e8-4542-967a-64a041681736", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "485d93f3-74e8-4542-967a-64a041681736", "name": "CreateFlavorTests-e98f22c6-d2a1-4957-86fc-737073b94171name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:18,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b2432505-2a10-45e0-a119-d00f57db1416 2019-01-03 17:28:18,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:19,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["X40qhydgS2eJtGb-WN5y0Q"], "issued_at": "2019-01-03T17:28:19.000000Z"}} 2019-01-03 17:28:19,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d484736c16d05f33a4989865dc02e6da077d63c" 2019-01-03 17:28:19,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2bc0b3a-53d6-4c6c-904f-c163f28ed9ed x-compute-request-id: req-c2bc0b3a-53d6-4c6c-904f-c163f28ed9ed Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/485d93f3-74e8-4542-967a-64a041681736", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "485d93f3-74e8-4542-967a-64a041681736", "name": "CreateFlavorTests-e98f22c6-d2a1-4957-86fc-737073b94171name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:19,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736 used request id req-c2bc0b3a-53d6-4c6c-904f-c163f28ed9ed 2019-01-03 17:28:19,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d484736c16d05f33a4989865dc02e6da077d63c" 2019-01-03 17:28:19,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c209ca9-2937-4e7a-a0e7-544cd76ab0a8 x-compute-request-id: req-1c209ca9-2937-4e7a-a0e7-544cd76ab0a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:28:19,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736/os-extra_specs used request id req-1c209ca9-2937-4e7a-a0e7-544cd76ab0a8 2019-01-03 17:28:19,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}387cd845d51d3142af0f1b802ce0a8d3cbf72d23" 2019-01-03 17:28:19,602 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b87fd348-13ad-4c32-b7ed-4b8373eb42f4 x-compute-request-id: req-b87fd348-13ad-4c32-b7ed-4b8373eb42f4 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:19,602 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/485d93f3-74e8-4542-967a-64a041681736 used request id req-b87fd348-13ad-4c32-b7ed-4b8373eb42f4 2019-01-03 17:28:19,606 - 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}8d484736c16d05f33a4989865dc02e6da077d63c" 2019-01-03 17:28:19,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1bf8c3d2-50f9-4db1-a775-ef82b2cf9036 x-compute-request-id: req-1bf8c3d2-50f9-4db1-a775-ef82b2cf9036 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:19,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1bf8c3d2-50f9-4db1-a775-ef82b2cf9036 2019-01-03 17:28:19,636 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:19,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:19,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:20,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["HN3eyqeuTq6YJThWA8uRmQ"], "issued_at": "2019-01-03T17:28:20.000000Z"}} 2019-01-03 17:28:20,031 - 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}4cbc6dc674fde318f751c327cffa6c39b5580984" 2019-01-03 17:28:20,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c510fe41-7be5-4fee-ad06-eb579b313e09 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"}]}} 2019-01-03 17:28:20,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c510fe41-7be5-4fee-ad06-eb579b313e09 2019-01-03 17:28:20,118 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:20,123 - 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}4cbc6dc674fde318f751c327cffa6c39b5580984" 2019-01-03 17:28:20,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05d69e7e-d4ef-481a-805d-51835b4b0f68 x-compute-request-id: req-05d69e7e-d4ef-481a-805d-51835b4b0f68 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:20,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-05d69e7e-d4ef-481a-805d-51835b4b0f68 2019-01-03 17:28:20,305 - 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}4cbc6dc674fde318f751c327cffa6c39b5580984" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-fcab66e6-e4c6-471c-8fcd-2e63b2c721e6name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 17:28:20,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5fbe869-596c-4e5e-88bf-5069e4e0f1be x-compute-request-id: req-d5fbe869-596c-4e5e-88bf-5069e4e0f1be Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/29f29014-b489-4c79-8817-25cbc00daf29", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "29f29014-b489-4c79-8817-25cbc00daf29", "name": "CreateFlavorTests-fcab66e6-e4c6-471c-8fcd-2e63b2c721e6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:20,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d5fbe869-596c-4e5e-88bf-5069e4e0f1be 2019-01-03 17:28:20,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:20,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Uv4lMcO4To6QSdNZsRKqVQ"], "issued_at": "2019-01-03T17:28:20.000000Z"}} 2019-01-03 17:28:20,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c158d029df2538fe9cf267cd54348a7ccb0cacaf" 2019-01-03 17:28:20,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aac9d4eb-a9d9-458b-b469-b55000ab79aa x-compute-request-id: req-aac9d4eb-a9d9-458b-b469-b55000ab79aa Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/29f29014-b489-4c79-8817-25cbc00daf29", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "29f29014-b489-4c79-8817-25cbc00daf29", "name": "CreateFlavorTests-fcab66e6-e4c6-471c-8fcd-2e63b2c721e6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:20,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 used request id req-aac9d4eb-a9d9-458b-b469-b55000ab79aa 2019-01-03 17:28:20,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c158d029df2538fe9cf267cd54348a7ccb0cacaf" 2019-01-03 17:28:20,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0ca319c-3149-4747-ba14-06d888f5410a x-compute-request-id: req-d0ca319c-3149-4747-ba14-06d888f5410a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:28:20,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29/os-extra_specs used request id req-d0ca319c-3149-4747-ba14-06d888f5410a 2019-01-03 17:28:20,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c158d029df2538fe9cf267cd54348a7ccb0cacaf" 2019-01-03 17:28:20,979 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be0aac44-2813-475e-b6ac-d249c247bdc6 x-compute-request-id: req-be0aac44-2813-475e-b6ac-d249c247bdc6 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:20,980 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 used request id req-be0aac44-2813-475e-b6ac-d249c247bdc6 2019-01-03 17:28:20,982 - 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}c158d029df2538fe9cf267cd54348a7ccb0cacaf" 2019-01-03 17:28:21,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7df3a04-baa7-461a-bd70-a22483dd9ef5 x-compute-request-id: req-a7df3a04-baa7-461a-bd70-a22483dd9ef5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:21,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a7df3a04-baa7-461a-bd70-a22483dd9ef5 2019-01-03 17:28:21,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cbc6dc674fde318f751c327cffa6c39b5580984" 2019-01-03 17:28:21,035 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3c02e00-b311-4c9a-895c-568c49e4db2a x-compute-request-id: req-d3c02e00-b311-4c9a-895c-568c49e4db2a Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 29f29014-b489-4c79-8817-25cbc00daf29 could not be found.", "code": 404}} 2019-01-03 17:28:21,035 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/29f29014-b489-4c79-8817-25cbc00daf29 used request id req-d3c02e00-b311-4c9a-895c-568c49e4db2a 2019-01-03 17:28:21,037 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:21,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:21,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:21,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Ojb8DqyvREe5C7sKA6Ejsw"], "issued_at": "2019-01-03T17:28:21.000000Z"}} 2019-01-03 17:28:21,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}f1952ea5f325fb37859d02ee445e4d28a81bcd10" 2019-01-03 17:28:21,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77ede0c-ac5f-47f2-9503-4af7eb3991e8 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"}]}} 2019-01-03 17:28:21,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e77ede0c-ac5f-47f2-9503-4af7eb3991e8 2019-01-03 17:28:21,551 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:21,556 - 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}f1952ea5f325fb37859d02ee445e4d28a81bcd10" 2019-01-03 17:28:21,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ad7eb74-eb93-490f-aa9f-f215e0090e86 x-compute-request-id: req-9ad7eb74-eb93-490f-aa9f-f215e0090e86 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:21,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9ad7eb74-eb93-490f-aa9f-f215e0090e86 2019-01-03 17:28:21,879 - 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}f1952ea5f325fb37859d02ee445e4d28a81bcd10" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-35041956-e477-4aab-aee2-f0572bc1e004name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 17:28:21,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b981855b-46c4-4ca5-a61e-14eb17b0fa68 x-compute-request-id: req-b981855b-46c4-4ca5-a61e-14eb17b0fa68 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "name": "CreateFlavorTests-35041956-e477-4aab-aee2-f0572bc1e004name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:21,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b981855b-46c4-4ca5-a61e-14eb17b0fa68 2019-01-03 17:28:21,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:22,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["QDzfydWQSNOouhJguSLzdg"], "issued_at": "2019-01-03T17:28:22.000000Z"}} 2019-01-03 17:28:22,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c487066f699632130ed1ff9858694f8e54f080a1" 2019-01-03 17:28:22,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-963c37f7-5f0e-47a1-bb0c-a87b513f4ccc x-compute-request-id: req-963c37f7-5f0e-47a1-bb0c-a87b513f4ccc Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "71438a13-e0c6-4d6f-95e2-9a44df3d38ea", "name": "CreateFlavorTests-35041956-e477-4aab-aee2-f0572bc1e004name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:22,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea used request id req-963c37f7-5f0e-47a1-bb0c-a87b513f4ccc 2019-01-03 17:28:22,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c487066f699632130ed1ff9858694f8e54f080a1" 2019-01-03 17:28:22,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3b3e506-a936-4637-ad4a-d510093b2932 x-compute-request-id: req-a3b3e506-a936-4637-ad4a-d510093b2932 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:28:22,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea/os-extra_specs used request id req-a3b3e506-a936-4637-ad4a-d510093b2932 2019-01-03 17:28:22,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1952ea5f325fb37859d02ee445e4d28a81bcd10" 2019-01-03 17:28:22,640 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37e14a17-3404-45ad-97a4-df8d1249c9d6 x-compute-request-id: req-37e14a17-3404-45ad-97a4-df8d1249c9d6 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:22,641 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/71438a13-e0c6-4d6f-95e2-9a44df3d38ea used request id req-37e14a17-3404-45ad-97a4-df8d1249c9d6 2019-01-03 17:28:22,642 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:22,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:22,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:23,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["qzouvTJYRSOIk_o78K6a-w"], "issued_at": "2019-01-03T17:28:23.000000Z"}} 2019-01-03 17:28:23,036 - 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}b5fd27fca54f984b5d8371f29b8d2c0fd125fde8" 2019-01-03 17:28:23,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c76753-75e4-4517-8d9d-f14c3486b3e7 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"}]}} 2019-01-03 17:28:23,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f0c76753-75e4-4517-8d9d-f14c3486b3e7 2019-01-03 17:28:23,124 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:23,128 - 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}b5fd27fca54f984b5d8371f29b8d2c0fd125fde8" 2019-01-03 17:28:23,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0c12012-dc83-4d44-a0e1-39d89c1aa6d3 x-compute-request-id: req-f0c12012-dc83-4d44-a0e1-39d89c1aa6d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:23,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f0c12012-dc83-4d44-a0e1-39d89c1aa6d3 2019-01-03 17:28:23,309 - 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}b5fd27fca54f984b5d8371f29b8d2c0fd125fde8" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a1747c21-fa01-44e0-b1d4-726f517160c8name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2019-01-03 17:28:23,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9a2a930-879f-47f8-b2f7-8a33ba46e6b6 x-compute-request-id: req-c9a2a930-879f-47f8-b2f7-8a33ba46e6b6 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0d310681-fc31-4daa-b881-3377baece38d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0d310681-fc31-4daa-b881-3377baece38d", "name": "CreateFlavorTests-a1747c21-fa01-44e0-b1d4-726f517160c8name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-03 17:28:23,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c9a2a930-879f-47f8-b2f7-8a33ba46e6b6 2019-01-03 17:28:23,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:23,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["iZMN7u-lRXq4Y0ozQc2BjQ"], "issued_at": "2019-01-03T17:28:23.000000Z"}} 2019-01-03 17:28:23,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6822a3d4683af62f4591f00aa4126f451a0ad9f4" 2019-01-03 17:28:23,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5d6fed1-b6ba-4c08-9e5c-99a966831d35 x-compute-request-id: req-f5d6fed1-b6ba-4c08-9e5c-99a966831d35 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0d310681-fc31-4daa-b881-3377baece38d", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0d310681-fc31-4daa-b881-3377baece38d", "name": "CreateFlavorTests-a1747c21-fa01-44e0-b1d4-726f517160c8name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-03 17:28:23,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d used request id req-f5d6fed1-b6ba-4c08-9e5c-99a966831d35 2019-01-03 17:28:23,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6822a3d4683af62f4591f00aa4126f451a0ad9f4" 2019-01-03 17:28:23,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-165f77c4-794e-4c7b-a358-d06182b4dad0 x-compute-request-id: req-165f77c4-794e-4c7b-a358-d06182b4dad0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:28:23,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d/os-extra_specs used request id req-165f77c4-794e-4c7b-a358-d06182b4dad0 2019-01-03 17:28:23,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6822a3d4683af62f4591f00aa4126f451a0ad9f4" 2019-01-03 17:28:24,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9270e5cc-9ce1-47f6-8fcb-e5f53aa17525 x-compute-request-id: req-9270e5cc-9ce1-47f6-8fcb-e5f53aa17525 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:24,034 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d used request id req-9270e5cc-9ce1-47f6-8fcb-e5f53aa17525 2019-01-03 17:28:24,037 - 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}6822a3d4683af62f4591f00aa4126f451a0ad9f4" 2019-01-03 17:28:24,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed8caa8a-ab47-4460-ba9f-7cfad6b62c85 x-compute-request-id: req-ed8caa8a-ab47-4460-ba9f-7cfad6b62c85 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:24,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ed8caa8a-ab47-4460-ba9f-7cfad6b62c85 2019-01-03 17:28:24,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5fd27fca54f984b5d8371f29b8d2c0fd125fde8" 2019-01-03 17:28:24,080 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2c7cab4-0227-4913-baf7-45a4872b45db x-compute-request-id: req-f2c7cab4-0227-4913-baf7-45a4872b45db Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 0d310681-fc31-4daa-b881-3377baece38d could not be found.", "code": 404}} 2019-01-03 17:28:24,080 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0d310681-fc31-4daa-b881-3377baece38d used request id req-f2c7cab4-0227-4913-baf7-45a4872b45db 2019-01-03 17:28:24,082 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:24,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:24,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:24,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["CLQnNqbrSLOhG02LX8qHag"], "issued_at": "2019-01-03T17:28:24.000000Z"}} 2019-01-03 17:28:24,480 - 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}4e2540ea4bd5ccc8b9d1bff157521a60d7e72e71" 2019-01-03 17:28:24,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5c135d-1bb4-4925-a1df-b8568627dcaa 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"}]}} 2019-01-03 17:28:24,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d5c135d-1bb4-4925-a1df-b8568627dcaa 2019-01-03 17:28:24,574 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:24,580 - 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}4e2540ea4bd5ccc8b9d1bff157521a60d7e72e71" 2019-01-03 17:28:24,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6d81680-b521-4bde-8857-ea881a621d86 x-compute-request-id: req-a6d81680-b521-4bde-8857-ea881a621d86 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:24,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a6d81680-b521-4bde-8857-ea881a621d86 2019-01-03 17:28:24,763 - 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}4e2540ea4bd5ccc8b9d1bff157521a60d7e72e71" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 17:28:24,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d25dc6a7-8955-4d46-ac2f-9b503ba1cd0a x-compute-request-id: req-d25dc6a7-8955-4d46-ac2f-9b503ba1cd0a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ed9a28ef-68da-44f9-9a92-f908b82cc793", "name": "CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:24,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d25dc6a7-8955-4d46-ac2f-9b503ba1cd0a 2019-01-03 17:28:24,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:25,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["iet7YXkETmeNEwOeyhNj4A"], "issued_at": "2019-01-03T17:28:25.000000Z"}} 2019-01-03 17:28:25,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4c98fa4620352631f09098c1da57cdc1a06cb3" 2019-01-03 17:28:25,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe49b1f9-8cac-42e4-82be-2d7682a1f0d2 x-compute-request-id: req-fe49b1f9-8cac-42e4-82be-2d7682a1f0d2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ed9a28ef-68da-44f9-9a92-f908b82cc793", "name": "CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:25,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 used request id req-fe49b1f9-8cac-42e4-82be-2d7682a1f0d2 2019-01-03 17:28:25,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f4c98fa4620352631f09098c1da57cdc1a06cb3" 2019-01-03 17:28:25,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b15c180-43a1-41ee-8ceb-5a4a4677ed0a x-compute-request-id: req-7b15c180-43a1-41ee-8ceb-5a4a4677ed0a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:28:25,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793/os-extra_specs used request id req-7b15c180-43a1-41ee-8ceb-5a4a4677ed0a 2019-01-03 17:28:25,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:25,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:25,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["tBnJ3eP1Rba7al8qyrENHg"], "issued_at": "2019-01-03T17:28:25.000000Z"}} 2019-01-03 17:28:25,814 - 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}33e81e88153b88572b86dbcdd05dd7882a48182a" 2019-01-03 17:28:25,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbf642f-bfaa-4f02-9406-0d73dbc6a768 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"}]}} 2019-01-03 17:28:25,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bdbf642f-bfaa-4f02-9406-0d73dbc6a768 2019-01-03 17:28:25,918 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:25,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}33e81e88153b88572b86dbcdd05dd7882a48182a" 2019-01-03 17:28:26,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4bf3bd2-b0c2-41ad-ad35-ed4798540aa3 x-compute-request-id: req-c4bf3bd2-b0c2-41ad-ad35-ed4798540aa3 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ed9a28ef-68da-44f9-9a92-f908b82cc793", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "bookmark"}], "name": "CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname"}]} 2019-01-03 17:28:26,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c4bf3bd2-b0c2-41ad-ad35-ed4798540aa3 2019-01-03 17:28:26,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33e81e88153b88572b86dbcdd05dd7882a48182a" 2019-01-03 17:28:26,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82c7ee64-26d5-4486-85c5-bcb75bf56e07 x-compute-request-id: req-82c7ee64-26d5-4486-85c5-bcb75bf56e07 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ed9a28ef-68da-44f9-9a92-f908b82cc793", "name": "CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:26,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 used request id req-82c7ee64-26d5-4486-85c5-bcb75bf56e07 2019-01-03 17:28:26,145 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-4ed23bae-5e8b-4637-9f94-1d86c01fc7ffname 2019-01-03 17:28:26,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e2540ea4bd5ccc8b9d1bff157521a60d7e72e71" 2019-01-03 17:28:26,189 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a819432a-c070-4dbb-b7e6-6f7bfff34d15 x-compute-request-id: req-a819432a-c070-4dbb-b7e6-6f7bfff34d15 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:26,189 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ed9a28ef-68da-44f9-9a92-f908b82cc793 used request id req-a819432a-c070-4dbb-b7e6-6f7bfff34d15 2019-01-03 17:28:26,190 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:28:26,191 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:26,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:26,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["uji7GfzCQNCBx7b6QzEoZw"], "issued_at": "2019-01-03T17:28:26.000000Z"}} 2019-01-03 17:28:26,565 - 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}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:26,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ef217a-a6ec-4a5a-b1b3-bf6cf9dcdab1 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"}]}} 2019-01-03 17:28:26,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-04ef217a-a6ec-4a5a-b1b3-bf6cf9dcdab1 2019-01-03 17:28:26,582 - 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-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:26,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-8eed527d-daad-4d41-b9ab-7a555ef9c782 Date: Thu, 03 Jan 2019 17:28:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image"} 2019-01-03 17:28:26,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image used request id req-8eed527d-daad-4d41-b9ab-7a555ef9c782 2019-01-03 17:28:26,755 - 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}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:26,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8434475-9259-413f-a1c0-25f9d35dcd79 Date: Thu, 03 Jan 2019 17:28:26 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"}}} 2019-01-03 17:28:26,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c8434475-9259-413f-a1c0-25f9d35dcd79 2019-01-03 17:28:26,926 - 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}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image"}' 2019-01-03 17:28:27,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 X-Openstack-Request-Id: req-3a6ca541-c1c5-432b-b2c7-075d2b1124f3 Date: Thu, 03 Jan 2019 17:28:27 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:28:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:28:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "min_disk": 0, "protected": false, "id": "d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "file": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:28:27,310 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-3a6ca541-c1c5-432b-b2c7-075d2b1124f3 2019-01-03 17:28:27,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" -d '' 2019-01-03 17:28:28,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e41b660-3ff0-43df-bf0a-c1ecdbb66a10 Date: Thu, 03 Jan 2019 17:28:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:28:28,825 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/file used request id req-7e41b660-3ff0-43df-bf0a-c1ecdbb66a10 2019-01-03 17:28:28,826 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:28:28,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:29,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-aa1b1642-ad50-48b8-aa5b-2a6db61c3b79 Date: Thu, 03 Jan 2019 17:28:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:28:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:28:28Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/snap", "metadata": {}}], "self": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "min_disk": 0, "protected": false, "id": "d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "file": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:28:29,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 used request id req-aa1b1642-ad50-48b8-aa5b-2a6db61c3b79 2019-01-03 17:28:29,075 - 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}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:29,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-28771e43-12be-4072-b0bd-813d2dbcd5ac Date: Thu, 03 Jan 2019 17:28:29 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"}}} 2019-01-03 17:28:29,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-28771e43-12be-4072-b0bd-813d2dbcd5ac 2019-01-03 17:28:29,235 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image 2019-01-03 17:28:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:29,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6f989be8-ff73-48cc-8eeb-bdbe480ee5ab Date: Thu, 03 Jan 2019 17:28:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:28:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:28:28Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/snap", "metadata": {}}], "self": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "min_disk": 0, "protected": false, "id": "d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "file": "/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:28:29,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 used request id req-6f989be8-ff73-48cc-8eeb-bdbe480ee5ab 2019-01-03 17:28:29,255 - create_image - DEBUG - Instance status is - active 2019-01-03 17:28:29,255 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image 2019-01-03 17:28:29,255 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image 2019-01-03 17:28:29,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:29,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:29,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["iTnPJ0j7QjiYut-p3yMD2A"], "issued_at": "2019-01-03T17:28:29.000000Z"}} 2019-01-03 17:28:29,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}dc9bbde31ed1b2586875530caebb709c4d5403fb" 2019-01-03 17:28:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bbc2d5-dc0b-4c0b-96e9-791fdc6c907f 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"}]}} 2019-01-03 17:28:29,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b8bbc2d5-dc0b-4c0b-96e9-791fdc6c907f 2019-01-03 17:28:29,720 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:29,725 - 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}dc9bbde31ed1b2586875530caebb709c4d5403fb" 2019-01-03 17:28:29,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-071885e2-0a6a-4115-bc8c-c8bdf331cf9d x-compute-request-id: req-071885e2-0a6a-4115-bc8c-c8bdf331cf9d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:28:29,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-071885e2-0a6a-4115-bc8c-c8bdf331cf9d 2019-01-03 17:28:29,902 - 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}dc9bbde31ed1b2586875530caebb709c4d5403fb" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:28:29,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-021ee331-1490-4dc3-a631-83b65aa2c9a4 x-compute-request-id: req-021ee331-1490-4dc3-a631-83b65aa2c9a4 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9fc47fe3-97a6-4369-8ab9-fe5ac0671b57", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9fc47fe3-97a6-4369-8ab9-fe5ac0671b57", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9fc47fe3-97a6-4369-8ab9-fe5ac0671b57", "name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:28:29,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-021ee331-1490-4dc3-a631-83b65aa2c9a4 2019-01-03 17:28:29,962 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:28:29,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:30,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["1AhI0SBXSkmnu2RhHe-tww"], "issued_at": "2019-01-03T17:28:30.000000Z"}} 2019-01-03 17:28:30,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-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-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}}' 2019-01-03 17:28:33,954 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:28:30 GMT Server: Apache x-openstack-request-id: req-dbf75a6f-17e7-4b08-9e7f-dadfddf2c10b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}]}} 2019-01-03 17:28:33,954 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-dbf75a6f-17e7-4b08-9e7f-dadfddf2c10b 2019-01-03 17:28:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:34,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:33 GMT Server: Apache x-openstack-request-id: req-e5280112-3996-4371-9aa6-f490f646fe3f Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:34,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:34 GMT Server: Apache x-openstack-request-id: req-975b212d-fa86-4ec8-a778-09f6c49f370e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:34,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-975b212d-fa86-4ec8-a778-09f6c49f370e 2019-01-03 17:28:34,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:35,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:34 GMT Server: Apache x-openstack-request-id: req-c68adfa1-4634-47e7-aaa9-68e60f7cdefa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "deletion_time": null, "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "tags": null}]} 2019-01-03 17:28:35,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1 used request id req-c68adfa1-4634-47e7-aaa9-68e60f7cdefa 2019-01-03 17:28:35,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:36,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:35 GMT Server: Apache x-openstack-request-id: req-4fc77f0d-8252-4143-a6df-0a7af18e483b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "deletion_time": null, "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "tags": null}]} 2019-01-03 17:28:36,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1 used request id req-4fc77f0d-8252-4143-a6df-0a7af18e483b 2019-01-03 17:28:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:37,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:36 GMT Server: Apache x-openstack-request-id: req-8af3408d-0664-4f69-92d7-c1854476c8c2 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:37,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:37 GMT Server: Apache x-openstack-request-id: req-9d1325b4-7aed-44a0-9d4a-492fd1706373 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:37,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-9d1325b4-7aed-44a0-9d4a-492fd1706373 2019-01-03 17:28:37,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:37,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:37 GMT Server: Apache x-openstack-request-id: req-5e1ec3b5-bc96-41c2-9aaf-b3279905c5bd Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:38,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:37 GMT Server: Apache x-openstack-request-id: req-9cb71486-540d-4284-ab5b-83213917e879 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7a8325b4-cfc6-43e4-b88d-e3d3f90754ac", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "96e34454-22dc-4f1b-889e-277ab381d186", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "405ce6e4-f604-46f2-b4f0-87d15ca0bffb", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "INIT_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2019-01-03 17:28:38,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources used request id req-9cb71486-540d-4284-ab5b-83213917e879 2019-01-03 17:28:38,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:38,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:38 GMT Server: Apache x-openstack-request-id: req-1596153a-91ea-4dbc-aecc-35e7846ddc14 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:39,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:38 GMT Server: Apache x-openstack-request-id: req-329daf51-3339-42a1-b603-5b088edf47fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:39,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-329daf51-3339-42a1-b603-5b088edf47fe 2019-01-03 17:28:39,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:40,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:39 GMT Server: Apache x-openstack-request-id: req-e48a8374-d398-434c-a70c-fd4e418cdcb4 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:40,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:40 GMT Server: Apache x-openstack-request-id: req-51a9a08d-6d8b-45c4-a5bc-5179f74776f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:40,354 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-51a9a08d-6d8b-45c4-a5bc-5179f74776f8 2019-01-03 17:28:43,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:44,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:43 GMT Server: Apache x-openstack-request-id: req-7d9bade3-0e42-4b65-9f1f-9e850c6f6f45 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:44,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:44 GMT Server: Apache x-openstack-request-id: req-06e28b16-1f49-4abd-9e03-e16be9aa6a79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:44,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-06e28b16-1f49-4abd-9e03-e16be9aa6a79 2019-01-03 17:28:47,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:47,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:47 GMT Server: Apache x-openstack-request-id: req-7eb2188c-5bab-4732-8eb1-6521f3b3c53d Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:48,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:47 GMT Server: Apache x-openstack-request-id: req-092d722c-4f29-4b88-83e1-7fdcfcc08124 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:48,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-092d722c-4f29-4b88-83e1-7fdcfcc08124 2019-01-03 17:28:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:51,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:51 GMT Server: Apache x-openstack-request-id: req-1fcf342c-de9e-45fc-9e49-08455e0225c4 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:51,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:51 GMT Server: Apache x-openstack-request-id: req-f0763a94-9920-49a2-8035-4519fbea3247 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1", "stack_user_project_id": "352fe918eada4627a4039abbff5b1c8c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:28:33Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:28:51,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-f0763a94-9920-49a2-8035-4519fbea3247 2019-01-03 17:28:51,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:52,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:51 GMT Server: Apache x-openstack-request-id: req-adff2e64-16d7-4449-9cdd-8565c4b59857 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:53,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:52 GMT Server: Apache x-openstack-request-id: req-fd0c05a7-cec7-4fb5-8ffc-97cba0b5f41a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7a8325b4-cfc6-43e4-b88d-e3d3f90754ac", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "96e34454-22dc-4f1b-889e-277ab381d186", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "405ce6e4-f604-46f2-b4f0-87d15ca0bffb", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45286fac-f5f3-47f9-8f54-6b9fad412248", "resource_type": "OS::Nova::Server"}]} 2019-01-03 17:28:53,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources used request id req-fd0c05a7-cec7-4fb5-8ffc-97cba0b5f41a 2019-01-03 17:28:53,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:53,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-62a55adb-cc6f-4f9d-a2d1-6299eda9a931 Date: Thu, 03 Jan 2019 17:28:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["96e34454-22dc-4f1b-889e-277ab381d186"],"description":"","tags":[],"updated_at":"2019-01-03T17:28:35Z","provider:segmentation_id":71,"name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:34Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:53,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb used request id req-62a55adb-cc6f-4f9d-a2d1-6299eda9a931 2019-01-03 17:28:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:53,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e03df2ef-7275-4cfd-9d5a-f5b7b8c3d86b Date: Thu, 03 Jan 2019 17:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:35Z","dns_nameservers":[],"updated_at":"2019-01-03T17:28:35Z","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":"f722d3fa025d4075b293873d61c918ee","id":"96e34454-22dc-4f1b-889e-277ab381d186","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet"}]} 2019-01-03 17:28:53,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb used request id req-e03df2ef-7275-4cfd-9d5a-f5b7b8c3d86b 2019-01-03 17:28:53,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:53,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-afd6dfe3-9971-4780-acbb-b81b5100b108 Date: Thu, 03 Jan 2019 17:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:35Z","dns_nameservers":[],"updated_at":"2019-01-03T17:28:35Z","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":"f722d3fa025d4075b293873d61c918ee","id":"96e34454-22dc-4f1b-889e-277ab381d186","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet"}]} 2019-01-03 17:28:53,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb used request id req-afd6dfe3-9971-4780-acbb-b81b5100b108 2019-01-03 17:28:53,557 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:28:53,560 - 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}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:53,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2187b19f-390e-4527-995c-552a9e10efb0 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"}]}} 2019-01-03 17:28:53,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2187b19f-390e-4527-995c-552a9e10efb0 2019-01-03 17:28:53,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:54,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:53 GMT Server: Apache x-openstack-request-id: req-91c810a6-f1e8-4aba-a5ed-85a4d6252280 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:54,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:54 GMT Server: Apache x-openstack-request-id: req-0f268d92-1415-49ec-8fca-096c2ff1d357 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7a8325b4-cfc6-43e4-b88d-e3d3f90754ac", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "96e34454-22dc-4f1b-889e-277ab381d186", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "405ce6e4-f604-46f2-b4f0-87d15ca0bffb", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45286fac-f5f3-47f9-8f54-6b9fad412248", "resource_type": "OS::Nova::Server"}]} 2019-01-03 17:28:54,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources used request id req-0f268d92-1415-49ec-8fca-096c2ff1d357 2019-01-03 17:28:54,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/45286fac-f5f3-47f9-8f54-6b9fad412248 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:54,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e535d0ab-0d45-4dbf-b202-c04138ec9b52 x-compute-request-id: req-e535d0ab-0d45-4dbf-b202-c04138ec9b52 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:39:01", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/45286fac-f5f3-47f9-8f54-6b9fad412248", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/45286fac-f5f3-47f9-8f54-6b9fad412248", "rel": "bookmark"}], "image": {"id": "d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "links": [{"href": "http://172.30.9.30:8774/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-03T17:28:46.000000", "flavor": {"id": "9fc47fe3-97a6-4369-8ab9-fe5ac0671b57", "links": [{"href": "http://172.30.9.30:8774/flavors/9fc47fe3-97a6-4369-8ab9-fe5ac0671b57", "rel": "bookmark"}]}, "id": "45286fac-f5f3-47f9-8f54-6b9fad412248", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:28:47Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-inst", "created": "2019-01-03T17:28:42Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:28:54,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/45286fac-f5f3-47f9-8f54-6b9fad412248 used request id req-e535d0ab-0d45-4dbf-b202-c04138ec9b52 2019-01-03 17:28:54,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1ac9f3dc-7756-4c1b-a463-d8a0aec34006 Date: Thu, 03 Jan 2019 17:28:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["96e34454-22dc-4f1b-889e-277ab381d186"],"description":"","tags":[],"updated_at":"2019-01-03T17:28:35Z","provider:segmentation_id":71,"name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:34Z","provider:network_type":"vxlan"}]} 2019-01-03 17:28:55,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-net used request id req-1ac9f3dc-7756-4c1b-a463-d8a0aec34006 2019-01-03 17:28:55,057 - 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" 2019-01-03 17:28:55,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:28:55,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf5c877f-784e-4b10-b105-2e793d95d2f2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:28:55,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-cf5c877f-784e-4b10-b105-2e793d95d2f2 2019-01-03 17:28:55,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f960f8c-a6fd-4758-adec-15fc21d2a5f0 Date: Thu, 03 Jan 2019 17:28:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:35Z","dns_nameservers":[],"updated_at":"2019-01-03T17:28:35Z","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":"f722d3fa025d4075b293873d61c918ee","id":"96e34454-22dc-4f1b-889e-277ab381d186","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-subnet"}]} 2019-01-03 17:28:55,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb used request id req-7f960f8c-a6fd-4758-adec-15fc21d2a5f0 2019-01-03 17:28:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-e2c23e57-b1c9-4991-83bf-c6e3da5cdadd Date: Thu, 03 Jan 2019 17:28:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:28:38Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"96e34454-22dc-4f1b-889e-277ab381d186","ip_address":"10.0.0.4"}],"id":"3826f2e1-a8e2-4e7b-badb-e2db970bd1b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:8f:ec","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-405ce6e4-f604-46f2-b4f0-87d15ca0bffb","name":"","admin_state_up":true,"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:28:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"96e34454-22dc-4f1b-889e-277ab381d186","ip_address":"10.0.0.7"}],"id":"7a8325b4-cfc6-43e4-b88d-e3d3f90754ac","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:39:01","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45286fac-f5f3-47f9-8f54-6b9fad412248","name":"HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1-server1_port-qqrlc2owuqcz","admin_state_up":true,"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:28:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"96e34454-22dc-4f1b-889e-277ab381d186","ip_address":"10.0.0.2"}],"id":"aa847d7d-5c77-4071-90ae-df144a6a7ffb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f7:12","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-405ce6e4-f604-46f2-b4f0-87d15ca0bffb","name":"","admin_state_up":true,"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:28:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"96e34454-22dc-4f1b-889e-277ab381d186","ip_address":"10.0.0.3"}],"id":"e6c984b7-e34c-47c0-a47c-16ecc5bad9f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:26:25:cc","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-405ce6e4-f604-46f2-b4f0-87d15ca0bffb","name":"","admin_state_up":true,"network_id":"405ce6e4-f604-46f2-b4f0-87d15ca0bffb","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:28:36Z","binding:vnic_type":"normal"}]} 2019-01-03 17:28:55,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=405ce6e4-f604-46f2-b4f0-87d15ca0bffb used request id req-e2c23e57-b1c9-4991-83bf-c6e3da5cdadd 2019-01-03 17:28:55,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache x-openstack-request-id: req-370b692c-d872-4590-883c-4aec7c06ac46 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:55,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache x-openstack-request-id: req-fdb89568-db99-4450-a175-cb0031188bd9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7a8325b4-cfc6-43e4-b88d-e3d3f90754ac", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "96e34454-22dc-4f1b-889e-277ab381d186", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "405ce6e4-f604-46f2-b4f0-87d15ca0bffb", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T17:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:28:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45286fac-f5f3-47f9-8f54-6b9fad412248", "resource_type": "OS::Nova::Server"}]} 2019-01-03 17:28:55,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160/resources used request id req-fdb89568-db99-4450-a175-cb0031188bd9 2019-01-03 17:28:55,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c16591b06bda8310e2690f2640862e91a8e2aef" 2019-01-03 17:28:55,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache x-openstack-request-id: req-6a19cb97-a966-4a8d-95b9-70773693272c Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:28:55,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:28:55 GMT Server: Apache x-openstack-request-id: req-648cccab-40f3-46e3-9f5d-b214ea34defe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:28:55,616 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-stack1/58f58c5b-5ecf-4fc5-8e35-5a6d8e8ed160 used request id req-648cccab-40f3-46e3-9f5d-b214ea34defe 2019-01-03 17:28:55,616 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-a1f7f09c-4b13-4a78-af15-fb23ef51fd49-image 2019-01-03 17:28:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f9c71555c8ba9bd5fda498cf2fcc7e220393824" 2019-01-03 17:28:58,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d8bb2d3-2d10-4f5b-884e-dc904f70294a Date: Thu, 03 Jan 2019 17:28:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:28:58,650 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d7cd2e84-bc2e-4f88-a93f-811afd8e8101 used request id req-0d8bb2d3-2d10-4f5b-884e-dc904f70294a 2019-01-03 17:28:58,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/9fc47fe3-97a6-4369-8ab9-fe5ac0671b57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc9bbde31ed1b2586875530caebb709c4d5403fb" 2019-01-03 17:28:58,703 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17: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 x-openstack-request-id: req-5b05666f-4a25-4be6-8581-68d9ac5bd509 x-compute-request-id: req-5b05666f-4a25-4be6-8581-68d9ac5bd509 Content-Length: 0 Content-Type: application/json 2019-01-03 17:28:58,704 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9fc47fe3-97a6-4369-8ab9-fe5ac0671b57 used request id req-5b05666f-4a25-4be6-8581-68d9ac5bd509 2019-01-03 17:28:58,706 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:28:58,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:28:58,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:28:59,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["O42zkGhFRCSnCAvqQM5tlQ"], "issued_at": "2019-01-03T17:28:59.000000Z"}} 2019-01-03 17:28:59,092 - 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}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:28:59,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a0aab9-bf22-4e5d-9717-0a6c123ab1a4 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"}]}} 2019-01-03 17:28:59,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-70a0aab9-bf22-4e5d-9717-0a6c123ab1a4 2019-01-03 17:28:59,171 - 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-67be5c31-d47d-4a77-820c-ead5a9aefe39-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:28:59,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-9b9fe47d-4e1c-4146-910d-0c684b18283d Date: Thu, 03 Jan 2019 17:28:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image"} 2019-01-03 17:28:59,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image used request id req-9b9fe47d-4e1c-4146-910d-0c684b18283d 2019-01-03 17:28:59,798 - 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}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:28:59,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4c03576-4eb9-480a-83e9-d37f2ded5a70 Date: Thu, 03 Jan 2019 17:28: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"}}} 2019-01-03 17:28:59,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-b4c03576-4eb9-480a-83e9-d37f2ded5a70 2019-01-03 17:28:59,982 - 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}d322df2e368f3a3f0d238df562ed3153a7820b85" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image"}' 2019-01-03 17:29:00,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f X-Openstack-Request-Id: req-117630ae-89c2-4186-a633-87e7feb3abb2 Date: Thu, 03 Jan 2019 17:29:00 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:29:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:29:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "min_disk": 0, "protected": false, "id": "d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "file": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:29:00,186 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-117630ae-89c2-4186-a633-87e7feb3abb2 2019-01-03 17:29:00,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d322df2e368f3a3f0d238df562ed3153a7820b85" -d '' 2019-01-03 17:29:01,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a34297fc-c7cb-402d-a5b4-b1e51762423d Date: Thu, 03 Jan 2019 17:29:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:29:01,946 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/file used request id req-a34297fc-c7cb-402d-a5b4-b1e51762423d 2019-01-03 17:29:01,947 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:29:01,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:29:02,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-31002e68-91dd-4a42-87b1-769e7d03a131 Date: Thu, 03 Jan 2019 17:29:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:29:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:29:01Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/snap", "metadata": {}}], "self": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "min_disk": 0, "protected": false, "id": "d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "file": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:29:02,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f used request id req-31002e68-91dd-4a42-87b1-769e7d03a131 2019-01-03 17:29:02,132 - 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}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:29:02,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a73c8ddc-e142-49c5-94f6-a46343ccc517 Date: Thu, 03 Jan 2019 17:29: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"}}} 2019-01-03 17:29:02,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a73c8ddc-e142-49c5-94f6-a46343ccc517 2019-01-03 17:29:02,314 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image 2019-01-03 17:29:02,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:29:02,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-8dab8880-da7f-4ee5-a777-2ae9291ca3e6 Date: Thu, 03 Jan 2019 17:29:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:29:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:29:01Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/snap", "metadata": {}}], "self": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "min_disk": 0, "protected": false, "id": "d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f", "file": "/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:29:02,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f used request id req-8dab8880-da7f-4ee5-a777-2ae9291ca3e6 2019-01-03 17:29:02,486 - create_image - DEBUG - Instance status is - active 2019-01-03 17:29:02,486 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image 2019-01-03 17:29:02,487 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image 2019-01-03 17:29:02,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:29:02,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:29:02,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Zjk8bXL-T7GZg7zww0aNEA"], "issued_at": "2019-01-03T17:29:02.000000Z"}} 2019-01-03 17:29:02,879 - 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}b205deb052e3d20eca77679b73bc5b652932c383" 2019-01-03 17:29:03,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44541b25-c9fd-4516-9ee0-3fd01353b702 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"}]}} 2019-01-03 17:29:03,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-44541b25-c9fd-4516-9ee0-3fd01353b702 2019-01-03 17:29:03,044 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:29:03,049 - 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}b205deb052e3d20eca77679b73bc5b652932c383" 2019-01-03 17:29:03,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-2cdd502e-f74b-40d4-bace-96f2708783b6 x-compute-request-id: req-2cdd502e-f74b-40d4-bace-96f2708783b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:29:03,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2cdd502e-f74b-40d4-bace-96f2708783b6 2019-01-03 17:29:03,240 - 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}b205deb052e3d20eca77679b73bc5b652932c383" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:29:03,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-52a4322d-028c-4c20-a86c-30e8181985cf x-compute-request-id: req-52a4322d-028c-4c20-a86c-30e8181985cf Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9da70e24-e1ef-4019-bad3-28639b2ab53f", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9da70e24-e1ef-4019-bad3-28639b2ab53f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9da70e24-e1ef-4019-bad3-28639b2ab53f", "name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:29:03,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-52a4322d-028c-4c20-a86c-30e8181985cf 2019-01-03 17:29:03,325 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:29:03,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:29:03,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["vUtUgNy7TGG1zxVzB6rO2A"], "issued_at": "2019-01-03T17:29:03.000000Z"}} 2019-01-03 17:29:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-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-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}}' 2019-01-03 17:29:06,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:29:03 GMT Server: Apache x-openstack-request-id: req-4fc7a6ad-d117-464f-b788-8966f014dae1 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}]}} 2019-01-03 17:29:06,755 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-4fc7a6ad-d117-464f-b788-8966f014dae1 2019-01-03 17:29:06,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:07,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:06 GMT Server: Apache x-openstack-request-id: req-a55e3d7b-d4a3-4509-b549-1eafe6dd299d Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:07,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:07 GMT Server: Apache x-openstack-request-id: req-c4e25de7-1c73-42bf-881d-ce95f4a13869 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:07,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-c4e25de7-1c73-42bf-881d-ce95f4a13869 2019-01-03 17:29:07,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:08,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:07 GMT Server: Apache x-openstack-request-id: req-fece214e-dd6d-4eb8-ada7-2f1a594b471d 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-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "deletion_time": null, "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "tags": null}]} 2019-01-03 17:29:08,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1 used request id req-fece214e-dd6d-4eb8-ada7-2f1a594b471d 2019-01-03 17:29:08,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:08,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:08 GMT Server: Apache x-openstack-request-id: req-3628d594-366c-43ec-b9e5-b89df2a9c4d4 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-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "deletion_time": null, "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "tags": null}]} 2019-01-03 17:29:08,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1 used request id req-3628d594-366c-43ec-b9e5-b89df2a9c4d4 2019-01-03 17:29:08,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:09,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:08 GMT Server: Apache x-openstack-request-id: req-2cf87f7e-342d-44b0-8fb7-61888284c02a Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:09,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:09 GMT Server: Apache x-openstack-request-id: req-1b163926-e2c8-49ad-98bf-e0eb6d71d10e 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:09,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-1b163926-e2c8-49ad-98bf-e0eb6d71d10e 2019-01-03 17:29:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:09,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:09 GMT Server: Apache x-openstack-request-id: req-2b14501c-5484-4470-9d15-7f2aeea3eeff Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:10,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:09 GMT Server: Apache x-openstack-request-id: req-457d44d4-46a0-4f93-b2b1-0b1314d1a97e 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:10,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-457d44d4-46a0-4f93-b2b1-0b1314d1a97e 2019-01-03 17:29:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:13,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:13 GMT Server: Apache x-openstack-request-id: req-9116c5ff-f949-44a4-9f8e-164ffc1f3f3f Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:13,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:13 GMT Server: Apache x-openstack-request-id: req-37239c9c-c09f-411c-b4a4-29690eed2a89 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:13,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-37239c9c-c09f-411c-b4a4-29690eed2a89 2019-01-03 17:29:16,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:17,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:16 GMT Server: Apache x-openstack-request-id: req-b6041359-291c-4946-8462-ff354b1ed736 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:17,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:17 GMT Server: Apache x-openstack-request-id: req-2419df17-d1d8-484f-a081-bfd4674f6fa7 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:17,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-2419df17-d1d8-484f-a081-bfd4674f6fa7 2019-01-03 17:29:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:20,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:20 GMT Server: Apache x-openstack-request-id: req-b704ffa3-08bd-4ee5-b02a-17c8552dadba Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:20,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:20 GMT Server: Apache x-openstack-request-id: req-649b45a9-5f29-4296-9aee-a0d17b5983c1 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:20,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-649b45a9-5f29-4296-9aee-a0d17b5983c1 2019-01-03 17:29:23,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:23,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:23 GMT Server: Apache x-openstack-request-id: req-f415a804-78f1-499d-a00f-1226eb60c5d6 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:23,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:23 GMT Server: Apache x-openstack-request-id: req-80bd6c53-a381-44f2-b2dc-230ae51babb6 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:23,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-80bd6c53-a381-44f2-b2dc-230ae51babb6 2019-01-03 17:29:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:26,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:26 GMT Server: Apache x-openstack-request-id: req-ebfe6e19-3436-49be-a97f-f92a5c2f1976 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:26,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:26 GMT Server: Apache x-openstack-request-id: req-e67e52c0-8948-4a04-a9f0-4a2b230b3e6b 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:26,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-e67e52c0-8948-4a04-a9f0-4a2b230b3e6b 2019-01-03 17:29:29,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:29,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:29 GMT Server: Apache x-openstack-request-id: req-3a243914-1bcd-42d5-82a3-3adf998fe5bc Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:29,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:29 GMT Server: Apache x-openstack-request-id: req-881c5e0a-dd4f-4683-8cca-c80801e24d52 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:29,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-881c5e0a-dd4f-4683-8cca-c80801e24d52 2019-01-03 17:29:32,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:33,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:32 GMT Server: Apache x-openstack-request-id: req-b28bae2f-fad8-4caa-95ad-c9dd51f362d7 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:33,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:33 GMT Server: Apache x-openstack-request-id: req-93a8c249-1b5c-4d56-b674-4075e81e50e3 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:33,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-93a8c249-1b5c-4d56-b674-4075e81e50e3 2019-01-03 17:29:36,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:36,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:36 GMT Server: Apache x-openstack-request-id: req-5daec993-2542-4b29-ad46-4738a573e7ab Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:37,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:36 GMT Server: Apache x-openstack-request-id: req-91460673-278a-470a-9877-fade7f2b5933 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:37,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-91460673-278a-470a-9877-fade7f2b5933 2019-01-03 17:29:40,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:40,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:40 GMT Server: Apache x-openstack-request-id: req-e0156d03-c794-4180-8cd9-f5b7e56d2f9b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:40,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:40 GMT Server: Apache x-openstack-request-id: req-74683c4e-eb89-469e-9651-b15e2a7bd370 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:40,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-74683c4e-eb89-469e-9651-b15e2a7bd370 2019-01-03 17:29:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:43,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:43 GMT Server: Apache x-openstack-request-id: req-0a83712a-97f9-45b4-9824-8d3db5b2bbfa Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:44,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:43 GMT Server: Apache x-openstack-request-id: req-a6a040f0-d47f-4d5e-9cc7-f008d9bf9e42 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:44,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-a6a040f0-d47f-4d5e-9cc7-f008d9bf9e42 2019-01-03 17:29:47,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:47,213 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:47 GMT Server: Apache x-openstack-request-id: req-44cc830a-ccfb-463c-b93f-d6831ef7ce7b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:47 GMT Server: Apache x-openstack-request-id: req-ef92fd97-fef2-4c7d-872f-2edd0d93dfc1 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:47,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-ef92fd97-fef2-4c7d-872f-2edd0d93dfc1 2019-01-03 17:29:50,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:50,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:50 GMT Server: Apache x-openstack-request-id: req-f0466ecc-1282-4d56-bb88-a59a5fcc4a88 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:51,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:50 GMT Server: Apache x-openstack-request-id: req-68dbd5b6-bc35-4558-bf0d-ec091d4767b7 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1", "stack_user_project_id": "f4abd16b62904b2da193cccaf4183457", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:29:05Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "52f1c7e3-7c1b-4b69-ad54-64f220e9af3f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:51,628 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-68dbd5b6-bc35-4558-bf0d-ec091d4767b7 2019-01-03 17:29:51,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-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-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}}' 2019-01-03 17:29:53,686 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:29:51 GMT Server: Apache x-openstack-request-id: req-d7123c2b-2237-479c-b853-bcd4236b97a5 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}]}} 2019-01-03 17:29:53,686 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-d7123c2b-2237-479c-b853-bcd4236b97a5 2019-01-03 17:29:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:54,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:53 GMT Server: Apache x-openstack-request-id: req-311450cd-f1d2-46c7-99c1-ab0b69aa8f7c Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:54,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-46813193-d3d4-4b72-bb55-2850a802c0ed 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:54,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-46813193-d3d4-4b72-bb55-2850a802c0ed 2019-01-03 17:29:54,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:54,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-5041efac-d22f-4b7a-a1e5-152a6c172b33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "deletion_time": null, "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "tags": null}]} 2019-01-03 17:29:54,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2 used request id req-5041efac-d22f-4b7a-a1e5-152a6c172b33 2019-01-03 17:29:54,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:54,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-12fdfa53-c247-43c8-8ca3-3ed548149773 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "deletion_time": null, "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "updated_time": null, "project": "f722d3fa025d4075b293873d61c918ee", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "tags": null}]} 2019-01-03 17:29:54,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2 used request id req-12fdfa53-c247-43c8-8ca3-3ed548149773 2019-01-03 17:29:54,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:54,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-73bfe3be-7fb5-4b94-bf90-07b6746c4a0a Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:54,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-cf8d790c-8f4c-40b1-aef3-429dc17ba2d5 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:54,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-cf8d790c-8f4c-40b1-aef3-429dc17ba2d5 2019-01-03 17:29:54,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:54,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-1be6f4c2-62cc-4332-b4b3-7ffb2a07823f Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:55,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:54 GMT Server: Apache x-openstack-request-id: req-bdf283c0-c279-4049-9d66-a39cd277fdfc 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:55,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-bdf283c0-c279-4049-9d66-a39cd277fdfc 2019-01-03 17:29:58,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:29:58,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:29:58 GMT Server: Apache x-openstack-request-id: req-f221b297-e119-4f37-9337-b2491d700bed Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:29:58,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:29:58 GMT Server: Apache x-openstack-request-id: req-bf0a9e4d-4275-4ea4-8b53-76996f312c0f 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:29:58,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-bf0a9e4d-4275-4ea4-8b53-76996f312c0f 2019-01-03 17:30:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:01,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:01 GMT Server: Apache x-openstack-request-id: req-cd3be39b-e4b1-43bc-bcdf-0b73d72266a5 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:01,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:01 GMT Server: Apache x-openstack-request-id: req-924db6a2-2599-4137-a927-3fa7122a7521 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:30:01,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-924db6a2-2599-4137-a927-3fa7122a7521 2019-01-03 17:30:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:04,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:04 GMT Server: Apache x-openstack-request-id: req-9b9f19ee-e555-46ba-a667-39555f2dc8fb Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:04,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:04 GMT Server: Apache x-openstack-request-id: req-59d55ea1-6882-4cd9-9a00-5f5248af9a70 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:30:04,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-59d55ea1-6882-4cd9-9a00-5f5248af9a70 2019-01-03 17:30:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:08,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:07 GMT Server: Apache x-openstack-request-id: req-3c08efe5-1082-49dd-8663-87a28f7c34b1 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:08,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:08 GMT Server: Apache x-openstack-request-id: req-69dbc7cf-fe6b-4e60-80ce-6a42d1ab3c6c 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:30:08,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-69dbc7cf-fe6b-4e60-80ce-6a42d1ab3c6c 2019-01-03 17:30:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:11,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:11 GMT Server: Apache x-openstack-request-id: req-d85455d2-4607-4ee5-a707-cbeb7a4d753b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:11,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:11 GMT Server: Apache x-openstack-request-id: req-5c50d295-1bbb-4c62-9362-01c8e24208f5 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:30:11,595 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-5c50d295-1bbb-4c62-9362-01c8e24208f5 2019-01-03 17:30:14,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:14,629 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:14 GMT Server: Apache x-openstack-request-id: req-aed2f5d8-2baf-475a-b5a8-65674e8419cc Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:14,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:14 GMT Server: Apache x-openstack-request-id: req-a9703b3e-a498-4d19-95df-cc065a519a01 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2", "stack_user_project_id": "8973623841094aa78c38f33f82515a09", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:29:52Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "56693e52-84d1-4ade-88d0-8e34e40fb3ae", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 17:30:14,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-a9703b3e-a498-4d19-95df-cc065a519a01 2019-01-03 17:30:14,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:14,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:14 GMT Server: Apache x-openstack-request-id: req-f2f73e53-a958-464c-99e4-3949b7368897 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:15,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:30:14 GMT Server: Apache x-openstack-request-id: req-0e73ee20-99aa-4145-ae91-7c0a226bed60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:30:15,403 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack1/52f1c7e3-7c1b-4b69-ad54-64f220e9af3f used request id req-0e73ee20-99aa-4145-ae91-7c0a226bed60 2019-01-03 17:30:15,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/56693e52-84d1-4ade-88d0-8e34e40fb3ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573febf5e54edfa78c3d70d266d61960247c025c" 2019-01-03 17:30:15,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:15 GMT Server: Apache x-openstack-request-id: req-70d54f37-7c8e-4ee9-8133-3f533af4428b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:15,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:30:15 GMT Server: Apache x-openstack-request-id: req-4983eaab-3ff1-41bc-8299-0f28a781d751 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:30:15,506 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-stack2/56693e52-84d1-4ade-88d0-8e34e40fb3ae used request id req-4983eaab-3ff1-41bc-8299-0f28a781d751 2019-01-03 17:30:15,506 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-67be5c31-d47d-4a77-820c-ead5a9aefe39-image 2019-01-03 17:30:15,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d322df2e368f3a3f0d238df562ed3153a7820b85" 2019-01-03 17:30:17,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-914be206-b51d-407e-bec2-f15dd7b1f09c Date: Thu, 03 Jan 2019 17:30:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:30:17,191 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d31232bf-d462-4bbf-b9c5-5e0a52fd2a1f used request id req-914be206-b51d-407e-bec2-f15dd7b1f09c 2019-01-03 17:30:17,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/9da70e24-e1ef-4019-bad3-28639b2ab53f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b205deb052e3d20eca77679b73bc5b652932c383" 2019-01-03 17:30:17,248 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:30: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-6fb973c4-9d84-4e5e-8e96-814f37a168d5 x-compute-request-id: req-6fb973c4-9d84-4e5e-8e96-814f37a168d5 Content-Length: 0 Content-Type: application/json 2019-01-03 17:30:17,249 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9da70e24-e1ef-4019-bad3-28639b2ab53f used request id req-6fb973c4-9d84-4e5e-8e96-814f37a168d5 2019-01-03 17:30:17,250 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:30:17,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:30:17,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:30:17,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:30:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["QCxR1gXuR_-WqhMbXVTCgA"], "issued_at": "2019-01-03T17:30:17.000000Z"}} 2019-01-03 17:30:17,653 - 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}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:17,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e77334-d14a-4149-9ea2-3df124e356f4 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"}]}} 2019-01-03 17:30:17,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9e77334-d14a-4149-9ea2-3df124e356f4 2019-01-03 17:30:17,737 - 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-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:17,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-db0a4892-72ed-40da-a460-c89577f18365 Date: Thu, 03 Jan 2019 17:30:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"} 2019-01-03 17:30:17,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 used request id req-db0a4892-72ed-40da-a460-c89577f18365 2019-01-03 17:30:17,907 - 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}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:18,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f4b14f4-4388-4f75-bb77-3b62781cce94 Date: Thu, 03 Jan 2019 17:30: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"}}} 2019-01-03 17:30:18,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8f4b14f4-4388-4f75-bb77-3b62781cce94 2019-01-03 17:30:18,092 - 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}aa75be303f7b7941eed419a9fc9e08b77dec4196" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}' 2019-01-03 17:30:18,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c X-Openstack-Request-Id: req-f64f858c-defd-4851-a516-aa1476855e2a Date: Thu, 03 Jan 2019 17:30:18 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c", "min_disk": 0, "protected": false, "id": "f307b952-78d8-4998-b45b-ba7517bb766c", "file": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:18,640 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f64f858c-defd-4851-a516-aa1476855e2a 2019-01-03 17:30:18,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa75be303f7b7941eed419a9fc9e08b77dec4196" -d '' 2019-01-03 17:30:21,181 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae05e50a-d886-4f65-a7e6-340b6f1b458c Date: Thu, 03 Jan 2019 17:30:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:30:21,181 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file used request id req-ae05e50a-d886-4f65-a7e6-340b6f1b458c 2019-01-03 17:30:21,182 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:30:21,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:21,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-71c2baca-6d59-4480-986d-44ffc5037c68 Date: Thu, 03 Jan 2019 17:30:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:21Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "metadata": {}}], "self": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c", "min_disk": 0, "protected": false, "id": "f307b952-78d8-4998-b45b-ba7517bb766c", "file": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:21,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c used request id req-71c2baca-6d59-4480-986d-44ffc5037c68 2019-01-03 17:30:21,360 - 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}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:21,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e0b2f1b-273b-4b2e-b53e-c60f5afad18e Date: Thu, 03 Jan 2019 17:30:21 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"}}} 2019-01-03 17:30:21,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-1e0b2f1b-273b-4b2e-b53e-c60f5afad18e 2019-01-03 17:30:21,515 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 2019-01-03 17:30:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:30:21,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-bc81d319-624b-4c4d-93aa-4a1e0ac995b9 Date: Thu, 03 Jan 2019 17:30:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:21Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "metadata": {}}], "self": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c", "min_disk": 0, "protected": false, "id": "f307b952-78d8-4998-b45b-ba7517bb766c", "file": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:21,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c used request id req-bc81d319-624b-4c4d-93aa-4a1e0ac995b9 2019-01-03 17:30:21,670 - create_image - DEBUG - Instance status is - active 2019-01-03 17:30:21,670 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 2019-01-03 17:30:21,670 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 2019-01-03 17:30:21,671 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:30:21,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:30:21,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:30:22,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ooHoRoncQ3iGV1iemEyvwQ"], "issued_at": "2019-01-03T17:30:22.000000Z"}} 2019-01-03 17:30:22,052 - 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}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:22,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb86604b-f950-46f7-ab78-f7b85362b56d 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"}]}} 2019-01-03 17:30:22,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-eb86604b-f950-46f7-ab78-f7b85362b56d 2019-01-03 17:30:22,141 - 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-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:22,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-38149cc5-1e36-4cb8-a974-6bae32962ee3 Date: Thu, 03 Jan 2019 17:30:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2"} 2019-01-03 17:30:22,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 used request id req-38149cc5-1e36-4cb8-a974-6bae32962ee3 2019-01-03 17:30:22,308 - 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}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:22,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ced79b65-81a5-4c6a-ab04-58b2216d23a6 Date: Thu, 03 Jan 2019 17:30: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"}}} 2019-01-03 17:30:22,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ced79b65-81a5-4c6a-ab04-58b2216d23a6 2019-01-03 17:30:22,497 - 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}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2"}' 2019-01-03 17:30:22,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 X-Openstack-Request-Id: req-c2926bd6-ea2c-426d-b500-f75bbd94f964 Date: Thu, 03 Jan 2019 17:30:22 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "min_disk": 0, "protected": false, "id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "file": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file", "checksum": null, "owner": "f722d3fa025d4075b293873d61c918ee", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:22,712 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c2926bd6-ea2c-426d-b500-f75bbd94f964 2019-01-03 17:30:22,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" -d '' 2019-01-03 17:30:24,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11421b5e-1a8c-45d0-b10d-26a6060d3d1b Date: Thu, 03 Jan 2019 17:30:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:30:24,373 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file used request id req-11421b5e-1a8c-45d0-b10d-26a6060d3d1b 2019-01-03 17:30:24,374 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:30:24,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:24,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-da8931fb-aae0-4214-8826-0b1c6bc6b11d Date: Thu, 03 Jan 2019 17:30:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "metadata": {}}], "self": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "min_disk": 0, "protected": false, "id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "file": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:24,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 used request id req-da8931fb-aae0-4214-8826-0b1c6bc6b11d 2019-01-03 17:30:24,396 - 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}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:24,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dfe1fedc-969b-4b99-b98c-60be96b0230b Date: Thu, 03 Jan 2019 17:30:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 17:30:24,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-dfe1fedc-969b-4b99-b98c-60be96b0230b 2019-01-03 17:30:24,581 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 2019-01-03 17:30:24,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:30:24,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-410999a9-033d-48b5-a502-13367c86bab6 Date: Thu, 03 Jan 2019 17:30:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "metadata": {}}], "self": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "min_disk": 0, "protected": false, "id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "file": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:24,741 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 used request id req-410999a9-033d-48b5-a502-13367c86bab6 2019-01-03 17:30:24,742 - create_image - DEBUG - Instance status is - active 2019-01-03 17:30:24,742 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 2019-01-03 17:30:24,742 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 2019-01-03 17:30:24,742 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:30:24,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:30:25,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:30:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["nNhdbtkfR5WrPQ4afCtKUA"], "issued_at": "2019-01-03T17:30:25.000000Z"}} 2019-01-03 17:30:25,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net"}}' 2019-01-03 17:30:29,350 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:30:25 GMT Server: Apache x-openstack-request-id: req-116a721f-d630-41c7-ba65-e3eb01594004 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}]}} 2019-01-03 17:30:29,351 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-116a721f-d630-41c7-ba65-e3eb01594004 2019-01-03 17:30:29,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:29,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:29 GMT Server: Apache x-openstack-request-id: req-270e6773-6b47-4881-9b47-66165f90a342 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:29,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:29 GMT Server: Apache x-openstack-request-id: req-f2da2f72-2ea5-41dd-8043-ac5e105cad47 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:30:29,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-f2da2f72-2ea5-41dd-8043-ac5e105cad47 2019-01-03 17:30:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:29,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:29 GMT Server: Apache x-openstack-request-id: req-8182221c-2e75-4861-b4f6-a9a6d13f020b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:30,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:29 GMT Server: Apache x-openstack-request-id: req-314f5950-fb7f-48ca-82c7-c0dfad030e68 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:30:30,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-314f5950-fb7f-48ca-82c7-c0dfad030e68 2019-01-03 17:30:33,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:33,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:33 GMT Server: Apache x-openstack-request-id: req-d677a727-160f-4e17-af5f-ee70bd3cca1a Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:34,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:33 GMT Server: Apache x-openstack-request-id: req-ba1c57b8-fc67-49ae-9251-7eddebc18b6a 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:34,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-ba1c57b8-fc67-49ae-9251-7eddebc18b6a 2019-01-03 17:30:37,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:37,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:37 GMT Server: Apache x-openstack-request-id: req-1e5353f6-3cdf-4212-8a68-9887733b52a6 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:37,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:37 GMT Server: Apache x-openstack-request-id: req-154c48d7-1e5d-4f0a-84c1-8823a31b431c 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:37,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-154c48d7-1e5d-4f0a-84c1-8823a31b431c 2019-01-03 17:30:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:40,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:40 GMT Server: Apache x-openstack-request-id: req-758e7092-c8d5-4784-abf4-9ecc891a4f32 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:41,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:40 GMT Server: Apache x-openstack-request-id: req-b2c774f6-5e5d-4998-bb03-722059d52831 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:41,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-b2c774f6-5e5d-4998-bb03-722059d52831 2019-01-03 17:30:44,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:44,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:44 GMT Server: Apache x-openstack-request-id: req-cbf8d6c0-a66a-4903-b143-3d3cd51ee8d7 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:45,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:44 GMT Server: Apache x-openstack-request-id: req-bb6fbe9b-1e0f-4579-adb6-8368b9ab11e6 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:45,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-bb6fbe9b-1e0f-4579-adb6-8368b9ab11e6 2019-01-03 17:30:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:48,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:48 GMT Server: Apache x-openstack-request-id: req-0b1f4360-fd6a-4c2c-82ba-bc864108db47 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:48,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:48 GMT Server: Apache x-openstack-request-id: req-ca2e8ecb-1a9b-4660-89d4-40ecd6bb72a3 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:48,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-ca2e8ecb-1a9b-4660-89d4-40ecd6bb72a3 2019-01-03 17:30:51,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:51,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:51 GMT Server: Apache x-openstack-request-id: req-bb305a56-f0ca-4ac1-9a4e-5d1dee27b74c Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:51,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:51 GMT Server: Apache x-openstack-request-id: req-ec415316-c0b9-4ce2-8613-3750c53ea343 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:51,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-ec415316-c0b9-4ce2-8613-3750c53ea343 2019-01-03 17:30:51,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:52,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:51 GMT Server: Apache x-openstack-request-id: req-6fcc28ea-0156-445a-99d6-cd80dee7d5de Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:52,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:52 GMT Server: Apache x-openstack-request-id: req-517207de-2adc-45d7-ab94-b4432808a1d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1051 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8eec9518-93ad-4f1c-9ec1-0117ca841365", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34f4efba-43a2-49fd-8e99-59de38c66a61", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "1e6fa923-13d1-467c-b781-75596cbad0ea", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d54bfbfe-2e7d-4e87-8957-a4626440423d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4:subnet_id=045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d201ff88-dae0-4b58-9286-4c476222ce60", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec79c9d2-fe3d-4753-9b4d-ec183f7ace53", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 17:30:52,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources used request id req-517207de-2adc-45d7-ab94-b4432808a1d5 2019-01-03 17:30:52,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,129 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:52 GMT Server: Apache x-openstack-request-id: req-038982e8-db05-4f49-ab4f-fc2caa2e04b1 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:53,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache x-openstack-request-id: req-91758872-a9a1-498e-b843-beea7530857f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:53,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-91758872-a9a1-498e-b843-beea7530857f 2019-01-03 17:30:53,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache x-openstack-request-id: req-ea420f7c-def2-4f70-b6cd-3ce58dfb1089 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:53,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache x-openstack-request-id: req-c04b0439-bea1-4187-bc2b-7c25b9d2d357 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8eec9518-93ad-4f1c-9ec1-0117ca841365", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34f4efba-43a2-49fd-8e99-59de38c66a61", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "1e6fa923-13d1-467c-b781-75596cbad0ea", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d54bfbfe-2e7d-4e87-8957-a4626440423d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4:subnet_id=045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d201ff88-dae0-4b58-9286-4c476222ce60", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec79c9d2-fe3d-4753-9b4d-ec183f7ace53", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 17:30:53,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources used request id req-c04b0439-bea1-4187-bc2b-7c25b9d2d357 2019-01-03 17:30:53,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-15af2b5f-b801-4280-ba45-1fb32a520b0b Date: Thu, 03 Jan 2019 17:30:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34f4efba-43a2-49fd-8e99-59de38c66a61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["045c9850-505d-4ebe-90a4-89e5df04fa2e"],"description":"","tags":[],"updated_at":"2019-01-03T17:30:32Z","provider:segmentation_id":64,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:30:53,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-15af2b5f-b801-4280-ba45-1fb32a520b0b 2019-01-03 17:30:53,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e7239a40-bbb0-49e8-9a31-e31350a8f71c Date: Thu, 03 Jan 2019 17:30:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:30:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet"}]} 2019-01-03 17:30:53,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-e7239a40-bbb0-49e8-9a31-e31350a8f71c 2019-01-03 17:30:53,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0179588c-71fd-4146-82f7-c12345fd23ea Date: Thu, 03 Jan 2019 17:30:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:30:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet"}]} 2019-01-03 17:30:53,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-0179588c-71fd-4146-82f7-c12345fd23ea 2019-01-03 17:30:53,784 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:30:53,786 - 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}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cad87d4-8c3c-4c25-97a1-cd3dcc6ba99e 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"}]}} 2019-01-03 17:30:53,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7cad87d4-8c3c-4c25-97a1-cd3dcc6ba99e 2019-01-03 17:30:53,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:53,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache x-openstack-request-id: req-3e7ad715-5489-4991-8adc-11b60842d6a1 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:54,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:53 GMT Server: Apache x-openstack-request-id: req-85472792-84dc-4081-b221-fab8b6bb2072 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1051 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8eec9518-93ad-4f1c-9ec1-0117ca841365", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34f4efba-43a2-49fd-8e99-59de38c66a61", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "1e6fa923-13d1-467c-b781-75596cbad0ea", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d54bfbfe-2e7d-4e87-8957-a4626440423d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4:subnet_id=045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d201ff88-dae0-4b58-9286-4c476222ce60", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec79c9d2-fe3d-4753-9b4d-ec183f7ace53", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 17:30:54,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources used request id req-85472792-84dc-4081-b221-fab8b6bb2072 2019-01-03 17:30:54,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/d201ff88-dae0-4b58-9286-4c476222ce60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:54,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db93d4e-4708-402e-b572-551810ee8187 x-compute-request-id: req-2db93d4e-4708-402e-b572-551810ee8187 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:e3:a9", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:e3:a9", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d201ff88-dae0-4b58-9286-4c476222ce60", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d201ff88-dae0-4b58-9286-4c476222ce60", "rel": "bookmark"}], "image": {"id": "f307b952-78d8-4998-b45b-ba7517bb766c", "links": [{"href": "http://172.30.9.30:8774/images/f307b952-78d8-4998-b45b-ba7517bb766c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2019-01-03T17:30:47.000000", "flavor": {"id": "8eec9518-93ad-4f1c-9ec1-0117ca841365", "links": [{"href": "http://172.30.9.30:8774/flavors/8eec9518-93ad-4f1c-9ec1-0117ca841365", "rel": "bookmark"}]}, "id": "d201ff88-dae0-4b58-9286-4c476222ce60", "security_groups": [{"name": "security_group_name"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:30:48Z", "hostId": "ca31c2f5c21413c9455662e2167eb537206c8a4d90c2c130cb3f1231", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "created": "2019-01-03T17:30:39Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:30:54,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d201ff88-dae0-4b58-9286-4c476222ce60 used request id req-2db93d4e-4708-402e-b572-551810ee8187 2019-01-03 17:30:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:54,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-83e40727-116c-4933-863b-be48873dc58b Date: Thu, 03 Jan 2019 17:30:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34f4efba-43a2-49fd-8e99-59de38c66a61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["045c9850-505d-4ebe-90a4-89e5df04fa2e"],"description":"","tags":[],"updated_at":"2019-01-03T17:30:32Z","provider:segmentation_id":64,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:30:54,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net used request id req-83e40727-116c-4933-863b-be48873dc58b 2019-01-03 17:30:54,566 - 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" 2019-01-03 17:30:54,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:30:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:30:54,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:54,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69bb632e-efb4-486c-a434-5823e635cf51 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:30:54,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-69bb632e-efb4-486c-a434-5823e635cf51 2019-01-03 17:30:54,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:54,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-04713e99-7288-4288-a359-6658768ad1ac Date: Thu, 03 Jan 2019 17:30:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:30:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet"}]} 2019-01-03 17:30:54,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-04713e99-7288-4288-a359-6658768ad1ac 2019-01-03 17:30:54,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:54,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-14bcb621-41e8-44b4-aff4-789a545a2795 Date: Thu, 03 Jan 2019 17:30:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.3"}],"id":"0546313a-9deb-40cf-8c14-07c37f0fc208","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:16:6c:81","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:44Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.1"}],"id":"216f4f3f-1419-47bc-ab6d-04e0806063f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:64:b0","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4952278-c217-417a-ade9-0fcc973593d4","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.4"}],"id":"256b4c46-806a-494a-b0e1-3b7ac47a0999","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:91:22","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.6"}],"id":"5b2bc245-01cf-4eed-b899-774016e729b5","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:12:60","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.2"}],"id":"cd142441-db72-4b7a-8b65-e21aac149dee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:d9:6c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.12"}],"id":"ec79c9d2-fe3d-4753-9b4d-ec183f7ace53","security_groups":["1e6fa923-13d1-467c-b781-75596cbad0ea"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:e3:a9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d201ff88-dae0-4b58-9286-4c476222ce60","name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack-port1-wi7isbf2ilrg","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:36Z","binding:vnic_type":"normal"}]} 2019-01-03 17:30:54,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-14bcb621-41e8-44b4-aff4-789a545a2795 2019-01-03 17:30:54,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ae1391d-996e-408d-814c-d0fc35901f9a x-compute-request-id: req-3ae1391d-996e-408d-814c-d0fc35901f9a Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:12:60", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "rel": "bookmark"}], "image": {"id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "links": [{"href": "http://172.30.9.30:8774/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000017", "OS-SRV-USG:launched_at": "2019-01-03T17:30:42.000000", "flavor": {"id": "3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "links": [{"href": "http://172.30.9.30:8774/flavors/3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "rel": "bookmark"}]}, "id": "52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "security_groups": [{"name": "default"}], "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:30:43Z", "hostId": "43c26a3308a9c5e4a3ec57f133d15d923df035e9ce12ceb20383982e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "created": "2019-01-03T17:30:36Z", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:30:55,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5 used request id req-3ae1391d-996e-408d-814c-d0fc35901f9a 2019-01-03 17:30:55,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-a58c2cbd-7b40-424b-b288-c9b3d3a3b239 Date: Thu, 03 Jan 2019 17:30:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34f4efba-43a2-49fd-8e99-59de38c66a61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","subnets":["045c9850-505d-4ebe-90a4-89e5df04fa2e"],"description":"","tags":[],"updated_at":"2019-01-03T17:30:32Z","provider:segmentation_id":64,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net","admin_state_up":true,"tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:31Z","provider:network_type":"vxlan"}]} 2019-01-03 17:30:55,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net used request id req-a58c2cbd-7b40-424b-b288-c9b3d3a3b239 2019-01-03 17:30:55,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214fa864-e0bf-450d-aae5-6a1e991cf861 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:30:55,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-214fa864-e0bf-450d-aae5-6a1e991cf861 2019-01-03 17:30:55,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2fb079aa-4881-4255-abf2-6583f3a76b5f Date: Thu, 03 Jan 2019 17:30:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:32Z","dns_nameservers":[],"updated_at":"2019-01-03T17:30:32Z","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":"f722d3fa025d4075b293873d61c918ee","id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet"}]} 2019-01-03 17:30:55,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-2fb079aa-4881-4255-abf2-6583f3a76b5f 2019-01-03 17:30:55,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-433723e7-493f-4d20-b6de-25bfaa6b9575 Date: Thu, 03 Jan 2019 17:30:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.3"}],"id":"0546313a-9deb-40cf-8c14-07c37f0fc208","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:16:6c:81","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:44Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.1"}],"id":"216f4f3f-1419-47bc-ab6d-04e0806063f6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:64:b0","project_id":"f722d3fa025d4075b293873d61c918ee","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b4952278-c217-417a-ade9-0fcc973593d4","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.4"}],"id":"256b4c46-806a-494a-b0e1-3b7ac47a0999","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:91:22","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.6"}],"id":"5b2bc245-01cf-4eed-b899-774016e729b5","security_groups":["2f0f00cc-ebb5-49f8-93a5-c7a88b91832e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:12:60","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.2"}],"id":"cd142441-db72-4b7a-8b65-e21aac149dee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:d9:6c","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34f4efba-43a2-49fd-8e99-59de38c66a61","name":"","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:42Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"045c9850-505d-4ebe-90a4-89e5df04fa2e","ip_address":"10.1.2.12"}],"id":"ec79c9d2-fe3d-4753-9b4d-ec183f7ace53","security_groups":["1e6fa923-13d1-467c-b781-75596cbad0ea"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:e3:a9","project_id":"f722d3fa025d4075b293873d61c918ee","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d201ff88-dae0-4b58-9286-4c476222ce60","name":"HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack-port1-wi7isbf2ilrg","admin_state_up":true,"network_id":"34f4efba-43a2-49fd-8e99-59de38c66a61","tenant_id":"f722d3fa025d4075b293873d61c918ee","created_at":"2019-01-03T17:30:36Z","binding:vnic_type":"normal"}]} 2019-01-03 17:30:55,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=34f4efba-43a2-49fd-8e99-59de38c66a61 used request id req-433723e7-493f-4d20-b6de-25bfaa6b9575 2019-01-03 17:30:55,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:55 GMT Server: Apache x-openstack-request-id: req-f0c4b2c1-e48e-4e24-84d4-c4d3d0d31213 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:55,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:55 GMT Server: Apache x-openstack-request-id: req-56437ba0-4adc-48f1-b441-ccd6d67a3216 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3a00b2b9-0cea-44bc-aaa3-8284c74b3d0a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8eec9518-93ad-4f1c-9ec1-0117ca841365", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "34f4efba-43a2-49fd-8e99-59de38c66a61", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "1e6fa923-13d1-467c-b781-75596cbad0ea", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d54bfbfe-2e7d-4e87-8957-a4626440423d", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b4952278-c217-417a-ade9-0fcc973593d4:subnet_id=045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "045c9850-505d-4ebe-90a4-89e5df04fa2e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d201ff88-dae0-4b58-9286-4c476222ce60", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52b66d7a-60f4-41f8-999a-7bb4f4b8f4a5", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T17:30:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:30:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ec79c9d2-fe3d-4753-9b4d-ec183f7ace53", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 17:30:55,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4/resources used request id req-56437ba0-4adc-48f1-b441-ccd6d67a3216 2019-01-03 17:30:55,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-e610149f-9db3-4cc9-8512-1d827a9d0750 Date: Thu, 03 Jan 2019 17:30:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:21Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "metadata": {}}], "self": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c", "min_disk": 0, "protected": false, "id": "f307b952-78d8-4998-b45b-ba7517bb766c", "file": "/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/f307b952-78d8-4998-b45b-ba7517bb766c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:55,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c used request id req-e610149f-9db3-4cc9-8512-1d827a9d0750 2019-01-03 17:30:55,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}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-33c6b7cd-ba28-4ad4-b7d9-a5d760604de0 Date: Thu, 03 Jan 2019 17:30: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"}}} 2019-01-03 17:30:55,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-33c6b7cd-ba28-4ad4-b7d9-a5d760604de0 2019-01-03 17:30:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:55,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f0fd4f4b-b4d4-43b9-9f90-3f041f0cdecf Date: Thu, 03 Jan 2019 17:30:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "metadata": {}}], "self": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "min_disk": 0, "protected": false, "id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "file": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:55,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 used request id req-f0fd4f4b-b4d4-43b9-9f90-3f041f0cdecf 2019-01-03 17:30:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:56,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-adc53ae8-7cc5-4b98-8733-4ef8438f4f57 Date: Thu, 03 Jan 2019 17:30:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:30:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "metadata": {}}], "self": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "min_disk": 0, "protected": false, "id": "d294f6b8-e98d-444d-8315-b44e6a3fcdf3", "file": "/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f722d3fa025d4075b293873d61c918ee", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:30:56,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 used request id req-adc53ae8-7cc5-4b98-8733-4ef8438f4f57 2019-01-03 17:30:56,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:56,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-628eff69-2da7-44c8-b655-20dd534e2a9e Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:56,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-625c9474-a9bf-4ca1-8d8f-c702beae5fd2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:56,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-625c9474-a9bf-4ca1-8d8f-c702beae5fd2 2019-01-03 17:30:56,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:56,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-f4b3cdc6-68c2-4281-b090-925ad9c12e4f Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:56,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-ab104990-a29a-48b0-b4ad-88773de9ddd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnBPe/wPfmt6/d9zHA1CCgZ1Fo0Dmya9XiA75CzpJ5MkUKaWJ\nk/FUVrJKCECLmWpA3Gwapdw9XuDLecZYHvFRnoGDpzIVUuYU0PK6JmpXCdfWxegL\nU2EK1VOsh/zORB+ZYaCnmzHrmTAOY3J5PAvaI6pc85DxZxGVSGHK1WAW3ngyU7+B\ncaZA8ZiMs6VtDUtWygoykEg2CPFLoS+T1rZp+AAPeJWFP5PbJIqCCPZsyuwpciDq\noAJinITOvxkaNy0LFJdJVdPg74AXpxzARJu0a7Mf+jHOYq+75I8LK6gPd770vS41\n3R1JMr0GHvu6jE7OvmvKbsLcbMwncH1zULFktwIDAQABAoIBADGiuCZNqwzrjeSm\nl7vcHMTvqTfT6hF169ZfPKBvdxSFRh5AgNJFy1aO+LBLJpoxilMPJiJdOj80KkGd\n7GRaxmQsOBwx90oX1cLljoGtC+UbeTgTJZbso69YHuRYZ5iOnA7KMsNOSui6ubiy\nrQ+FjWgOQ+VJ0RvAIcOVJhZZqqww+k1L2YVvqGg4HXQqKNNpryFrDkyfs6VevWxd\nysSlEencDAf3peHzYqE96Qa3rXOAych3d1TdIOKTcLbFw/F8AIh8W0DB/UEogYqC\nVqRRcsaQOZUgVByN6/Vb0PRNw1pCU0azNByODsevqWhkz/PCPsr21eiI6fjkm7GR\nDaas8CECgYEAziKjkA8DRPbMGN3dcoPg2Rldkn/M4k4ebCXRjB5RBIToJxbvYAM9\nZAHa7I7Dox1yCoNpgD7Y1f2KJwxTOEqqeNGEqTOrZ/vIapMmiPxJElq1oiWJy5v+\nikrfCwOR8a23EkZ3nARlT5az3o9pxu2nCSyNT9ALgw4anmrb/uCPAdkCgYEAwdVO\nElY3aaSQ+5UH0B3vNpVORYTTRO2SZxJI1yxGXOOnfv57G6jzunZsimP1LLyn3v81\nln7hmWYa98Fu0AZOBmDietQyE9mIhphyTuHVT0FGNFZ8zxp8UmeNL+LsxsCZ+6fW\nxazEtVHdwgee0eJIU7FLEtZY/Fd2yo+0rMVL8Q8CgYEAmcc3lBHPE5S139ssB/Eg\nPXVx3AehVjaG9ZElCU3YjPGFqxuuCkeAden4Yz+B7V7bI8KzYuv/oWxasxS7xKPX\nFvje6cdVGOa5td//AHSNIrcvBz7P1GiUdKC0UiggqVY529VcB7UzyzMXDnKYq8HB\nOdPVu/PtkqBj9UisxDDMHskCgYEAh2HCi9AoF+NXWEC5GkUuJUOXTbr+DPCaBt+g\nfJlx88MV4/8+YQ1aXmwEV4yFW9/QqFI8TYcFbyz/vPgfu7ALoyzcQsoex/px/wBP\nJoVZhWej7z5RIh3vo2asGDw5AIDZjAmoWpzXL4Wki7bi2NlhhwMX2mpX8LfuQoCo\nwttytUUCgYBy1QdtFWCJHQRshuVG8IjQErNmGZE4Czt5xVa/IFS4XaFLplHJW947\ncTzg5QsIs5ylBKIA46QCYkMj1AKN9p7TMx/jRdr0SQULo51mybQUAinXWOF66naP\nd5O1CLecIWXDhkZWiOBroZ/iwU9j/H26Lnx2ehImp2er9xpIqLkSKw==\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"}} 2019-01-03 17:30:56,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-ab104990-a29a-48b0-b4ad-88773de9ddd6 2019-01-03 17:30:56,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:56,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-22eb36a0-35f6-485c-944e-b5906f3c85f9 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:57,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:30:56 GMT Server: Apache x-openstack-request-id: req-9f257594-b479-482d-964d-edd8b631aa95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:30:57,044 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-9f257594-b479-482d-964d-edd8b631aa95 2019-01-03 17:30:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:30:57,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:30:57 GMT Server: Apache x-openstack-request-id: req-11cd40e5-b06d-4abe-94a0-9dc0560656c5 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:30:57,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:30:57 GMT Server: Apache x-openstack-request-id: req-8f98f7f1-ab60-4220-9f9f-e014db038432 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:30:57,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-8f98f7f1-ab60-4220-9f9f-e014db038432 2019-01-03 17:31:00,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:00,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:00 GMT Server: Apache x-openstack-request-id: req-5db432c0-8e27-4c02-87bf-d413ec2abe5b Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:00,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:00 GMT Server: Apache x-openstack-request-id: req-f4e95ad6-10e6-4eb8-b467-018042b01179 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:00,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-f4e95ad6-10e6-4eb8-b467-018042b01179 2019-01-03 17:31:03,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:03,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:03 GMT Server: Apache x-openstack-request-id: req-dbd8dcff-5e28-4cd8-a76f-91594e062276 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:03,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:03 GMT Server: Apache x-openstack-request-id: req-57f26f07-62fe-49ca-a73b-f9e9561cf59d 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:03,219 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-57f26f07-62fe-49ca-a73b-f9e9561cf59d 2019-01-03 17:31:06,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:06,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:06 GMT Server: Apache x-openstack-request-id: req-fafc0b2d-17cf-440b-b974-4edd10f56261 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:06,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:06 GMT Server: Apache x-openstack-request-id: req-e4fc4b50-d97c-4cf9-9ee8-87b0bb9aed9d 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:06,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-e4fc4b50-d97c-4cf9-9ee8-87b0bb9aed9d 2019-01-03 17:31:09,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:09,468 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:09 GMT Server: Apache x-openstack-request-id: req-0643ebc0-24db-4627-829c-314292ed3a23 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:09,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:09 GMT Server: Apache x-openstack-request-id: req-b46075f7-52c4-4fb6-8237-3ddfdf144303 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:09,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-b46075f7-52c4-4fb6-8237-3ddfdf144303 2019-01-03 17:31:12,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:12,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:12 GMT Server: Apache x-openstack-request-id: req-e0ae3d70-b21d-4c3b-89e7-3921822f3e14 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:12,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:12 GMT Server: Apache x-openstack-request-id: req-71d2396e-3fb0-4c19-a656-40614c2f694e 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:12,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-71d2396e-3fb0-4c19-a656-40614c2f694e 2019-01-03 17:31:15,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/791cc7d9-ec01-4be6-b199-260385c91bd4 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6e7d26c50678c2d067f31c43aadbbbd3bbcbd" 2019-01-03 17:31:16,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:15 GMT Server: Apache x-openstack-request-id: req-6ff39d69-8751-4278-8cdf-437189198aff Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:16,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:16 GMT Server: Apache x-openstack-request-id: req-44cf1d83-ffb3-4da5-b498-07073595d5a5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 690 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-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor2", "OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1"}, "deletion_time": "2019-01-03T17:31:14Z", "stack_name": "HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack", "stack_user_project_id": "c5da72915a6e46e8acaf18f51acdd5c4", "tags": null, "creation_time": "2019-01-03T17:30:28Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T17:30:57Z", "id": "791cc7d9-ec01-4be6-b199-260385c91bd4", "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"}} 2019-01-03 17:31:16,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-stack/791cc7d9-ec01-4be6-b199-260385c91bd4 used request id req-44cf1d83-ffb3-4da5-b498-07073595d5a5 2019-01-03 17:31:16,403 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image1 2019-01-03 17:31:16,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa75be303f7b7941eed419a9fc9e08b77dec4196" 2019-01-03 17:31:17,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-360ce900-9652-4e59-9bd5-dd279d601227 Date: Thu, 03 Jan 2019 17:31:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:31:17,759 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f307b952-78d8-4998-b45b-ba7517bb766c used request id req-360ce900-9652-4e59-9bd5-dd279d601227 2019-01-03 17:31:17,760 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-0f7620fa-2037-4c68-9569-7c524e1627a3-image2 2019-01-03 17:31:17,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d38e9d3a0b6ddafab3e193cc84d3031d9dee50ac" 2019-01-03 17:31:18,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37f2f9a7-47d3-4eb8-bbc4-e720a7efe8d3 Date: Thu, 03 Jan 2019 17:31:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:31:18,867 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d294f6b8-e98d-444d-8315-b44e6a3fcdf3 used request id req-37f2f9a7-47d3-4eb8-bbc4-e720a7efe8d3 2019-01-03 17:31:18,869 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:31:18,870 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:31:18,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:19,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["BkCI0z5ITSaZQV5L2N_QHg"], "issued_at": "2019-01-03T17:31:19.000000Z"}} 2019-01-03 17:31:19,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" -d '{"stack_name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-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}}}}}' 2019-01-03 17:31:20,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:31:19 GMT Server: Apache x-openstack-request-id: req-f9a8c303-ec34-47e5-8048-c9667fa288b4 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "4bde9751-540b-4fcb-9f98-9316b106920a", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a", "rel": "self"}]}} 2019-01-03 17:31:20,854 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-f9a8c303-ec34-47e5-8048-c9667fa288b4 2019-01-03 17:31:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/4bde9751-540b-4fcb-9f98-9316b106920a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" 2019-01-03 17:31:21,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:20 GMT Server: Apache x-openstack-request-id: req-7858d0c4-9897-4eb2-8e16-e3beb09a9282 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:21,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:21 GMT Server: Apache x-openstack-request-id: req-6068e59f-24a5-457d-b3d0-d9ffb9c6e1ad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "4bde9751-540b-4fcb-9f98-9316b106920a", "OS::stack_name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack", "stack_user_project_id": "372145594b164553a43b79ac790bc169", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:31:20Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4bde9751-540b-4fcb-9f98-9316b106920a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 17:31:21,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a used request id req-6068e59f-24a5-457d-b3d0-d9ffb9c6e1ad 2019-01-03 17:31:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/4bde9751-540b-4fcb-9f98-9316b106920a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" 2019-01-03 17:31:21,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:21 GMT Server: Apache x-openstack-request-id: req-681fceb4-b4dd-45e0-88e2-30a8200184a6 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:21,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:21 GMT Server: Apache x-openstack-request-id: req-19c9f7dd-6bb6-4bd6-9446-ed3a3f8c04ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "4bde9751-540b-4fcb-9f98-9316b106920a", "OS::stack_name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack", "stack_user_project_id": "372145594b164553a43b79ac790bc169", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:31:20Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4bde9751-540b-4fcb-9f98-9316b106920a", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 17:31:21,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a used request id req-19c9f7dd-6bb6-4bd6-9446-ed3a3f8c04ec 2019-01-03 17:31:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/4bde9751-540b-4fcb-9f98-9316b106920a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" 2019-01-03 17:31:21,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:21 GMT Server: Apache x-openstack-request-id: req-56dcba3b-9841-40ea-95e8-8632ec1b5da1 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:21,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:21 GMT Server: Apache x-openstack-request-id: req-0d0a226b-e8fb-49cb-8284-72bb4dc8a460 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-03T17:31:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:31:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "403d7ad2-3376-4d53-ae04-959fd5080db3", "resource_type": "OS::Nova::Flavor"}]} 2019-01-03 17:31:21,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a/resources used request id req-0d0a226b-e8fb-49cb-8284-72bb4dc8a460 2019-01-03 17:31:21,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/403d7ad2-3376-4d53-ae04-959fd5080db3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" 2019-01-03 17:31:22,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31: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-7ca7f599-87c5-4623-acf8-f57e5add5eb2 x-compute-request-id: req-7ca7f599-87c5-4623-acf8-f57e5add5eb2 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/403d7ad2-3376-4d53-ae04-959fd5080db3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/403d7ad2-3376-4d53-ae04-959fd5080db3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "403d7ad2-3376-4d53-ae04-959fd5080db3", "name": "HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack-flavor-mggddmrdsptp", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:31:22,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/403d7ad2-3376-4d53-ae04-959fd5080db3 used request id req-7ca7f599-87c5-4623-acf8-f57e5add5eb2 2019-01-03 17:31:22,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/4bde9751-540b-4fcb-9f98-9316b106920a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237af7e6432bb4acd94353d1ac9b60fec45aafc4" 2019-01-03 17:31:22,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:22 GMT Server: Apache x-openstack-request-id: req-84201854-8608-4149-863f-0a9dd2fcf2b2 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:22,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:31:22 GMT Server: Apache x-openstack-request-id: req-2e732306-1ed1-4e12-9be2-824a5710efca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:31:22,247 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsFlavorTests-289768ee-6abd-4671-a7a9-de713f9df9e8-stack/4bde9751-540b-4fcb-9f98-9316b106920a used request id req-2e732306-1ed1-4e12-9be2-824a5710efca 2019-01-03 17:31:22,249 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:31:22,249 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:31:22,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:22,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["00ta5el-RuaXPLaCqZfXmA"], "issued_at": "2019-01-03T17:31:22.000000Z"}} 2019-01-03 17:31:22,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" -d '{"stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-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-8af6a073-bede-41d7-a652-7098ea0f98ed-kp"}}' 2019-01-03 17:31:24,170 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:31:22 GMT Server: Apache x-openstack-request-id: req-ff64fd44-68ce-4ee0-a6ec-8a3218ec97f2 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95", "rel": "self"}]}} 2019-01-03 17:31:24,171 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-ff64fd44-68ce-4ee0-a6ec-8a3218ec97f2 2019-01-03 17:31:24,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/a85acc8e-ee18-4d50-b407-96119fe65c95 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:24,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:24 GMT Server: Apache x-openstack-request-id: req-9aa518d7-422d-4c74-8879-a7b1fdb95078 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:24,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:24 GMT Server: Apache x-openstack-request-id: req-98462f56-f450-4837-b62b-eb7c05f013ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1899 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "OS::stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "keypair_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "stack_user_project_id": "155f81cdf89b4c87bcb8853a02a716a9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:31:23Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4sP0IF3tutxSKsy6RSDQecOU8uzYqNYft1E79nync16gB3sy\neQnwohhwtuK4DuljvIF/1OBlxQ4DtyhL8GnaFnls0GyFmhNjU9w/bHV5nwnA8qP8\ngymzeMOTmKiygacVY/NCsyZn3eE39bcWpYTmUeRtg2EL6Il4o6dNtOhb5ItwiWT4\n8Ks3vKLSXiiCkGCDCUhq25wnQJas5uYJ8aRrkq/MiCReaIqvyiX6PfmLBAwjtJxj\n85J1nh2P/lPjUuNyy49sGKLsUL5pHvtqcZKKcojcO6DwL7gsK2unJgalgoxFhbtT\ncAxDwmwSAyE5dyCrOQ9wBnMGSuZwaBYFmiL0RwIDAQABAoIBADXiZF9Qko4FjozX\nCygkDQXyILG88BrmjrDL39jJdCzo/lPoxWyXnROXhSkgJKZ+dRG1IAAgtm4lz2I1\ndB4TuRwADIhWUUT0eHTT8EpAe/77nVrK9tTgEuKObsMmywwd/Oo8Qsw5QxMpUlfU\nAtCgDO7GvfMrG15NVFpnBgMH99YNjaDAn/v0jjzeMv0ar0Y2tRRP+vUADE5tDNWF\nQPJyGCP/naQ8xYPM96hy7d9Lj1fuEhOSqPwLjAULUXSrH2s/Vf9B01JY4dco8KvK\nimbw4dJl4z+vmQ+Lc1v5i80bGfA1WCeer+dkqwZVHDYBO2GqrJgGUaqNqLdatMJN\nmfmI6MECgYEA/9hLirNflDqyt69ZTkng89AtcWA1DK2wA70A4+a2ST1JOKVUQRZM\nB+PwtR85GF99z4YLsDl3Fz8/AYufDx8w7KEy5cH2pQ5hL2tua/iJHQ5o/QJYiPIH\noklIEIISpk11yko8jQXszP5eOT+cHJj4lyM2gim6T5ike5zumm0QyaECgYEA4ucl\nSYnoS+Hd9VALrQ1fwx6njc8PKwmhx0DoaYdOByR3d1WY/+cr6H8cfdiu0KXQoEQe\n53blkE05nmCdQR5llj/M6Bz4QUZcxJR6Zg/GbVIcyYxRN/X98zcxx1qjWQ5nI+Cw\nvXh26TZNBze3yXWfNJsmecH4bPfvM7AbO6ZGhOcCgYEA1e32vLPgaAHtDssA0gXU\npAqe9P6NXVyeoYGZDPgN1I/6efNE0Gfki3R+AfVpuIegm7Zqb6CdhELOXGxzRCHA\ntxzTgmr94mZzvUMHwiDABhvWjjk37srytzCvoZ4iGg0LQWtx1jnuGDtabmRSFVeU\nBkzbd1uM/qGUaAiBO3+XWgECgYEAywG5R6k+D54+oruCJss/cWhcyrCFxqCwgIAf\nMENhWVyUEk2gPNyMWVBYonOaPI0OMkWgTMEAtPGS6pNQPrG+fAYLA2Tf7C7S0wJw\n3B2jD64WmXCUPfg1xEQOomkCmqwbNWtTVcGQyijOE/YS1gkJbtydOPSFmqDc/6bB\nRsYGc+MCgYAKXfk1TS+qd3VGP8j9phRm3jGSOu/YTbATsECfVH23ccH0SkXt4jIV\npGSgQ/DxEhAacAapz06j7FnF76/nZQeTe9F0GsgNEzUfq5xll+XMGUipgixdCi58\nqQxaZtd5NF0mYgdIwLAc687MVXsTjd+DDS4XAyQb3qca9CzMOEz3fQ==\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"}} 2019-01-03 17:31:24,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 used request id req-98462f56-f450-4837-b62b-eb7c05f013ac 2019-01-03 17:31:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/a85acc8e-ee18-4d50-b407-96119fe65c95 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:24,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:24 GMT Server: Apache x-openstack-request-id: req-e5a75d5c-4164-4ab8-8a90-3b336c7b1a70 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:25,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:24 GMT Server: Apache x-openstack-request-id: req-0026343a-0afa-40f2-b227-6bd40f23ecd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "OS::stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "keypair_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "stack_user_project_id": "155f81cdf89b4c87bcb8853a02a716a9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:31:23Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4sP0IF3tutxSKsy6RSDQecOU8uzYqNYft1E79nync16gB3sy\neQnwohhwtuK4DuljvIF/1OBlxQ4DtyhL8GnaFnls0GyFmhNjU9w/bHV5nwnA8qP8\ngymzeMOTmKiygacVY/NCsyZn3eE39bcWpYTmUeRtg2EL6Il4o6dNtOhb5ItwiWT4\n8Ks3vKLSXiiCkGCDCUhq25wnQJas5uYJ8aRrkq/MiCReaIqvyiX6PfmLBAwjtJxj\n85J1nh2P/lPjUuNyy49sGKLsUL5pHvtqcZKKcojcO6DwL7gsK2unJgalgoxFhbtT\ncAxDwmwSAyE5dyCrOQ9wBnMGSuZwaBYFmiL0RwIDAQABAoIBADXiZF9Qko4FjozX\nCygkDQXyILG88BrmjrDL39jJdCzo/lPoxWyXnROXhSkgJKZ+dRG1IAAgtm4lz2I1\ndB4TuRwADIhWUUT0eHTT8EpAe/77nVrK9tTgEuKObsMmywwd/Oo8Qsw5QxMpUlfU\nAtCgDO7GvfMrG15NVFpnBgMH99YNjaDAn/v0jjzeMv0ar0Y2tRRP+vUADE5tDNWF\nQPJyGCP/naQ8xYPM96hy7d9Lj1fuEhOSqPwLjAULUXSrH2s/Vf9B01JY4dco8KvK\nimbw4dJl4z+vmQ+Lc1v5i80bGfA1WCeer+dkqwZVHDYBO2GqrJgGUaqNqLdatMJN\nmfmI6MECgYEA/9hLirNflDqyt69ZTkng89AtcWA1DK2wA70A4+a2ST1JOKVUQRZM\nB+PwtR85GF99z4YLsDl3Fz8/AYufDx8w7KEy5cH2pQ5hL2tua/iJHQ5o/QJYiPIH\noklIEIISpk11yko8jQXszP5eOT+cHJj4lyM2gim6T5ike5zumm0QyaECgYEA4ucl\nSYnoS+Hd9VALrQ1fwx6njc8PKwmhx0DoaYdOByR3d1WY/+cr6H8cfdiu0KXQoEQe\n53blkE05nmCdQR5llj/M6Bz4QUZcxJR6Zg/GbVIcyYxRN/X98zcxx1qjWQ5nI+Cw\nvXh26TZNBze3yXWfNJsmecH4bPfvM7AbO6ZGhOcCgYEA1e32vLPgaAHtDssA0gXU\npAqe9P6NXVyeoYGZDPgN1I/6efNE0Gfki3R+AfVpuIegm7Zqb6CdhELOXGxzRCHA\ntxzTgmr94mZzvUMHwiDABhvWjjk37srytzCvoZ4iGg0LQWtx1jnuGDtabmRSFVeU\nBkzbd1uM/qGUaAiBO3+XWgECgYEAywG5R6k+D54+oruCJss/cWhcyrCFxqCwgIAf\nMENhWVyUEk2gPNyMWVBYonOaPI0OMkWgTMEAtPGS6pNQPrG+fAYLA2Tf7C7S0wJw\n3B2jD64WmXCUPfg1xEQOomkCmqwbNWtTVcGQyijOE/YS1gkJbtydOPSFmqDc/6bB\nRsYGc+MCgYAKXfk1TS+qd3VGP8j9phRm3jGSOu/YTbATsECfVH23ccH0SkXt4jIV\npGSgQ/DxEhAacAapz06j7FnF76/nZQeTe9F0GsgNEzUfq5xll+XMGUipgixdCi58\nqQxaZtd5NF0mYgdIwLAc687MVXsTjd+DDS4XAyQb3qca9CzMOEz3fQ==\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"}} 2019-01-03 17:31:25,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 used request id req-0026343a-0afa-40f2-b227-6bd40f23ecd4 2019-01-03 17:31:25,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/a85acc8e-ee18-4d50-b407-96119fe65c95/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:25,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-6d08376f-2d68-4c46-8adf-e22c89c414af Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:25,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-4590740b-5f82-44f8-bbe0-64d325834d3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T17:31:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:31:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-03 17:31:25,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95/resources used request id req-4590740b-5f82-44f8-bbe0-64d325834d3f 2019-01-03 17:31:25,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:25,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31: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-d8f69abb-a99e-4930-b84a-26b9bb702b50 x-compute-request-id: req-d8f69abb-a99e-4930-b84a-26b9bb702b50 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiw/QgXe263FIqzLpFINB5w5Ty7Nio1h+3UTv2fKdzXqAHezJ5CfCiGHC24rgO6WO8gX/U4GXFDgO3KEvwadoWeWzQbIWaE2NT3D9sdXmfCcDyo/yDKbN4w5OYqLKBpxVj80KzJmfd4Tf1txalhOZR5G2DYQvoiXijp0206Fvki3CJZPjwqze8otJeKIKQYIMJSGrbnCdAlqzm5gnxpGuSr8yIJF5oiq/KJfo9+YsEDCO0nGPzknWeHY/+U+NS43LLj2wYouxQvmke+2pxkopyiNw7oPAvuCwra6cmBqWCjEWFu1NwDEPCbBIDITl3IKs5D3AGcwZK5nBoFgWaIvRH Generated-by-Nova", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp", "deleted": false, "created_at": "2019-01-03T17:31:24.000000", "updated_at": null, "fingerprint": "eb:31:c2:fc:5c:e4:52:8d:0d:ed:bf:10:7d:83:c7:b7", "deleted_at": null, "id": 14}} 2019-01-03 17:31:25,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp used request id req-d8f69abb-a99e-4930-b84a-26b9bb702b50 2019-01-03 17:31:25,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/a85acc8e-ee18-4d50-b407-96119fe65c95 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:25,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-d302ac18-9a17-48e4-bc26-fb096586042d Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:25,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-046e2546-c300-406a-a891-676d42fa1acb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "OS::stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "keypair_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack", "stack_user_project_id": "155f81cdf89b4c87bcb8853a02a716a9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:31:23Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a85acc8e-ee18-4d50-b407-96119fe65c95", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4sP0IF3tutxSKsy6RSDQecOU8uzYqNYft1E79nync16gB3sy\neQnwohhwtuK4DuljvIF/1OBlxQ4DtyhL8GnaFnls0GyFmhNjU9w/bHV5nwnA8qP8\ngymzeMOTmKiygacVY/NCsyZn3eE39bcWpYTmUeRtg2EL6Il4o6dNtOhb5ItwiWT4\n8Ks3vKLSXiiCkGCDCUhq25wnQJas5uYJ8aRrkq/MiCReaIqvyiX6PfmLBAwjtJxj\n85J1nh2P/lPjUuNyy49sGKLsUL5pHvtqcZKKcojcO6DwL7gsK2unJgalgoxFhbtT\ncAxDwmwSAyE5dyCrOQ9wBnMGSuZwaBYFmiL0RwIDAQABAoIBADXiZF9Qko4FjozX\nCygkDQXyILG88BrmjrDL39jJdCzo/lPoxWyXnROXhSkgJKZ+dRG1IAAgtm4lz2I1\ndB4TuRwADIhWUUT0eHTT8EpAe/77nVrK9tTgEuKObsMmywwd/Oo8Qsw5QxMpUlfU\nAtCgDO7GvfMrG15NVFpnBgMH99YNjaDAn/v0jjzeMv0ar0Y2tRRP+vUADE5tDNWF\nQPJyGCP/naQ8xYPM96hy7d9Lj1fuEhOSqPwLjAULUXSrH2s/Vf9B01JY4dco8KvK\nimbw4dJl4z+vmQ+Lc1v5i80bGfA1WCeer+dkqwZVHDYBO2GqrJgGUaqNqLdatMJN\nmfmI6MECgYEA/9hLirNflDqyt69ZTkng89AtcWA1DK2wA70A4+a2ST1JOKVUQRZM\nB+PwtR85GF99z4YLsDl3Fz8/AYufDx8w7KEy5cH2pQ5hL2tua/iJHQ5o/QJYiPIH\noklIEIISpk11yko8jQXszP5eOT+cHJj4lyM2gim6T5ike5zumm0QyaECgYEA4ucl\nSYnoS+Hd9VALrQ1fwx6njc8PKwmhx0DoaYdOByR3d1WY/+cr6H8cfdiu0KXQoEQe\n53blkE05nmCdQR5llj/M6Bz4QUZcxJR6Zg/GbVIcyYxRN/X98zcxx1qjWQ5nI+Cw\nvXh26TZNBze3yXWfNJsmecH4bPfvM7AbO6ZGhOcCgYEA1e32vLPgaAHtDssA0gXU\npAqe9P6NXVyeoYGZDPgN1I/6efNE0Gfki3R+AfVpuIegm7Zqb6CdhELOXGxzRCHA\ntxzTgmr94mZzvUMHwiDABhvWjjk37srytzCvoZ4iGg0LQWtx1jnuGDtabmRSFVeU\nBkzbd1uM/qGUaAiBO3+XWgECgYEAywG5R6k+D54+oruCJss/cWhcyrCFxqCwgIAf\nMENhWVyUEk2gPNyMWVBYonOaPI0OMkWgTMEAtPGS6pNQPrG+fAYLA2Tf7C7S0wJw\n3B2jD64WmXCUPfg1xEQOomkCmqwbNWtTVcGQyijOE/YS1gkJbtydOPSFmqDc/6bB\nRsYGc+MCgYAKXfk1TS+qd3VGP8j9phRm3jGSOu/YTbATsECfVH23ccH0SkXt4jIV\npGSgQ/DxEhAacAapz06j7FnF76/nZQeTe9F0GsgNEzUfq5xll+XMGUipgixdCi58\nqQxaZtd5NF0mYgdIwLAc687MVXsTjd+DDS4XAyQb3qca9CzMOEz3fQ==\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"}} 2019-01-03 17:31:25,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 used request id req-046e2546-c300-406a-a891-676d42fa1acb 2019-01-03 17:31:25,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:25,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31: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-6396127e-5ded-4877-8bf1-3f36d5f4d766 x-compute-request-id: req-6396127e-5ded-4877-8bf1-3f36d5f4d766 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiw/QgXe263FIqzLpFINB5w5Ty7Nio1h+3UTv2fKdzXqAHezJ5CfCiGHC24rgO6WO8gX/U4GXFDgO3KEvwadoWeWzQbIWaE2NT3D9sdXmfCcDyo/yDKbN4w5OYqLKBpxVj80KzJmfd4Tf1txalhOZR5G2DYQvoiXijp0206Fvki3CJZPjwqze8otJeKIKQYIMJSGrbnCdAlqzm5gnxpGuSr8yIJF5oiq/KJfo9+YsEDCO0nGPzknWeHY/+U+NS43LLj2wYouxQvmke+2pxkopyiNw7oPAvuCwra6cmBqWCjEWFu1NwDEPCbBIDITl3IKs5D3AGcwZK5nBoFgWaIvRH Generated-by-Nova", "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "name": "HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp", "deleted": false, "created_at": "2019-01-03T17:31:24.000000", "updated_at": null, "fingerprint": "eb:31:c2:fc:5c:e4:52:8d:0d:ed:bf:10:7d:83:c7:b7", "deleted_at": null, "id": 14}} 2019-01-03 17:31:25,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-kp used request id req-6396127e-5ded-4877-8bf1-3f36d5f4d766 2019-01-03 17:31:25,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/a85acc8e-ee18-4d50-b407-96119fe65c95 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d760fb2eb0decbb43221284c85706ea3c87760" 2019-01-03 17:31:25,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-215ccec2-96de-4af1-9dc8-804d5ae5e6e7 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:26,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:31:25 GMT Server: Apache x-openstack-request-id: req-26cdcc33-08c2-4109-8428-31e766e81ae8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:31:26,032 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsKeypairTests-8af6a073-bede-41d7-a652-7098ea0f98ed-stack/a85acc8e-ee18-4d50-b407-96119fe65c95 used request id req-26cdcc33-08c2-4109-8428-31e766e81ae8 2019-01-03 17:31:26,033 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 17:31:26,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:26,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["tpHemvKVTmOpZC2sc8sFpQ"], "issued_at": "2019-01-03T17:31:26.000000Z"}} 2019-01-03 17:31:26,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" -d '{"stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-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-dd8d5863-ff85-4a4c-b968-600bdc284bd7-sec-grp"}}' 2019-01-03 17:31:27,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:31:26 GMT Server: Apache x-openstack-request-id: req-00e479d6-cab9-4d46-baf7-52ad48a1b105 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6", "rel": "self"}]}} 2019-01-03 17:31:27,929 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks used request id req-00e479d6-cab9-4d46-baf7-52ad48a1b105 2019-01-03 17:31:27,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/c675afac-2cdb-42b1-9986-3b55c37712e6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:28,128 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:27 GMT Server: Apache x-openstack-request-id: req-9ad5c3d9-9b78-4571-b736-253187e2322c Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:28,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:28 GMT Server: Apache x-openstack-request-id: req-e948f15a-942d-4da5-a82c-05b6431b7566 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "OS::stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "security_group_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "stack_user_project_id": "145e3b9dcadf4ad9921cee9236e7d5a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:31:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 17:31:28,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 used request id req-e948f15a-942d-4da5-a82c-05b6431b7566 2019-01-03 17:31:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/c675afac-2cdb-42b1-9986-3b55c37712e6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:28,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:28 GMT Server: Apache x-openstack-request-id: req-b31b9c2d-c88a-49b6-9a49-cb7b08d54f00 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:28,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:28 GMT Server: Apache x-openstack-request-id: req-ddb981b6-38f3-4f55-8628-f8a16cff3a52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "OS::stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "security_group_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "stack_user_project_id": "145e3b9dcadf4ad9921cee9236e7d5a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T17:31:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 17:31:28,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 used request id req-ddb981b6-38f3-4f55-8628-f8a16cff3a52 2019-01-03 17:31:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/c675afac-2cdb-42b1-9986-3b55c37712e6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:31,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:31 GMT Server: Apache x-openstack-request-id: req-47467b36-4edb-4d09-9b2d-d9388f06fab9 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:32,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:31 GMT Server: Apache x-openstack-request-id: req-1f0cf49a-791a-4531-b19f-5233c4cdf399 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": "f722d3fa025d4075b293873d61c918ee", "OS::stack_id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "OS::stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "security_group_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack", "stack_user_project_id": "145e3b9dcadf4ad9921cee9236e7d5a2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T17:31:27Z", "links": [{"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c675afac-2cdb-42b1-9986-3b55c37712e6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 17:31:32,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 used request id req-1f0cf49a-791a-4531-b19f-5233c4cdf399 2019-01-03 17:31:32,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/c675afac-2cdb-42b1-9986-3b55c37712e6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:32,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:32 GMT Server: Apache x-openstack-request-id: req-38105613-224e-44d8-89f0-c2402e958595 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:32,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:32 GMT Server: Apache x-openstack-request-id: req-e64d0e10-804d-4b68-93bb-ac1f54786ee3 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/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T17:31:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T17:31:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-03 17:31:32,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6/resources used request id req-e64d0e10-804d-4b68-93bb-ac1f54786ee3 2019-01-03 17:31:32,436 - neutron_utils - INFO - Retrieving security group with ID - b5331fb0-9f15-439f-9e6e-a7260883f773 2019-01-03 17:31:32,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=b5331fb0-9f15-439f-9e6e-a7260883f773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:32,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-92cb79db-8b57-4029-adbd-81cb6b748605 Date: Thu, 03 Jan 2019 17:31:32 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:31:28Z", "updated_at": "2019-01-03T17:31:29Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T17:31:29Z", "revision_number": 0, "id": "9f5920fd-4668-49f0-89a5-c4e971d574e7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T17:31:29Z", "security_group_id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:31:29Z", "revision_number": 0, "id": "fcfc60ec-5398-4492-9622-d52c9b6fbb75", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T17:31:29Z", "security_group_id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 6, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "name": "HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-sec-grp"}]} 2019-01-03 17:31:32,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=b5331fb0-9f15-439f-9e6e-a7260883f773 used request id req-92cb79db-8b57-4029-adbd-81cb6b748605 2019-01-03 17:31:32,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b5331fb0-9f15-439f-9e6e-a7260883f773 2019-01-03 17:31:32,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b5331fb0-9f15-439f-9e6e-a7260883f773 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:32,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-f3c47f49-16d9-400a-acf3-3e1ed22d992f Date: Thu, 03 Jan 2019 17:31:32 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": "2019-01-03T17:31:29Z", "security_group_id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "port_range_min": 22, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:31:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "9f5920fd-4668-49f0-89a5-c4e971d574e7"}, {"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": "2019-01-03T17:31:29Z", "security_group_id": "b5331fb0-9f15-439f-9e6e-a7260883f773", "port_range_min": null, "revision_number": 0, "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:31:29Z", "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "fcfc60ec-5398-4492-9622-d52c9b6fbb75"}]} 2019-01-03 17:31:32,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=b5331fb0-9f15-439f-9e6e-a7260883f773 used request id req-f3c47f49-16d9-400a-acf3-3e1ed22d992f 2019-01-03 17:31:32,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/c675afac-2cdb-42b1-9986-3b55c37712e6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7768814f51f3e34ae333a84df680a906958ea422" 2019-01-03 17:31:32,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 17:31:32 GMT Server: Apache x-openstack-request-id: req-27901f95-cdce-4ca1-baf3-c1906925f6c2 Location: http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 17:31:32,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:31:32 GMT Server: Apache x-openstack-request-id: req-280f4a53-cc20-4250-b675-5681abfeffda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:31:32,901 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee/stacks/HeatUtilsSecurityGroupTests-dd8d5863-ff85-4a4c-b968-600bdc284bd7-stack/c675afac-2cdb-42b1-9986-3b55c37712e6 used request id req-280f4a53-cc20-4250-b675-5681abfeffda 2019-01-03 17:31:32,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:33,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["WIkYDrxBTSePwUaYBmT29Q"], "issued_at": "2019-01-03T17:31:33.000000Z"}} 2019-01-03 17:31:33,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d4562e0ac7d267479d0d5ad7d99cbbf43670d64" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-d0657935-e064-4eea-bef3-68ae9b28f55b"}}' 2019-01-03 17:31:33,612 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:33 GMT Server: Apache x-compute-request-id: req-f61657fa-ffb9-4567-8986-7901eb785e85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f61657fa-ffb9-4567-8986-7901eb785e85 Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "9105f5be-67c3-4613-8610-6a34938c487a", "name": "CinderUtilsQoSTests-d0657935-e064-4eea-bef3-68ae9b28f55b"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a", "rel": "bookmark"}]} 2019-01-03 17:31:33,612 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-f61657fa-ffb9-4567-8986-7901eb785e85 2019-01-03 17:31:33,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f61657fa-ffb9-4567-8986-7901eb785e85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d4562e0ac7d267479d0d5ad7d99cbbf43670d64" 2019-01-03 17:31:34,339 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:33 GMT Server: Apache x-compute-request-id: req-4ecb0e6a-5932-491e-8da6-7a5693589e7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ecb0e6a-5932-491e-8da6-7a5693589e7e Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "9105f5be-67c3-4613-8610-6a34938c487a", "name": "CinderUtilsQoSTests-d0657935-e064-4eea-bef3-68ae9b28f55b"}]} 2019-01-03 17:31:34,339 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-4ecb0e6a-5932-491e-8da6-7a5693589e7e 2019-01-03 17:31:34,340 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d0657935-e064-4eea-bef3-68ae9b28f55b 2019-01-03 17:31:34,343 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f61657fa-ffb9-4567-8986-7901eb785e85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d4562e0ac7d267479d0d5ad7d99cbbf43670d64" 2019-01-03 17:31:34,556 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3df5d06b-9cf4-4e91-b508-b390c4909e06 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. 2019-01-03 17:31:34,556 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a?force=False used request id req-3df5d06b-9cf4-4e91-b508-b390c4909e06 2019-01-03 17:31:34,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f61657fa-ffb9-4567-8986-7901eb785e85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d4562e0ac7d267479d0d5ad7d99cbbf43670d64" 2019-01-03 17:31:34,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:34 GMT Server: Apache x-compute-request-id: req-1c7e80ac-2b13-4f29-93a6-88640243fd4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c7e80ac-2b13-4f29-93a6-88640243fd4a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 17:31:34,731 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-1c7e80ac-2b13-4f29-93a6-88640243fd4a 2019-01-03 17:31:34,731 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d0657935-e064-4eea-bef3-68ae9b28f55b 2019-01-03 17:31:34,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f61657fa-ffb9-4567-8986-7901eb785e85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d4562e0ac7d267479d0d5ad7d99cbbf43670d64" 2019-01-03 17:31:34,924 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2aa4632b-3d29-4156-abf9-74cef56a358d x-openstack-request-id: req-2aa4632b-3d29-4156-abf9-74cef56a358d Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 9105f5be-67c3-4613-8610-6a34938c487a.", "code": 404}} 2019-01-03 17:31:34,925 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/9105f5be-67c3-4613-8610-6a34938c487a?force=False used request id req-2aa4632b-3d29-4156-abf9-74cef56a358d 2019-01-03 17:31:34,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:35,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["p5pISaPsSRGfhGT36ZZmRA"], "issued_at": "2019-01-03T17:31:35.000000Z"}} 2019-01-03 17:31:35,316 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f5e0842ae674951824e53049a64e8cf5f26c51" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-9f2958c7-8cfc-4657-9ca7-5b90aab9025c"}}' 2019-01-03 17:31:35,530 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:35 GMT Server: Apache x-compute-request-id: req-24aefc48-5aaf-44ef-90c0-f162211a7bd8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24aefc48-5aaf-44ef-90c0-f162211a7bd8 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "68420091-7869-4194-b674-cd03ad187257", "name": "CinderUtilsQoSTests-9f2958c7-8cfc-4657-9ca7-5b90aab9025c"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257", "rel": "bookmark"}]} 2019-01-03 17:31:35,530 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-24aefc48-5aaf-44ef-90c0-f162211a7bd8 2019-01-03 17:31:35,534 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24aefc48-5aaf-44ef-90c0-f162211a7bd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f5e0842ae674951824e53049a64e8cf5f26c51" 2019-01-03 17:31:36,243 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:35 GMT Server: Apache x-compute-request-id: req-f1ca7773-80a9-4c40-9ec7-ba33ea52caaa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1ca7773-80a9-4c40-9ec7-ba33ea52caaa Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "68420091-7869-4194-b674-cd03ad187257", "name": "CinderUtilsQoSTests-9f2958c7-8cfc-4657-9ca7-5b90aab9025c"}]} 2019-01-03 17:31:36,243 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-f1ca7773-80a9-4c40-9ec7-ba33ea52caaa 2019-01-03 17:31:36,246 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24aefc48-5aaf-44ef-90c0-f162211a7bd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f5e0842ae674951824e53049a64e8cf5f26c51" 2019-01-03 17:31:36,955 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:36 GMT Server: Apache x-compute-request-id: req-f680ea79-a4c2-43c0-af80-eca9cf57014e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f680ea79-a4c2-43c0-af80-eca9cf57014e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "68420091-7869-4194-b674-cd03ad187257", "name": "CinderUtilsQoSTests-9f2958c7-8cfc-4657-9ca7-5b90aab9025c"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257", "rel": "bookmark"}]} 2019-01-03 17:31:36,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257 used request id req-f680ea79-a4c2-43c0-af80-eca9cf57014e 2019-01-03 17:31:36,956 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9f2958c7-8cfc-4657-9ca7-5b90aab9025c 2019-01-03 17:31:36,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-24aefc48-5aaf-44ef-90c0-f162211a7bd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f5e0842ae674951824e53049a64e8cf5f26c51" 2019-01-03 17:31:37,178 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3581fe54-79c4-48bc-8ee9-5beeec6f8a93 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. 2019-01-03 17:31:37,178 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/68420091-7869-4194-b674-cd03ad187257?force=False used request id req-3581fe54-79c4-48bc-8ee9-5beeec6f8a93 2019-01-03 17:31:37,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:37,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["ry8B92P0SzGRwfuE_zlI2A"], "issued_at": "2019-01-03T17:31:37.000000Z"}} 2019-01-03 17:31:37,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01f9aac52c9eae34d816239deb08ad406502c27" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-c69b5a01-4d4a-402e-a9a5-4a2665229563"}}' 2019-01-03 17:31:37,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:37 GMT Server: Apache x-compute-request-id: req-922ee34f-78a1-4f99-a20e-d242e4d12d39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-922ee34f-78a1-4f99-a20e-d242e4d12d39 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b0d8fd6c-983e-4a15-9421-c4892acd7718", "name": "CinderUtilsQoSTests-c69b5a01-4d4a-402e-a9a5-4a2665229563"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718", "rel": "bookmark"}]} 2019-01-03 17:31:37,770 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-922ee34f-78a1-4f99-a20e-d242e4d12d39 2019-01-03 17:31:37,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-922ee34f-78a1-4f99-a20e-d242e4d12d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01f9aac52c9eae34d816239deb08ad406502c27" 2019-01-03 17:31:37,933 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:37 GMT Server: Apache x-compute-request-id: req-a9dc4ddd-7a91-4b15-a85e-8627e16d9a91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9dc4ddd-7a91-4b15-a85e-8627e16d9a91 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "b0d8fd6c-983e-4a15-9421-c4892acd7718", "name": "CinderUtilsQoSTests-c69b5a01-4d4a-402e-a9a5-4a2665229563"}]} 2019-01-03 17:31:37,933 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-a9dc4ddd-7a91-4b15-a85e-8627e16d9a91 2019-01-03 17:31:37,936 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-922ee34f-78a1-4f99-a20e-d242e4d12d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01f9aac52c9eae34d816239deb08ad406502c27" 2019-01-03 17:31:38,103 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:37 GMT Server: Apache x-compute-request-id: req-d223cc07-45c5-43f8-8cec-c1b3120df7c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d223cc07-45c5-43f8-8cec-c1b3120df7c0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "b0d8fd6c-983e-4a15-9421-c4892acd7718", "name": "CinderUtilsQoSTests-c69b5a01-4d4a-402e-a9a5-4a2665229563"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718", "rel": "bookmark"}]} 2019-01-03 17:31:38,103 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718 used request id req-d223cc07-45c5-43f8-8cec-c1b3120df7c0 2019-01-03 17:31:38,103 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-c69b5a01-4d4a-402e-a9a5-4a2665229563 2019-01-03 17:31:38,106 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-922ee34f-78a1-4f99-a20e-d242e4d12d39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d01f9aac52c9eae34d816239deb08ad406502c27" 2019-01-03 17:31:38,311 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-670b6e5d-2303-4032-8d89-5fbf662c9f19 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. 2019-01-03 17:31:38,311 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b0d8fd6c-983e-4a15-9421-c4892acd7718?force=False used request id req-670b6e5d-2303-4032-8d89-5fbf662c9f19 2019-01-03 17:31:38,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:38,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["PB4e4md2QeuelG1y1_YbNA"], "issued_at": "2019-01-03T17:31:38.000000Z"}} 2019-01-03 17:31:38,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92415f6918997f995a2f4ea560973292fb61182" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-430c47fe-cdd0-4d8d-bbcd-4f5185bb3db1"}}' 2019-01-03 17:31:39,440 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:38 GMT Server: Apache x-compute-request-id: req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b097314f-c4f5-4a91-9980-9f7c242bcbf0", "name": "CinderUtilsQoSTests-430c47fe-cdd0-4d8d-bbcd-4f5185bb3db1"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0", "rel": "bookmark"}]} 2019-01-03 17:31:39,440 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9 2019-01-03 17:31:39,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92415f6918997f995a2f4ea560973292fb61182" 2019-01-03 17:31:40,172 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:39 GMT Server: Apache x-compute-request-id: req-c24abb88-22d9-49fb-8dd3-83fea02f79a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c24abb88-22d9-49fb-8dd3-83fea02f79a0 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b097314f-c4f5-4a91-9980-9f7c242bcbf0", "name": "CinderUtilsQoSTests-430c47fe-cdd0-4d8d-bbcd-4f5185bb3db1"}]} 2019-01-03 17:31:40,172 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-c24abb88-22d9-49fb-8dd3-83fea02f79a0 2019-01-03 17:31:40,176 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92415f6918997f995a2f4ea560973292fb61182" 2019-01-03 17:31:40,885 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:40 GMT Server: Apache x-compute-request-id: req-f22fc5de-f013-46f8-9587-0c83e6f739cb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f22fc5de-f013-46f8-9587-0c83e6f739cb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "b097314f-c4f5-4a91-9980-9f7c242bcbf0", "name": "CinderUtilsQoSTests-430c47fe-cdd0-4d8d-bbcd-4f5185bb3db1"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0", "rel": "bookmark"}]} 2019-01-03 17:31:40,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0 used request id req-f22fc5de-f013-46f8-9587-0c83e6f739cb 2019-01-03 17:31:40,885 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-430c47fe-cdd0-4d8d-bbcd-4f5185bb3db1 2019-01-03 17:31:40,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9898a831-5d4a-495a-8bd9-c8484ae0f9e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92415f6918997f995a2f4ea560973292fb61182" 2019-01-03 17:31:40,973 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-920d7139-2472-4c52-a2e9-a893fbd19413 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. 2019-01-03 17:31:40,974 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/b097314f-c4f5-4a91-9980-9f7c242bcbf0?force=False used request id req-920d7139-2472-4c52-a2e9-a893fbd19413 2019-01-03 17:31:40,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:41,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["dxyQdZTfSXGgmiHKQx4mxQ"], "issued_at": "2019-01-03T17:31:41.000000Z"}} 2019-01-03 17:31:41,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}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:41,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1ff2f6-771b-4cd8-9a65-cfec79b18c9a 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"}]}} 2019-01-03 17:31:41,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fa1ff2f6-771b-4cd8-9a65-cfec79b18c9a 2019-01-03 17:31:41,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-d193dde9-e124-4e4a-bc9f-20c9811e6320", "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}}' 2019-01-03 17:31:41,793 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:41 GMT Server: Apache x-compute-request-id: req-b0a84568-be72-495f-b45c-1db3252f7a80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b0a84568-be72-495f-b45c-1db3252f7a80 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T17:31:41.693515", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-d193dde9-e124-4e4a-bc9f-20c9811e6320", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a119910a-0576-4df4-8450-daeb751d125e", "size": 1}} 2019-01-03 17:31:41,793 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes used request id req-b0a84568-be72-495f-b45c-1db3252f7a80 2019-01-03 17:31:41,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,001 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:41 GMT Server: Apache x-compute-request-id: req-12544771-1752-4d34-b4b3-a998232b4f95 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12544771-1752-4d34-b4b3-a998232b4f95 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:41.000000", "replication_status": null, "snapshot_id": null, "id": "a119910a-0576-4df4-8450-daeb751d125e", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-d193dde9-e124-4e4a-bc9f-20c9811e6320", "bootable": "false", "created_at": "2019-01-03T17:31:41.000000", "volume_type": null}} 2019-01-03 17:31:42,001 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-12544771-1752-4d34-b4b3-a998232b4f95 2019-01-03 17:31:42,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,197 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:42 GMT Server: Apache x-compute-request-id: req-5a2b13f4-279a-44f0-a66b-afe87e73a4d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a2b13f4-279a-44f0-a66b-afe87e73a4d5 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:42.000000", "replication_status": null, "snapshot_id": null, "id": "a119910a-0576-4df4-8450-daeb751d125e", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-d193dde9-e124-4e4a-bc9f-20c9811e6320", "bootable": "false", "created_at": "2019-01-03T17:31:41.000000", "volume_type": null}} 2019-01-03 17:31:42,197 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-5a2b13f4-279a-44f0-a66b-afe87e73a4d5 2019-01-03 17:31:42,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:42 GMT Server: Apache x-compute-request-id: req-68f4af73-2624-4c0b-a921-2286491b2d68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68f4af73-2624-4c0b-a921-2286491b2d68 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:42.000000", "replication_status": null, "snapshot_id": null, "id": "a119910a-0576-4df4-8450-daeb751d125e", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-d193dde9-e124-4e4a-bc9f-20c9811e6320", "bootable": "false", "created_at": "2019-01-03T17:31:41.000000", "volume_type": null}]} 2019-01-03 17:31:42,394 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-68f4af73-2624-4c0b-a921-2286491b2d68 2019-01-03 17:31:42,398 - 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" 2019-01-03 17:31:42,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:31: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"}]}]}} 2019-01-03 17:31:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b04fc9b-6843-442a-840e-ed5d8a59a1ae Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:31:42,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-7b04fc9b-6843-442a-840e-ed5d8a59a1ae 2019-01-03 17:31:42,490 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-d193dde9-e124-4e4a-bc9f-20c9811e6320 2019-01-03 17:31:42,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,733 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d345667e-fcd1-40bf-963b-ec03d48e9210 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. 2019-01-03 17:31:42,733 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-d345667e-fcd1-40bf-963b-ec03d48e9210 2019-01-03 17:31:42,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:42,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:42 GMT Server: Apache x-compute-request-id: req-10122216-a8bf-4ffe-9530-c06c8eeb1d19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10122216-a8bf-4ffe-9530-c06c8eeb1d19 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:42.000000", "replication_status": null, "snapshot_id": null, "id": "a119910a-0576-4df4-8450-daeb751d125e", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-d193dde9-e124-4e4a-bc9f-20c9811e6320", "bootable": "false", "created_at": "2019-01-03T17:31:41.000000", "volume_type": null}} 2019-01-03 17:31:42,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-10122216-a8bf-4ffe-9530-c06c8eeb1d19 2019-01-03 17:31:45,962 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:46,162 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3ef78db9-9616-49b6-97fd-c9fa9083e257 x-openstack-request-id: req-3ef78db9-9616-49b6-97fd-c9fa9083e257 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a119910a-0576-4df4-8450-daeb751d125e could not be found.", "code": 404}} 2019-01-03 17:31:46,162 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-3ef78db9-9616-49b6-97fd-c9fa9083e257 2019-01-03 17:31:46,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:46,373 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:46 GMT Server: Apache x-compute-request-id: req-3b7d07a3-c85f-43e4-bd37-bbd8ff4a6f7d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b7d07a3-c85f-43e4-bd37-bbd8ff4a6f7d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 17:31:46,373 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-3b7d07a3-c85f-43e4-bd37-bbd8ff4a6f7d 2019-01-03 17:31:46,374 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-d193dde9-e124-4e4a-bc9f-20c9811e6320 2019-01-03 17:31:46,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:46,565 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-694309e2-b993-49c2-a610-89426e7703e0 x-openstack-request-id: req-694309e2-b993-49c2-a610-89426e7703e0 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a119910a-0576-4df4-8450-daeb751d125e could not be found.", "code": 404}} 2019-01-03 17:31:46,565 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-694309e2-b993-49c2-a610-89426e7703e0 2019-01-03 17:31:46,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0a84568-be72-495f-b45c-1db3252f7a80" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7edc7644c8226b50d741b5af793f0162708668e" 2019-01-03 17:31:46,602 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-242878e3-c22d-4ec8-951e-7f250064faab x-openstack-request-id: req-242878e3-c22d-4ec8-951e-7f250064faab Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a119910a-0576-4df4-8450-daeb751d125e could not be found.", "code": 404}} 2019-01-03 17:31:46,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/a119910a-0576-4df4-8450-daeb751d125e used request id req-242878e3-c22d-4ec8-951e-7f250064faab 2019-01-03 17:31:46,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:46,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["XhKiH6eeRcSHZjWHffIxnA"], "issued_at": "2019-01-03T17:31:46.000000Z"}} 2019-01-03 17:31:46,980 - 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}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:47,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06de607e-de5b-4a86-a188-741a23573051 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"}]}} 2019-01-03 17:31:47,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-06de607e-de5b-4a86-a188-741a23573051 2019-01-03 17:31:47,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-1cf1792a-f4c3-4897-b9bc-773c001a118f", "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}}' 2019-01-03 17:31:47,410 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:47 GMT Server: Apache x-compute-request-id: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T17:31:47.295757", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-1cf1792a-f4c3-4897-b9bc-773c001a118f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "size": 1}} 2019-01-03 17:31:47,410 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes used request id req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91 2019-01-03 17:31:47,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:47,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:47 GMT Server: Apache x-compute-request-id: req-ee3fb716-2fb0-43c5-847c-974cba451e68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee3fb716-2fb0-43c5-847c-974cba451e68 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:47.000000", "replication_status": null, "snapshot_id": null, "id": "f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1cf1792a-f4c3-4897-b9bc-773c001a118f", "bootable": "false", "created_at": "2019-01-03T17:31:47.000000", "volume_type": null}} 2019-01-03 17:31:47,626 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 used request id req-ee3fb716-2fb0-43c5-847c-974cba451e68 2019-01-03 17:31:47,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:47,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:47 GMT Server: Apache x-compute-request-id: req-664f041e-7178-4e33-b145-99b650231d1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-664f041e-7178-4e33-b145-99b650231d1c Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:47.000000", "replication_status": null, "snapshot_id": null, "id": "f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1cf1792a-f4c3-4897-b9bc-773c001a118f", "bootable": "false", "created_at": "2019-01-03T17:31:47.000000", "volume_type": null}} 2019-01-03 17:31:47,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 used request id req-664f041e-7178-4e33-b145-99b650231d1c 2019-01-03 17:31:50,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:51,174 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:50 GMT Server: Apache x-compute-request-id: req-ce127519-b877-43cd-a08b-1e8b5b0f346a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce127519-b877-43cd-a08b-1e8b5b0f346a Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:47.000000", "replication_status": null, "snapshot_id": null, "id": "f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1cf1792a-f4c3-4897-b9bc-773c001a118f", "bootable": "false", "created_at": "2019-01-03T17:31:47.000000", "volume_type": null}} 2019-01-03 17:31:51,174 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 used request id req-ce127519-b877-43cd-a08b-1e8b5b0f346a 2019-01-03 17:31:51,177 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:51,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:51 GMT Server: Apache x-compute-request-id: req-6cbf5271-fb78-4675-9e7d-8f2d8d0346df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cbf5271-fb78-4675-9e7d-8f2d8d0346df Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T17:31:47.000000", "replication_status": null, "snapshot_id": null, "id": "f607a48b-b82b-4b69-ac0d-a8b9a7669b03", "size": 1, "user_id": "d7b2b3ee82e342e4a365ceae6372ae19", "os-vol-tenant-attr:tenant_id": "f722d3fa025d4075b293873d61c918ee", "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-1cf1792a-f4c3-4897-b9bc-773c001a118f", "bootable": "false", "created_at": "2019-01-03T17:31:47.000000", "volume_type": null}]} 2019-01-03 17:31:51,386 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/detail used request id req-6cbf5271-fb78-4675-9e7d-8f2d8d0346df 2019-01-03 17:31:51,389 - 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" 2019-01-03 17:31:51,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:31: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"}]}]}} 2019-01-03 17:31:51,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:51,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b6b933b-f368-4aef-9966-3e000565a6d2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:31:51,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-3b6b933b-f368-4aef-9966-3e000565a6d2 2019-01-03 17:31:51,476 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-1cf1792a-f4c3-4897-b9bc-773c001a118f 2019-01-03 17:31:51,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:51,795 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4f302547-75b7-40de-acd2-1b9b85e1bd7a 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. 2019-01-03 17:31:51,795 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 used request id req-4f302547-75b7-40de-acd2-1b9b85e1bd7a 2019-01-03 17:31:51,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-20b68c74-bb9b-4b0a-b3da-3c71d6e22f91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}892ae5aaa9a2fe80426eb64b04d25f62eb47eaf4" 2019-01-03 17:31:52,628 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ec9168ba-38a6-4753-96db-314214898d66 x-openstack-request-id: req-ec9168ba-38a6-4753-96db-314214898d66 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f607a48b-b82b-4b69-ac0d-a8b9a7669b03 could not be found.", "code": 404}} 2019-01-03 17:31:52,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/volumes/f607a48b-b82b-4b69-ac0d-a8b9a7669b03 used request id req-ec9168ba-38a6-4753-96db-314214898d66 2019-01-03 17:31:52,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:53,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["gUYknAopQUS461pDuPwc2w"], "issued_at": "2019-01-03T17:31:53.000000Z"}} 2019-01-03 17:31:53,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068", "description": null}}' 2019-01-03 17:31:53,239 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:53 GMT Server: Apache x-compute-request-id: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "54007d22-5592-4255-a95b-f1bc32979139", "description": null}} 2019-01-03 17:31:53,239 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504 2019-01-03 17:31:53,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:53,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:53 GMT Server: Apache x-compute-request-id: req-5b8542d9-4a80-47aa-923e-79e5bc88c499 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b8542d9-4a80-47aa-923e-79e5bc88c499 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "54007d22-5592-4255-a95b-f1bc32979139", "description": null}]} 2019-01-03 17:31:53,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types?is_public=None used request id req-5b8542d9-4a80-47aa-923e-79e5bc88c499 2019-01-03 17:31:53,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:53,622 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:53 GMT Server: Apache x-compute-request-id: req-6b67b633-afc4-4b29-b7a5-ccf511341409 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b67b633-afc4-4b29-b7a5-ccf511341409 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "54007d22-5592-4255-a95b-f1bc32979139", "description": null}} 2019-01-03 17:31:53,622 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 used request id req-6b67b633-afc4-4b29-b7a5-ccf511341409 2019-01-03 17:31:53,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:53,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:53 GMT Server: Apache x-compute-request-id: req-5ebb1fa4-ee1c-4f05-b0ec-e703ffa54b17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ebb1fa4-ee1c-4f05-b0ec-e703ffa54b17 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 17:31:53,795 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139/encryption used request id req-5ebb1fa4-ee1c-4f05-b0ec-e703ffa54b17 2019-01-03 17:31:53,796 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068 2019-01-03 17:31:53,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:54,009 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05ba7b11-71b3-4882-808e-c5052ba047fe 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. 2019-01-03 17:31:54,010 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 used request id req-05ba7b11-71b3-4882-808e-c5052ba047fe 2019-01-03 17:31:54,012 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:54,164 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e67f03a5-16da-4a26-a873-d6262292bf86 x-openstack-request-id: req-e67f03a5-16da-4a26-a873-d6262292bf86 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 54007d22-5592-4255-a95b-f1bc32979139 could not be found.", "code": 404}} 2019-01-03 17:31:54,164 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 used request id req-e67f03a5-16da-4a26-a873-d6262292bf86 2019-01-03 17:31:54,164 - cinder_utils - INFO - Volume with ID [54007d22-5592-4255-a95b-f1bc32979139] does not exist 2019-01-03 17:31:54,165 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-2f2c56d6-26ef-47ae-8776-47a622943068 2019-01-03 17:31:54,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4228a4aa-4b52-4bc4-bf5e-f0bfa53b2504" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41d2eb1ccc4b81f18a61a2255234bc25bd6e2b22" 2019-01-03 17:31:54,358 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8016e70e-0b3a-48aa-95ad-e70652e6c00e x-openstack-request-id: req-8016e70e-0b3a-48aa-95ad-e70652e6c00e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 54007d22-5592-4255-a95b-f1bc32979139 could not be found.", "code": 404}} 2019-01-03 17:31:54,358 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/54007d22-5592-4255-a95b-f1bc32979139 used request id req-8016e70e-0b3a-48aa-95ad-e70652e6c00e 2019-01-03 17:31:54,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:54,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["799YgV-yTfOsLXsttcgYLw"], "issued_at": "2019-01-03T17:31:54.000000Z"}} 2019-01-03 17:31:54,747 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "description": null}}' 2019-01-03 17:31:54,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:54 GMT Server: Apache x-compute-request-id: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c166c84-e6b0-4bee-878d-57a6ba269e41", "description": null}} 2019-01-03 17:31:54,961 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-e5915ed8-56bd-477c-b5bf-9d2b1160059c 2019-01-03 17:31:54,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:55,127 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:54 GMT Server: Apache x-compute-request-id: req-4dd1403a-74d2-4445-ba4d-fb152ea80cdb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dd1403a-74d2-4445-ba4d-fb152ea80cdb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c166c84-e6b0-4bee-878d-57a6ba269e41", "description": null}]} 2019-01-03 17:31:55,127 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types?is_public=None used request id req-4dd1403a-74d2-4445-ba4d-fb152ea80cdb 2019-01-03 17:31:55,130 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:55,316 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:55 GMT Server: Apache x-compute-request-id: req-6d113585-910d-479c-a55a-c8f093c73e7f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d113585-910d-479c-a55a-c8f093c73e7f Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c166c84-e6b0-4bee-878d-57a6ba269e41", "description": null}} 2019-01-03 17:31:55,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 used request id req-6d113585-910d-479c-a55a-c8f093c73e7f 2019-01-03 17:31:55,319 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:55,501 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:55 GMT Server: Apache x-compute-request-id: req-7f87367a-8078-4388-ac2b-9762ef550b01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7f87367a-8078-4388-ac2b-9762ef550b01 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 17:31:55,501 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41/encryption used request id req-7f87367a-8078-4388-ac2b-9762ef550b01 2019-01-03 17:31:55,504 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:55,665 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:55 GMT Server: Apache x-compute-request-id: req-4aa90003-a23f-44fe-b244-9e75b03e9168 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4aa90003-a23f-44fe-b244-9e75b03e9168 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c166c84-e6b0-4bee-878d-57a6ba269e41", "description": null}} 2019-01-03 17:31:55,665 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 used request id req-4aa90003-a23f-44fe-b244-9e75b03e9168 2019-01-03 17:31:55,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:55,845 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:55 GMT Server: Apache x-compute-request-id: req-e35a9f94-e2ca-4e22-bfcc-7bbb11b0cf9a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e35a9f94-e2ca-4e22-bfcc-7bbb11b0cf9a Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c166c84-e6b0-4bee-878d-57a6ba269e41", "description": null}} 2019-01-03 17:31:55,845 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 used request id req-e35a9f94-e2ca-4e22-bfcc-7bbb11b0cf9a 2019-01-03 17:31:55,848 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:56,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:55 GMT Server: Apache x-compute-request-id: req-9e38148c-cbea-49e4-964c-dcfc118fffc0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9e38148c-cbea-49e4-964c-dcfc118fffc0 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 17:31:56,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41/encryption used request id req-9e38148c-cbea-49e4-964c-dcfc118fffc0 2019-01-03 17:31:56,088 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b2e04910-668b-4ca2-9a52-5c19cebe6085 2019-01-03 17:31:56,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e5915ed8-56bd-477c-b5bf-9d2b1160059c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a58202f566aaf96460fad49c6a516ac3a4d61f6" 2019-01-03 17:31:56,285 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76fb70af-9c58-4bb2-9700-fd3ca103bf4a 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. 2019-01-03 17:31:56,285 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/1c166c84-e6b0-4bee-878d-57a6ba269e41 used request id req-76fb70af-9c58-4bb2-9700-fd3ca103bf4a 2019-01-03 17:31:56,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:56,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["4a7BWnvVQSeA2u7wnywjZQ"], "issued_at": "2019-01-03T17:31:56.000000Z"}} 2019-01-03 17:31:56,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36273e43b92e4bb834c192fd015d85e6982b6b6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-05a23825-6c49-4164-831c-18ae20093edd-type", "description": null}}' 2019-01-03 17:31:56,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:56 GMT Server: Apache x-compute-request-id: req-45a3e46f-8c97-4983-92a8-e8ff33d4614f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45a3e46f-8c97-4983-92a8-e8ff33d4614f Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-05a23825-6c49-4164-831c-18ae20093edd-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "12310ea7-2d5c-4cc4-a184-e2f945d684b4", "description": null}} 2019-01-03 17:31:56,884 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-45a3e46f-8c97-4983-92a8-e8ff33d4614f 2019-01-03 17:31:56,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/12310ea7-2d5c-4cc4-a184-e2f945d684b4/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-45a3e46f-8c97-4983-92a8-e8ff33d4614f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36273e43b92e4bb834c192fd015d85e6982b6b6" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-05a23825-6c49-4164-831c-18ae20093edd", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-03 17:31:57,086 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 17:31:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e3ffb575-f7f3-48f4-8b86-efaca46aed7e x-openstack-request-id: req-e3ffb575-f7f3-48f4-8b86-efaca46aed7e Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2019-01-03 17:31:57,086 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/12310ea7-2d5c-4cc4-a184-e2f945d684b4/encryption used request id req-e3ffb575-f7f3-48f4-8b86-efaca46aed7e 2019-01-03 17:31:57,086 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-05a23825-6c49-4164-831c-18ae20093edd-type 2019-01-03 17:31:57,089 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/12310ea7-2d5c-4cc4-a184-e2f945d684b4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45a3e46f-8c97-4983-92a8-e8ff33d4614f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36273e43b92e4bb834c192fd015d85e6982b6b6" 2019-01-03 17:31:57,285 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c38ba8a-c325-4ea7-b4eb-2b332766e787 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. 2019-01-03 17:31:57,285 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/12310ea7-2d5c-4cc4-a184-e2f945d684b4 used request id req-8c38ba8a-c325-4ea7-b4eb-2b332766e787 2019-01-03 17:31:57,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:31:57,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["f2bL_vvPS5aMTr9P5pnPZA"], "issued_at": "2019-01-03T17:31:57.000000Z"}} 2019-01-03 17:31:57,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "description": null}}' 2019-01-03 17:31:57,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:57 GMT Server: Apache x-compute-request-id: req-409b834f-b010-42af-91f0-681e76eb45ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-409b834f-b010-42af-91f0-681e76eb45ad Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "description": null}} 2019-01-03 17:31:57,888 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-409b834f-b010-42af-91f0-681e76eb45ad 2019-01-03 17:31:57,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31", "provider": "LuksEncryptor"}}' 2019-01-03 17:31:58,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:57 GMT Server: Apache x-compute-request-id: req-d18eaed6-572a-4e3b-ac46-53731d7e3660 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d18eaed6-572a-4e3b-ac46-53731d7e3660 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31", "control_location": "back-end", "encryption_id": "53e020be-d7a0-4464-bb62-ae3b23bd17ea", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2019-01-03 17:31:58,672 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption used request id req-d18eaed6-572a-4e3b-ac46-53731d7e3660 2019-01-03 17:31:58,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:58,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:58 GMT Server: Apache x-compute-request-id: req-8238863a-2d48-4090-ace2-6a133a0521b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8238863a-2d48-4090-ace2-6a133a0521b3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "description": null}} 2019-01-03 17:31:58,849 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d used request id req-8238863a-2d48-4090-ace2-6a133a0521b3 2019-01-03 17:31:58,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,021 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:58 GMT Server: Apache x-compute-request-id: req-04cacb87-bd47-440b-b318-56525b0e6d5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04cacb87-bd47-440b-b318-56525b0e6d5d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T17:31:58.000000", "updated_at": null, "encryption_id": "53e020be-d7a0-4464-bb62-ae3b23bd17ea", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2019-01-03 17:31:59,022 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption used request id req-04cacb87-bd47-440b-b318-56525b0e6d5d 2019-01-03 17:31:59,022 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type 2019-01-03 17:31:59,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,187 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache x-compute-request-id: req-d7a3d47e-fdb0-4803-8cb1-fb0124d4606f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7a3d47e-fdb0-4803-8cb1-fb0124d4606f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "description": null}} 2019-01-03 17:31:59,187 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d used request id req-d7a3d47e-fdb0-4803-8cb1-fb0124d4606f 2019-01-03 17:31:59,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,390 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-494da6ad-5f68-4758-8f58-cfe2d0287fe7 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. 2019-01-03 17:31:59,391 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption/provider used request id req-494da6ad-5f68-4758-8f58-cfe2d0287fe7 2019-01-03 17:31:59,394 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache x-compute-request-id: req-d632f41d-b2a5-4586-80fe-bf180f9e122b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d632f41d-b2a5-4586-80fe-bf180f9e122b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "description": null}} 2019-01-03 17:31:59,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d used request id req-d632f41d-b2a5-4586-80fe-bf180f9e122b 2019-01-03 17:31:59,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache x-compute-request-id: req-a82dbe95-e0d2-466b-bcc0-bfb9630b8698 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a82dbe95-e0d2-466b-bcc0-bfb9630b8698 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 17:31:59,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption used request id req-a82dbe95-e0d2-466b-bcc0-bfb9630b8698 2019-01-03 17:31:59,725 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type 2019-01-03 17:31:59,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,910 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache x-compute-request-id: req-88cba36f-ed2e-4975-bcbd-d8797b76d8e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88cba36f-ed2e-4975-bcbd-d8797b76d8e7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "67cfaf1f-e774-4eec-8ae9-92b0c8b7009d", "description": null}} 2019-01-03 17:31:59,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d used request id req-88cba36f-ed2e-4975-bcbd-d8797b76d8e7 2019-01-03 17:31:59,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:31:59,941 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-edc58054-d82a-458b-a8fb-00bc1dd749c6 x-openstack-request-id: req-edc58054-d82a-458b-a8fb-00bc1dd749c6 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 67cfaf1f-e774-4eec-8ae9-92b0c8b7009d does not exist.", "code": 404}} 2019-01-03 17:31:59,941 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d/encryption/provider used request id req-edc58054-d82a-458b-a8fb-00bc1dd749c6 2019-01-03 17:31:59,941 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-3bf80e9c-550b-4344-a755-4f58b7533e31-type 2019-01-03 17:31:59,944 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-409b834f-b010-42af-91f0-681e76eb45ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ebe26d572f01c55d059bcd474a865e717a0b5ed" 2019-01-03 17:32:00,173 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:31:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe129422-665e-4317-9d86-b6b15ab34a15 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. 2019-01-03 17:32:00,174 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/67cfaf1f-e774-4eec-8ae9-92b0c8b7009d used request id req-fe129422-665e-4317-9d86-b6b15ab34a15 2019-01-03 17:32:00,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:00,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["CzqMK8fxRYGMMqBlM5WGZQ"], "issued_at": "2019-01-03T17:32:00.000000Z"}} 2019-01-03 17:32:00,561 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type", "description": null}}' 2019-01-03 17:32:00,782 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:00 GMT Server: Apache x-compute-request-id: req-0501258c-23fb-4498-a976-fb3e68359d1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0501258c-23fb-4498-a976-fb3e68359d1f Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d51968bb-7a07-4606-8851-0f40db48645a", "description": null}} 2019-01-03 17:32:00,782 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-0501258c-23fb-4498-a976-fb3e68359d1f 2019-01-03 17:32:00,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce", "provider": "foo"}}' 2019-01-03 17:32:01,100 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:00 GMT Server: Apache x-compute-request-id: req-bb763479-0c4a-4063-ad88-1100f340c025 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb763479-0c4a-4063-ad88-1100f340c025 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d51968bb-7a07-4606-8851-0f40db48645a", "name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce", "control_location": "front-end", "encryption_id": "bfce3f9a-39b8-4332-ac58-6e943292433d", "provider": "foo", "provider_class": "foo"}} 2019-01-03 17:32:01,100 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption used request id req-bb763479-0c4a-4063-ad88-1100f340c025 2019-01-03 17:32:01,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" 2019-01-03 17:32:01,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:01 GMT Server: Apache x-compute-request-id: req-7454ac8f-086f-406f-88cf-62bac65b113e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7454ac8f-086f-406f-88cf-62bac65b113e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d51968bb-7a07-4606-8851-0f40db48645a", "description": null}} 2019-01-03 17:32:01,274 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a used request id req-7454ac8f-086f-406f-88cf-62bac65b113e 2019-01-03 17:32:01,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" 2019-01-03 17:32:01,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:01 GMT Server: Apache x-compute-request-id: req-17d3b3ce-4f88-4bd9-9bdc-eae0186edd63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17d3b3ce-4f88-4bd9-9bdc-eae0186edd63 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "d51968bb-7a07-4606-8851-0f40db48645a", "control_location": "front-end", "deleted": false, "created_at": "2019-01-03T17:32:01.000000", "updated_at": null, "encryption_id": "bfce3f9a-39b8-4332-ac58-6e943292433d", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2019-01-03 17:32:01,437 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption used request id req-17d3b3ce-4f88-4bd9-9bdc-eae0186edd63 2019-01-03 17:32:01,438 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type 2019-01-03 17:32:01,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" 2019-01-03 17:32:01,614 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:01 GMT Server: Apache x-compute-request-id: req-47a2eb5d-e114-4d83-9d07-074e4e3b2b8b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47a2eb5d-e114-4d83-9d07-074e4e3b2b8b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d51968bb-7a07-4606-8851-0f40db48645a", "description": null}} 2019-01-03 17:32:01,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a used request id req-47a2eb5d-e114-4d83-9d07-074e4e3b2b8b 2019-01-03 17:32:01,617 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" 2019-01-03 17:32:01,822 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68985d3b-8da0-4d11-aa2b-6fdeb2488987 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. 2019-01-03 17:32:01,822 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a/encryption/provider used request id req-68985d3b-8da0-4d11-aa2b-6fdeb2488987 2019-01-03 17:32:01,822 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-bc89a416-f2b6-45bb-8e41-d6b5f6fe57ce-type 2019-01-03 17:32:01,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0501258c-23fb-4498-a976-fb3e68359d1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5180762f0ce468e59161a3904130bd74c4a0840" 2019-01-03 17:32:02,036 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-483d5e2f-beaf-4520-8c3b-2fcb12d22e0d 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. 2019-01-03 17:32:02,036 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/d51968bb-7a07-4606-8851-0f40db48645a used request id req-483d5e2f-beaf-4520-8c3b-2fcb12d22e0d 2019-01-03 17:32:02,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:02,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["y2NNeZyKRuubSh3kQoFekw"], "issued_at": "2019-01-03T17:32:02.000000Z"}} 2019-01-03 17:32:02,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type", "description": null}}' 2019-01-03 17:32:02,631 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:02 GMT Server: Apache x-compute-request-id: req-61a02631-2315-4631-9327-81e1e883937f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61a02631-2315-4631-9327-81e1e883937f Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8a175329-95a1-4e1c-98eb-b333c1e55f85", "description": null}} 2019-01-03 17:32:02,631 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-61a02631-2315-4631-9327-81e1e883937f 2019-01-03 17:32:02,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-03 17:32:02,849 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:02 GMT Server: Apache x-compute-request-id: req-4880ec38-8b3d-40cc-b117-9181633d4edb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4880ec38-8b3d-40cc-b117-9181633d4edb Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8a175329-95a1-4e1c-98eb-b333c1e55f85", "name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a", "control_location": "back-end", "encryption_id": "c625e5c0-721f-4d29-9356-6644fd2e14b7", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2019-01-03 17:32:02,849 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption used request id req-4880ec38-8b3d-40cc-b117-9181633d4edb 2019-01-03 17:32:02,853 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" 2019-01-03 17:32:03,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:02 GMT Server: Apache x-compute-request-id: req-f0969c52-d250-4f65-b481-c425b2d38d22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0969c52-d250-4f65-b481-c425b2d38d22 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8a175329-95a1-4e1c-98eb-b333c1e55f85", "description": null}} 2019-01-03 17:32:03,008 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 used request id req-f0969c52-d250-4f65-b481-c425b2d38d22 2019-01-03 17:32:03,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" 2019-01-03 17:32:03,194 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:03 GMT Server: Apache x-compute-request-id: req-e87f72d1-834d-4bca-859a-074e39df4658 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e87f72d1-834d-4bca-859a-074e39df4658 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "8a175329-95a1-4e1c-98eb-b333c1e55f85", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T17:32:02.000000", "updated_at": null, "encryption_id": "c625e5c0-721f-4d29-9356-6644fd2e14b7", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2019-01-03 17:32:03,195 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption used request id req-e87f72d1-834d-4bca-859a-074e39df4658 2019-01-03 17:32:03,195 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type 2019-01-03 17:32:03,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" 2019-01-03 17:32:03,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:03 GMT Server: Apache x-compute-request-id: req-727abce9-9859-4755-9606-6e3693b41f0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-727abce9-9859-4755-9606-6e3693b41f0a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8a175329-95a1-4e1c-98eb-b333c1e55f85", "description": null}} 2019-01-03 17:32:03,377 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 used request id req-727abce9-9859-4755-9606-6e3693b41f0a 2019-01-03 17:32:03,379 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" 2019-01-03 17:32:03,558 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-571a2b84-aaf7-46fe-acb9-d85bcb8c6db6 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. 2019-01-03 17:32:03,559 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85/encryption/provider used request id req-571a2b84-aaf7-46fe-acb9-d85bcb8c6db6 2019-01-03 17:32:03,559 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-2373634d-7dc6-4914-bdaf-fb3c479cf86a-type 2019-01-03 17:32:03,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-61a02631-2315-4631-9327-81e1e883937f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51c2f16f546815b5a61627751aec49397acd61c" 2019-01-03 17:32:03,770 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-acf54be1-e5bc-42ed-bf38-40302792ef1a 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. 2019-01-03 17:32:03,771 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/8a175329-95a1-4e1c-98eb-b333c1e55f85 used request id req-acf54be1-e5bc-42ed-bf38-40302792ef1a 2019-01-03 17:32:03,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:04,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["Gky47IbGTnyOM1OjYFJTRw"], "issued_at": "2019-01-03T17:32:04.000000Z"}} 2019-01-03 17:32:04,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739-qos"}}' 2019-01-03 17:32:04,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:04 GMT Server: Apache x-compute-request-id: req-9668c4da-499d-4a00-8106-3186aa08beeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9668c4da-499d-4a00-8106-3186aa08beeb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "d8b0fd39-a40a-46e2-93a8-3a6664effb5f", "name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/d8b0fd39-a40a-46e2-93a8-3a6664effb5f", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/d8b0fd39-a40a-46e2-93a8-3a6664effb5f", "rel": "bookmark"}]} 2019-01-03 17:32:04,431 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-9668c4da-499d-4a00-8106-3186aa08beeb 2019-01-03 17:32:04,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739", "description": null}}' 2019-01-03 17:32:04,665 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:04 GMT Server: Apache x-compute-request-id: req-db1ef70d-ec47-4606-af7d-324928a5eebb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db1ef70d-ec47-4606-af7d-324928a5eebb Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7aff9668-5191-4e1d-9457-6e3bdf8d0c31", "description": null}} 2019-01-03 17:32:04,666 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-db1ef70d-ec47-4606-af7d-324928a5eebb 2019-01-03 17:32:04,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 17:32:04,878 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:04 GMT Server: Apache x-compute-request-id: req-3060e6e0-9988-4d71-8955-4d50c8ac319d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3060e6e0-9988-4d71-8955-4d50c8ac319d Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "7aff9668-5191-4e1d-9457-6e3bdf8d0c31", "name": "foo", "control_location": "back-end", "encryption_id": "6b9334bd-da46-4f45-9802-3139ca8e4123", "provider": "bar", "provider_class": "bar"}} 2019-01-03 17:32:04,878 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption used request id req-3060e6e0-9988-4d71-8955-4d50c8ac319d 2019-01-03 17:32:04,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:05,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:04 GMT Server: Apache x-compute-request-id: req-efc92d65-d332-4f41-a7b7-10b50e2cf4ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-efc92d65-d332-4f41-a7b7-10b50e2cf4ce Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7aff9668-5191-4e1d-9457-6e3bdf8d0c31", "description": null}} 2019-01-03 17:32:05,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 used request id req-efc92d65-d332-4f41-a7b7-10b50e2cf4ce 2019-01-03 17:32:05,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:05,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:05 GMT Server: Apache x-compute-request-id: req-72554cfb-eec4-4c94-bfb0-5d5dab5dd06b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72554cfb-eec4-4c94-bfb0-5d5dab5dd06b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "7aff9668-5191-4e1d-9457-6e3bdf8d0c31", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T17:32:04.000000", "updated_at": null, "encryption_id": "6b9334bd-da46-4f45-9802-3139ca8e4123", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 17:32:05,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption used request id req-72554cfb-eec4-4c94-bfb0-5d5dab5dd06b 2019-01-03 17:32:05,227 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739 2019-01-03 17:32:05,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:05,945 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:05 GMT Server: Apache x-compute-request-id: req-bbc10bae-ded0-450d-bf84-cbaa2249280a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bbc10bae-ded0-450d-bf84-cbaa2249280a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7aff9668-5191-4e1d-9457-6e3bdf8d0c31", "description": null}} 2019-01-03 17:32:05,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 used request id req-bbc10bae-ded0-450d-bf84-cbaa2249280a 2019-01-03 17:32:05,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:06,151 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-26257fa7-acc1-42f9-9b38-34f2d9852866 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. 2019-01-03 17:32:06,151 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31/encryption/provider used request id req-26257fa7-acc1-42f9-9b38-34f2d9852866 2019-01-03 17:32:06,152 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739 2019-01-03 17:32:06,154 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:06,221 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e67c2ce-1be0-494f-83e4-d02e94b0099f 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. 2019-01-03 17:32:06,221 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/7aff9668-5191-4e1d-9457-6e3bdf8d0c31 used request id req-1e67c2ce-1be0-494f-83e4-d02e94b0099f 2019-01-03 17:32:06,221 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-077104e5-7740-451a-beba-065ab54be739-qos 2019-01-03 17:32:06,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/d8b0fd39-a40a-46e2-93a8-3a6664effb5f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9668c4da-499d-4a00-8106-3186aa08beeb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8d0b89f5ebad5dda614df9b5ed32968d4c4eba" 2019-01-03 17:32:06,266 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea17020f-6c8d-45dc-81d4-5873ab16346f 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. 2019-01-03 17:32:06,266 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/d8b0fd39-a40a-46e2-93a8-3a6664effb5f?force=False used request id req-ea17020f-6c8d-45dc-81d4-5873ab16346f 2019-01-03 17:32:06,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:06,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["E8ugjD6HQnqtydMCP-EqyA"], "issued_at": "2019-01-03T17:32:06.000000Z"}} 2019-01-03 17:32:06,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e-qos"}}' 2019-01-03 17:32:07,493 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:06 GMT Server: Apache x-compute-request-id: req-4017dffa-5c4a-4056-a367-5607b154696e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4017dffa-5c4a-4056-a367-5607b154696e Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3", "name": "CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3", "rel": "bookmark"}]} 2019-01-03 17:32:07,493 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-4017dffa-5c4a-4056-a367-5607b154696e 2019-01-03 17:32:07,496 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4017dffa-5c4a-4056-a367-5607b154696e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e", "description": null}}' 2019-01-03 17:32:07,800 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:07 GMT Server: Apache x-compute-request-id: req-d81d3d06-5580-4d51-a309-afe0ae4db2d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d81d3d06-5580-4d51-a309-afe0ae4db2d3 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e5f3b1e4-21ad-40fb-8d36-b08323c3bfc2", "description": null}} 2019-01-03 17:32:07,800 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-d81d3d06-5580-4d51-a309-afe0ae4db2d3 2019-01-03 17:32:07,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4017dffa-5c4a-4056-a367-5607b154696e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" 2019-01-03 17:32:07,972 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:07 GMT Server: Apache x-compute-request-id: req-46e92448-0b53-4cb4-b1d5-4962f8bc5532 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-46e92448-0b53-4cb4-b1d5-4962f8bc5532 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3", "name": "CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e-qos"}]} 2019-01-03 17:32:07,972 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-46e92448-0b53-4cb4-b1d5-4962f8bc5532 2019-01-03 17:32:07,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/None/associate?vol_type_id=e5f3b1e4-21ad-40fb-8d36-b08323c3bfc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4017dffa-5c4a-4056-a367-5607b154696e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" 2019-01-03 17:32:08,146 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:32:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bbff35b2-5e29-46e0-94ca-c9b37e37b58a x-openstack-request-id: req-bbff35b2-5e29-46e0-94ca-c9b37e37b58a Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2019-01-03 17:32:08,146 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/None/associate?vol_type_id=e5f3b1e4-21ad-40fb-8d36-b08323c3bfc2 used request id req-bbff35b2-5e29-46e0-94ca-c9b37e37b58a 2019-01-03 17:32:08,146 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-bbff35b2-5e29-46e0-94ca-c9b37e37b58a) 2019-01-03 17:32:08,146 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e 2019-01-03 17:32:08,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/e5f3b1e4-21ad-40fb-8d36-b08323c3bfc2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4017dffa-5c4a-4056-a367-5607b154696e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" 2019-01-03 17:32:08,369 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5eef3441-6ba8-4568-8da9-7e635d8f6fcb 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. 2019-01-03 17:32:08,369 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/e5f3b1e4-21ad-40fb-8d36-b08323c3bfc2 used request id req-5eef3441-6ba8-4568-8da9-7e635d8f6fcb 2019-01-03 17:32:08,369 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-051d5bc6-fd80-4e6c-a276-c210a471f32e-qos 2019-01-03 17:32:08,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4017dffa-5c4a-4056-a367-5607b154696e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}659833c6af07ea8f501567becfb78fcddefc96dc" 2019-01-03 17:32:08,578 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b7281fbb-9ad6-4771-afdc-8437f113adc2 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. 2019-01-03 17:32:08,578 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/2c6b5c3e-5eb7-4c99-a077-6eb84cb278d3?force=False used request id req-b7281fbb-9ad6-4771-afdc-8437f113adc2 2019-01-03 17:32:08,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:08,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["mDLPtd7wSMiIvZVW9d78bw"], "issued_at": "2019-01-03T17:32:08.000000Z"}} 2019-01-03 17:32:08,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92-qos"}}' 2019-01-03 17:32:09,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:08 GMT Server: Apache x-compute-request-id: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "768a6c47-86ab-4cf8-b1fa-24488860216a", "name": "CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a", "rel": "bookmark"}]} 2019-01-03 17:32:09,160 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-338ff2d8-ac6a-417d-b245-109eb4dc8cad 2019-01-03 17:32:09,163 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92", "description": null}}' 2019-01-03 17:32:09,389 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:09 GMT Server: Apache x-compute-request-id: req-fb4a0389-fa16-40a0-b713-fa702176d30f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb4a0389-fa16-40a0-b713-fa702176d30f Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5572d32b-6875-4aee-8064-628b7243aa53", "description": null}} 2019-01-03 17:32:09,389 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-fb4a0389-fa16-40a0-b713-fa702176d30f 2019-01-03 17:32:09,392 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" 2019-01-03 17:32:09,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:09 GMT Server: Apache x-compute-request-id: req-0fe97ac0-8a2e-4f33-9a2b-679ffd18297a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0fe97ac0-8a2e-4f33-9a2b-679ffd18297a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "768a6c47-86ab-4cf8-b1fa-24488860216a", "name": "CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92-qos"}]} 2019-01-03 17:32:09,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-0fe97ac0-8a2e-4f33-9a2b-679ffd18297a 2019-01-03 17:32:09,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a/associate?vol_type_id=5572d32b-6875-4aee-8064-628b7243aa53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" 2019-01-03 17:32:09,765 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8880feee-30d3-4bcb-9b53-c4cdc32c158d 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. 2019-01-03 17:32:09,765 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a/associate?vol_type_id=5572d32b-6875-4aee-8064-628b7243aa53 used request id req-8880feee-30d3-4bcb-9b53-c4cdc32c158d 2019-01-03 17:32:09,766 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92 2019-01-03 17:32:09,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/5572d32b-6875-4aee-8064-628b7243aa53 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" 2019-01-03 17:32:09,979 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1db0a2a2-bdb1-49c6-9ff0-99e54138dfb7 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. 2019-01-03 17:32:09,980 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/5572d32b-6875-4aee-8064-628b7243aa53 used request id req-1db0a2a2-bdb1-49c6-9ff0-99e54138dfb7 2019-01-03 17:32:09,980 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e3ba5ffb-c4dd-455e-ad11-02a251aadc92-qos 2019-01-03 17:32:09,983 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-338ff2d8-ac6a-417d-b245-109eb4dc8cad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1334134b42ab0e434cc0672f944157e16ff33d69" 2019-01-03 17:32:10,183 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4f2009fd-91ac-41ec-b19c-d578771803c3 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. 2019-01-03 17:32:10,183 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/768a6c47-86ab-4cf8-b1fa-24488860216a?force=False used request id req-4f2009fd-91ac-41ec-b19c-d578771803c3 2019-01-03 17:32:10,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:10,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04bf5f452aa643aeb13853c22e16547b", "name": "heat_stack_owner"}, {"id": "88ecbbe2d5f14f22a1ab94067cf826b8", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f722d3fa025d4075b293873d61c918ee", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/f722d3fa025d4075b293873d61c918ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "id": "d7b2b3ee82e342e4a365ceae6372ae19"}, "audit_ids": ["mOzrQ3TBR9q08SqLrhp8Aw"], "issued_at": "2019-01-03T17:32:10.000000Z"}} 2019-01-03 17:32:10,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177-qos"}}' 2019-01-03 17:32:10,771 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:10 GMT Server: Apache x-compute-request-id: req-314ced55-d661-43c9-a210-a615d28ad6ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-314ced55-d661-43c9-a210-a615d28ad6ce Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "rel": "self"}, {"href": "http://172.30.9.30:8776/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "rel": "bookmark"}]} 2019-01-03 17:32:10,771 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-314ced55-d661-43c9-a210-a615d28ad6ce 2019-01-03 17:32:10,775 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177", "description": null}}' 2019-01-03 17:32:10,973 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:10 GMT Server: Apache x-compute-request-id: req-239caed7-f85e-4d33-aad3-45b6cf3d5e4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-239caed7-f85e-4d33-aad3-45b6cf3d5e4c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "943707ba-7567-4bb9-b7b1-65e87afae358", "description": null}} 2019-01-03 17:32:10,973 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types used request id req-239caed7-f85e-4d33-aad3-45b6cf3d5e4c 2019-01-03 17:32:10,977 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 17:32:11,184 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:10 GMT Server: Apache x-compute-request-id: req-a7af3758-90bc-4a6d-90a8-a9f31410c4c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a7af3758-90bc-4a6d-90a8-a9f31410c4c0 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "943707ba-7567-4bb9-b7b1-65e87afae358", "name": "foo", "control_location": "back-end", "encryption_id": "9c69e0ad-31c9-4959-af83-3683a2818145", "provider": "bar", "provider_class": "bar"}} 2019-01-03 17:32:11,184 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption used request id req-a7af3758-90bc-4a6d-90a8-a9f31410c4c0 2019-01-03 17:32:11,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:11,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache x-compute-request-id: req-05e9598e-840f-4a5e-babb-c09cb0f057b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05e9598e-840f-4a5e-babb-c09cb0f057b7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177-qos"}]} 2019-01-03 17:32:11,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs used request id req-05e9598e-840f-4a5e-babb-c09cb0f057b7 2019-01-03 17:32:11,347 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca/associate?vol_type_id=943707ba-7567-4bb9-b7b1-65e87afae358 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:11,566 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-11df99ed-e077-4302-8627-29a2dc81f643 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. 2019-01-03 17:32:11,566 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca/associate?vol_type_id=943707ba-7567-4bb9-b7b1-65e87afae358 used request id req-11df99ed-e077-4302-8627-29a2dc81f643 2019-01-03 17:32:11,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:11,740 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache x-compute-request-id: req-d777bc4d-f272-4ec5-9e1e-2d1658a1b224 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d777bc4d-f272-4ec5-9e1e-2d1658a1b224 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177", "qos_specs_id": "f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "943707ba-7567-4bb9-b7b1-65e87afae358", "description": null}} 2019-01-03 17:32:11,740 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 used request id req-d777bc4d-f272-4ec5-9e1e-2d1658a1b224 2019-01-03 17:32:11,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:11,906 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache x-compute-request-id: req-33da893f-beb4-48b5-8e09-77d5c0ad3a62 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33da893f-beb4-48b5-8e09-77d5c0ad3a62 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "943707ba-7567-4bb9-b7b1-65e87afae358", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T17:32:11.000000", "updated_at": null, "encryption_id": "9c69e0ad-31c9-4959-af83-3683a2818145", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 17:32:11,907 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption used request id req-33da893f-beb4-48b5-8e09-77d5c0ad3a62 2019-01-03 17:32:11,907 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177 2019-01-03 17:32:11,910 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:11,931 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache x-compute-request-id: req-98992e6f-bb19-469b-9e8d-fb128caac0ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98992e6f-bb19-469b-9e8d-fb128caac0ca Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177", "qos_specs_id": "f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "943707ba-7567-4bb9-b7b1-65e87afae358", "description": null}} 2019-01-03 17:32:11,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 used request id req-98992e6f-bb19-469b-9e8d-fb128caac0ca 2019-01-03 17:32:11,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:12,133 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-85ee3a55-7e95-4a84-8147-6706121416ce 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. 2019-01-03 17:32:12,134 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358/encryption/provider used request id req-85ee3a55-7e95-4a84-8147-6706121416ce 2019-01-03 17:32:12,134 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177 2019-01-03 17:32:12,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:12,339 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c038a5f1-3484-40b8-a1d8-fb954d425f72 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. 2019-01-03 17:32:12,339 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/types/943707ba-7567-4bb9-b7b1-65e87afae358 used request id req-c038a5f1-3484-40b8-a1d8-fb954d425f72 2019-01-03 17:32:12,339 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-601265a4-80a5-4923-90ac-8cffd10a6177-qos 2019-01-03 17:32:12,342 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-314ced55-d661-43c9-a210-a615d28ad6ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f466fbe2fe1ab916d955d20dec5b26af1a4267" 2019-01-03 17:32:12,530 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-11902ed1-5d8e-4193-9cd2-ec79faa2c9cd 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. 2019-01-03 17:32:12,530 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/f722d3fa025d4075b293873d61c918ee/qos-specs/f1b8a13b-8c44-4e92-a6e2-d3a9048e62ca?force=False used request id req-11902ed1-5d8e-4193-9cd2-ec79faa2c9cd 2019-01-03 17:32:12,531 - 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 764.123s OK 2019-01-03 17:32:12,645 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:32:12,646 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:44 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 17:32:12,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:12,652 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:12,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6eb85b-a0a0-4dc4-9cce-39782b154826 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": "04bf5f452aa643aeb13853c22e16547b", "links": {"self": "http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:32:12,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cb6eb85b-a0a0-4dc4-9cce-39782b154826 2019-01-03 17:32:12,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822668075562s 2019-01-03 17:32:12,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:32:12,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:12,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ebc7e66-8e26-4ed2-ae42-89e529f45074 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:12,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/04bf5f452aa643aeb13853c22e16547b used request id req-5ebc7e66-8e26-4ed2-ae42-89e529f45074 2019-01-03 17:32:12,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.136046886444s 2019-01-03 17:32:12,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:12,873 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:12,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa15d8d-5cc8-49ba-bfe9-24f40db7b2e6 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980", "links": {"self": "http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19"}, "domain_id": "default", "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:32:12,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0fa15d8d-5cc8-49ba-bfe9-24f40db7b2e6 2019-01-03 17:32:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0900499820709s 2019-01-03 17:32:12,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-0fa15d8d-5cc8-49ba-bfe9-24f40db7b2e6 2019-01-03 17:32:12,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:12,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84c5da4-5fde-4f69-a65c-459b804b3141 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/d7b2b3ee82e342e4a365ceae6372ae19"}, "enabled": true, "id": "d7b2b3ee82e342e4a365ceae6372ae19", "options": {}, "domain_id": "default", "name": "api_check-user_4e9b58d7-bc64-4880-b978-fc4f069e9980"}} 2019-01-03 17:32:13,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 used request id req-a84c5da4-5fde-4f69-a65c-459b804b3141 2019-01-03 17:32:13,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948588848114s 2019-01-03 17:32:13,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 used request id req-a84c5da4-5fde-4f69-a65c-459b804b3141 2019-01-03 17:32:13,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:32:13,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dfca4f3-0a90-4e97-b629-a72a4bf6ffc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:13,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 used request id req-0dfca4f3-0a90-4e97-b629-a72a4bf6ffc3 2019-01-03 17:32:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.252050161362s 2019-01-03 17:32:13,317 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d7b2b3ee82e342e4a365ceae6372ae19 used request id req-0dfca4f3-0a90-4e97-b629-a72a4bf6ffc3 2019-01-03 17:32:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:32:13,318 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc221f7f-0bf5-4f3d-a1b3-b5e269fb5c06 Content-Encoding: gzip Content-Length: 378 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/f722d3fa025d4075b293873d61c918ee"}, "enabled": true, "id": "f722d3fa025d4075b293873d61c918ee", "parent_id": "default", "domain_id": "default", "name": "api_check-project_4e9b58d7-bc64-4880-b978-fc4f069e9980"}]} 2019-01-03 17:32:13,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-cc221f7f-0bf5-4f3d-a1b3-b5e269fb5c06 2019-01-03 17:32:13,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830261707306s 2019-01-03 17:32:13,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-cc221f7f-0bf5-4f3d-a1b3-b5e269fb5c06 2019-01-03 17:32:13,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:32:13,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fb32e84-d17b-4e34-ba4f-7a0466c73271 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:13,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-2fb32e84-d17b-4e34-ba4f-7a0466c73271 2019-01-03 17:32:13,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.230176925659s 2019-01-03 17:32:13,634 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f722d3fa025d4075b293873d61c918ee used request id req-2fb32e84-d17b-4e34-ba4f-7a0466c73271 2019-01-03 17:32:13,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:13,635 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbe7fca-f612-4c98-8f70-9c2d79fff768 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "88ecbbe2d5f14f22a1ab94067cf826b8", "links": {"self": "http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:32:13,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-edbe7fca-f612-4c98-8f70-9c2d79fff768 2019-01-03 17:32:13,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809369087219s 2019-01-03 17:32:13,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:32:13,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:13,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6643797-883b-4eb0-a899-e9075262e5fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:13,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/88ecbbe2d5f14f22a1ab94067cf826b8 used request id req-c6643797-883b-4eb0-a899-e9075262e5fb 2019-01-03 17:32:13,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11337685585s 2019-01-03 17:32:13,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:32:13,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f722d3fa025d4075b293873d61c918ee&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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:14,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e6619d95-7deb-4cbf-836a-be0071fb91b2 Date: Thu, 03 Jan 2019 17:32:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}]} 2019-01-03 17:32:14,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f722d3fa025d4075b293873d61c918ee&name=default used request id req-e6619d95-7deb-4cbf-836a-be0071fb91b2 2019-01-03 17:32:14,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194708108902s 2019-01-03 17:32:14,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=f722d3fa025d4075b293873d61c918ee&name=default used request id req-e6619d95-7deb-4cbf-836a-be0071fb91b2 2019-01-03 17:32:14,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:32:14,034 - 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}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:14,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e72a57e3-51ad-46bf-80ab-e78394132c6f Date: Thu, 03 Jan 2019 17:32:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:19:56Z", "updated_at": "2019-01-03T17:19:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "94f70cac-10c6-411a-9c51-868bd38ef5c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "39a13046-def0-46b2-9f49-aa59958fe0ff", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "f64ce386-d052-40e3-93a2-bf4d380b144a", "remote_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f722d3fa025d4075b293873d61c918ee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:56Z", "revision_number": 0, "id": "e9cc6bd2-d236-4c00-88b1-9241e409f905", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:56Z", "security_group_id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "tenant_id": "f722d3fa025d4075b293873d61c918ee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f722d3fa025d4075b293873d61c918ee"}], "revision_number": 4, "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "2f0f00cc-ebb5-49f8-93a5-c7a88b91832e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:32:14,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-e72a57e3-51ad-46bf-80ab-e78394132c6f 2019-01-03 17:32:14,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190952062607s 2019-01-03 17:32:14,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-e72a57e3-51ad-46bf-80ab-e78394132c6f 2019-01-03 17:32:14,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 17:32:14,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/2f0f00cc-ebb5-49f8-93a5-c7a88b91832e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff25753d88d0fa4f7dcbaa302c7073296eee033" 2019-01-03 17:32:14,545 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04008e1f-9f4b-4396-b544-3973dc81f80d Content-Length: 0 Date: Thu, 03 Jan 2019 17:32:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:32:14,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2f0f00cc-ebb5-49f8-93a5-c7a88b91832e.json used request id req-04008e1f-9f4b-4396-b544-3973dc81f80d 2019-01-03 17:32:14,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.315985918045s 2019-01-03 17:32:14,546 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/2f0f00cc-ebb5-49f8-93a5-c7a88b91832e.json used request id req-04008e1f-9f4b-4396-b544-3973dc81f80d 2019-01-03 17:32:14,566 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:32:14,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:32:14,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:32:14,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:32:14,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:32:14,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:32:14,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:32:14,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:32:14,596 - 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" 2019-01-03 17:32:14,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e444c0-ad59-438b-a35c-ec17df0973a3 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"}]}} 2019-01-03 17:32:14,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c8e444c0-ad59-438b-a35c-ec17df0973a3 2019-01-03 17:32:14,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:14,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["zb9V6Z0cQjarBdg5ncXyNw"], "issued_at": "2019-01-03T17:32:14.000000Z"}} 2019-01-03 17:32:14,976 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:14,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:32: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"}]}]}} 2019-01-03 17:32:14,985 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c08af1-05f0-4a9a-8bb6-105cc8f04275 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:32:15,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-97c08af1-05f0-4a9a-8bb6-105cc8f04275 2019-01-03 17:32:15,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.476948022842s 2019-01-03 17:32:15,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:32:15,074 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}}' 2019-01-03 17:32:15,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f532bd67-4f40-4ae4-9807-99318e2475fd 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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}} 2019-01-03 17:32:15,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f532bd67-4f40-4ae4-9807-99318e2475fd 2019-01-03 17:32:15,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0976610183716s 2019-01-03 17:32:15,171 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f532bd67-4f40-4ae4-9807-99318e2475fd 2019-01-03 17:32:15,172 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d', 'id': u'78f74cfb589d4aff8bf3a1620df434c6', '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'})}) 2019-01-03 17:32:15,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:32:15,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351366996765s 2019-01-03 17:32:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103dabe0-5a12-49f3-9a2f-8a6769ae776c 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/e3946fb2138b44e7be9baa22a63fdc61"}, "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d"}} 2019-01-03 17:32:15,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 used request id req-103dabe0-5a12-49f3-9a2f-8a6769ae776c 2019-01-03 17:32:15,619 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e3946fb2138b44e7be9baa22a63fdc61', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d'}) 2019-01-03 17:32:15,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:15,620 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb3497b7-df0b-49e5-99d1-d32842cb22de Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:32:15,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb3497b7-df0b-49e5-99d1-d32842cb22de 2019-01-03 17:32:15,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0152430534363s 2019-01-03 17:32:15,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:15,636 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33994317-8b52-4ce6-831c-ce40c0b9c44b Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:32:15,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-33994317-8b52-4ce6-831c-ce40c0b9c44b 2019-01-03 17:32:15,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0898468494415s 2019-01-03 17:32:15,727 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:32:15,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:32:15,728 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" -d '{"role": {"name": "Member"}}' 2019-01-03 17:32:15,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6240e2f9-e241-4c00-9b30-9fd16154b7ac Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}} 2019-01-03 17:32:15,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6240e2f9-e241-4c00-9b30-9fd16154b7ac 2019-01-03 17:32:15,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108883857727s 2019-01-03 17:32:15,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb35a82-33bc-462a-a47d-256f9c057343 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "domain_id": null, "name": "Member", "id": "f666e5585f584a799675ee84ca35f70a"}} 2019-01-03 17:32:15,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a used request id req-0fb35a82-33bc-462a-a47d-256f9c057343 2019-01-03 17:32:15,912 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a'}, 'domain_id': None, 'human_id': None, 'id': u'f666e5585f584a799675ee84ca35f70a', 'HUMAN_ID': False}) 2019-01-03 17:32:15,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:15,913 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:15,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1024057-b820-4c05-87fe-6125159a37df Content-Encoding: gzip Content-Length: 317 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:15,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c1024057-b820-4c05-87fe-6125159a37df 2019-01-03 17:32:15,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836460590363s 2019-01-03 17:32:15,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:32:15,997 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba4cf13-5e4c-4b81-ae55-51e10c36ad84 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"}} 2019-01-03 17:32:16,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-fba4cf13-5e4c-4b81-ae55-51e10c36ad84 2019-01-03 17:32:16,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806791782379s 2019-01-03 17:32:16,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:16,079 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d74f308-f61f-40bf-a0c4-3b19f8396545 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "links": {"self": "http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61"}, "domain_id": "default", "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:32:16,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2d74f308-f61f-40bf-a0c4-3b19f8396545 2019-01-03 17:32:16,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885789394379s 2019-01-03 17:32:16,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-2d74f308-f61f-40bf-a0c4-3b19f8396545 2019-01-03 17:32:16,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:32:16,174 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b70a927f-bd24-48ef-aa01-4c712c572e4f Content-Encoding: gzip Content-Length: 395 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}]} 2019-01-03 17:32:16,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b70a927f-bd24-48ef-aa01-4c712c572e4f 2019-01-03 17:32:16,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844640731812s 2019-01-03 17:32:16,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-b70a927f-bd24-48ef-aa01-4c712c572e4f 2019-01-03 17:32:16,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:32:16,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=f666e5585f584a799675ee84ca35f70a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b0bd1f-b74c-4999-91fa-427c48aa2f46 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=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=f666e5585f584a799675ee84ca35f70a", "previous": null, "next": null}} 2019-01-03 17:32:16,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=f666e5585f584a799675ee84ca35f70a used request id req-19b0bd1f-b74c-4999-91fa-427c48aa2f46 2019-01-03 17:32:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0790278911591s 2019-01-03 17:32:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:32:16,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/f666e5585f584a799675ee84ca35f70a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1de8b503-19f3-45a3-98c6-1e56fc97cd7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:16,449 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/f666e5585f584a799675ee84ca35f70a used request id req-1de8b503-19f3-45a3-98c6-1e56fc97cd7a 2019-01-03 17:32:16,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108421087265s 2019-01-03 17:32:16,450 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d', 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': '8e7d0944-5a72-4da2-a89d-4d0160b2d722', 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_1940e31d-d577-4d92-a093-e7940969c56d', 'project_id': u'78f74cfb589d4aff8bf3a1620df434c6', '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': {}}}} 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:32:16,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:32:16,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:32:16,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:32:16,454 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d', 'password': '8e7d0944-5a72-4da2-a89d-4d0160b2d722', 'project_name': 'snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '78f74cfb589d4aff8bf3a1620df434c6', 'project_domain_name': 'Default'} 2019-01-03 17:32:16,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:16,455 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229cf299-60d2-4e14-8182-65c5d2291680 Content-Encoding: gzip Content-Length: 317 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:16,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-229cf299-60d2-4e14-8182-65c5d2291680 2019-01-03 17:32:16,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835909843445s 2019-01-03 17:32:16,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:16,541 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc74be3-0a8b-4ceb-a29b-5220be0a4bab Content-Encoding: gzip Content-Length: 317 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:16,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4dc74be3-0a8b-4ceb-a29b-5220be0a4bab 2019-01-03 17:32:16,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841658115387s 2019-01-03 17:32:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:32:16,626 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb31f5f-f48c-4f42-bbc1-08a59c4744d2 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"}} 2019-01-03 17:32:16,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2cb31f5f-f48c-4f42-bbc1-08a59c4744d2 2019-01-03 17:32:16,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.076761007309s 2019-01-03 17:32:16,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:16,703 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80369035-83bf-473f-a329-7a031fb5d54b Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "links": {"self": "http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61"}, "domain_id": "default", "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:32:16,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-80369035-83bf-473f-a329-7a031fb5d54b 2019-01-03 17:32:16,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952670574188s 2019-01-03 17:32:16,799 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-80369035-83bf-473f-a329-7a031fb5d54b 2019-01-03 17:32:16,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:32:16,805 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dffb05b-15c1-4334-9c54-ce31d99683a5 Content-Encoding: gzip Content-Length: 395 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}]} 2019-01-03 17:32:16,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7dffb05b-15c1-4334-9c54-ce31d99683a5 2019-01-03 17:32:16,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805959701538s 2019-01-03 17:32:16,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7dffb05b-15c1-4334-9c54-ce31d99683a5 2019-01-03 17:32:16,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:32:16,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:16,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9978bc98-6212-47a5-a6b0-195252d500cf 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=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 17:32:16,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-9978bc98-6212-47a5-a6b0-195252d500cf 2019-01-03 17:32:16,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0738918781281s 2019-01-03 17:32:16,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:32:16,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d28cb9b-f26f-478d-ac6a-2bbeedc95cac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:17,086 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-7d28cb9b-f26f-478d-ac6a-2bbeedc95cac 2019-01-03 17:32:17,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123681783676s 2019-01-03 17:32:17,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:17,087 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cde7733-a759-4fbb-8ef7-2e5fac6b07b9 Content-Encoding: gzip Content-Length: 317 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:17,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9cde7733-a759-4fbb-8ef7-2e5fac6b07b9 2019-01-03 17:32:17,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799720287323s 2019-01-03 17:32:17,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:32:17,168 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 17:32:17,255 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e49ef6db-f7d0-4ec5-9770-b3ffd5231a1d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "name": "heat_stack_owner"}} 2019-01-03 17:32:17,255 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e49ef6db-f7d0-4ec5-9770-b3ffd5231a1d 2019-01-03 17:32:17,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0877859592438s 2019-01-03 17:32:17,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14e31e7-0499-4fde-968d-1606d500fa57 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "domain_id": null, "name": "heat_stack_owner", "id": "e0e9ac6e4c1548819c7cd3b35cff07ca"}} 2019-01-03 17:32:17,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca used request id req-c14e31e7-0499-4fde-968d-1606d500fa57 2019-01-03 17:32:17,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:17,345 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e969521-4ff6-4573-b75d-b415b10ddb33 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:17,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3e969521-4ff6-4573-b75d-b415b10ddb33 2019-01-03 17:32:17,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812621116638s 2019-01-03 17:32:17,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:32:17,428 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ece13f-50f8-4b4a-9c42-0766a2cfc01e 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"}} 2019-01-03 17:32:17,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c4ece13f-50f8-4b4a-9c42-0766a2cfc01e 2019-01-03 17:32:17,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.072762966156s 2019-01-03 17:32:17,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:17,501 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f0838c-cbed-43a9-aed7-4647c1c4768d Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "links": {"self": "http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61"}, "domain_id": "default", "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:32:17,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-66f0838c-cbed-43a9-aed7-4647c1c4768d 2019-01-03 17:32:17,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102267980576s 2019-01-03 17:32:17,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-66f0838c-cbed-43a9-aed7-4647c1c4768d 2019-01-03 17:32:17,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:32:17,610 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3a4a7cd-cb71-4c5a-9601-3c43e8209216 Content-Encoding: gzip Content-Length: 395 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}]} 2019-01-03 17:32:17,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e3a4a7cd-cb71-4c5a-9601-3c43e8209216 2019-01-03 17:32:17,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809700489044s 2019-01-03 17:32:17,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e3a4a7cd-cb71-4c5a-9601-3c43e8209216 2019-01-03 17:32:17,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:32:17,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=e0e9ac6e4c1548819c7cd3b35cff07ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca619078-fee2-4cee-8e02-5cf524c33378 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=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=e0e9ac6e4c1548819c7cd3b35cff07ca", "previous": null, "next": null}} 2019-01-03 17:32:17,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e3946fb2138b44e7be9baa22a63fdc61&scope.project.id=78f74cfb589d4aff8bf3a1620df434c6&role.id=e0e9ac6e4c1548819c7cd3b35cff07ca used request id req-ca619078-fee2-4cee-8e02-5cf524c33378 2019-01-03 17:32:17,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.078357219696s 2019-01-03 17:32:17,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:32:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/e0e9ac6e4c1548819c7cd3b35cff07ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:17,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-900989cc-3952-44f9-8719-db490a92c5b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:17,899 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6/users/e3946fb2138b44e7be9baa22a63fdc61/roles/e0e9ac6e4c1548819c7cd3b35cff07ca used request id req-900989cc-3952-44f9-8719-db490a92c5b8 2019-01-03 17:32:17,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127188920975s 2019-01-03 17:32:17,899 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 17:32:17,899 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 17:32:17,900 - openstack_tests - INFO - OS Credentials = > 2019-01-03 17:32:17,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:17,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:18,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f666e5585f584a799675ee84ca35f70a", "name": "Member"}, {"id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "name": "heat_stack_owner"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78f74cfb589d4aff8bf3a1620df434c6", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "id": "e3946fb2138b44e7be9baa22a63fdc61"}, "audit_ids": ["hGalFaYLRw65pPneiN9V_w"], "issued_at": "2019-01-03T17:32:18.000000Z"}} 2019-01-03 17:32:18,297 - 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}0c5dc4382cbcaafc8cc4e8343bd2961553399735" 2019-01-03 17:32:18,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-26bfa665-2450-4e21-8a01-6c287d1224a8 Date: Thu, 03 Jan 2019 17:32:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:32:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-26bfa665-2450-4e21-8a01-6c287d1224a8 2019-01-03 17:32:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5dc4382cbcaafc8cc4e8343bd2961553399735" 2019-01-03 17:32:18,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3c5c5fed-2fee-4432-b467-56c13fc55a03 Date: Thu, 03 Jan 2019 17:32:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 17:32:18,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=473b156e-3bb1-44d1-a29a-a9b9baaee688 used request id req-3c5c5fed-2fee-4432-b467-56c13fc55a03 2019-01-03 17:32:18,756 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 17:32:18,756 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2019-01-03 17:32:18,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:18,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:19,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f666e5585f584a799675ee84ca35f70a", "name": "Member"}, {"id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "name": "heat_stack_owner"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78f74cfb589d4aff8bf3a1620df434c6", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "id": "e3946fb2138b44e7be9baa22a63fdc61"}, "audit_ids": ["8Qcl4Y5USMOsYB_W2F0DAA"], "issued_at": "2019-01-03T17:32:19.000000Z"}} 2019-01-03 17:32:19,131 - 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}0741435beff7fcc50fb3be1aee4a6758684635cf" 2019-01-03 17:32:19,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1493097-c5fd-447e-90bd-e0a0f7eb8e84 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"}]}} 2019-01-03 17:32:19,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f1493097-c5fd-447e-90bd-e0a0f7eb8e84 2019-01-03 17:32:19,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:19,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:19,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f666e5585f584a799675ee84ca35f70a", "name": "Member"}, {"id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "name": "heat_stack_owner"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78f74cfb589d4aff8bf3a1620df434c6", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "id": "e3946fb2138b44e7be9baa22a63fdc61"}, "audit_ids": ["u52JuKMHQsOITiNXQHjtAg"], "issued_at": "2019-01-03T17:32:19.000000Z"}} 2019-01-03 17:32:19,674 - 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}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:19,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eececdc-f210-4a17-bb72-1ca10c0d7279 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"}]}} 2019-01-03 17:32:19,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6eececdc-f210-4a17-bb72-1ca10c0d7279 2019-01-03 17:32:19,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" 2019-01-03 17:32:19,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:32: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"}]}]}} 2019-01-03 17:32:19,763 - 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-4a19bdfa-2f97-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:19,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe73ce4-124b-4914-aaa1-e881e926daa9 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-4a19bdfa-2f97-4f1-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 17:32:19,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-4a19bdfa-2f97-4f1-proj used request id req-cfe73ce4-124b-4914-aaa1-e881e926daa9 2019-01-03 17:32:19,860 - 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}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:19,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b45bff9f-e7bc-4de5-acc5-d81ce2419e52 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}} 2019-01-03 17:32:19,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-b45bff9f-e7bc-4de5-acc5-d81ce2419e52 2019-01-03 17:32:19,943 - 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}12f4844d24e5474fa3cc70227752c4265908991f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}}' 2019-01-03 17:32:20,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:32:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b224954-5ced-4aa7-ad95-d6683e318874 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:20,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8b224954-5ced-4aa7-ad95-d6683e318874 2019-01-03 17:32:20,060 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-proj 2019-01-03 17:32:20,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:20,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:20,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f666e5585f584a799675ee84ca35f70a", "name": "Member"}, {"id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "name": "heat_stack_owner"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78f74cfb589d4aff8bf3a1620df434c6", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "id": "e3946fb2138b44e7be9baa22a63fdc61"}, "audit_ids": ["C0qTO1frQ4KE355QAY485g"], "issued_at": "2019-01-03T17:32:20.000000Z"}} 2019-01-03 17:32:20,442 - 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}aa6abaf6704d89e6179fde71f29b559732dcd88f" 2019-01-03 17:32:20,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079e3631-8b54-44b3-9d2e-02a7eddf279e 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"}]}} 2019-01-03 17:32:20,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-079e3631-8b54-44b3-9d2e-02a7eddf279e 2019-01-03 17:32:20,525 - 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" 2019-01-03 17:32:20,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:32: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"}]}]}} 2019-01-03 17:32:20,531 - 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}aa6abaf6704d89e6179fde71f29b559732dcd88f" 2019-01-03 17:32:20,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46200512-b352-4647-9cbf-c70259fe8bca Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "links": {"self": "http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61"}, "domain_id": "default", "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:32:20,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-46200512-b352-4647-9cbf-c70259fe8bca 2019-01-03 17:32:20,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-4a19bdfa-2f97-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6abaf6704d89e6179fde71f29b559732dcd88f" 2019-01-03 17:32:20,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56efefdd-d4eb-499f-b2ec-a0a43af2fef8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-4a19bdfa-2f97-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}]} 2019-01-03 17:32:20,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-4a19bdfa-2f97-4f1-proj used request id req-56efefdd-d4eb-499f-b2ec-a0a43af2fef8 2019-01-03 17:32:20,662 - 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}aa6abaf6704d89e6179fde71f29b559732dcd88f" 2019-01-03 17:32:20,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2fd10c-a061-43d4-b5c5-75186a125c94 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}} 2019-01-03 17:32:20,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-6c2fd10c-a061-43d4-b5c5-75186a125c94 2019-01-03 17:32:21,131 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-user 2019-01-03 17:32:21,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:21,135 - 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}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:21,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f2550d-bb4d-4c5f-856b-5c294aa73a1d 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:21,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-56f2550d-bb4d-4c5f-856b-5c294aa73a1d 2019-01-03 17:32:21,223 - 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}12f4844d24e5474fa3cc70227752c4265908991f" -d '{"role": {"name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}}' 2019-01-03 17:32:21,333 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:32:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8beba157-cb68-4e9e-81b4-e8c466fd87fc Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0cfda7384515499b9d9fb2ff2105bd43", "links": {"self": "http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43"}, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}} 2019-01-03 17:32:21,333 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8beba157-cb68-4e9e-81b4-e8c466fd87fc 2019-01-03 17:32:21,333 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role 2019-01-03 17:32:21,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:21,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-328eb5ae-a4e4-4a72-a88b-8d31eb0cc853 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43"}, "domain_id": null, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role", "id": "0cfda7384515499b9d9fb2ff2105bd43"}} 2019-01-03 17:32:21,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43 used request id req-328eb5ae-a4e4-4a72-a88b-8d31eb0cc853 2019-01-03 17:32:21,426 - keystone_utils - INFO - Granting role SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role to project SimpleHealthCheck-4a19bdfa-2f97-4f1-proj 2019-01-03 17:32:21,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490/users/f209127003e1411d823d305d58d6c213/roles/0cfda7384515499b9d9fb2ff2105bd43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:21,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b73e26c3-d528-4bc5-a893-87ad758eb952 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:21,672 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490/users/f209127003e1411d823d305d58d6c213/roles/0cfda7384515499b9d9fb2ff2105bd43 used request id req-b73e26c3-d528-4bc5-a893-87ad758eb952 2019-01-03 17:32:21,672 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:32:21,674 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 17:32:21,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:21,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:22,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cfda7384515499b9d9fb2ff2105bd43", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}], "expires_at": "2019-01-03T18:32:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e45f358eedb4eaa8b3679245b7c9490", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-user", "id": "f209127003e1411d823d305d58d6c213"}, "audit_ids": ["C-ijoPMiTHWoqAGfs5VTsQ"], "issued_at": "2019-01-03T17:32:22.000000Z"}} 2019-01-03 17:32:22,062 - 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}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:22,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e206a7f-59d4-41ee-9735-7bd7e10d05f9 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"}]}} 2019-01-03 17:32:22,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e206a7f-59d4-41ee-9735-7bd7e10d05f9 2019-01-03 17:32:22,145 - 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-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:22,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-564b3856-0e8e-4f9e-93e2-f3d3f3a26dd9 Date: Thu, 03 Jan 2019 17:32:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image"} 2019-01-03 17:32:22,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image used request id req-564b3856-0e8e-4f9e-93e2-f3d3f3a26dd9 2019-01-03 17:32:22,339 - 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}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:22,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee8d3d7d-17ec-477f-8dee-3bceb3ebde54 Date: Thu, 03 Jan 2019 17:32: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"}}} 2019-01-03 17:32:22,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ee8d3d7d-17ec-477f-8dee-3bceb3ebde54 2019-01-03 17:32:22,531 - 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}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image"}' 2019-01-03 17:32:22,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 X-Openstack-Request-Id: req-6736efd6-6de0-47e5-9d17-30e5816f8d93 Date: Thu, 03 Jan 2019 17:32:22 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:32:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T17:32:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "min_disk": 0, "protected": false, "id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "file": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file", "checksum": null, "owner": "8e45f358eedb4eaa8b3679245b7c9490", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:32:22,732 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6736efd6-6de0-47e5-9d17-30e5816f8d93 2019-01-03 17:32:22,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" -d '' 2019-01-03 17:32:23,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d54f3fc-60b0-46aa-b6d0-0b260edc4424 Date: Thu, 03 Jan 2019 17:32:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:32:23,594 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file used request id req-1d54f3fc-60b0-46aa-b6d0-0b260edc4424 2019-01-03 17:32:23,594 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:32:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:23,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-92bb400b-efd9-45c9-a93c-dc5fe3c0bc00 Date: Thu, 03 Jan 2019 17:32:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:32:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:32:23Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "metadata": {}}], "self": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "min_disk": 0, "protected": false, "id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "file": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e45f358eedb4eaa8b3679245b7c9490", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:32:23,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 used request id req-92bb400b-efd9-45c9-a93c-dc5fe3c0bc00 2019-01-03 17:32:23,753 - 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}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:23,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bfb1833f-4241-4338-921d-2793435eeed0 Date: Thu, 03 Jan 2019 17:32: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"}}} 2019-01-03 17:32:23,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-bfb1833f-4241-4338-921d-2793435eeed0 2019-01-03 17:32:23,905 - create_image - INFO - Created image with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image 2019-01-03 17:32:23,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:24,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-3f85e0ce-3727-4e93-933f-e184168f67fa Date: Thu, 03 Jan 2019 17:32:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:32:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:32:23Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "metadata": {}}], "self": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "min_disk": 0, "protected": false, "id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "file": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e45f358eedb4eaa8b3679245b7c9490", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 17:32:24,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 used request id req-3f85e0ce-3727-4e93-933f-e184168f67fa 2019-01-03 17:32:24,060 - create_image - DEBUG - Instance status is - active 2019-01-03 17:32:24,060 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image 2019-01-03 17:32:24,060 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image 2019-01-03 17:32:24,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:24,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:24,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cfda7384515499b9d9fb2ff2105bd43", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}], "expires_at": "2019-01-03T18:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e45f358eedb4eaa8b3679245b7c9490", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-user", "id": "f209127003e1411d823d305d58d6c213"}, "audit_ids": ["jyw-zYR1TH-HqezqzhywCg"], "issued_at": "2019-01-03T17:32:24.000000Z"}} 2019-01-03 17:32:24,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}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:24,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e77dadc-4823-4eda-9bf0-a8cf01bd7f85 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"}]}} 2019-01-03 17:32:24,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7e77dadc-4823-4eda-9bf0-a8cf01bd7f85 2019-01-03 17:32:24,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:24,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-00ce1c4b-ea4a-4ed9-b397-29870929c409 Date: Thu, 03 Jan 2019 17:32:24 GMT RESP BODY: {"networks":[]} 2019-01-03 17:32:24,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-00ce1c4b-ea4a-4ed9-b397-29870929c409 2019-01-03 17:32:24,705 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net 2019-01-03 17:32:24,710 - 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}c3d1a94352998e8048da941f759aa8c4e5c817c5" -d '{"network": {"name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net", "admin_state_up": true}}' 2019-01-03 17:32:25,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-0bd1d6e6-7b43-4597-84fb-581ece38bad1 Date: Thu, 03 Jan 2019 17:32:25 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2019-01-03T17:32:25Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}} 2019-01-03 17:32:25,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0bd1d6e6-7b43-4597-84fb-581ece38bad1 2019-01-03 17:32:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:25,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-eb681497-569f-46d7-9a87-8fc96dcc6630 Date: Thu, 03 Jan 2019 17:32:25 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":"2019-01-03T17:32:25Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:25,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-eb681497-569f-46d7-9a87-8fc96dcc6630 2019-01-03 17:32:25,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:25,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b28a1d9b-86f4-4303-94de-c7a656d41efe Date: Thu, 03 Jan 2019 17:32:25 GMT RESP BODY: {"subnets":[]} 2019-01-03 17:32:25,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-b28a1d9b-86f4-4303-94de-c7a656d41efe 2019-01-03 17:32:25,709 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet 2019-01-03 17:32:25,713 - 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}c3d1a94352998e8048da941f759aa8c4e5c817c5" -d '{"subnets": [{"ip_version": 4, "network_id": "79e50331-4ca1-4497-b286-c1d186370185", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]}' 2019-01-03 17:32:26,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-46f69a61-425c-4c23-8ee5-fdb5768ac7e5 Date: Thu, 03 Jan 2019 17:32:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:26,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-46f69a61-425c-4c23-8ee5-fdb5768ac7e5 2019-01-03 17:32:26,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:26,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e76b3dd7-243c-4d5f-844c-eb189542582d Date: Thu, 03 Jan 2019 17:32:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:26,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-e76b3dd7-243c-4d5f-844c-eb189542582d 2019-01-03 17:32:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:26,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-085d98e9-634a-47db-b680-42768293f176 Date: Thu, 03 Jan 2019 17:32:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:26,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-085d98e9-634a-47db-b680-42768293f176 2019-01-03 17:32:26,726 - OpenStackNetwork - DEBUG - Network [79e50331-4ca1-4497-b286-c1d186370185] created successfully 2019-01-03 17:32:26,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:26,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:27,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f666e5585f584a799675ee84ca35f70a", "name": "Member"}, {"id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "name": "heat_stack_owner"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78f74cfb589d4aff8bf3a1620df434c6", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/78f74cfb589d4aff8bf3a1620df434c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "id": "e3946fb2138b44e7be9baa22a63fdc61"}, "audit_ids": ["5Z3COpx-TfuloXxZZeEiXg"], "issued_at": "2019-01-03T17:32:27.000000Z"}} 2019-01-03 17:32:27,104 - 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}be76599782dc6e64bbced73e75e2b3192cfeb46a" 2019-01-03 17:32:27,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a7af16-56d5-4a73-84cb-8d057bc324af 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"}]}} 2019-01-03 17:32:27,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38a7af16-56d5-4a73-84cb-8d057bc324af 2019-01-03 17:32:27,182 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:32:27,187 - 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}be76599782dc6e64bbced73e75e2b3192cfeb46a" 2019-01-03 17:32:27,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a269b9d3-dcad-4a25-9fec-20966a94484a x-compute-request-id: req-a269b9d3-dcad-4a25-9fec-20966a94484a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 17:32:27,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a269b9d3-dcad-4a25-9fec-20966a94484a 2019-01-03 17:32:27,389 - 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}be76599782dc6e64bbced73e75e2b3192cfeb46a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 17:32:27,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85fb6248-3905-4d50-9975-d5ef85bbcf5a x-compute-request-id: req-85fb6248-3905-4d50-9975-d5ef85bbcf5a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d0776d91-5a44-428f-85f9-60650061a767", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:32:27,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-85fb6248-3905-4d50-9975-d5ef85bbcf5a 2019-01-03 17:32:27,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:27,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:27,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cfda7384515499b9d9fb2ff2105bd43", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}], "expires_at": "2019-01-03T18:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e45f358eedb4eaa8b3679245b7c9490", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-user", "id": "f209127003e1411d823d305d58d6c213"}, "audit_ids": ["c4hqYoYRQImuH_DoTVboUQ"], "issued_at": "2019-01-03T17:32:27.000000Z"}} 2019-01-03 17:32:27,878 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:27,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caa1b8cc-57ca-4826-8c30-7b103b044036 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"}]}} 2019-01-03 17:32:27,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-caa1b8cc-57ca-4826-8c30-7b103b044036 2019-01-03 17:32:27,962 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 17:32:27,964 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:28,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f3ea7e-8397-4198-b889-792003139a40 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"}]}} 2019-01-03 17:32:28,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68f3ea7e-8397-4198-b889-792003139a40 2019-01-03 17:32:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:28,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c5a770cb-07ad-4024-97b6-78f8148d0a08 Date: Thu, 03 Jan 2019 17:32:28 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":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:28,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-c5a770cb-07ad-4024-97b6-78f8148d0a08 2019-01-03 17:32:28,292 - 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" 2019-01-03 17:32:28,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:32: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"}]}]}} 2019-01-03 17:32:28,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:28,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0bac0ea-8542-47f8-9222-1f96878247ad 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:28,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-f0bac0ea-8542-47f8-9222-1f96878247ad 2019-01-03 17:32:28,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:28,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ad6e72f3-1143-4400-9166-559477d71290 Date: Thu, 03 Jan 2019 17:32:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:28,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-ad6e72f3-1143-4400-9166-559477d71290 2019-01-03 17:32:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:28,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d260537-68d1-403c-8ac0-3cd9ab172c7b Date: Thu, 03 Jan 2019 17:32:28 GMT RESP BODY: {"ports":[]} 2019-01-03 17:32:28,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True used request id req-8d260537-68d1-403c-8ac0-3cd9ab172c7b 2019-01-03 17:32:28,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:29,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6eda5d3c-08ae-44fb-a45e-75dd33ab65b8 x-compute-request-id: req-6eda5d3c-08ae-44fb-a45e-75dd33ab65b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:32:29,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst used request id req-6eda5d3c-08ae-44fb-a45e-75dd33ab65b8 2019-01-03 17:32:29,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:29,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a3baaa7d-7c6d-4c2c-a7eb-1f36dcb23db3 Date: Thu, 03 Jan 2019 17:32:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:29,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-a3baaa7d-7c6d-4c2c-a7eb-1f36dcb23db3 2019-01-03 17:32:29,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e08fb2-6bd3-41e7-912a-d34e72a016bf 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:29,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-c4e08fb2-6bd3-41e7-912a-d34e72a016bf 2019-01-03 17:32:29,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:29,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-454b3778-3e62-4a6c-9d6a-911becd276dd Date: Thu, 03 Jan 2019 17:32:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:29,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-454b3778-3e62-4a6c-9d6a-911becd276dd 2019-01-03 17:32:29,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:29,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6a9c8769-cd64-4b40-9a6f-04d47571b040 Date: Thu, 03 Jan 2019 17:32:29 GMT RESP BODY: {"ports":[]} 2019-01-03 17:32:29,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True used request id req-6a9c8769-cd64-4b40-9a6f-04d47571b040 2019-01-03 17:32:29,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 17:32:29,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:32:30,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0cfda7384515499b9d9fb2ff2105bd43", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role"}], "expires_at": "2019-01-03T18:32:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e45f358eedb4eaa8b3679245b7c9490", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/8e45f358eedb4eaa8b3679245b7c9490", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-user", "id": "f209127003e1411d823d305d58d6c213"}, "audit_ids": ["uqMtr6t2Rqi72-Ne96tykw"], "issued_at": "2019-01-03T17:32:30.000000Z"}} 2019-01-03 17:32:30,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}1040902829ed1eb8bf0e088f47cce6f5e56afdbe" 2019-01-03 17:32:30,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676af0dd-c58d-4190-9e18-862e9b16852e 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"}]}} 2019-01-03 17:32:30,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-676af0dd-c58d-4190-9e18-862e9b16852e 2019-01-03 17:32:30,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:30,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0a6185e6-8085-4f59-bd23-fb8a2398815d Date: Thu, 03 Jan 2019 17:32:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:30,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-0a6185e6-8085-4f59-bd23-fb8a2398815d 2019-01-03 17:32:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:30,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3fc6017e-a897-4499-9d14-1f0694d53724 Date: Thu, 03 Jan 2019 17:32:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:30,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-3fc6017e-a897-4499-9d14-1f0694d53724 2019-01-03 17:32:30,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:30,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5e84dd09-822e-4cbd-90ec-0136475d4182 Date: Thu, 03 Jan 2019 17:32:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:30,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-5e84dd09-822e-4cbd-90ec-0136475d4182 2019-01-03 17:32:30,579 - 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" 2019-01-03 17:32:30,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:32: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"}]}]}} 2019-01-03 17:32:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1040902829ed1eb8bf0e088f47cce6f5e56afdbe" 2019-01-03 17:32:30,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c955fe5-35ca-446c-acc0-472651b17004 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:30,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-8c955fe5-35ca-446c-acc0-472651b17004 2019-01-03 17:32:30,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:30,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c8da19d4-a4ce-43a7-ae12-7d932bd048b7 Date: Thu, 03 Jan 2019 17:32:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-c8da19d4-a4ce-43a7-ae12-7d932bd048b7 2019-01-03 17:32:30,876 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net 2019-01-03 17:32:30,881 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" -d '{"port": {"network_id": "79e50331-4ca1-4497-b286-c1d186370185", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1", "admin_state_up": true}}' 2019-01-03 17:32:31,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ac979b53-611d-48b6-9bac-51e0e5a6ca32 Date: Thu, 03 Jan 2019 17:32:31 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2019-01-03T17:32:31Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2019-01-03T17:32:31Z","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ba:3a:88","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.11"}],"id":"03c18d85-55e0-4e55-8c2f-e02751472289","security_groups":["8087a511-e133-4f1c-a770-5152fe47cc5d"],"device_id":""}} 2019-01-03 17:32:31,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-ac979b53-611d-48b6-9bac-51e0e5a6ca32 2019-01-03 17:32:31,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-fe62725c-403c-4e44-8fa2-fe2e5d249745 Date: Thu, 03 Jan 2019 17:32:32 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":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:32,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-fe62725c-403c-4e44-8fa2-fe2e5d249745 2019-01-03 17:32:32,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be22cd06-33f3-42a3-b385-45521b766349 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:32,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-be22cd06-33f3-42a3-b385-45521b766349 2019-01-03 17:32:32,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a9d2c24b-ee76-4e92-99c9-badca4074f24 Date: Thu, 03 Jan 2019 17:32:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:32,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-a9d2c24b-ee76-4e92-99c9-badca4074f24 2019-01-03 17:32:32,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-066d7b6c-080e-461d-8bc2-2dbee20c63bf Date: Thu, 03 Jan 2019 17:32:32 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:31Z","admin_state_up":true,"updated_at":"2019-01-03T17:32:31Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:ba:3a:88","id":"03c18d85-55e0-4e55-8c2f-e02751472289","port_security_enabled":true,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["8087a511-e133-4f1c-a770-5152fe47cc5d"],"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1"}]} 2019-01-03 17:32:32,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1&admin_state_up=True used request id req-066d7b6c-080e-461d-8bc2-2dbee20c63bf 2019-01-03 17:32:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1626c5-666a-490e-830c-ea6992200f02 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:32,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-ab1626c5-666a-490e-830c-ea6992200f02 2019-01-03 17:32:32,454 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst 2019-01-03 17:32:32,457 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-f57552f6-f170-40ff-9cd8-a1a20c094d00 x-compute-request-id: req-f57552f6-f170-40ff-9cd8-a1a20c094d00 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}], "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-flavor-name"}]} 2019-01-03 17:32:32,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f57552f6-f170-40ff-9cd8-a1a20c094d00 2019-01-03 17:32:32,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-10221930-9f09-4f6c-9a00-8da50b6f9341 x-compute-request-id: req-10221930-9f09-4f6c-9a00-8da50b6f9341 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d0776d91-5a44-428f-85f9-60650061a767", "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:32:32,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767 used request id req-10221930-9f09-4f6c-9a00-8da50b6f9341 2019-01-03 17:32:32,511 - 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-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-e1f13db8-379f-45f5-9041-0afec5e7ec9c Date: Thu, 03 Jan 2019 17:32:32 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T17:32:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T17:32:23Z", "visibility": "shared", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "metadata": {}}], "self": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "min_disk": 0, "protected": false, "id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "file": "/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e45f358eedb4eaa8b3679245b7c9490", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image"} 2019-01-03 17:32:32,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image used request id req-e1f13db8-379f-45f5-9041-0afec5e7ec9c 2019-01-03 17:32:32,693 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:32,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-762d4a50-eb8e-4c1c-b758-506dba0b0701 Date: Thu, 03 Jan 2019 17:32: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"}}} 2019-01-03 17:32:32,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-762d4a50-eb8e-4c1c-b758-506dba0b0701 2019-01-03 17:32:32,847 - 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}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" -d '{"server": {"name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "imageRef": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "flavorRef": "d0776d91-5a44-428f-85f9-60650061a767", "max_count": 1, "min_count": 1, "networks": [{"port": "03c18d85-55e0-4e55-8c2f-e02751472289"}]}}' 2019-01-03 17:32:34,139 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32: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-4ef783fd-7fbb-4d10-9629-585f62bf36bb x-compute-request-id: req-4ef783fd-7fbb-4d10-9629-585f62bf36bb Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "adminPass": "GeLt9Uohq4FS"}} 2019-01-03 17:32:34,139 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4ef783fd-7fbb-4d10-9629-585f62bf36bb 2019-01-03 17:32:34,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:34,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f31aeb5-4434-465e-a005-bffc808a2617 x-compute-request-id: req-3f31aeb5-4434-465e-a005-bffc808a2617 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/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:32:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:34,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-3f31aeb5-4434-465e-a005-bffc808a2617 2019-01-03 17:32:34,503 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst 2019-01-03 17:32:34,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:34,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71d551d8-128e-43da-9753-8d0464cc4d56 x-compute-request-id: req-71d551d8-128e-43da-9753-8d0464cc4d56 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/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:32:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:34,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-71d551d8-128e-43da-9753-8d0464cc4d56 2019-01-03 17:32:34,728 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst] is - BUILD 2019-01-03 17:32:34,728 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:32:37,732 - create_instance - DEBUG - VM status query timeout in 896.772126913 2019-01-03 17:32:37,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:38,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5a72bd0-9726-4b6e-b35f-de58cb476e9e x-compute-request-id: req-c5a72bd0-9726-4b6e-b35f-de58cb476e9e Content-Encoding: gzip Content-Length: 670 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/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "security_groups": [{"name": "default"}], "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:32:35Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:38,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-c5a72bd0-9726-4b6e-b35f-de58cb476e9e 2019-01-03 17:32:38,507 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst] is - BUILD 2019-01-03 17:32:38,507 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:32:41,510 - create_instance - DEBUG - VM status query timeout in 892.993799925 2019-01-03 17:32:41,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:41,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-f02b241f-0768-47a2-b344-bd9ee8ddd773 x-compute-request-id: req-f02b241f-0768-47a2-b344-bd9ee8ddd773 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:3a:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:32:37.000000", "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "security_groups": [{"name": "default"}], "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:32:39Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:41,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-f02b241f-0768-47a2-b344-bd9ee8ddd773 2019-01-03 17:32:41,977 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst] is - ACTIVE 2019-01-03 17:32:41,977 - create_instance - INFO - VM is - ACTIVE 2019-01-03 17:32:41,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:42,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-01097870-04c8-46f0-adae-52fda3f321e5 x-compute-request-id: req-01097870-04c8-46f0-adae-52fda3f321e5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:3a:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:32:37.000000", "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "security_groups": [{"name": "default"}], "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:32:39Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:42,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-01097870-04c8-46f0-adae-52fda3f321e5 2019-01-03 17:32:42,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:42,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0a1bc53b-4947-44cc-a8c4-cddf282e26d8 Date: Thu, 03 Jan 2019 17:32:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e7eb838d-564c-4a08-b571-bcb06fb183e4"],"updated_at":"2019-01-03T17:32:26Z","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","id":"79e50331-4ca1-4497-b286-c1d186370185","name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net"}]} 2019-01-03 17:32:42,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net used request id req-0a1bc53b-4947-44cc-a8c4-cddf282e26d8 2019-01-03 17:32:42,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:42,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca5a415-1db1-4dcd-b16f-e38c1554fa7d 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:42,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-5ca5a415-1db1-4dcd-b16f-e38c1554fa7d 2019-01-03 17:32:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:42,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-58359922-c39b-480a-b7f2-a0f6b40f9cf4 Date: Thu, 03 Jan 2019 17:32:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","dns_nameservers":[],"updated_at":"2019-01-03T17:32:26Z","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":"8e45f358eedb4eaa8b3679245b7c9490","id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","subnetpool_id":null,"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet"}]} 2019-01-03 17:32:42,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-58359922-c39b-480a-b7f2-a0f6b40f9cf4 2019-01-03 17:32:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:43,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-19ff5c2a-5545-4c4a-b900-0bd00bfc13b6 Date: Thu, 03 Jan 2019 17:32:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:31Z","admin_state_up":true,"updated_at":"2019-01-03T17:32:36Z","binding:vnic_type":"normal","device_id":"c49ce3b8-3693-4c5e-b50e-c480de322095","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:ba:3a:88","id":"03c18d85-55e0-4e55-8c2f-e02751472289","port_security_enabled":true,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.11"}],"extra_dhcp_opts":[],"security_groups":["8087a511-e133-4f1c-a770-5152fe47cc5d"],"name":"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","admin_state_up":true,"updated_at":"2019-01-03T17:32:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-79e50331-4ca1-4497-b286-c1d186370185","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:8e:c1:40","id":"3c45305c-a12c-4118-9a4a-492b7f8346fa","port_security_enabled":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:26Z","admin_state_up":true,"updated_at":"2019-01-03T17:32:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-79e50331-4ca1-4497-b286-c1d186370185","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:c8:79:49","id":"3ccd8916-c26f-43b0-af73-8093c6d4b62c","port_security_enabled":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"79e50331-4ca1-4497-b286-c1d186370185","tenant_id":"8e45f358eedb4eaa8b3679245b7c9490","created_at":"2019-01-03T17:32:27Z","admin_state_up":true,"updated_at":"2019-01-03T17:32:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-79e50331-4ca1-4497-b286-c1d186370185","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:28:05:b5","id":"f469ce8a-7411-47c2-a180-586f25da6f8c","port_security_enabled":false,"project_id":"8e45f358eedb4eaa8b3679245b7c9490","fixed_ips":[{"subnet_id":"e7eb838d-564c-4a08-b571-bcb06fb183e4","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2019-01-03 17:32:43,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=79e50331-4ca1-4497-b286-c1d186370185 used request id req-19ff5c2a-5545-4c4a-b900-0bd00bfc13b6 2019-01-03 17:32:43,034 - create_instance_tests - INFO - Looking for IP 10.55.0.11 in the console log 2019-01-03 17:32:43,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:43,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-1df51f5c-b98f-4d0f-8198-0d29396478a1 x-compute-request-id: req-1df51f5c-b98f-4d0f-8198-0d29396478a1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:3a:88", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:32:37.000000", "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "security_groups": [{"name": "default"}], "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:32:39Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:43,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-1df51f5c-b98f-4d0f-8198-0d29396478a1 2019-01-03 17:32:43,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:32:44,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-a917a45a-03ea-4569-bfaf-05ac12872e6d x-compute-request-id: req-a917a45a-03ea-4569-bfaf-05ac12872e6d Content-Encoding: gzip Content-Length: 9423 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 532086452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.152682] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154723] pid_max: default: 32768 minimum: 301\n[ 0.155847] ACPI: Core revision 20150930\n[ 0.157404] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159059] Security Framework initialized\n[ 0.160073] Yama: becoming mindful.\n[ 0.160969] AppArmor: AppArmor initialized\n[ 0.162009] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163636] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.165220] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.166706] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.168370] Initializing cgroup subsys io\n[ 0.169255] Initializing cgroup subsys memory\n[ 0.170139] Initializing cgroup subsys devices\n[ 0.171046] Initializing cgroup subsys freezer\n[ 0.171956] Initializing cgroup subsys net_cls\n[ 0.172853] Initializing cgroup subsys perf_event\n[ 0.173799] Initializing cgroup subsys net_prio\n[ 0.174701] Initializing cgroup subsys hugetlb\n[ 0.175596] Initializing cgroup subsys pids\n[ 0.176500] CPU: Physical Processor ID: 0\n[ 0.178017] mce: CPU supports 10 MCE banks\n[ 0.178886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190624] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197061] ftrace: allocating 31920 entries in 125 pages\n[ 0.223163] smpboot: Max logical packages: 1\n[ 0.224089] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225502] x2apic enabled\n[ 0.226337] Switched APIC routing to physical x2apic.\n[ 0.228133] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229331] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233326] KVM setup paravirtual spinlock\n[ 0.234681] x86: Booted up 1 node, 1 CPUs\n[ 0.235523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.236991] devtmpfs: initialized\n[ 0.238719] evm: security.selinux\n[ 0.239444] evm: security.SMACK64\n[ 0.240170] evm: security.SMACK64EXEC\n[ 0.240956] evm: security.SMACK64TRANSMUTE\n[ 0.241795] evm: security.SMACK64MMAP\n[ 0.242576] evm: security.ima\n[ 0.243249] evm: security.capability\n[ 0.244092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246042] pinctrl core: initialized pinctrl subsystem\n[ 0.247199] RTC time: 17:32:37, date: 01/03/19\n[ 0.248244] NET: Registered protocol family 16\n[ 0.249145] cpuidle: using governor ladder\n[ 0.249899] cpuidle: using governor menu\n[ 0.250623] PCCT header not found.\n[ 0.251630] ACPI: bus type PCI registered\n[ 0.252806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254645] PCI: Using configuration type 1 for base access\n[ 0.256913] ACPI: Added _OSI(Module Device)\n[ 0.258140] ACPI: Added _OSI(Processor Device)\n[ 0.259416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260763] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263386] ACPI: Interpreter enabled\n[ 0.264468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267228] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.269939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275464] ACPI: (supports S0 S5)\n[ 0.276492] ACPI: Using IOAPIC for interrupt routing\n[ 0.277897] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281836] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283548] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285410] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290474] acpiphp: Slot [3] registered\n[ 0.291623] acpiphp: Slot [4] registered\n[ 0.292786] acpiphp: Slot [5] registered\n[ 0.293940] acpiphp: Slot [6] registered\n[ 0.295089] acpiphp: Slot [7] registered\n[ 0.296241] acpiphp: Slot [8] registered\n[ 0.297395] acpiphp: Slot [9] registered\n[ 0.298545] acpiphp: Slot [10] registered\n[ 0.299716] acpiphp: Slot [11] registered\n[ 0.300892] acpiphp: Slot [12] registered\n[ 0.302071] acpiphp: Slot [13] registered\n[ 0.303241] acpiphp: Slot [14] registered\n[ 0.304425] acpiphp: Slot [15] registered\n[ 0.315818] acpiphp: Slot [16] registered\n[ 0.317022] acpiphp: Slot [17] registered\n[ 0.318200] acpiphp: Slot [18] registered\n[ 0.319395] acpiphp: Slot [19] registered\n[ 0.320590] acpiphp: Slot [20] registered\n[ 0.321777] acpiphp: Slot [21] registered\n[ 0.322963] acpiphp: Slot [22] registered\n[ 0.324131] acpiphp: Slot [23] registered\n[ 0.325315] acpiphp: Slot [24] registered\n[ 0.326486] acpiphp: Slot [25] registered\n[ 0.327655] acpiphp: Slot [26] registered\n[ 0.328832] acpiphp: Slot [27] registered\n[ 0.330004] acpiphp: Slot [28] registered\n[ 0.331180] acpiphp: Slot [29] registered\n[ 0.332340] acpiphp: Slot [30] registered\n[ 0.333525] acpiphp: Slot [31] registered\n[ 0.334696] PCI host bridge to bus 0000:00\n[ 0.335883] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.337717] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339529] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341663] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.343804] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.354183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356114] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362985] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409093] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411111] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414061] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419726] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421336] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.425201] vgaarb: loaded\n[ 0.426059] vgaarb: bridge control possible 0000:00:02.0\n[ 0.427690] SCSI subsystem initialized\n[ 0.428859] ACPI: bus type USB registered\n[ 0.430033] usbcore: registered new interface driver usbfs\n[ 0.431561] usbcore: registered new interface driver hub\n[ 0.433071] usbcore: registered new device driver usb\n[ 0.434585] PCI: Using ACPI for IRQ routing\n[ 0.436005] NetLabel: Initializing\n[ 0.437034] NetLabel: domain hash size = 128\n[ 0.438281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439683] NetLabel: unlabeled traffic allowed by default\n[ 0.441287] clocksource: Switched to clocksource kvm-clock\n[ 0.447061] AppArmor: AppArmor Filesystem Enabled\n[ 0.448455] pnp: PnP ACPI init\n[ 0.449662] pnp: PnP ACPI: found 5 devices\n[ 0.456049] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.458566] NET: Registered protocol family 2\n[ 0.459936] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.461853] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.463596] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.465362] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468727] NET: Registered protocol family 1\n[ 0.470000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.471651] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488170] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.502914] Trying to unpack rootfs image as initramfs...\n[ 0.553447] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.575076] Scanning for low memory corruption every 60 seconds\n[ 0.577331] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.578773] audit: initializing netlink subsys (disabled)\n[ 0.580047] audit: type=2000 audit(1546536758.807:1): initialized\n[ 0.582092] Initialise system trusted keyring\n[ 0.583227] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.584673] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.586936] zbud: loaded\n[ 0.587763] VFS: Disk quotas dquot_6.6.0\n[ 0.588764] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.590587] fuse init (API version 7.23)\n[ 0.591652] Key type big_key registered\n[ 0.592618] Allocating IMA MOK and blacklist keyrings.\n[ 0.593988] Key type asymmetric registered\n[ 0.595008] Asymmetric key parser 'x509' registered\n[ 0.596177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597995] io scheduler noop registered\n[ 0.598981] io scheduler deadline registered (default)\n[ 0.600191] io scheduler cfq registered\n[ 0.601196] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602495] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.605877] ACPI: Power Button [PWRF]\n[ 0.606879] GHES: HEST is not enabled!\n[ 0.620550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.648941] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.651632] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681951] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.691035] Linux agpgart interface v0.103\n[ 0.693508] brd: module loaded\n[ 0.694693] loop: module loaded\n[ 0.698997] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.700438] GPT:90111 != 20971519\n[ 0.701131] GPT:Alternate GPT header not at the end of the disk.\n[ 0.702225] GPT:90111 != 20971519\n[ 0.702913] GPT: Use GNU Parted to correct GPT errors.\n[ 0.703866] vda: vda1 vda15\n[ 0.705405] scsi host0: ata_piix\n[ 0.706520] scsi host1: ata_piix\n[ 0.707236] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.708439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709875] libphy: Fixed MDIO Bus: probed\n[ 0.710689] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711635] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713806] PPP generic driver version 2.4.2\n[ 0.714703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715971] ehci-pci: EHCI PCI platform driver\n[ 0.716832] ehci-platform: EHCI generic platform driver\n[ 0.717822] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718935] ohci-pci: OHCI PCI platform driver\n[ 0.719790] ohci-platform: OHCI generic platform driver\n[ 0.720764] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.735334] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.736357] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737800] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738802] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.741121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742554] usb usb1: Product: UHCI Host Controller\n[ 0.743483] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744609] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745652] hub 1-0:1.0: USB hub found\n[ 0.746424] hub 1-0:1.0: 2 ports detected\n[ 0.747322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749452] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750414] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751457] mousedev: PS/2 mouse device common for all mice\n[ 0.752700] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755603] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757974] i2c /dev entries driver\n[ 0.758727] device-mapper: uevent: version 1.0.3\n[ 0.759657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761268] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762556] NET: Registered protocol family 10\n[ 0.763538] NET: Registered protocol family 17\n[ 0.764417] Key type dns_resolver registered\n[ 0.765462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766558] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768295] registered taskstats version 1\n[ 0.769119] Loading compiled-in X.509 certificates\n[ 0.770555] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772386] zswap: loaded using pool lzo/zbud\n[ 0.774240] Key type trusted registered\n[ 0.775777] Key type encrypted registered\n[ 0.776595] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777647] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778680] evm: HMAC attrs: 0x1\n[ 0.779622] Magic number: 3:474:541\n[ 0.780482] rtc_cmos 00:00: setting system clock to 2019-01-03 17:32:38 UTC (1546536758)\n[ 0.782071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783175] EDD information not available.\n[ 0.866636] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868539] Write protecting the kernel read-only data: 14336k\n[ 0.880590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.882756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.930902] random: blkid urandom read with 2 bits of 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 select for 10.55.0.11...\nLease of 10.55.0.11 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.45. iid=i-0000001d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC4xCjruZQwTSmcqJuCc9cROTyD/PFKrSlEvun/XTDnG+hpjx9JjgBVkuoxu9WsROpp/3mz1kLB+pzhEu60J9gyr3Z1m/JEWjvXuJ3dGnPAlFUtIbTTLBbypx8APhydaV7YFSyCVrax4ZfjbV/Z7dzyZUd7+Kywpr1IdWPVgjzjdrztH1uYk4EYGwOJSYdV3BHxXiX5QKyMY0u1ztkTKKMDuVZ7RkNxT1Ik/3XR7DMOA5/8h9iU1DFDTF7zTME7HhpA7lutn3zLUvGVP8sohMzlQB2w2JiczBsy9f5301phU/pvntbllC7rnLH/ZK9mt73LiGWAgd1SI2if4gKQHqj root@simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAIGXW0+qnQBZMXyORC2sNOsvdmCfsO+BChq7OH6mHlGSBDnuUyFDoWUphpxIhKLR1CfHW/zPKQpJXtQE+adtOnjFzSkp7D7PR/8gpvREK5utBEsFpFIQrbxnusRNgLdjKxgcbGorRqXFVGsCxGJEekmHin+IkLvrtb+5nT7I0xWbAAAAFQDbBCOSImgOd+cUrCi+idpFXLw95wAAAIAw6pTkT8FjWoHtpUYvXi6hLyulxAxbYnwnDGsfyNgeFtqYdKo8R50UbQkdG4XUqGHuurP1cklpQLlmgcYTxjRtSlDgCeejs8apQy9aYVC5GJkysCpZJJkoVjdjm+IwGt1f1DpUOmQyGNKcwL4/nL4CZixRmTvEPlznbCoOqPp28QAAAIBsxKp2WuvPSJL6NAPFHASbuH6oKZUqRE/RT3QbKEk5ht3eQPgMs5fcVXg0W9isdnWSK6b+a66Uxrai2ARTxmhbhWVShLuMm29rOzcyUwEei8oMUaW2KFwKW/V9tBwLD16T5aqOrwBoJUXXUgbj5LRHVDuH+KLtG9ESPvgaP7Pwxw== root@simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-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.11,24,fe80::f816:3eff:feba:3a88/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.11 \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-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n"} 2019-01-03 17:32:44,725 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095/action used request id req-a917a45a-03ea-4569-bfaf-05ac12872e6d 2019-01-03 17:32:44,726 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 17:32:44,726 - 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 532086452 cycles [ 0.000000] clocksource: kvm-clock: mask: 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.908 MHz processor [ 0.152682] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.154723] pid_max: default: 32768 minimum: 301 [ 0.155847] ACPI: Core revision 20150930 [ 0.157404] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159059] Security Framework initialized [ 0.160073] Yama: becoming mindful. [ 0.160969] AppArmor: AppArmor initialized [ 0.162009] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163636] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.165220] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.166706] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.168370] Initializing cgroup subsys io [ 0.169255] Initializing cgroup subsys memory [ 0.170139] Initializing cgroup subsys devices [ 0.171046] Initializing cgroup subsys freezer [ 0.171956] Initializing cgroup subsys net_cls [ 0.172853] Initializing cgroup subsys perf_event [ 0.173799] Initializing cgroup subsys net_prio [ 0.174701] Initializing cgroup subsys hugetlb [ 0.175596] Initializing cgroup subsys pids [ 0.176500] CPU: Physical Processor ID: 0 [ 0.178017] mce: CPU supports 10 MCE banks [ 0.178886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179921] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190624] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197061] ftrace: allocating 31920 entries in 125 pages [ 0.223163] smpboot: Max logical packages: 1 [ 0.224089] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225502] x2apic enabled [ 0.226337] Switched APIC routing to physical x2apic. [ 0.228133] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229331] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233326] KVM setup paravirtual spinlock [ 0.234681] x86: Booted up 1 node, 1 CPUs [ 0.235523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.236991] devtmpfs: initialized [ 0.238719] evm: security.selinux [ 0.239444] evm: security.SMACK64 [ 0.240170] evm: security.SMACK64EXEC [ 0.240956] evm: security.SMACK64TRANSMUTE [ 0.241795] evm: security.SMACK64MMAP [ 0.242576] evm: security.ima [ 0.243249] evm: security.capability [ 0.244092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246042] pinctrl core: initialized pinctrl subsystem [ 0.247199] RTC time: 17:32:37, date: 01/03/19 [ 0.248244] NET: Registered protocol family 16 [ 0.249145] cpuidle: using governor ladder [ 0.249899] cpuidle: using governor menu [ 0.250623] PCCT header not found. [ 0.251630] ACPI: bus type PCI registered [ 0.252806] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254645] PCI: Using configuration type 1 for base access [ 0.256913] ACPI: Added _OSI(Module Device) [ 0.258140] ACPI: Added _OSI(Processor Device) [ 0.259416] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260763] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263386] ACPI: Interpreter enabled [ 0.264468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.267228] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.272657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275464] ACPI: (supports S0 S5) [ 0.276492] ACPI: Using IOAPIC for interrupt routing [ 0.277897] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.281836] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.283548] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285410] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.290474] acpiphp: Slot [3] registered [ 0.291623] acpiphp: Slot [4] registered [ 0.292786] acpiphp: Slot [5] registered [ 0.293940] acpiphp: Slot [6] registered [ 0.295089] acpiphp: Slot [7] registered [ 0.296241] acpiphp: Slot [8] registered [ 0.297395] acpiphp: Slot [9] registered [ 0.298545] acpiphp: Slot [10] registered [ 0.299716] acpiphp: Slot [11] registered [ 0.300892] acpiphp: Slot [12] registered [ 0.302071] acpiphp: Slot [13] registered [ 0.303241] acpiphp: Slot [14] registered [ 0.304425] acpiphp: Slot [15] registered [ 0.315818] acpiphp: Slot [16] registered [ 0.317022] acpiphp: Slot [17] registered [ 0.318200] acpiphp: Slot [18] registered [ 0.319395] acpiphp: Slot [19] registered [ 0.320590] acpiphp: Slot [20] registered [ 0.321777] acpiphp: Slot [21] registered [ 0.322963] acpiphp: Slot [22] registered [ 0.324131] acpiphp: Slot [23] registered [ 0.325315] acpiphp: Slot [24] registered [ 0.326486] acpiphp: Slot [25] registered [ 0.327655] acpiphp: Slot [26] registered [ 0.328832] acpiphp: Slot [27] registered [ 0.330004] acpiphp: Slot [28] registered [ 0.331180] acpiphp: Slot [29] registered [ 0.332340] acpiphp: Slot [30] registered [ 0.333525] acpiphp: Slot [31] registered [ 0.334696] PCI host bridge to bus 0000:00 [ 0.335883] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.337717] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339529] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341663] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.343804] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352403] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.354183] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.356114] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362985] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.365061] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.409093] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411111] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.414061] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419726] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421336] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.425201] vgaarb: loaded [ 0.426059] vgaarb: bridge control possible 0000:00:02.0 [ 0.427690] SCSI subsystem initialized [ 0.428859] ACPI: bus type USB registered [ 0.430033] usbcore: registered new interface driver usbfs [ 0.431561] usbcore: registered new interface driver hub [ 0.433071] usbcore: registered new device driver usb [ 0.434585] PCI: Using ACPI for IRQ routing [ 0.436005] NetLabel: Initializing [ 0.437034] NetLabel: domain hash size = 128 [ 0.438281] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439683] NetLabel: unlabeled traffic allowed by default [ 0.441287] clocksource: Switched to clocksource kvm-clock [ 0.447061] AppArmor: AppArmor Filesystem Enabled [ 0.448455] pnp: PnP ACPI init [ 0.449662] pnp: PnP ACPI: found 5 devices [ 0.456049] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.458566] NET: Registered protocol family 2 [ 0.459936] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.461853] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.463596] TCP: Hash tables configured (established 2048 bind 2048) [ 0.465362] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.466967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.468727] NET: Registered protocol family 1 [ 0.470000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.471651] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.473254] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.488170] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.502914] Trying to unpack rootfs image as initramfs... [ 0.553447] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.575076] Scanning for low memory corruption every 60 seconds [ 0.577331] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.578773] audit: initializing netlink subsys (disabled) [ 0.580047] audit: type=2000 audit(1546536758.807:1): initialized [ 0.582092] Initialise system trusted keyring [ 0.583227] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.584673] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.586936] zbud: loaded [ 0.587763] VFS: Disk quotas dquot_6.6.0 [ 0.588764] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.590587] fuse init (API version 7.23) [ 0.591652] Key type big_key registered [ 0.592618] Allocating IMA MOK and blacklist keyrings. [ 0.593988] Key type asymmetric registered [ 0.595008] Asymmetric key parser 'x509' registered [ 0.596177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.597995] io scheduler noop registered [ 0.598981] io scheduler deadline registered (default) [ 0.600191] io scheduler cfq registered [ 0.601196] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.602495] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.604073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.605877] ACPI: Power Button [PWRF] [ 0.606879] GHES: HEST is not enabled! [ 0.620550] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.648941] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.651632] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.681951] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.691035] Linux agpgart interface v0.103 [ 0.693508] brd: module loaded [ 0.694693] loop: module loaded [ 0.698997] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.700438] GPT:90111 != 20971519 [ 0.701131] GPT:Alternate GPT header not at the end of the disk. [ 0.702225] GPT:90111 != 20971519 [ 0.702913] GPT: Use GNU Parted to correct GPT errors. [ 0.703866] vda: vda1 vda15 [ 0.705405] scsi host0: ata_piix [ 0.706520] scsi host1: ata_piix [ 0.707236] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.708439] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.709875] libphy: Fixed MDIO Bus: probed [ 0.710689] tun: Universal TUN/TAP device driver, 1.6 [ 0.711635] tun: (C) 1999-2004 Max Krasnyansky [ 0.713806] PPP generic driver version 2.4.2 [ 0.714703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.715971] ehci-pci: EHCI PCI platform driver [ 0.716832] ehci-platform: EHCI generic platform driver [ 0.717822] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.718935] ohci-pci: OHCI PCI platform driver [ 0.719790] ohci-platform: OHCI generic platform driver [ 0.720764] uhci_hcd: USB Universal Host Controller Interface driver [ 0.735334] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.736357] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737800] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.738802] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.739909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.741121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742554] usb usb1: Product: UHCI Host Controller [ 0.743483] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744609] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745652] hub 1-0:1.0: USB hub found [ 0.746424] hub 1-0:1.0: 2 ports detected [ 0.747322] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.749452] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.750414] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751457] mousedev: PS/2 mouse device common for all mice [ 0.752700] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.754522] rtc_cmos 00:00: RTC can wake from S4 [ 0.755603] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.757974] i2c /dev entries driver [ 0.758727] device-mapper: uevent: version 1.0.3 [ 0.759657] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.761268] ledtrig-cpu: registered to indicate activity on CPUs [ 0.762556] NET: Registered protocol family 10 [ 0.763538] NET: Registered protocol family 17 [ 0.764417] Key type dns_resolver registered [ 0.765462] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766558] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.768295] registered taskstats version 1 [ 0.769119] Loading compiled-in X.509 certificates [ 0.770555] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.772386] zswap: loaded using pool lzo/zbud [ 0.774240] Key type trusted registered [ 0.775777] Key type encrypted registered [ 0.776595] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777647] ima: No TPM chip found, activating TPM-bypass! [ 0.778680] evm: HMAC attrs: 0x1 [ 0.779622] Magic number: 3:474:541 [ 0.780482] rtc_cmos 00:00: setting system clock to 2019-01-03 17:32:38 UTC (1546536758) [ 0.782071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783175] EDD information not available. [ 0.866636] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.868539] Write protecting the kernel read-only data: 14336k [ 0.880590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.882756] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.930902] 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.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.11... Lease of 10.55.0.11 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.45. iid=i-0000001d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC4xCjruZQwTSmcqJuCc9cROTyD/PFKrSlEvun/XTDnG+hpjx9JjgBVkuoxu9WsROpp/3mz1kLB+pzhEu60J9gyr3Z1m/JEWjvXuJ3dGnPAlFUtIbTTLBbypx8APhydaV7YFSyCVrax4ZfjbV/Z7dzyZUd7+Kywpr1IdWPVgjzjdrztH1uYk4EYGwOJSYdV3BHxXiX5QKyMY0u1ztkTKKMDuVZ7RkNxT1Ik/3XR7DMOA5/8h9iU1DFDTF7zTME7HhpA7lutn3zLUvGVP8sohMzlQB2w2JiczBsy9f5301phU/pvntbllC7rnLH/ZK9mt73LiGWAgd1SI2if4gKQHqj root@simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst ssh-dss AAAAB3NzaC1kc3MAAACBAIGXW0+qnQBZMXyORC2sNOsvdmCfsO+BChq7OH6mHlGSBDnuUyFDoWUphpxIhKLR1CfHW/zPKQpJXtQE+adtOnjFzSkp7D7PR/8gpvREK5utBEsFpFIQrbxnusRNgLdjKxgcbGorRqXFVGsCxGJEekmHin+IkLvrtb+5nT7I0xWbAAAAFQDbBCOSImgOd+cUrCi+idpFXLw95wAAAIAw6pTkT8FjWoHtpUYvXi6hLyulxAxbYnwnDGsfyNgeFtqYdKo8R50UbQkdG4XUqGHuurP1cklpQLlmgcYTxjRtSlDgCeejs8apQy9aYVC5GJkysCpZJJkoVjdjm+IwGt1f1DpUOmQyGNKcwL4/nL4CZixRmTvEPlznbCoOqPp28QAAAIBsxKp2WuvPSJL6NAPFHASbuH6oKZUqRE/RT3QbKEk5ht3eQPgMs5fcVXg0W9isdnWSK6b+a66Uxrai2ARTxmhbhWVShLuMm29rOzcyUwEei8oMUaW2KFwKW/V9tBwLD16T5aqOrwBoJUXXUgbj5LRHVDuH+KLtG9ESPvgaP7Pwxw== root@simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.11,24,fe80::f816:3eff:feba:3a88/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.11 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-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.74 === 2019-01-03 17:32:44,727 - create_instance - INFO - Deleting Port with ID - 03c18d85-55e0-4e55-8c2f-e02751472289 2019-01-03 17:32:44,727 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9port-1 2019-01-03 17:32:44,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/03c18d85-55e0-4e55-8c2f-e02751472289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:45,216 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1230024f-a4ba-4c61-a557-ef50a4c11b79 Date: Thu, 03 Jan 2019 17:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:32:45,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/03c18d85-55e0-4e55-8c2f-e02751472289 used request id req-1230024f-a4ba-4c61-a557-ef50a4c11b79 2019-01-03 17:32:45,216 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst 2019-01-03 17:32:45,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:45,810 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32: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-2243430b-ee74-4727-99ee-2b8012b08649 x-compute-request-id: req-2243430b-ee74-4727-99ee-2b8012b08649 Content-Type: application/json 2019-01-03 17:32:45,811 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-2243430b-ee74-4727-99ee-2b8012b08649 2019-01-03 17:32:45,811 - create_instance - INFO - Checking deletion status 2019-01-03 17:32:45,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:46,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-456d6ac1-2be8-41de-910b-a41d18fe8b88 x-compute-request-id: req-456d6ac1-2be8-41de-910b-a41d18fe8b88 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/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:32:37.000000", "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:32:45Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:46,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-456d6ac1-2be8-41de-910b-a41d18fe8b88 2019-01-03 17:32:46,209 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst] is - ACTIVE 2019-01-03 17:32:46,210 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:32:49,213 - create_instance - DEBUG - VM status query timeout in 296.598264933 2019-01-03 17:32:49,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:49,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32: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-58f9deb7-d08d-4e1f-b2b5-378db9532f79 x-compute-request-id: req-58f9deb7-d08d-4e1f-b2b5-378db9532f79 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/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c49ce3b8-3693-4c5e-b50e-c480de322095", "rel": "bookmark"}], "image": {"id": "7506a00a-1259-4eb2-b3f3-bbafacb77b27", "links": [{"href": "http://172.30.9.30:8774/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:32:37.000000", "flavor": {"id": "d0776d91-5a44-428f-85f9-60650061a767", "links": [{"href": "http://172.30.9.30:8774/flavors/d0776d91-5a44-428f-85f9-60650061a767", "rel": "bookmark"}]}, "id": "c49ce3b8-3693-4c5e-b50e-c480de322095", "user_id": "f209127003e1411d823d305d58d6c213", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:32:45Z", "hostId": "d93abd8d28ee6825f7427b0cad737a0259b18389e2a32f4e492497bf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst", "created": "2019-01-03T17:32:34Z", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 17:32:49,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-58f9deb7-d08d-4e1f-b2b5-378db9532f79 2019-01-03 17:32:49,612 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst] is - ACTIVE 2019-01-03 17:32:49,613 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 17:32:52,616 - create_instance - DEBUG - VM status query timeout in 293.195216894 2019-01-03 17:32:52,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1979aaf3ce17d36f6f79ea375d83758f9d3fd383" 2019-01-03 17:32:52,665 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 17:32: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-260f47ba-95db-4f84-a7fd-21e735c31cb2 x-compute-request-id: req-260f47ba-95db-4f84-a7fd-21e735c31cb2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c49ce3b8-3693-4c5e-b50e-c480de322095 could not be found.", "code": 404}} 2019-01-03 17:32:52,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c49ce3b8-3693-4c5e-b50e-c480de322095 used request id req-260f47ba-95db-4f84-a7fd-21e735c31cb2 2019-01-03 17:32:52,666 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c49ce3b8-3693-4c5e-b50e-c480de322095 could not be found. (HTTP 404) (Request-ID: req-260f47ba-95db-4f84-a7fd-21e735c31cb2) 2019-01-03 17:32:52,666 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-inst 2019-01-03 17:32:52,667 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet 2019-01-03 17:32:52,667 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-subnet 2019-01-03 17:32:52,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/e7eb838d-564c-4a08-b571-bcb06fb183e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:54,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20c19275-1e3b-43b8-a5a9-bc1c15660cbe Date: Thu, 03 Jan 2019 17:32:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:32:54,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e7eb838d-564c-4a08-b571-bcb06fb183e4 used request id req-20c19275-1e3b-43b8-a5a9-bc1c15660cbe 2019-01-03 17:32:54,978 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-priv-net 2019-01-03 17:32:54,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/79e50331-4ca1-4497-b286-c1d186370185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d1a94352998e8048da941f759aa8c4e5c817c5" 2019-01-03 17:32:56,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46ca2e41-1516-49f4-8fea-f3fa5cac551f Date: Thu, 03 Jan 2019 17:32:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:32:56,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/79e50331-4ca1-4497-b286-c1d186370185 used request id req-46ca2e41-1516-49f4-8fea-f3fa5cac551f 2019-01-03 17:32:56,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be76599782dc6e64bbced73e75e2b3192cfeb46a" 2019-01-03 17:32:56,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bd11dfe-b3f4-48ef-a378-6b2f93490207 x-compute-request-id: req-0bd11dfe-b3f4-48ef-a378-6b2f93490207 Content-Length: 0 Content-Type: application/json 2019-01-03 17:32:56,371 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/d0776d91-5a44-428f-85f9-60650061a767 used request id req-0bd11dfe-b3f4-48ef-a378-6b2f93490207 2019-01-03 17:32:56,372 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a2199966-9f15-4e26-a2e6-183e1cfe02c9-image 2019-01-03 17:32:56,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42a7e92ea1f7dc3cbdf51c6b24b68a68d3a0052" 2019-01-03 17:32:57,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5996c932-af5d-438f-97cd-c0cc8c00bc36 Date: Thu, 03 Jan 2019 17:32:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:32:57,510 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7506a00a-1259-4eb2-b3f3-bbafacb77b27 used request id req-5996c932-af5d-438f-97cd-c0cc8c00bc36 2019-01-03 17:32:57,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}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:57,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0fb1f944-2a06-4a39-bc45-014f2ffa2100 Date: Thu, 03 Jan 2019 17:32:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "created_at": "2019-01-03T17:32:57Z", "updated_at": "2019-01-03T17:32:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "508a893f-8d94-4f53-9dee-a787e697e4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "99123db5-51c5-4547-8d6d-389727eedb09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "ef8d5505-0e05-4d44-bd17-6e8e951ff208", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "f3911d13-0d5d-4153-9ecd-c946e329b74f", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}], "revision_number": 4, "project_id": "78f74cfb589d4aff8bf3a1620df434c6", "id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "created_at": "2019-01-03T17:32:24Z", "updated_at": "2019-01-03T17:32:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "revision_number": 0, "id": "14cb5b82-9f57-48ff-8621-9c483c3a1fee", "remote_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e45f358eedb4eaa8b3679245b7c9490"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "revision_number": 0, "id": "19bd8de4-475f-4eff-8221-8ca5dc5e9d56", "remote_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e45f358eedb4eaa8b3679245b7c9490"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "revision_number": 0, "id": "61c09a2a-3363-40b8-abe4-263cc868362c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e45f358eedb4eaa8b3679245b7c9490"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "revision_number": 0, "id": "88dd2cd0-767f-4ba2-b1af-6470a677904e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e45f358eedb4eaa8b3679245b7c9490"}], "revision_number": 4, "project_id": "8e45f358eedb4eaa8b3679245b7c9490", "id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "name": "default"}]} 2019-01-03 17:32:57,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-0fb1f944-2a06-4a39-bc45-014f2ffa2100 2019-01-03 17:32:57,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff25348-ee4e-4aa7-8968-e6a2cb52e7fa 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 17:32:58,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-eff25348-ee4e-4aa7-8968-e6a2cb52e7fa 2019-01-03 17:32:58,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7c963e-2c23-4c70-b368-f794ac41ee3b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 17:32:58,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/50cf814db17c4f9781b384d7d8ffea1d used request id req-cb7c963e-2c23-4c70-b368-f794ac41ee3b 2019-01-03 17:32:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5a885e-8944-42d0-98b9-2895839b9bb0 Content-Encoding: gzip Content-Length: 253 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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}} 2019-01-03 17:32:58,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6 used request id req-dc5a885e-8944-42d0-98b9-2895839b9bb0 2019-01-03 17:32:58,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92d5601-2bb4-450e-8ac8-ecdc5c29d33a 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/8e45f358eedb4eaa8b3679245b7c9490"}, "enabled": true, "id": "8e45f358eedb4eaa8b3679245b7c9490", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4a19bdfa-2f97-4f1-proj"}} 2019-01-03 17:32:58,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-e92d5601-2bb4-450e-8ac8-ecdc5c29d33a 2019-01-03 17:32:58,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8087a511-e133-4f1c-a770-5152fe47cc5d 2019-01-03 17:32:58,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8087a511-e133-4f1c-a770-5152fe47cc5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c67500ba-e728-4091-9bf9-a090d93ffab7 Date: Thu, 03 Jan 2019 17:32:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "created_at": "2019-01-03T17:32:24Z", "project_id": "8e45f358eedb4eaa8b3679245b7c9490", "id": "14cb5b82-9f57-48ff-8621-9c483c3a1fee"}, {"remote_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "created_at": "2019-01-03T17:32:24Z", "project_id": "8e45f358eedb4eaa8b3679245b7c9490", "id": "19bd8de4-475f-4eff-8221-8ca5dc5e9d56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "created_at": "2019-01-03T17:32:24Z", "project_id": "8e45f358eedb4eaa8b3679245b7c9490", "id": "61c09a2a-3363-40b8-abe4-263cc868362c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:32:24Z", "security_group_id": "8087a511-e133-4f1c-a770-5152fe47cc5d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e45f358eedb4eaa8b3679245b7c9490", "created_at": "2019-01-03T17:32:24Z", "project_id": "8e45f358eedb4eaa8b3679245b7c9490", "id": "88dd2cd0-767f-4ba2-b1af-6470a677904e"}]} 2019-01-03 17:32:58,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8087a511-e133-4f1c-a770-5152fe47cc5d used request id req-c67500ba-e728-4091-9bf9-a090d93ffab7 2019-01-03 17:32:58,457 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 17:32:58,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/8087a511-e133-4f1c-a770-5152fe47cc5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:58,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-668f4544-a1e4-4d63-a8c6-05592caf3214 Content-Length: 0 Date: Thu, 03 Jan 2019 17:32:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:32:58,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/8087a511-e133-4f1c-a770-5152fe47cc5d used request id req-668f4544-a1e4-4d63-a8c6-05592caf3214 2019-01-03 17:32:58,796 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-proj 2019-01-03 17:32:58,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:59,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1253657-f0e7-479c-8ac5-1d2976a6e4e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:59,145 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/8e45f358eedb4eaa8b3679245b7c9490 used request id req-e1253657-f0e7-479c-8ac5-1d2976a6e4e0 2019-01-03 17:32:59,145 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-proj-role 2019-01-03 17:32:59,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:59,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93d24425-775c-47a7-b331-d5adc1e437e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:59,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0cfda7384515499b9d9fb2ff2105bd43 used request id req-93d24425-775c-47a7-b331-d5adc1e437e2 2019-01-03 17:32:59,265 - 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}12f4844d24e5474fa3cc70227752c4265908991f" 2019-01-03 17:32:59,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd64f75-71e6-4442-bf98-a4c8a911fe6e 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:59,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1fd64f75-71e6-4442-bf98-a4c8a911fe6e 2019-01-03 17:32:59,351 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-4a19bdfa-2f97-4f1-user 2019-01-03 17:32:59,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/f209127003e1411d823d305d58d6c213 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6abaf6704d89e6179fde71f29b559732dcd88f" 2019-01-03 17:32:59,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54d9cfee-3cfb-45e0-b2cd-6c924c1c032d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:59,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f209127003e1411d823d305d58d6c213 used request id req-54d9cfee-3cfb-45e0-b2cd-6c924c1c032d 2019-01-03 17:32:59,643 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.885s OK 2019-01-03 17:32:59,763 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:32:59,764 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2019-01-03 17:32:59,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:32:59,769 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:59,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-857a9223-c627-471c-9940-c162a004f1c1 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "e0e9ac6e4c1548819c7cd3b35cff07ca", "links": {"self": "http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:32:59,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-857a9223-c627-471c-9940-c162a004f1c1 2019-01-03 17:32:59,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834970474243s 2019-01-03 17:32:59,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:32:59,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:32:59,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50cca729-8cef-42d4-8682-27b819443789 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:32:59,985 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/e0e9ac6e4c1548819c7cd3b35cff07ca used request id req-50cca729-8cef-42d4-8682-27b819443789 2019-01-03 17:32:59,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.131145000458s 2019-01-03 17:32:59,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:32:59,986 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b61920-69b3-4854-909a-8e0adaa41269 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d", "links": {"self": "http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61"}, "domain_id": "default", "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:33:00,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-57b61920-69b3-4854-909a-8e0adaa41269 2019-01-03 17:33:00,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0905950069427s 2019-01-03 17:33:00,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-57b61920-69b3-4854-909a-8e0adaa41269 2019-01-03 17:33:00,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:33:00,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a56d54b-6bd9-4df7-abba-c0bb64e412b0 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/e3946fb2138b44e7be9baa22a63fdc61"}, "enabled": true, "id": "e3946fb2138b44e7be9baa22a63fdc61", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_1940e31d-d577-4d92-a093-e7940969c56d"}} 2019-01-03 17:33:00,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 used request id req-0a56d54b-6bd9-4df7-abba-c0bb64e412b0 2019-01-03 17:33:00,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947568416595s 2019-01-03 17:33:00,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 used request id req-0a56d54b-6bd9-4df7-abba-c0bb64e412b0 2019-01-03 17:33:00,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:33:00,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8aa7948-b5a4-4c2c-b13d-37856a4b6f0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:33:00,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 used request id req-c8aa7948-b5a4-4c2c-b13d-37856a4b6f0d 2019-01-03 17:33:00,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.195928812027s 2019-01-03 17:33:00,375 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e3946fb2138b44e7be9baa22a63fdc61 used request id req-c8aa7948-b5a4-4c2c-b13d-37856a4b6f0d 2019-01-03 17:33:00,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:33:00,376 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf663b9-1a86-42ef-95d3-775888c507d6 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/78f74cfb589d4aff8bf3a1620df434c6"}, "enabled": true, "id": "78f74cfb589d4aff8bf3a1620df434c6", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_1940e31d-d577-4d92-a093-e7940969c56d"}]} 2019-01-03 17:33:00,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-daf663b9-1a86-42ef-95d3-775888c507d6 2019-01-03 17:33:00,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0752489566803s 2019-01-03 17:33:00,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-daf663b9-1a86-42ef-95d3-775888c507d6 2019-01-03 17:33:00,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:33:00,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d651b61c-59b9-4b5a-99af-a269b6cdb230 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:33:00,617 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6 used request id req-d651b61c-59b9-4b5a-99af-a269b6cdb230 2019-01-03 17:33:00,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163980960846s 2019-01-03 17:33:00,618 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/78f74cfb589d4aff8bf3a1620df434c6 used request id req-d651b61c-59b9-4b5a-99af-a269b6cdb230 2019-01-03 17:33:00,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:33:00,618 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fadadb-4be6-4813-b782-329840dd17f7 Content-Encoding: gzip Content-Length: 317 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "f666e5585f584a799675ee84ca35f70a", "links": {"self": "http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a"}, "name": "Member"}]} 2019-01-03 17:33:00,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-58fadadb-4be6-4813-b782-329840dd17f7 2019-01-03 17:33:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081451177597s 2019-01-03 17:33:00,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:33:00,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:00,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c011a0ba-f962-4c77-b4d7-9c10ca2f2889 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:33:00,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/f666e5585f584a799675ee84ca35f70a used request id req-c011a0ba-f962-4c77-b4d7-9c10ca2f2889 2019-01-03 17:33:00,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.117666959763s 2019-01-03 17:33:00,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:33:00,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=78f74cfb589d4aff8bf3a1620df434c6&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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:01,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f68e2798-5ce3-4952-b537-1a2b42b6934d Date: Thu, 03 Jan 2019 17:33:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "created_at": "2019-01-03T17:32:57Z", "updated_at": "2019-01-03T17:32:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "508a893f-8d94-4f53-9dee-a787e697e4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "99123db5-51c5-4547-8d6d-389727eedb09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "ef8d5505-0e05-4d44-bd17-6e8e951ff208", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "f3911d13-0d5d-4153-9ecd-c946e329b74f", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}], "revision_number": 4, "project_id": "78f74cfb589d4aff8bf3a1620df434c6", "id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "name": "default"}]} 2019-01-03 17:33:01,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=78f74cfb589d4aff8bf3a1620df434c6&name=default used request id req-f68e2798-5ce3-4952-b537-1a2b42b6934d 2019-01-03 17:33:01,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190272092819s 2019-01-03 17:33:01,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=78f74cfb589d4aff8bf3a1620df434c6&name=default used request id req-f68e2798-5ce3-4952-b537-1a2b42b6934d 2019-01-03 17:33:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:33:01,019 - 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}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:01,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1dc45847-ee12-49df-b5d7-953b0b14ae4a Date: Thu, 03 Jan 2019 17:33:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "created_at": "2019-01-03T17:32:57Z", "updated_at": "2019-01-03T17:32:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "ef8d5505-0e05-4d44-bd17-6e8e951ff208", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "99123db5-51c5-4547-8d6d-389727eedb09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "508a893f-8d94-4f53-9dee-a787e697e4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:32:57Z", "revision_number": 0, "id": "f3911d13-0d5d-4153-9ecd-c946e329b74f", "remote_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "remote_ip_prefix": null, "created_at": "2019-01-03T17:32:57Z", "security_group_id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "tenant_id": "78f74cfb589d4aff8bf3a1620df434c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "78f74cfb589d4aff8bf3a1620df434c6"}], "revision_number": 4, "project_id": "78f74cfb589d4aff8bf3a1620df434c6", "id": "7cee8a37-0dbe-4f0e-804b-bf46ad524e11", "name": "default"}]} 2019-01-03 17:33:01,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1dc45847-ee12-49df-b5d7-953b0b14ae4a 2019-01-03 17:33:01,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.282680034637s 2019-01-03 17:33:01,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1dc45847-ee12-49df-b5d7-953b0b14ae4a 2019-01-03 17:33:01,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 17:33:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/7cee8a37-0dbe-4f0e-804b-bf46ad524e11.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8fa05c33d9fdf5e0772745f23b7b16d9e8c7fd22" 2019-01-03 17:33:01,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6365a744-73f4-4a27-8455-4b24265babb1 Content-Length: 0 Date: Thu, 03 Jan 2019 17:33:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:33:01,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7cee8a37-0dbe-4f0e-804b-bf46ad524e11.json used request id req-6365a744-73f4-4a27-8455-4b24265babb1 2019-01-03 17:33:01,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.292676925659s 2019-01-03 17:33:01,599 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/7cee8a37-0dbe-4f0e-804b-bf46ad524e11.json used request id req-6365a744-73f4-4a27-8455-4b24265babb1 2019-01-03 17:33:01,599 - 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:44 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2019-01-03 17:33:01,604 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 17:33:04,517 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 17:33:04,521 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 17:33:04,521 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 17:33:04,522 - 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 | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2019-01-03 17:33:04,551 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2019-01-03 17:33:05,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:33:05,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:33:05,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:33:05,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:33:05,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:33:05,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:33:05,504 - 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" 2019-01-03 17:33:05,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae94689-d90f-4a2e-b194-fda0b3fbc950 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"}]}} 2019-01-03 17:33:05,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2ae94689-d90f-4a2e-b194-fda0b3fbc950 2019-01-03 17:33:05,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:33:05,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["9X1AbCsaSE6JbE82mpmADg"], "issued_at": "2019-01-03T17:33:05.000000Z"}} 2019-01-03 17:33:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:05,899 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:06,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b9bac5c8-f211-434f-b848-fbb2158e76ba Date: Thu, 03 Jan 2019 17:33:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:33:06,139 - 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-b9bac5c8-f211-434f-b848-fbb2158e76ba 2019-01-03 17:33:06,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240870952606s 2019-01-03 17:33:06,139 - 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-b9bac5c8-f211-434f-b848-fbb2158e76ba 2019-01-03 17:33:06,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:33:06,148 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:06,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:33:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 17:33:06,371 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:06,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf1c707-cb3e-456b-ab73-362aa12bd116 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:33:06,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1bf1c707-cb3e-456b-ab73-362aa12bd116 2019-01-03 17:33:06,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.308243989944s 2019-01-03 17:33:06,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:33:06,455 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}}' 2019-01-03 17:33:06,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:33:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e5c07f-62b4-4b33-9be7-854f6bf5b620 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/0b6453e131974eb0bb3d51740258a5c1"}, "enabled": true, "id": "0b6453e131974eb0bb3d51740258a5c1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:33:06,554 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a4e5c07f-62b4-4b33-9be7-854f6bf5b620 2019-01-03 17:33:06,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0996999740601s 2019-01-03 17:33:06,555 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a4e5c07f-62b4-4b33-9be7-854f6bf5b620 2019-01-03 17:33:06,555 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 'id': u'0b6453e131974eb0bb3d51740258a5c1', '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'})}) 2019-01-03 17:33:06,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:33:06,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.417840003967s 2019-01-03 17:33:06,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6bb0f4-d346-4e8f-ab95-daa09aaf093c 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/e0ea2c5b72d24fd3b74a0612399b8eb1"}, "enabled": true, "id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "options": {}, "domain_id": "default", "name": "vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:33:07,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 used request id req-2a6bb0f4-d346-4e8f-ab95-daa09aaf093c 2019-01-03 17:33:07,073 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e0ea2c5b72d24fd3b74a0612399b8eb1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92'}) 2019-01-03 17:33:07,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:33:07,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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b82c95a2-bf60-4253-93fd-0ace92dc9caa Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:33:07,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b82c95a2-bf60-4253-93fd-0ace92dc9caa 2019-01-03 17:33:07,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0160250663757s 2019-01-03 17:33:07,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:33:07,091 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55721a2-a0bc-425a-888c-87933caa0b62 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:33:07,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a55721a2-a0bc-425a-888c-87933caa0b62 2019-01-03 17:33:07,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0733408927917s 2019-01-03 17:33:07,165 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:33:07,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:33:07,166 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" -d '{"role": {"name": "Member"}}' 2019-01-03 17:33:07,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2489440-6f78-4874-b918-28b6861f146a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fcd7d239142048de84782110c7cd8058", "links": {"self": "http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058"}, "name": "Member"}} 2019-01-03 17:33:07,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-c2489440-6f78-4874-b918-28b6861f146a 2019-01-03 17:33:07,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101238012314s 2019-01-03 17:33:07,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd900fe-af37-4ffa-8b66-f62ef0b7a56c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058"}, "domain_id": null, "name": "Member", "id": "fcd7d239142048de84782110c7cd8058"}} 2019-01-03 17:33:07,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058 used request id req-2bd900fe-af37-4ffa-8b66-f62ef0b7a56c 2019-01-03 17:33:07,342 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058'}, 'domain_id': None, 'human_id': None, 'id': u'fcd7d239142048de84782110c7cd8058', 'HUMAN_ID': False}) 2019-01-03 17:33:07,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:33:07,343 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79da9be5-e27a-4d04-a34b-79907331cacf 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "fcd7d239142048de84782110c7cd8058", "links": {"self": "http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058"}, "name": "Member"}]} 2019-01-03 17:33:07,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-79da9be5-e27a-4d04-a34b-79907331cacf 2019-01-03 17:33:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0739510059357s 2019-01-03 17:33:07,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:33:07,418 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561ce329-5902-4148-a955-27df593c92fa 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"}} 2019-01-03 17:33:07,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-561ce329-5902-4148-a955-27df593c92fa 2019-01-03 17:33:07,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0796630382538s 2019-01-03 17:33:07,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:33:07,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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ebbab3-be9f-49cb-ac65-62b2320d4029 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92", "links": {"self": "http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1"}, "domain_id": "default", "enabled": true, "id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:33:07,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f2ebbab3-be9f-49cb-ac65-62b2320d4029 2019-01-03 17:33:07,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101967096329s 2019-01-03 17:33:07,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f2ebbab3-be9f-49cb-ac65-62b2320d4029 2019-01-03 17:33:07,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:33:07,607 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d57c91d3-69d3-433e-87ee-703d5ef0f337 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": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1"}, "enabled": true, "id": "0b6453e131974eb0bb3d51740258a5c1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:33:07,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d57c91d3-69d3-433e-87ee-703d5ef0f337 2019-01-03 17:33:07,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0730061531067s 2019-01-03 17:33:07,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d57c91d3-69d3-433e-87ee-703d5ef0f337 2019-01-03 17:33:07,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:33:07,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e0ea2c5b72d24fd3b74a0612399b8eb1&scope.project.id=0b6453e131974eb0bb3d51740258a5c1&role.id=fcd7d239142048de84782110c7cd8058 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0776de7d-3cc6-4a0f-b82a-e8699d22c482 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=e0ea2c5b72d24fd3b74a0612399b8eb1&scope.project.id=0b6453e131974eb0bb3d51740258a5c1&role.id=fcd7d239142048de84782110c7cd8058", "previous": null, "next": null}} 2019-01-03 17:33:07,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e0ea2c5b72d24fd3b74a0612399b8eb1&scope.project.id=0b6453e131974eb0bb3d51740258a5c1&role.id=fcd7d239142048de84782110c7cd8058 used request id req-0776de7d-3cc6-4a0f-b82a-e8699d22c482 2019-01-03 17:33:07,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812861919403s 2019-01-03 17:33:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:33:07,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1/users/e0ea2c5b72d24fd3b74a0612399b8eb1/roles/fcd7d239142048de84782110c7cd8058 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:07,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdff9ccd-4395-4ee3-974f-41f733e19234 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:33:07,940 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1/users/e0ea2c5b72d24fd3b74a0612399b8eb1/roles/fcd7d239142048de84782110c7cd8058 used request id req-bdff9ccd-4395-4ee3-974f-41f733e19234 2019-01-03 17:33:07,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.175744056702s 2019-01-03 17:33:07,941 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 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': 'cf5d8b80-9782-4e6d-bcf4-0937d217afe2', 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_1a89c814-8635-489d-8638-733826ecce92', 'project_id': u'0b6453e131974eb0bb3d51740258a5c1', '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': {}}}} 2019-01-03 17:33:07,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:33:07,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:33:07,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:33:07,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:33:07,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:33:07,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:33:07,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:33:07,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:33:07,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:33:07,947 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92', 'password': 'cf5d8b80-9782-4e6d-bcf4-0937d217afe2', 'project_name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '0b6453e131974eb0bb3d51740258a5c1', 'project_domain_name': 'Default'} 2019-01-03 17:33:07,948 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2019-01-03 17:33:07,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:33:07,948 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:08,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afca968a-0f35-404c-a65d-3e90a3ebff98 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:33:08,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-afca968a-0f35-404c-a65d-3e90a3ebff98 2019-01-03 17:33:08,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0751070976257s 2019-01-03 17:33:08,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:33:08,025 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:33:08,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e856f8a-ac04-4ea9-af8d-18fef4109505 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": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1"}, "enabled": true, "id": "0b6453e131974eb0bb3d51740258a5c1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:33:08,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5e856f8a-ac04-4ea9-af8d-18fef4109505 2019-01-03 17:33:08,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0809001922607s 2019-01-03 17:33:08,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5e856f8a-ac04-4ea9-af8d-18fef4109505 2019-01-03 17:33:08,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 17:33:08,110 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" -d '{"network": {"tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "name": "vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92", "admin_state_up": true}}' 2019-01-03 17:33:08,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-935d8923-23af-4333-9802-9f498be038e7 Date: Thu, 03 Jan 2019 17:33: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":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:33:08Z","is_default":false,"provider:segmentation_id":88,"name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92","admin_state_up":true,"tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","mtu":1450}} 2019-01-03 17:33:08,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-935d8923-23af-4333-9802-9f498be038e7 2019-01-03 17:33:08,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.551373958588s 2019-01-03 17:33:08,661 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-935d8923-23af-4333-9802-9f498be038e7 2019-01-03 17:33:08,661 - 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'2019-01-03T17:33:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dc612689-7e3b-4729-b9bb-c1a9b0d20c84', u'provider:segmentation_id': 88, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92', u'admin_state_up': True, u'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', u'created_at': u'2019-01-03T17:33:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0b6453e131974eb0bb3d51740258a5c1'}) 2019-01-03 17:33:08,663 - 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" 2019-01-03 17:33:08,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0fa5b1e-4948-4019-a978-36e200091988 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"}]}} 2019-01-03 17:33:08,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a0fa5b1e-4948-4019-a978-36e200091988 2019-01-03 17:33:08,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:33:09,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fcd7d239142048de84782110c7cd8058", "name": "Member"}], "expires_at": "2019-01-03T18:33:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b6453e131974eb0bb3d51740258a5c1", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0b6453e131974eb0bb3d51740258a5c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/0b6453e131974eb0bb3d51740258a5c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/0b6453e131974eb0bb3d51740258a5c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0b6453e131974eb0bb3d51740258a5c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/0b6453e131974eb0bb3d51740258a5c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/0b6453e131974eb0bb3d51740258a5c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/0b6453e131974eb0bb3d51740258a5c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92", "id": "e0ea2c5b72d24fd3b74a0612399b8eb1"}, "audit_ids": ["H1ZHQTPnQg2HphfaBUWnaw"], "issued_at": "2019-01-03T17:33:09.000000Z"}} 2019-01-03 17:33:09,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:09,039 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:09,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-e281d659-680f-4462-b279-e738f1782ab7 Date: Thu, 03 Jan 2019 17:33:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T17:33:08Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:09,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e281d659-680f-4462-b279-e738f1782ab7 2019-01-03 17:33:09,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257476091385s 2019-01-03 17:33:09,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e281d659-680f-4462-b279-e738f1782ab7 2019-01-03 17:33:09,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 17:33:09,299 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"subnet": {"name": "vping_ssh-subnet_1a89c814-8635-489d-8638-733826ecce92", "enable_dhcp": true, "network_id": "dc612689-7e3b-4729-b9bb-c1a9b0d20c84", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 17:33:10,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d5f01b6f-136d-4683-8691-76477b0a96ec Date: Thu, 03 Jan 2019 17:33:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:33:09Z","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":"0b6453e131974eb0bb3d51740258a5c1","id":"fa614621-42d5-4efa-8e02-158e6e5520ec","subnetpool_id":null,"name":"vping_ssh-subnet_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:33:10,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-d5f01b6f-136d-4683-8691-76477b0a96ec 2019-01-03 17:33:10,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.70384812355s 2019-01-03 17:33:10,003 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-d5f01b6f-136d-4683-8691-76477b0a96ec 2019-01-03 17:33:10,003 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T17:33:09Z', 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'fa614621-42d5-4efa-8e02-158e6e5520ec', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_1a89c814-8635-489d-8638-733826ecce92', u'enable_dhcp': True, u'network_id': u'dc612689-7e3b-4729-b9bb-c1a9b0d20c84', u'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', u'created_at': u'2019-01-03T17:33:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0b6453e131974eb0bb3d51740258a5c1'}) 2019-01-03 17:33:10,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 17:33:10,004 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92", "admin_state_up": true}}' 2019-01-03 17:33:13,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-b23abb8d-28b0-49b7-b9ee-88630d638b12 Date: Thu, 03 Jan 2019 17:33:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:12Z", "admin_state_up": true, "updated_at": "2019-01-03T17:33:13Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "159d7fc4-3e57-47eb-991d-956087d249e9", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:33:13,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b23abb8d-28b0-49b7-b9ee-88630d638b12 2019-01-03 17:33:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.47418403625s 2019-01-03 17:33:13,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b23abb8d-28b0-49b7-b9ee-88630d638b12 2019-01-03 17:33:13,478 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'473b156e-3bb1-44d1-a29a-a9b9baaee688', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4995cb17-5a37-41b2-beab-15bef6132cde', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', u'created_at': u'2019-01-03T17:33:12Z', u'admin_state_up': True, u'updated_at': u'2019-01-03T17:33:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'0b6453e131974eb0bb3d51740258a5c1', u'id': u'159d7fc4-3e57-47eb-991d-956087d249e9', u'name': u'vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92'}) 2019-01-03 17:33:13,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 17:33:13,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"subnet_id": "fa614621-42d5-4efa-8e02-158e6e5520ec"}' 2019-01-03 17:33:15,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8330409b-2c3c-4137-b082-3989bc4b6313 Date: Thu, 03 Jan 2019 17:33:15 GMT RESP BODY: {"network_id": "dc612689-7e3b-4729-b9bb-c1a9b0d20c84", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "subnet_id": "fa614621-42d5-4efa-8e02-158e6e5520ec", "subnet_ids": ["fa614621-42d5-4efa-8e02-158e6e5520ec"], "port_id": "57221bda-0746-4667-b2d2-7f27b64d3ef4", "id": "159d7fc4-3e57-47eb-991d-956087d249e9"} 2019-01-03 17:33:15,330 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/add_router_interface.json used request id req-8330409b-2c3c-4137-b082-3989bc4b6313 2019-01-03 17:33:15,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.85123896599s 2019-01-03 17:33:15,331 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/add_router_interface.json used request id req-8330409b-2c3c-4137-b082-3989bc4b6313 returning object 159d7fc4-3e57-47eb-991d-956087d249e9 2019-01-03 17:33:15,331 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:33:15,460 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 17:33:15,467 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:15,476 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 17:33: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"}]}]} 2019-01-03 17:33:15,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:33:15,481 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:15,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2abcc0a4-73e5-41cb-a0a7-9735be84373d Date: Thu, 03 Jan 2019 17:33:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:33:15,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2abcc0a4-73e5-41cb-a0a7-9735be84373d 2019-01-03 17:33:15,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173332214355s 2019-01-03 17:33:15,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2abcc0a4-73e5-41cb-a0a7-9735be84373d 2019-01-03 17:33:15,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 17:33:15,657 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92"}' 2019-01-03 17:33:15,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941 X-Openstack-Request-Id: req-44edabb9-b271-41b0-8769-5d7bb99967d5 Date: Thu, 03 Jan 2019 17:33:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file", "owner": "0b6453e131974eb0bb3d51740258a5c1", "id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "size": null, "self": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:33:15Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "checksum": null, "created_at": "2019-01-03T17:33:15Z", "protected": false} 2019-01-03 17:33:15,875 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-44edabb9-b271-41b0-8769-5d7bb99967d5 2019-01-03 17:33:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.218012094498s 2019-01-03 17:33:15,875 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-44edabb9-b271-41b0-8769-5d7bb99967d5 returning object dc21fbd4-fdec-4c7e-b240-d7c375f85941 2019-01-03 17:33:15,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 17:33:15,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '' 2019-01-03 17:33:17,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-557b0ac8-1cb6-4bec-b818-ffa29b9e95af Date: Thu, 03 Jan 2019 17:33:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:33:17,972 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file used request id req-557b0ac8-1cb6-4bec-b818-ffa29b9e95af 2019-01-03 17:33:17,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.09646606445s 2019-01-03 17:33:17,972 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file used request id req-557b0ac8-1cb6-4bec-b818-ffa29b9e95af 2019-01-03 17:33:17,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:33:17,974 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:18,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-09cf8576-3ca2-4b0a-bfd5-76f6b9041136 Date: Thu, 03 Jan 2019 17:33:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "metadata": {}}], "file": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file", "owner": "0b6453e131974eb0bb3d51740258a5c1", "id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "size": 12716032, "self": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:33:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:33:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:33:18,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-09cf8576-3ca2-4b0a-bfd5-76f6b9041136 2019-01-03 17:33:18,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186544895172s 2019-01-03 17:33:18,160 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-09cf8576-3ca2-4b0a-bfd5-76f6b9041136 2019-01-03 17:33:18,163 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file', 'owner': u'0b6453e131974eb0bb3d51740258a5c1', 'id': u'dc21fbd4-fdec-4c7e-b240-d7c375f85941', 'size': 12716032, u'self': u'/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T17:33:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T17:33:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92', 'created': u'2019-01-03T17:33:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T17:33:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 17:33:18,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:33:18,167 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:33:18,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-ed21b9dc-5e60-47d2-a6ef-5966cbd0111b x-compute-request-id: req-ed21b9dc-5e60-47d2-a6ef-5966cbd0111b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "name": "vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:33:18,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ed21b9dc-5e60-47d2-a6ef-5966cbd0111b 2019-01-03 17:33:18,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242552995682s 2019-01-03 17:33:18,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ed21b9dc-5e60-47d2-a6ef-5966cbd0111b returning object ee2c432f-4259-41d2-8662-5f5a407e8e19 2019-01-03 17:33:18,408 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'ee2c432f-4259-41d2-8662-5f5a407e8e19', 'swap': 0}) 2019-01-03 17:33:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:33:18,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19/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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" -d '{"extra_specs": {}}' 2019-01-03 17:33:18,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-9aa793b2-bcad-4fa3-a95e-5bf4a39521f0 x-compute-request-id: req-9aa793b2-bcad-4fa3-a95e-5bf4a39521f0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:33:18,428 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19/os-extra_specs used request id req-9aa793b2-bcad-4fa3-a95e-5bf4a39521f0 2019-01-03 17:33:18,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019476890564s 2019-01-03 17:33:18,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19/os-extra_specs used request id req-9aa793b2-bcad-4fa3-a95e-5bf4a39521f0 2019-01-03 17:33:18,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-03 17:33:18,431 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"keypair": {"name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92"}}' 2019-01-03 17:33:18,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-eea8e78f-5971-473d-9951-185f31faaf61 x-compute-request-id: req-eea8e78f-5971-473d-9951-185f31faaf61 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjsM+IL8k43GdEjLba65pOMnkGfYpHRPpw9KheaQtNKgzUUalKhcdW4fUJxnL4eyF0mg4DXs2l9FRhhbwdTqk7aTfHNbRb/eyDgrqT6wmIAJREyhu9W6O5/QVraj9SnIV/U10RQ5sWadgeafDQD6H9C32ILMNHO+KSBv1ayCT+OCd1tJFImTVJcCrEoeyAs3j9JIH62PSKc7Bb/sMmMWQmo7Vk3uZf0R5AfX4tTBj7AQZLKA1QM0uSz47srPqyiA2aGjxKqmoSis74TsRHx7TjnrceYYZZSMEm/JGNPjPjenk7zFI0/diUSvnoTJK35Ptp352tdhc12aqLWp8el2VF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA47DPiC/JONxnRIy22uuaTjJ5Bn2KR0T6cPSoXmkLTSoM1FGp\nSoXHVuH1CcZy+HshdJoOA17NpfRUYYW8HU6pO2k3xzW0W/3sg4K6k+sJiACURMob\nvVujuf0Fa2o/UpyFf1NdEUObFmnYHmnw0A+h/Qt9iCzDRzvikgb9Wsgk/jgndbSR\nSJk1SXAqxKHsgLN4/SSB+tj0inOwW/7DJjFkJqO1ZN7mX9EeQH1+LUwY+wEGSygN\nUDNLks+O7Kz6sogNmho8SqpqEorO+E7ER8e04563HmGGWUjBJvyRjT4z43p5O8xS\nNP3YlEr56EySt+T7ad+drXYXNdmqi1qfHpdlRQIDAQABAoIBAAs34fHG0PZBPcFN\n4ZCFvTOPHxFnzBFY37IDC+yi5lCl+r3XTC0EzF6GgYk6wt1lS6+wC3K1EBLWJ/Yq\nHauf/YyU0Y+6IKnLqASOw1yYXv7ZcHS3NIiu5DE8uzCgqoAKgDVWySYZm6GOE3zk\nIV5O9t892rCD7BctZytktsTrSY9Q4y0bQusct9Duo0602d5T0ADDNzCX7GYWSMJm\n1uxAcqbTLX+mpqMinbdYDo1ivgEAlBp8KhqCuJ39dBJaAbM/LGepyC0NmkNhh1eM\neHtS98LnU7s4pr8hRn1webrewkR+KbIV9n5T51twJwbPvLf8dlMiAEGHGYhLIix3\nknejz4ECgYEA9mH81rProu5cmU2r1vG3pHadclGarqFfXdQp4rw3CFXaSIRzz0ig\nK1hRa6frMNY8Zv5S1RrC7xrty5cb/ssq0EMRUCHaL2PVPp34n7JoUPJtGyV4Func\ngsb9+M6vqYrgGv3MUJe9eWWWhW1Aty/p2pUmu2GHxpCANEtKRuz5HGECgYEA7JQK\nLfwrUV9mouEbTQqb35ROJA01UJzV8KSQMW60mTyz1ceXYr36u2m8c8Oro21Ds7/t\nq79nEzwtZIdtns6jbm2dgkCdixNBM1l6sHPNB6suYz4YInhhQO9CSiYjlCg1CAsg\n3LmumRwxIMMhxsgGrb8Nck8nPABkILy264+0E2UCgYEA0H69OmdI+TjirWx4BU3J\njOg/dnUuA6dVj44x38hMfcZBEOrdIcUgnW2AgSy5LzusI7AGIoYh/br5DjcSnrwI\nv/JxXTE4dK/zzahas7GC6zUrNTSw+hru2tBQLVOifUOjP9QUKQMveOKJzOFWSW7H\nY4yiGSGAh3zSsO4hrgFtESECgYEAnyLlxhD+Qnpd2+p4JtagC0EDXxTTbCpTbtAD\nfnztVraScZcUqgMJCdASR/yzE/eHtv2/revONg4gqqK+hjiRjtKFRPyZ/Ncy4Ius\nD82VeTcYuQEn0ugO41MN0Drfa+Wv5n012cO9QpjIIzWfHsumUnFVZjMAPUg2Eh9f\nHA1KIFECgYAxDWvBAsUFYvH2saKiGA2wRlNUd1yQtdUAOvWthnpxCRtf7iQx8rdR\n+2bux/nDNXiFvUybXxdJJpBGAooExafQ3BsrxFYaYZBESWBd8UAzmaq7Om4IJKZy\nDV50RXNFrqC0TEueHg+tOSn4bkmlXv6RDrxtephbdO+k0BpCKCS8qA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "fingerprint": "22:d6:04:ed:74:b0:c6:cc:66:bc:05:d1:0f:26:84:d2"}} 2019-01-03 17:33:18,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-eea8e78f-5971-473d-9951-185f31faaf61 2019-01-03 17:33:18,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.255839109421s 2019-01-03 17:33:18,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-eea8e78f-5971-473d-9951-185f31faaf61 2019-01-03 17:33:18,686 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjsM+IL8k43GdEjLba65pOMnkGfYpHRPpw9KheaQtNKgzUUalKhcdW4fUJxnL4eyF0mg4DXs2l9FRhhbwdTqk7aTfHNbRb/eyDgrqT6wmIAJREyhu9W6O5/QVraj9SnIV/U10RQ5sWadgeafDQD6H9C32ILMNHO+KSBv1ayCT+OCd1tJFImTVJcCrEoeyAs3j9JIH62PSKc7Bb/sMmMWQmo7Vk3uZf0R5AfX4tTBj7AQZLKA1QM0uSz47srPqyiA2aGjxKqmoSis74TsRHx7TjnrceYYZZSMEm/JGNPjPjenk7zFI0/diUSvnoTJK35Ptp352tdhc12aqLWp8el2VF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA47DPiC/JONxnRIy22uuaTjJ5Bn2KR0T6cPSoXmkLTSoM1FGp\nSoXHVuH1CcZy+HshdJoOA17NpfRUYYW8HU6pO2k3xzW0W/3sg4K6k+sJiACURMob\nvVujuf0Fa2o/UpyFf1NdEUObFmnYHmnw0A+h/Qt9iCzDRzvikgb9Wsgk/jgndbSR\nSJk1SXAqxKHsgLN4/SSB+tj0inOwW/7DJjFkJqO1ZN7mX9EeQH1+LUwY+wEGSygN\nUDNLks+O7Kz6sogNmho8SqpqEorO+E7ER8e04563HmGGWUjBJvyRjT4z43p5O8xS\nNP3YlEr56EySt+T7ad+drXYXNdmqi1qfHpdlRQIDAQABAoIBAAs34fHG0PZBPcFN\n4ZCFvTOPHxFnzBFY37IDC+yi5lCl+r3XTC0EzF6GgYk6wt1lS6+wC3K1EBLWJ/Yq\nHauf/YyU0Y+6IKnLqASOw1yYXv7ZcHS3NIiu5DE8uzCgqoAKgDVWySYZm6GOE3zk\nIV5O9t892rCD7BctZytktsTrSY9Q4y0bQusct9Duo0602d5T0ADDNzCX7GYWSMJm\n1uxAcqbTLX+mpqMinbdYDo1ivgEAlBp8KhqCuJ39dBJaAbM/LGepyC0NmkNhh1eM\neHtS98LnU7s4pr8hRn1webrewkR+KbIV9n5T51twJwbPvLf8dlMiAEGHGYhLIix3\nknejz4ECgYEA9mH81rProu5cmU2r1vG3pHadclGarqFfXdQp4rw3CFXaSIRzz0ig\nK1hRa6frMNY8Zv5S1RrC7xrty5cb/ssq0EMRUCHaL2PVPp34n7JoUPJtGyV4Func\ngsb9+M6vqYrgGv3MUJe9eWWWhW1Aty/p2pUmu2GHxpCANEtKRuz5HGECgYEA7JQK\nLfwrUV9mouEbTQqb35ROJA01UJzV8KSQMW60mTyz1ceXYr36u2m8c8Oro21Ds7/t\nq79nEzwtZIdtns6jbm2dgkCdixNBM1l6sHPNB6suYz4YInhhQO9CSiYjlCg1CAsg\n3LmumRwxIMMhxsgGrb8Nck8nPABkILy264+0E2UCgYEA0H69OmdI+TjirWx4BU3J\njOg/dnUuA6dVj44x38hMfcZBEOrdIcUgnW2AgSy5LzusI7AGIoYh/br5DjcSnrwI\nv/JxXTE4dK/zzahas7GC6zUrNTSw+hru2tBQLVOifUOjP9QUKQMveOKJzOFWSW7H\nY4yiGSGAh3zSsO4hrgFtESECgYEAnyLlxhD+Qnpd2+p4JtagC0EDXxTTbCpTbtAD\nfnztVraScZcUqgMJCdASR/yzE/eHtv2/revONg4gqqK+hjiRjtKFRPyZ/Ncy4Ius\nD82VeTcYuQEn0ugO41MN0Drfa+Wv5n012cO9QpjIIzWfHsumUnFVZjMAPUg2Eh9f\nHA1KIFECgYAxDWvBAsUFYvH2saKiGA2wRlNUd1yQtdUAOvWthnpxCRtf7iQx8rdR\n+2bux/nDNXiFvUybXxdJJpBGAooExafQ3BsrxFYaYZBESWBd8UAzmaq7Om4IJKZy\nDV50RXNFrqC0TEueHg+tOSn4bkmlXv6RDrxtephbdO+k0BpCKCS8qA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e0ea2c5b72d24fd3b74a0612399b8eb1', 'name': u'vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92', 'created_at': '2019-01-03T17:33:18.686614', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'22:d6:04:ed:74:b0:c6:cc:66:bc:05:d1:0f:26:84:d2', 'type': 'ssh', 'id': u'vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92'}) 2019-01-03 17:33:18,687 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA47DPiC/JONxnRIy22uuaTjJ5Bn2KR0T6cPSoXmkLTSoM1FGp SoXHVuH1CcZy+HshdJoOA17NpfRUYYW8HU6pO2k3xzW0W/3sg4K6k+sJiACURMob vVujuf0Fa2o/UpyFf1NdEUObFmnYHmnw0A+h/Qt9iCzDRzvikgb9Wsgk/jgndbSR SJk1SXAqxKHsgLN4/SSB+tj0inOwW/7DJjFkJqO1ZN7mX9EeQH1+LUwY+wEGSygN UDNLks+O7Kz6sogNmho8SqpqEorO+E7ER8e04563HmGGWUjBJvyRjT4z43p5O8xS NP3YlEr56EySt+T7ad+drXYXNdmqi1qfHpdlRQIDAQABAoIBAAs34fHG0PZBPcFN 4ZCFvTOPHxFnzBFY37IDC+yi5lCl+r3XTC0EzF6GgYk6wt1lS6+wC3K1EBLWJ/Yq Hauf/YyU0Y+6IKnLqASOw1yYXv7ZcHS3NIiu5DE8uzCgqoAKgDVWySYZm6GOE3zk IV5O9t892rCD7BctZytktsTrSY9Q4y0bQusct9Duo0602d5T0ADDNzCX7GYWSMJm 1uxAcqbTLX+mpqMinbdYDo1ivgEAlBp8KhqCuJ39dBJaAbM/LGepyC0NmkNhh1eM eHtS98LnU7s4pr8hRn1webrewkR+KbIV9n5T51twJwbPvLf8dlMiAEGHGYhLIix3 knejz4ECgYEA9mH81rProu5cmU2r1vG3pHadclGarqFfXdQp4rw3CFXaSIRzz0ig K1hRa6frMNY8Zv5S1RrC7xrty5cb/ssq0EMRUCHaL2PVPp34n7JoUPJtGyV4Func gsb9+M6vqYrgGv3MUJe9eWWWhW1Aty/p2pUmu2GHxpCANEtKRuz5HGECgYEA7JQK LfwrUV9mouEbTQqb35ROJA01UJzV8KSQMW60mTyz1ceXYr36u2m8c8Oro21Ds7/t q79nEzwtZIdtns6jbm2dgkCdixNBM1l6sHPNB6suYz4YInhhQO9CSiYjlCg1CAsg 3LmumRwxIMMhxsgGrb8Nck8nPABkILy264+0E2UCgYEA0H69OmdI+TjirWx4BU3J jOg/dnUuA6dVj44x38hMfcZBEOrdIcUgnW2AgSy5LzusI7AGIoYh/br5DjcSnrwI v/JxXTE4dK/zzahas7GC6zUrNTSw+hru2tBQLVOifUOjP9QUKQMveOKJzOFWSW7H Y4yiGSGAh3zSsO4hrgFtESECgYEAnyLlxhD+Qnpd2+p4JtagC0EDXxTTbCpTbtAD fnztVraScZcUqgMJCdASR/yzE/eHtv2/revONg4gqqK+hjiRjtKFRPyZ/Ncy4Ius D82VeTcYuQEn0ugO41MN0Drfa+Wv5n012cO9QpjIIzWfHsumUnFVZjMAPUg2Eh9f HA1KIFECgYAxDWvBAsUFYvH2saKiGA2wRlNUd1yQtdUAOvWthnpxCRtf7iQx8rdR +2bux/nDNXiFvUybXxdJJpBGAooExafQ3BsrxFYaYZBESWBd8UAzmaq7Om4IJKZy DV50RXNFrqC0TEueHg+tOSn4bkmlXv6RDrxtephbdO+k0BpCKCS8qA== -----END RSA PRIVATE KEY----- 2019-01-03 17:33:18,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-03 17:33:18,690 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"security_group": {"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92", "description": "created by OPNFV Functest (vping_ssh)"}}' 2019-01-03 17:33:19,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-3e410bc3-ef1d-42b0-b3b4-de1221367770 Date: Thu, 03 Jan 2019 17:33:19 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:18Z", "updated_at": "2019-01-03T17:33:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "bb06c07a-ec23-40f5-bf71-e783b91f8e64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "f603db3c-3c4d-4e6b-be15-020ed976cedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 2, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:33:19,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3e410bc3-ef1d-42b0-b3b4-de1221367770 2019-01-03 17:33:19,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.366499900818s 2019-01-03 17:33:19,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3e410bc3-ef1d-42b0-b3b4-de1221367770 2019-01-03 17:33:19,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:33:19,062 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:19,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-25d95961-fcb0-42d1-9508-eff026147a38 Date: Thu, 03 Jan 2019 17:33:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:08Z", "updated_at": "2019-01-03T17:33:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "57ef40c9-0af2-4c78-9c27-8ef91dcd43da", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "9e139972-cda4-4756-8b4e-f1aca259704d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d2cfe410-1249-4186-add9-e17b4e4f87e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d6278c5d-1330-4f89-84b5-8695daf46ac3", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:18Z", "updated_at": "2019-01-03T17:33:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "bb06c07a-ec23-40f5-bf71-e783b91f8e64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "f603db3c-3c4d-4e6b-be15-020ed976cedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 2, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:19,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-25d95961-fcb0-42d1-9508-eff026147a38 2019-01-03 17:33:19,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191370010376s 2019-01-03 17:33:19,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-25d95961-fcb0-42d1-9508-eff026147a38 2019-01-03 17:33:19,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 17:33:19,258 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -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": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}}' 2019-01-03 17:33:19,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d3eb3104-74ec-4876-9baf-eae1f81de69e Date: Thu, 03 Jan 2019 17:33:19 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": "2019-01-03T17:33:19Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "port_range_min": 22, "revision_number": 0, "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:19Z", "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "fd76fa4c-f41e-4cfc-b31e-454a29c0194d"}} 2019-01-03 17:33:19,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-d3eb3104-74ec-4876-9baf-eae1f81de69e 2019-01-03 17:33:19,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.160749197006s 2019-01-03 17:33:19,419 - 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-d3eb3104-74ec-4876-9baf-eae1f81de69e 2019-01-03 17:33:19,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:33:19,423 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:19,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-9c2620fa-5d3a-4fd8-ac5a-512be931d7ec Date: Thu, 03 Jan 2019 17:33:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:08Z", "updated_at": "2019-01-03T17:33:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "57ef40c9-0af2-4c78-9c27-8ef91dcd43da", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "9e139972-cda4-4756-8b4e-f1aca259704d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d2cfe410-1249-4186-add9-e17b4e4f87e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d6278c5d-1330-4f89-84b5-8695daf46ac3", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:18Z", "updated_at": "2019-01-03T17:33:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "bb06c07a-ec23-40f5-bf71-e783b91f8e64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "f603db3c-3c4d-4e6b-be15-020ed976cedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T17:33:19Z", "revision_number": 0, "id": "fd76fa4c-f41e-4cfc-b31e-454a29c0194d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:19Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 3, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:19,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-9c2620fa-5d3a-4fd8-ac5a-512be931d7ec 2019-01-03 17:33:19,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0776579380035s 2019-01-03 17:33:19,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-9c2620fa-5d3a-4fd8-ac5a-512be931d7ec 2019-01-03 17:33:19,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 17:33:19,505 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -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": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}}' 2019-01-03 17:33:19,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ead2d232-6632-4708-b59e-933a33284dab Date: Thu, 03 Jan 2019 17:33:19 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": "2019-01-03T17:33:19Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "port_range_min": null, "revision_number": 0, "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:19Z", "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "587c295d-2a83-4199-898a-b7d416342564"}} 2019-01-03 17:33:19,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-ead2d232-6632-4708-b59e-933a33284dab 2019-01-03 17:33:19,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.308699846268s 2019-01-03 17:33:19,813 - 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-ead2d232-6632-4708-b59e-933a33284dab 2019-01-03 17:33:19,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:19,815 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:20,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0ae9246e-0d84-4b38-aeb0-a59580c3be40 Date: Thu, 03 Jan 2019 17:33:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa614621-42d5-4efa-8e02-158e6e5520ec"],"updated_at":"2019-01-03T17:33:09Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:20,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0ae9246e-0d84-4b38-aeb0-a59580c3be40 2019-01-03 17:33:20,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261297225952s 2019-01-03 17:33:20,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0ae9246e-0d84-4b38-aeb0-a59580c3be40 2019-01-03 17:33:20,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:33:20,078 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:20,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-28427c6a-be82-4f4d-88ef-e6c24626e6fd Date: Thu, 03 Jan 2019 17:33:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "metadata": {}}], "file": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file", "owner": "0b6453e131974eb0bb3d51740258a5c1", "id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "size": 12716032, "self": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:33:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:33:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:33:20,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-28427c6a-be82-4f4d-88ef-e6c24626e6fd 2019-01-03 17:33:20,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164246797562s 2019-01-03 17:33:20,243 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-28427c6a-be82-4f4d-88ef-e6c24626e6fd 2019-01-03 17:33:20,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:33:20,247 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:20,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-c19824da-b083-4cd6-a377-c47bd524f30a x-compute-request-id: req-c19824da-b083-4cd6-a377-c47bd524f30a Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "name": "vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:33:20,288 - 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-c19824da-b083-4cd6-a377-c47bd524f30a 2019-01-03 17:33:20,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0437951087952s 2019-01-03 17:33:20,289 - 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-c19824da-b083-4cd6-a377-c47bd524f30a 2019-01-03 17:33:20,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 17:33:20,293 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"server": {"name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "imageRef": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "flavorRef": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dc612689-7e3b-4729-b9bb-c1a9b0d20c84"}], "security_groups": [{"name": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}]}}' 2019-01-03 17:33:22,802 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:33: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-988a5b84-8b6d-4969-91bd-11fceaaf7542 x-compute-request-id: req-988a5b84-8b6d-4969-91bd-11fceaaf7542 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}], "OS-DCF:diskConfig": "MANUAL", "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "adminPass": "RY7gPgzEZSc9"}} 2019-01-03 17:33:22,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-988a5b84-8b6d-4969-91bd-11fceaaf7542 2019-01-03 17:33:22,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.51116204262s 2019-01-03 17:33:22,802 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-988a5b84-8b6d-4969-91bd-11fceaaf7542 2019-01-03 17:33:22,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:22,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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:23,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-3e2d7fdd-aaea-49f3-a8b3-0e84bff25022 x-compute-request-id: req-3e2d7fdd-aaea-49f3-a8b3-0e84bff25022 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/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:33:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:23,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3e2d7fdd-aaea-49f3-a8b3-0e84bff25022 2019-01-03 17:33:23,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.286528110504s 2019-01-03 17:33:23,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3e2d7fdd-aaea-49f3-a8b3-0e84bff25022 2019-01-03 17:33:23,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:23,098 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:23,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4b1b5b5b-7f0e-4906-ab7c-644f848644ba Date: Thu, 03 Jan 2019 17:33: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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa614621-42d5-4efa-8e02-158e6e5520ec"],"updated_at":"2019-01-03T17:33:09Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:23,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4b1b5b5b-7f0e-4906-ab7c-644f848644ba 2019-01-03 17:33:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257395982742s 2019-01-03 17:33:23,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4b1b5b5b-7f0e-4906-ab7c-644f848644ba 2019-01-03 17:33:23,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 17:33:23,356 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:23,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-040b2b3c-91f4-4176-afd9-575d1f03e08f Date: Thu, 03 Jan 2019 17:33:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:33:09Z","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":"0b6453e131974eb0bb3d51740258a5c1","id":"fa614621-42d5-4efa-8e02-158e6e5520ec","subnetpool_id":null,"name":"vping_ssh-subnet_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:23,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-040b2b3c-91f4-4176-afd9-575d1f03e08f 2019-01-03 17:33:23,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.350615024567s 2019-01-03 17:33:23,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-040b2b3c-91f4-4176-afd9-575d1f03e08f 2019-01-03 17:33:23,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:25,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:25,712 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:26,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-fdb83ce8-cd10-42e4-a1f4-f02c07ae9a8a x-compute-request-id: req-fdb83ce8-cd10-42e4-a1f4-f02c07ae9a8a Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:33:24Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:26,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdb83ce8-cd10-42e4-a1f4-f02c07ae9a8a 2019-01-03 17:33:26,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745441198349s 2019-01-03 17:33:26,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdb83ce8-cd10-42e4-a1f4-f02c07ae9a8a 2019-01-03 17:33:26,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:28,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:28,465 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:28,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-6f2f8325-cbc1-4c5c-879e-7ee759a197ed x-compute-request-id: req-6f2f8325-cbc1-4c5c-879e-7ee759a197ed Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:27Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:28,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f2f8325-cbc1-4c5c-879e-7ee759a197ed 2019-01-03 17:33:28,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505239009857s 2019-01-03 17:33:28,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f2f8325-cbc1-4c5c-879e-7ee759a197ed 2019-01-03 17:33:28,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 17:33:28,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=4a7c94a2-dfb2-4e3a-9562-369f480e417e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:29,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3f66b264-0d96-4b60-82de-106be33359d1 Date: Thu, 03 Jan 2019 17:33:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:24Z","admin_state_up":true,"updated_at":"2019-01-03T17:33:26Z","binding:vnic_type":"normal","device_id":"4a7c94a2-dfb2-4e3a-9562-369f480e417e","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:b4:e0:35","id":"88b43578-6a2e-43a0-b3bd-b001e6e233b8","port_security_enabled":true,"project_id":"0b6453e131974eb0bb3d51740258a5c1","fixed_ips":[{"subnet_id":"fa614621-42d5-4efa-8e02-158e6e5520ec","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"],"name":""}]} 2019-01-03 17:33:29,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4a7c94a2-dfb2-4e3a-9562-369f480e417e used request id req-3f66b264-0d96-4b60-82de-106be33359d1 2019-01-03 17:33:29,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0715777873993s 2019-01-03 17:33:29,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4a7c94a2-dfb2-4e3a-9562-369f480e417e used request id req-3f66b264-0d96-4b60-82de-106be33359d1 2019-01-03 17:33:29,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:33:29,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=88b43578-6a2e-43a0-b3bd-b001e6e233b8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:29,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8ef3b8bf-491d-4a9b-bfec-63a3268716fc Date: Thu, 03 Jan 2019 17:33:29 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:33:29,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=88b43578-6a2e-43a0-b3bd-b001e6e233b8 used request id req-8ef3b8bf-491d-4a9b-bfec-63a3268716fc 2019-01-03 17:33:29,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.168836116791s 2019-01-03 17:33:29,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=88b43578-6a2e-43a0-b3bd-b001e6e233b8 used request id req-8ef3b8bf-491d-4a9b-bfec-63a3268716fc 2019-01-03 17:33:29,220 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b4:e0:35', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc21fbd4-fdec-4c7e-b240-d7c375f85941'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T17:33:27.000000', 'flavor': Munch({u'id': u'ee2c432f-4259-41d2-8662-5f5a407e8e19'}), 'az': u'nova', 'id': u'4a7c94a2-dfb2-4e3a-9562-369f480e417e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e0ea2c5b72d24fd3b74a0612399b8eb1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', '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'2019-01-03T17:33:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T17:33:27Z', 'hostId': u'f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5', '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'2019-01-03T17:33:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': u'vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92', 'adminPass': u'RY7gPgzEZSc9', 'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', 'region': 'regionOne', 'created': u'2019-01-03T17:33:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 17:33:29,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:29,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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:29,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-46d8811a-fc70-43de-b796-aef54ebbd395 Date: Thu, 03 Jan 2019 17:33:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa614621-42d5-4efa-8e02-158e6e5520ec"],"updated_at":"2019-01-03T17:33:09Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:29,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-46d8811a-fc70-43de-b796-aef54ebbd395 2019-01-03 17:33:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116173028946s 2019-01-03 17:33:29,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-46d8811a-fc70-43de-b796-aef54ebbd395 2019-01-03 17:33:29,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:33:29,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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:29,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0975d038-37cd-4e5d-b9db-d34b393517ce Date: Thu, 03 Jan 2019 17:33:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "metadata": {}}], "file": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file", "owner": "0b6453e131974eb0bb3d51740258a5c1", "id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "size": 12716032, "self": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:33:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:33:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:33:29,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0975d038-37cd-4e5d-b9db-d34b393517ce 2019-01-03 17:33:29,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174283027649s 2019-01-03 17:33:29,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0975d038-37cd-4e5d-b9db-d34b393517ce 2019-01-03 17:33:29,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:33:29,518 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:29,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-326da1b4-854f-4c84-9970-f95fa0730362 x-compute-request-id: req-326da1b4-854f-4c84-9970-f95fa0730362 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "name": "vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:33:29,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-326da1b4-854f-4c84-9970-f95fa0730362 2019-01-03 17:33:29,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0391659736633s 2019-01-03 17:33:29,554 - 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-326da1b4-854f-4c84-9970-f95fa0730362 2019-01-03 17:33:29,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 17:33:29,559 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"server": {"name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "imageRef": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "flavorRef": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dc612689-7e3b-4729-b9bb-c1a9b0d20c84"}], "security_groups": [{"name": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}]}}' 2019-01-03 17:33:31,614 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:33: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-f1763995-da48-4ea3-ba3f-c7a5b3c8a320 x-compute-request-id: req-f1763995-da48-4ea3-ba3f-c7a5b3c8a320 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"}], "OS-DCF:diskConfig": "MANUAL", "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "adminPass": "aWgA5a9RqKd4"}} 2019-01-03 17:33:31,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f1763995-da48-4ea3-ba3f-c7a5b3c8a320 2019-01-03 17:33:31,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.05824899673s 2019-01-03 17:33:31,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f1763995-da48-4ea3-ba3f-c7a5b3c8a320 2019-01-03 17:33:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:31,619 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:31,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-ac148b8c-354e-42b1-9257-1684556481e2 x-compute-request-id: req-ac148b8c-354e-42b1-9257-1684556481e2 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/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:33:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:27Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:31,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ac148b8c-354e-42b1-9257-1684556481e2 2019-01-03 17:33:31,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.302226066589s 2019-01-03 17:33:31,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ac148b8c-354e-42b1-9257-1684556481e2 2019-01-03 17:33:31,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:33,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:33,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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:34,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-a205fc2f-f4fe-4d43-bcd3-65768ecdec2a x-compute-request-id: req-a205fc2f-f4fe-4d43-bcd3-65768ecdec2a 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/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:33:33Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:27Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:34,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a205fc2f-f4fe-4d43-bcd3-65768ecdec2a 2019-01-03 17:33:34,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537446975708s 2019-01-03 17:33:34,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a205fc2f-f4fe-4d43-bcd3-65768ecdec2a 2019-01-03 17:33:34,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:36,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:36,475 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:36,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33: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-9287f5a9-47b8-4854-9f2d-e78445312c48 x-compute-request-id: req-9287f5a9-47b8-4854-9f2d-e78445312c48 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/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:33:33Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:27Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:36,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9287f5a9-47b8-4854-9f2d-e78445312c48 2019-01-03 17:33:36,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365744829178s 2019-01-03 17:33:36,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9287f5a9-47b8-4854-9f2d-e78445312c48 2019-01-03 17:33:36,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:38,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:38,849 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:39,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12d25a42-b941-4efa-ae4f-85536f57e78b x-compute-request-id: req-12d25a42-b941-4efa-ae4f-85536f57e78b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:36.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:37Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:27Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:39,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-12d25a42-b941-4efa-ae4f-85536f57e78b 2019-01-03 17:33:39,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45109796524s 2019-01-03 17:33:39,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-12d25a42-b941-4efa-ae4f-85536f57e78b 2019-01-03 17:33:39,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 17:33:39,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:39,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-58a3f5c6-d65f-4d77-8e2a-7c1158318e9f Date: Thu, 03 Jan 2019 17:33:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:33Z","admin_state_up":true,"updated_at":"2019-01-03T17:33:35Z","binding:vnic_type":"normal","device_id":"4010eab8-769f-4a50-9db5-43c50935dce8","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:d7:ae:a1","id":"bfd9e684-0cf4-4c61-ba00-c842c590dd83","port_security_enabled":true,"project_id":"0b6453e131974eb0bb3d51740258a5c1","fixed_ips":[{"subnet_id":"fa614621-42d5-4efa-8e02-158e6e5520ec","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"],"name":""}]} 2019-01-03 17:33:39,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-58a3f5c6-d65f-4d77-8e2a-7c1158318e9f 2019-01-03 17:33:39,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0534830093384s 2019-01-03 17:33:39,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-58a3f5c6-d65f-4d77-8e2a-7c1158318e9f 2019-01-03 17:33:39,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:33:39,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=bfd9e684-0cf4-4c61-ba00-c842c590dd83" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:39,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8604b58-43f0-4477-9860-20f5bdc472f5 Date: Thu, 03 Jan 2019 17:33:39 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:33:39,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=bfd9e684-0cf4-4c61-ba00-c842c590dd83 used request id req-e8604b58-43f0-4477-9860-20f5bdc472f5 2019-01-03 17:33:39,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0173978805542s 2019-01-03 17:33:39,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=bfd9e684-0cf4-4c61-ba00-c842c590dd83 used request id req-e8604b58-43f0-4477-9860-20f5bdc472f5 2019-01-03 17:33:39,380 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:ae:a1', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc21fbd4-fdec-4c7e-b240-d7c375f85941'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T17:33:36.000000', 'flavor': Munch({u'id': u'ee2c432f-4259-41d2-8662-5f5a407e8e19'}), 'az': u'nova', 'id': u'4010eab8-769f-4a50-9db5-43c50935dce8', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e0ea2c5b72d24fd3b74a0612399b8eb1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', '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'2019-01-03T17:33:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T17:33:37Z', 'hostId': u'6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480', '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'2019-01-03T17:33:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': u'vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92', 'adminPass': u'aWgA5a9RqKd4', 'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', 'region': 'regionOne', 'created': u'2019-01-03T17:33:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 17:33:39,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:33:39,383 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:39,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e729bc82-81cc-493a-bdcd-f235b647d088 Date: Thu, 03 Jan 2019 17:33:39 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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa614621-42d5-4efa-8e02-158e6e5520ec"],"updated_at":"2019-01-03T17:33:09Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:33:39,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e729bc82-81cc-493a-bdcd-f235b647d088 2019-01-03 17:33:39,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110296964645s 2019-01-03 17:33:39,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e729bc82-81cc-493a-bdcd-f235b647d088 2019-01-03 17:33:39,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 17:33:39,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:39,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8bdc44fa-578c-40ad-8ada-7986f010dcdf Date: Thu, 03 Jan 2019 17:33:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:33Z","admin_state_up":true,"updated_at":"2019-01-03T17:33:35Z","binding:vnic_type":"normal","device_id":"4010eab8-769f-4a50-9db5-43c50935dce8","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:d7:ae:a1","id":"bfd9e684-0cf4-4c61-ba00-c842c590dd83","port_security_enabled":true,"project_id":"0b6453e131974eb0bb3d51740258a5c1","fixed_ips":[{"subnet_id":"fa614621-42d5-4efa-8e02-158e6e5520ec","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3"],"name":""}]} 2019-01-03 17:33:39,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-8bdc44fa-578c-40ad-8ada-7986f010dcdf 2019-01-03 17:33:39,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.286753177643s 2019-01-03 17:33:39,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-8bdc44fa-578c-40ad-8ada-7986f010dcdf 2019-01-03 17:33:39,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-03 17:33:39,784 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"floatingip": {"floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": "192.168.120.6", "port_id": "bfd9e684-0cf4-4c61-ba00-c842c590dd83"}}' 2019-01-03 17:33:41,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f00fe9cb-526a-40c8-a52c-156a1c06420c Date: Thu, 03 Jan 2019 17:33:41 GMT RESP BODY: {"floatingip": {"router_id": "159d7fc4-3e57-47eb-991d-956087d249e9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2019-01-03T17:33:40Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "bfd9e684-0cf4-4c61-ba00-c842c590dd83", "id": "c2615098-bbed-40a7-9d20-bc162813131d", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:40Z", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}} 2019-01-03 17:33:41,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-f00fe9cb-526a-40c8-a52c-156a1c06420c 2019-01-03 17:33:41,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.51842498779s 2019-01-03 17:33:41,302 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-f00fe9cb-526a-40c8-a52c-156a1c06420c 2019-01-03 17:33:41,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:33:41,311 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:41,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5182f493-d5ef-4bc2-acc1-dffddeef3198 Date: Thu, 03 Jan 2019 17:33:41 GMT RESP BODY: {"floatingips": [{"router_id": "159d7fc4-3e57-47eb-991d-956087d249e9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2019-01-03T17:33:40Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "bfd9e684-0cf4-4c61-ba00-c842c590dd83", "id": "c2615098-bbed-40a7-9d20-bc162813131d", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:40Z", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}]} 2019-01-03 17:33:41,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5182f493-d5ef-4bc2-acc1-dffddeef3198 2019-01-03 17:33:41,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.160227060318s 2019-01-03 17:33:41,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5182f493-d5ef-4bc2-acc1-dffddeef3198 2019-01-03 17:33:41,475 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'159d7fc4-3e57-47eb-991d-956087d249e9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0b6453e131974eb0bb3d51740258a5c1', 'created_at': u'2019-01-03T17:33:40Z', 'attached': True, 'updated_at': u'2019-01-03T17:33:40Z', 'id': u'c2615098-bbed-40a7-9d20-bc162813131d', 'floating_network_id': u'473b156e-3bb1-44d1-a29a-a9b9baaee688', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0b6453e131974eb0bb3d51740258a5c1', 'name': 'vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'159d7fc4-3e57-47eb-991d-956087d249e9', 'project_id': u'0b6453e131974eb0bb3d51740258a5c1', 'port_id': u'bfd9e684-0cf4-4c61-ba00-c842c590dd83', 'port': u'bfd9e684-0cf4-4c61-ba00-c842c590dd83', 'network': u'473b156e-3bb1-44d1-a29a-a9b9baaee688'}) 2019-01-03 17:33:41,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:33:41,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:33:42,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e69c29c-baee-40b7-b22b-2d798d25c42c x-compute-request-id: req-0e69c29c-baee-40b7-b22b-2d798d25c42c Content-Encoding: gzip Content-Length: 9536 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513416728 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138904] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.140945] pid_max: default: 32768 minimum: 301\n[ 0.142039] ACPI: Core revision 20150930\n[ 0.143598] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145211] Security Framework initialized\n[ 0.146226] Yama: becoming mindful.\n[ 0.147090] AppArmor: AppArmor initialized\n[ 0.148103] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149708] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154389] Initializing cgroup subsys io\n[ 0.155346] Initializing cgroup subsys memory\n[ 0.156385] Initializing cgroup subsys devices\n[ 0.157407] Initializing cgroup subsys freezer\n[ 0.158437] Initializing cgroup subsys net_cls\n[ 0.159489] Initializing cgroup subsys perf_event\n[ 0.160564] Initializing cgroup subsys net_prio\n[ 0.161631] Initializing cgroup subsys hugetlb\n[ 0.162660] Initializing cgroup subsys pids\n[ 0.163682] CPU: Physical Processor ID: 0\n[ 0.165365] mce: CPU supports 10 MCE banks\n[ 0.166390] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167597] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185187] ftrace: allocating 31920 entries in 125 pages\n[ 0.211428] smpboot: Max logical packages: 1\n[ 0.212257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213524] x2apic enabled\n[ 0.214334] Switched APIC routing to physical x2apic.\n[ 0.215992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217075] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220651] KVM setup paravirtual spinlock\n[ 0.221891] x86: Booted up 1 node, 1 CPUs\n[ 0.222645] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.223965] devtmpfs: initialized\n[ 0.225627] evm: security.selinux\n[ 0.226285] evm: security.SMACK64\n[ 0.226951] evm: security.SMACK64EXEC\n[ 0.227662] evm: security.SMACK64TRANSMUTE\n[ 0.228446] evm: security.SMACK64MMAP\n[ 0.229155] evm: security.ima\n[ 0.229782] evm: security.capability\n[ 0.230590] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232333] pinctrl core: initialized pinctrl subsystem\n[ 0.233354] RTC time: 17:33:36, date: 01/03/19\n[ 0.234282] NET: Registered protocol family 16\n[ 0.235231] cpuidle: using governor ladder\n[ 0.235995] cpuidle: using governor menu\n[ 0.236768] PCCT header not found.\n[ 0.237489] ACPI: bus type PCI registered\n[ 0.238258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239503] PCI: Using configuration type 1 for base access\n[ 0.241240] ACPI: Added _OSI(Module Device)\n[ 0.242065] ACPI: Added _OSI(Processor Device)\n[ 0.242902] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243764] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245833] ACPI: Interpreter enabled\n[ 0.246584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253750] ACPI: (supports S0 S5)\n[ 0.254435] ACPI: Using IOAPIC for interrupt routing\n[ 0.255511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259713] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260885] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264141] acpiphp: Slot [3] registered\n[ 0.264886] acpiphp: Slot [4] registered\n[ 0.265657] acpiphp: Slot [5] registered\n[ 0.266462] acpiphp: Slot [6] registered\n[ 0.267241] acpiphp: Slot [7] registered\n[ 0.268027] acpiphp: Slot [8] registered\n[ 0.268790] acpiphp: Slot [9] registered\n[ 0.269535] acpiphp: Slot [10] registered\n[ 0.270330] acpiphp: Slot [11] registered\n[ 0.271086] acpiphp: Slot [12] registered\n[ 0.271856] acpiphp: Slot [13] registered\n[ 0.272642] acpiphp: Slot [14] registered\n[ 0.273435] acpiphp: Slot [15] registered\n[ 0.284515] acpiphp: Slot [16] registered\n[ 0.285313] acpiphp: Slot [17] registered\n[ 0.286073] acpiphp: Slot [18] registered\n[ 0.286827] acpiphp: Slot [19] registered\n[ 0.287616] acpiphp: Slot [20] registered\n[ 0.288406] acpiphp: Slot [21] registered\n[ 0.289205] acpiphp: Slot [22] registered\n[ 0.289981] acpiphp: Slot [23] registered\n[ 0.290766] acpiphp: Slot [24] registered\n[ 0.291586] acpiphp: Slot [25] registered\n[ 0.292373] acpiphp: Slot [26] registered\n[ 0.293131] acpiphp: Slot [27] registered\n[ 0.293895] acpiphp: Slot [28] registered\n[ 0.294663] acpiphp: Slot [29] registered\n[ 0.295450] acpiphp: Slot [30] registered\n[ 0.296241] acpiphp: Slot [31] registered\n[ 0.297011] PCI host bridge to bus 0000:00\n[ 0.297810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300142] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301520] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309246] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311554] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319844] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377832] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379301] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380646] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381951] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383806] vgaarb: loaded\n[ 0.384524] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385839] SCSI subsystem initialized\n[ 0.386774] ACPI: bus type USB registered\n[ 0.387770] usbcore: registered new interface driver usbfs\n[ 0.389060] usbcore: registered new interface driver hub\n[ 0.390295] usbcore: registered new device driver usb\n[ 0.391545] PCI: Using ACPI for IRQ routing\n[ 0.392742] NetLabel: Initializing\n[ 0.393611] NetLabel: domain hash size = 128\n[ 0.394637] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395780] NetLabel: unlabeled traffic allowed by default\n[ 0.397107] clocksource: Switched to clocksource kvm-clock\n[ 0.402690] AppArmor: AppArmor Filesystem Enabled\n[ 0.403844] pnp: PnP ACPI init\n[ 0.404876] pnp: PnP ACPI: found 5 devices\n[ 0.411401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413450] NET: Registered protocol family 2\n[ 0.414572] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416108] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417517] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418909] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421621] NET: Registered protocol family 1\n[ 0.422661] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423976] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425262] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453339] Trying to unpack rootfs image as initramfs...\n[ 0.502227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516475] Scanning for low memory corruption every 60 seconds\n[ 0.517984] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519325] audit: initializing netlink subsys (disabled)\n[ 0.520571] audit: type=2000 audit(1546536817.008:1): initialized\n[ 0.522133] Initialise system trusted keyring\n[ 0.523233] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.526845] zbud: loaded\n[ 0.527657] VFS: Disk quotas dquot_6.6.0\n[ 0.528635] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530433] fuse init (API version 7.23)\n[ 0.531491] Key type big_key registered\n[ 0.532417] Allocating IMA MOK and blacklist keyrings.\n[ 0.533695] Key type asymmetric registered\n[ 0.534653] Asymmetric key parser 'x509' registered\n[ 0.535788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537897] io scheduler noop registered\n[ 0.538822] io scheduler deadline registered (default)\n[ 0.539994] io scheduler cfq registered\n[ 0.540970] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545327] ACPI: Power Button [PWRF]\n[ 0.546188] GHES: HEST is not enabled!\n[ 0.559908] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593170] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616728] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618894] Linux agpgart interface v0.103\n[ 0.620989] brd: module loaded\n[ 0.622253] loop: module loaded\n[ 0.627449] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628919] GPT:90111 != 2097151\n[ 0.629757] GPT:Alternate GPT header not at the end of the disk.\n[ 0.631020] GPT:90111 != 2097151\n[ 0.631813] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632958] vda: vda1 vda15\n[ 0.634659] scsi host0: ata_piix\n[ 0.635603] scsi host1: ata_piix\n[ 0.636401] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637849] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639471] libphy: Fixed MDIO Bus: probed\n[ 0.640440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641590] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644265] PPP generic driver version 2.4.2\n[ 0.645341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646727] ehci-pci: EHCI PCI platform driver\n[ 0.647767] ehci-platform: EHCI generic platform driver\n[ 0.649050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650427] ohci-pci: OHCI PCI platform driver\n[ 0.651315] ohci-platform: OHCI generic platform driver\n[ 0.652313] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666673] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669170] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670222] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671355] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672594] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674035] usb usb1: Product: UHCI Host Controller\n[ 0.674982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676136] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677169] hub 1-0:1.0: USB hub found\n[ 0.677960] hub 1-0:1.0: 2 ports detected\n[ 0.678871] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680998] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681978] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683018] mousedev: PS/2 mouse device common for all mice\n[ 0.684276] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686142] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687244] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688449] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689663] i2c /dev entries driver\n[ 0.690431] device-mapper: uevent: version 1.0.3\n[ 0.691377] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694337] NET: Registered protocol family 10\n[ 0.695350] NET: Registered protocol family 17\n[ 0.696249] Key type dns_resolver registered\n[ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698306] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700082] registered taskstats version 1\n[ 0.700924] Loading compiled-in X.509 certificates\n[ 0.702389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704262] zswap: loaded using pool lzo/zbud\n[ 0.705642] Key type trusted registered\n[ 0.707553] Key type encrypted registered\n[ 0.708386] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709438] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710498] evm: HMAC attrs: 0x1\n[ 0.711445] Magic number: 3:27:592\n[ 0.712295] rtc_cmos 00:00: setting system clock to 2019-01-03 17:33:37 UTC (1546536817)\n[ 0.713917] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715053] EDD information not available.\n[ 0.798091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.799695] Write protecting the kernel read-only data: 14336k\n[ 0.811675] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813520] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.036744] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.93. iid=i-00000023\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4b64r7qDgQrEh5sg0zXuUbJ6JkdINkf7oRPQvkNqherXVrrsQoVehnprBeRnuB2fphFNQkeCcnMcqat0ERmQKLSyTQugU0XUZGFkHyqNGpH/wOR/NNVs1vfU2FO3Cw7HUw+BlD6nF1yYIf7d6eysSWJdoC6DLq3MNlCo41CnIueZXzKjBjhBYRHbc91fxkewP7seuNHWWaIbqra6snWqEMzDZesGUlR8yW3oVk107xreIYs0i+Fw6Z3sf/JnzaW/g6PPFobJq6QiXqpAKSt3eiz4UDQ7PptvfJc57T7m1aRkHjEkc+ggBDyzHQMjr6XLUoZBOWfe+rgiJO6LBp9jL root@vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92\nssh-dss AAAAB3NzaC1kc3MAAACBAPIU+IV3OliHpygCsI1CdHYP+6Ou4vdtGGwwOAe2DuU5f17ftu57MRUh5tbjP5DG51GvrXaIVgYIfoMu9ABVCIxMUkcklG+zjlgUEGDGo47Vvco78gO85lR9mQxSCCsj4ID9rQIgYULxEj2AAXZxblhXqTHN3O82bhLj/AY57u5fAAAAFQCV+z+smPKimOSeHNqSyvIWXVT+AQAAAIBFzg8ur22ilBEnLByaJtG2qDAw/TlOrERqMwn9YaDOe/SRDkyNY03kL1AMj/eMe8+IhKxlshKsFqbaAhuFepgIqxASA3v1SBAGcLU77LNOwGIm/Hsh0jMdFwj5qgXd8eB7XlF780clip5D/8iCA1Fe7hQyvXmzLy3yD+3Vlea0mgAAAIEA7fTWGZOnd02Wmrr+rf2SLTbeLoOi7Iihu0aoS+xK5itOsFe6LR623vgEQZQBhiVp6y9KHlchXKHSCg/XLCTQ72aD9kW7Hr/6rkTbtGNCnLbfHc5Wo0M6M/i6KudVF1QksjF8d6x5cC8dMUEi70RdnmMykrdjorxlI63dFRbFAT4= root@vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fed7:aea1/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92 login: "} 2019-01-03 17:33:42,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8/action used request id req-0e69c29c-baee-40b7-b22b-2d798d25c42c 2019-01-03 17:33:42,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09906601906s 2019-01-03 17:33:42,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8/action used request id req-0e69c29c-baee-40b7-b22b-2d798d25c42c 2019-01-03 17:33:42,577 - 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 513416728 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.908 MHz processor [ 0.138904] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.140945] pid_max: default: 32768 minimum: 301 [ 0.142039] ACPI: Core revision 20150930 [ 0.143598] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145211] Security Framework initialized [ 0.146226] Yama: becoming mindful. [ 0.147090] AppArmor: AppArmor initialized [ 0.148103] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149708] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151255] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154389] Initializing cgroup subsys io [ 0.155346] Initializing cgroup subsys memory [ 0.156385] Initializing cgroup subsys devices [ 0.157407] Initializing cgroup subsys freezer [ 0.158437] Initializing cgroup subsys net_cls [ 0.159489] Initializing cgroup subsys perf_event [ 0.160564] Initializing cgroup subsys net_prio [ 0.161631] Initializing cgroup subsys hugetlb [ 0.162660] Initializing cgroup subsys pids [ 0.163682] CPU: Physical Processor ID: 0 [ 0.165365] mce: CPU supports 10 MCE banks [ 0.166390] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167597] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178572] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185187] ftrace: allocating 31920 entries in 125 pages [ 0.211428] smpboot: Max logical packages: 1 [ 0.212257] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213524] x2apic enabled [ 0.214334] Switched APIC routing to physical x2apic. [ 0.215992] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217075] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220651] KVM setup paravirtual spinlock [ 0.221891] x86: Booted up 1 node, 1 CPUs [ 0.222645] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.223965] devtmpfs: initialized [ 0.225627] evm: security.selinux [ 0.226285] evm: security.SMACK64 [ 0.226951] evm: security.SMACK64EXEC [ 0.227662] evm: security.SMACK64TRANSMUTE [ 0.228446] evm: security.SMACK64MMAP [ 0.229155] evm: security.ima [ 0.229782] evm: security.capability [ 0.230590] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232333] pinctrl core: initialized pinctrl subsystem [ 0.233354] RTC time: 17:33:36, date: 01/03/19 [ 0.234282] NET: Registered protocol family 16 [ 0.235231] cpuidle: using governor ladder [ 0.235995] cpuidle: using governor menu [ 0.236768] PCCT header not found. [ 0.237489] ACPI: bus type PCI registered [ 0.238258] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239503] PCI: Using configuration type 1 for base access [ 0.241240] ACPI: Added _OSI(Module Device) [ 0.242065] ACPI: Added _OSI(Processor Device) [ 0.242902] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243764] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245833] ACPI: Interpreter enabled [ 0.246584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253750] ACPI: (supports S0 S5) [ 0.254435] ACPI: Using IOAPIC for interrupt routing [ 0.255511] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258605] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259713] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260885] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264141] acpiphp: Slot [3] registered [ 0.264886] acpiphp: Slot [4] registered [ 0.265657] acpiphp: Slot [5] registered [ 0.266462] acpiphp: Slot [6] registered [ 0.267241] acpiphp: Slot [7] registered [ 0.268027] acpiphp: Slot [8] registered [ 0.268790] acpiphp: Slot [9] registered [ 0.269535] acpiphp: Slot [10] registered [ 0.270330] acpiphp: Slot [11] registered [ 0.271086] acpiphp: Slot [12] registered [ 0.271856] acpiphp: Slot [13] registered [ 0.272642] acpiphp: Slot [14] registered [ 0.273435] acpiphp: Slot [15] registered [ 0.284515] acpiphp: Slot [16] registered [ 0.285313] acpiphp: Slot [17] registered [ 0.286073] acpiphp: Slot [18] registered [ 0.286827] acpiphp: Slot [19] registered [ 0.287616] acpiphp: Slot [20] registered [ 0.288406] acpiphp: Slot [21] registered [ 0.289205] acpiphp: Slot [22] registered [ 0.289981] acpiphp: Slot [23] registered [ 0.290766] acpiphp: Slot [24] registered [ 0.291586] acpiphp: Slot [25] registered [ 0.292373] acpiphp: Slot [26] registered [ 0.293131] acpiphp: Slot [27] registered [ 0.293895] acpiphp: Slot [28] registered [ 0.294663] acpiphp: Slot [29] registered [ 0.295450] acpiphp: Slot [30] registered [ 0.296241] acpiphp: Slot [31] registered [ 0.297011] PCI host bridge to bus 0000:00 [ 0.297810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298999] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300142] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301520] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302922] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309246] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311554] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319844] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.370372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.373696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.375311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377832] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379301] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380646] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.381951] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383806] vgaarb: loaded [ 0.384524] vgaarb: bridge control possible 0000:00:02.0 [ 0.385839] SCSI subsystem initialized [ 0.386774] ACPI: bus type USB registered [ 0.387770] usbcore: registered new interface driver usbfs [ 0.389060] usbcore: registered new interface driver hub [ 0.390295] usbcore: registered new device driver usb [ 0.391545] PCI: Using ACPI for IRQ routing [ 0.392742] NetLabel: Initializing [ 0.393611] NetLabel: domain hash size = 128 [ 0.394637] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395780] NetLabel: unlabeled traffic allowed by default [ 0.397107] clocksource: Switched to clocksource kvm-clock [ 0.402690] AppArmor: AppArmor Filesystem Enabled [ 0.403844] pnp: PnP ACPI init [ 0.404876] pnp: PnP ACPI: found 5 devices [ 0.411401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.413450] NET: Registered protocol family 2 [ 0.414572] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416108] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.417517] TCP: Hash tables configured (established 4096 bind 4096) [ 0.418909] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420214] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421621] NET: Registered protocol family 1 [ 0.422661] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423976] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425262] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453339] Trying to unpack rootfs image as initramfs... [ 0.502227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.516475] Scanning for low memory corruption every 60 seconds [ 0.517984] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.519325] audit: initializing netlink subsys (disabled) [ 0.520571] audit: type=2000 audit(1546536817.008:1): initialized [ 0.522133] Initialise system trusted keyring [ 0.523233] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.524635] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.526845] zbud: loaded [ 0.527657] VFS: Disk quotas dquot_6.6.0 [ 0.528635] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.530433] fuse init (API version 7.23) [ 0.531491] Key type big_key registered [ 0.532417] Allocating IMA MOK and blacklist keyrings. [ 0.533695] Key type asymmetric registered [ 0.534653] Asymmetric key parser 'x509' registered [ 0.535788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.537897] io scheduler noop registered [ 0.538822] io scheduler deadline registered (default) [ 0.539994] io scheduler cfq registered [ 0.540970] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545327] ACPI: Power Button [PWRF] [ 0.546188] GHES: HEST is not enabled! [ 0.559908] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.593170] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.616728] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.618894] Linux agpgart interface v0.103 [ 0.620989] brd: module loaded [ 0.622253] loop: module loaded [ 0.627449] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628919] GPT:90111 != 2097151 [ 0.629757] GPT:Alternate GPT header not at the end of the disk. [ 0.631020] GPT:90111 != 2097151 [ 0.631813] GPT: Use GNU Parted to correct GPT errors. [ 0.632958] vda: vda1 vda15 [ 0.634659] scsi host0: ata_piix [ 0.635603] scsi host1: ata_piix [ 0.636401] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.637849] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.639471] libphy: Fixed MDIO Bus: probed [ 0.640440] tun: Universal TUN/TAP device driver, 1.6 [ 0.641590] tun: (C) 1999-2004 Max Krasnyansky [ 0.644265] PPP generic driver version 2.4.2 [ 0.645341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.646727] ehci-pci: EHCI PCI platform driver [ 0.647767] ehci-platform: EHCI generic platform driver [ 0.649050] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650427] ohci-pci: OHCI PCI platform driver [ 0.651315] ohci-platform: OHCI generic platform driver [ 0.652313] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666673] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667683] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669170] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670222] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.671355] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672594] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.674035] usb usb1: Product: UHCI Host Controller [ 0.674982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676136] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677169] hub 1-0:1.0: USB hub found [ 0.677960] hub 1-0:1.0: 2 ports detected [ 0.678871] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680998] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681978] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683018] mousedev: PS/2 mouse device common for all mice [ 0.684276] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.686142] rtc_cmos 00:00: RTC can wake from S4 [ 0.687244] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.688449] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.689663] i2c /dev entries driver [ 0.690431] device-mapper: uevent: version 1.0.3 [ 0.691377] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.693023] ledtrig-cpu: registered to indicate activity on CPUs [ 0.694337] NET: Registered protocol family 10 [ 0.695350] NET: Registered protocol family 17 [ 0.696249] Key type dns_resolver registered [ 0.697195] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.698306] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.700082] registered taskstats version 1 [ 0.700924] Loading compiled-in X.509 certificates [ 0.702389] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.704262] zswap: loaded using pool lzo/zbud [ 0.705642] Key type trusted registered [ 0.707553] Key type encrypted registered [ 0.708386] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709438] ima: No TPM chip found, activating TPM-bypass! [ 0.710498] evm: HMAC attrs: 0x1 [ 0.711445] Magic number: 3:27:592 [ 0.712295] rtc_cmos 00:00: setting system clock to 2019-01-03 17:33:37 UTC (1546536817) [ 0.713917] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.715053] EDD information not available. [ 0.798091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.799695] Write protecting the kernel read-only data: 14336k [ 0.811675] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.813520] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.036744] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.93. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4b64r7qDgQrEh5sg0zXuUbJ6JkdINkf7oRPQvkNqherXVrrsQoVehnprBeRnuB2fphFNQkeCcnMcqat0ERmQKLSyTQugU0XUZGFkHyqNGpH/wOR/NNVs1vfU2FO3Cw7HUw+BlD6nF1yYIf7d6eysSWJdoC6DLq3MNlCo41CnIueZXzKjBjhBYRHbc91fxkewP7seuNHWWaIbqra6snWqEMzDZesGUlR8yW3oVk107xreIYs0i+Fw6Z3sf/JnzaW/g6PPFobJq6QiXqpAKSt3eiz4UDQ7PptvfJc57T7m1aRkHjEkc+ggBDyzHQMjr6XLUoZBOWfe+rgiJO6LBp9jL root@vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92 ssh-dss AAAAB3NzaC1kc3MAAACBAPIU+IV3OliHpygCsI1CdHYP+6Ou4vdtGGwwOAe2DuU5f17ftu57MRUh5tbjP5DG51GvrXaIVgYIfoMu9ABVCIxMUkcklG+zjlgUEGDGo47Vvco78gO85lR9mQxSCCsj4ID9rQIgYULxEj2AAXZxblhXqTHN3O82bhLj/AY57u5fAAAAFQCV+z+smPKimOSeHNqSyvIWXVT+AQAAAIBFzg8ur22ilBEnLByaJtG2qDAw/TlOrERqMwn9YaDOe/SRDkyNY03kL1AMj/eMe8+IhKxlshKsFqbaAhuFepgIqxASA3v1SBAGcLU77LNOwGIm/Hsh0jMdFwj5qgXd8eB7XlF780clip5D/8iCA1Fe7hQyvXmzLy3yD+3Vlea0mgAAAIEA7fTWGZOnd02Wmrr+rf2SLTbeLoOi7Iihu0aoS+xK5itOsFe6LR623vgEQZQBhiVp6y9KHlchXKHSCg/XLCTQ72aD9kW7Hr/6rkTbtGNCnLbfHc5Wo0M6M/i6KudVF1QksjF8d6x5cC8dMUEi70RdnmMykrdjorxlI63dFRbFAT4= root@vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fed7:aea1/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92 launch-index: 0 === cirros: current=0.4.0 uptime=4.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-1a89c814-8635-489d-8638-733826ecce92 login: 2019-01-03 17:33:43,581 - paramiko.transport - DEBUG - starting thread (client mode): 0x80ccb650L 2019-01-03 17:33:43,582 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 17:33:43,582 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 17:33:43,582 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 17:33:43,584 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 17:33:43,584 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 17:33:43,584 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 17:33:43,584 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 17:33:43,585 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 17:33:43,585 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 17:33:43,608 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 17:33:43,609 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 17:33:43,614 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 83026bb909eefc9a6307661b994ab748 2019-01-03 17:33:43,615 - paramiko.transport - DEBUG - Trying key 22d604ed74b0c6cc66bc05d10f2684d2 from /tmp/tmpIPsRhL 2019-01-03 17:33:43,648 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 17:33:46,787 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 17:33:46,822 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 17:33:46,823 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 17:33:46,823 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 17:33:46,824 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 17:33:56,826 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 17:33:56,827 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes --- 192.168.120.7 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2019-01-03 17:33:56,828 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2019-01-03 17:33:56,836 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 17:33:56,941 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:33:56,941 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:49 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-01-03 17:33:56,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 17:33:56,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:57,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a706fbd4-1d56-4dff-bb7c-d18a5f8320bd x-compute-request-id: req-a706fbd4-1d56-4dff-bb7c-d18a5f8320bd Content-Type: application/json 2019-01-03 17:33:57,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e used request id req-a706fbd4-1d56-4dff-bb7c-d18a5f8320bd 2019-01-03 17:33:57,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.173173904419s 2019-01-03 17:33:57,121 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e used request id req-a706fbd4-1d56-4dff-bb7c-d18a5f8320bd 2019-01-03 17:33:57,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:57,124 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:33:57,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9a6311b-92d5-4736-b009-01f946a5c159 x-compute-request-id: req-f9a6311b-92d5-4736-b009-01f946a5c159 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:36.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:37Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:e0:35", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4a7c94a2-dfb2-4e3a-9562-369f480e417e", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:27.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4a7c94a2-dfb2-4e3a-9562-369f480e417e", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:57Z", "hostId": "f496fad65e15d40fa4d4d745aaa76b5eaaa280ea611aac90016f96b5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:22Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:33:57,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9a6311b-92d5-4736-b009-01f946a5c159 2019-01-03 17:33:57,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717057943344s 2019-01-03 17:33:57,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9a6311b-92d5-4736-b009-01f946a5c159 2019-01-03 17:33:57,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:33:59,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:33:59,847 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:00,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8df181f2-eeb2-4f91-af94-c29c1501c852 x-compute-request-id: req-8df181f2-eeb2-4f91-af94-c29c1501c852 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:36.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:33:37Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:00,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8df181f2-eeb2-4f91-af94-c29c1501c852 2019-01-03 17:34:00,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646137952805s 2019-01-03 17:34:00,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8df181f2-eeb2-4f91-af94-c29c1501c852 2019-01-03 17:34:00,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 17:34:00,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/c2615098-bbed-40a7-9d20-bc162813131d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:01,135 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-232f83c7-9d3c-4bef-b8c0-c25027172fc7 Content-Length: 0 Date: Thu, 03 Jan 2019 17:34:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:01,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/c2615098-bbed-40a7-9d20-bc162813131d.json used request id req-232f83c7-9d3c-4bef-b8c0-c25027172fc7 2019-01-03 17:34:01,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.64000415802s 2019-01-03 17:34:01,135 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/c2615098-bbed-40a7-9d20-bc162813131d.json used request id req-232f83c7-9d3c-4bef-b8c0-c25027172fc7 2019-01-03 17:34:01,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:34:01,141 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:01,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-010b6536-1c1e-485a-9b9a-c248334a0474 Date: Thu, 03 Jan 2019 17:34:01 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:34:01,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-010b6536-1c1e-485a-9b9a-c248334a0474 2019-01-03 17:34:01,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176501274109s 2019-01-03 17:34:01,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-010b6536-1c1e-485a-9b9a-c248334a0474 2019-01-03 17:34:01,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 17:34:01,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:01,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:34: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-83a4bebc-80bc-436b-baca-617b7488e590 x-compute-request-id: req-83a4bebc-80bc-436b-baca-617b7488e590 Content-Type: application/json 2019-01-03 17:34:01,341 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-83a4bebc-80bc-436b-baca-617b7488e590 2019-01-03 17:34:01,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.181689023972s 2019-01-03 17:34:01,341 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8 used request id req-83a4bebc-80bc-436b-baca-617b7488e590 2019-01-03 17:34:01,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:01,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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:01,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-f05224c3-9bef-4a2d-bb9d-162bc09339ad x-compute-request-id: req-f05224c3-9bef-4a2d-bb9d-162bc09339ad Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:ae:a1", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4010eab8-769f-4a50-9db5-43c50935dce8", "rel": "bookmark"}], "image": {"id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "links": [{"href": "http://172.30.9.30:8774/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:33:36.000000", "flavor": {"id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "links": [{"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}]}, "id": "4010eab8-769f-4a50-9db5-43c50935dce8", "security_groups": [{"name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}], "user_id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:01Z", "hostId": "6780cefecd3f99cb05724477eb7066da80b2db76f93a9bb084b56480", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92", "name": "vping_ssh-vm_1a89c814-8635-489d-8638-733826ecce92", "created": "2019-01-03T17:33:31Z", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:01,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f05224c3-9bef-4a2d-bb9d-162bc09339ad 2019-01-03 17:34:01,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523879051208s 2019-01-03 17:34:01,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f05224c3-9bef-4a2d-bb9d-162bc09339ad 2019-01-03 17:34:01,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:03,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:03,873 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:03,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb53ae48-7b01-4974-a8b4-2ba6b2c7b625 x-compute-request-id: req-eb53ae48-7b01-4974-a8b4-2ba6b2c7b625 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:34:03,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb53ae48-7b01-4974-a8b4-2ba6b2c7b625 2019-01-03 17:34:03,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0843739509583s 2019-01-03 17:34:03,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eb53ae48-7b01-4974-a8b4-2ba6b2c7b625 2019-01-03 17:34:03,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:34:03,959 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:04,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-544887a1-6ee1-4494-b9ac-0a7365c8ff94 Date: Thu, 03 Jan 2019 17:34:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:08Z", "updated_at": "2019-01-03T17:33:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "57ef40c9-0af2-4c78-9c27-8ef91dcd43da", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "9e139972-cda4-4756-8b4e-f1aca259704d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d2cfe410-1249-4186-add9-e17b4e4f87e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d6278c5d-1330-4f89-84b5-8695daf46ac3", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:18Z", "updated_at": "2019-01-03T17:33:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:19Z", "revision_number": 0, "id": "587c295d-2a83-4199-898a-b7d416342564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:19Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "bb06c07a-ec23-40f5-bf71-e783b91f8e64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:18Z", "revision_number": 0, "id": "f603db3c-3c4d-4e6b-be15-020ed976cedd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:18Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T17:33:19Z", "revision_number": 0, "id": "fd76fa4c-f41e-4cfc-b31e-454a29c0194d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:19Z", "security_group_id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3", "name": "vping_ssh-sg_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:34:04,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-544887a1-6ee1-4494-b9ac-0a7365c8ff94 2019-01-03 17:34:04,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194557905197s 2019-01-03 17:34:04,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-544887a1-6ee1-4494-b9ac-0a7365c8ff94 2019-01-03 17:34:04,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 17:34:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:04,375 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-749ff6e3-1dd7-489e-a794-204f7bec6faf Content-Length: 0 Date: Thu, 03 Jan 2019 17:34:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:04,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3.json used request id req-749ff6e3-1dd7-489e-a794-204f7bec6faf 2019-01-03 17:34:04,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.219066858292s 2019-01-03 17:34:04,376 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/bf18a5cf-7d9a-4dad-ab50-9b0ccb8dcae3.json used request id req-749ff6e3-1dd7-489e-a794-204f7bec6faf 2019-01-03 17:34:04,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-03 17:34:04,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:04,453 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:34: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-8b3b1a18-95b9-4dc5-9aa9-b9bd4e8e2025 x-compute-request-id: req-8b3b1a18-95b9-4dc5-9aa9-b9bd4e8e2025 Content-Length: 0 Content-Type: application/json 2019-01-03 17:34:04,453 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92 used request id req-8b3b1a18-95b9-4dc5-9aa9-b9bd4e8e2025 2019-01-03 17:34:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.076847076416s 2019-01-03 17:34:04,454 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_1a89c814-8635-489d-8638-733826ecce92 used request id req-8b3b1a18-95b9-4dc5-9aa9-b9bd4e8e2025 2019-01-03 17:34:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 17:34:04,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" -d '{"subnet_id": "fa614621-42d5-4efa-8e02-158e6e5520ec"}' 2019-01-03 17:34:05,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9eb6269b-9817-4671-9c1e-24af630efc12 Date: Thu, 03 Jan 2019 17:34:05 GMT RESP BODY: {"network_id": "dc612689-7e3b-4729-b9bb-c1a9b0d20c84", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "subnet_id": "fa614621-42d5-4efa-8e02-158e6e5520ec", "subnet_ids": ["fa614621-42d5-4efa-8e02-158e6e5520ec"], "port_id": "57221bda-0746-4667-b2d2-7f27b64d3ef4", "id": "159d7fc4-3e57-47eb-991d-956087d249e9"} 2019-01-03 17:34:05,533 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/remove_router_interface.json used request id req-9eb6269b-9817-4671-9c1e-24af630efc12 2019-01-03 17:34:05,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.0788500309s 2019-01-03 17:34:05,534 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9/remove_router_interface.json used request id req-9eb6269b-9817-4671-9c1e-24af630efc12 returning object 159d7fc4-3e57-47eb-991d-956087d249e9 2019-01-03 17:34:05,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 17:34:05,535 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:05,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1843 X-Openstack-Request-Id: req-b24559b6-986f-4504-86cd-5ffa644192c0 Date: Thu, 03 Jan 2019 17:34:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:12Z", "admin_state_up": true, "updated_at": "2019-01-03T17:34:05Z", "revision_number": 4, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "159d7fc4-3e57-47eb-991d-956087d249e9", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:11Z", "admin_state_up": true, "updated_at": "2019-01-03T17:33:12Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "5b243376-b86c-4239-b4e0-d9ee42142f30", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:10Z", "admin_state_up": true, "updated_at": "2019-01-03T17:33:11Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "f74603fb-f1f7-47b7-97a0-cad341af70fc", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:34:05,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b24559b6-986f-4504-86cd-5ffa644192c0 2019-01-03 17:34:05,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0758731365204s 2019-01-03 17:34:05,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b24559b6-986f-4504-86cd-5ffa644192c0 2019-01-03 17:34:05,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 17:34:05,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:06,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6bdbd7da-d503-4bd0-825e-2e21bf77e29a Content-Length: 0 Date: Thu, 03 Jan 2019 17:34:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:06,687 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9.json used request id req-6bdbd7da-d503-4bd0-825e-2e21bf77e29a 2019-01-03 17:34:06,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.07452106476s 2019-01-03 17:34:06,687 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/159d7fc4-3e57-47eb-991d-956087d249e9.json used request id req-6bdbd7da-d503-4bd0-825e-2e21bf77e29a 2019-01-03 17:34:06,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 17:34:06,688 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:06,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-17f867a5-34a1-44ce-ba86-1f259c98ae12 Date: Thu, 03 Jan 2019 17:34:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:33:09Z","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":"0b6453e131974eb0bb3d51740258a5c1","id":"fa614621-42d5-4efa-8e02-158e6e5520ec","subnetpool_id":null,"name":"vping_ssh-subnet_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:34:06,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-17f867a5-34a1-44ce-ba86-1f259c98ae12 2019-01-03 17:34:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.198883056641s 2019-01-03 17:34:06,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-17f867a5-34a1-44ce-ba86-1f259c98ae12 2019-01-03 17:34:06,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 17:34:06,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/fa614621-42d5-4efa-8e02-158e6e5520ec.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:09,200 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8fa56795-c0be-490c-bf82-6aaf205014f2 Date: Thu, 03 Jan 2019 17:34:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:09,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/fa614621-42d5-4efa-8e02-158e6e5520ec.json used request id req-8fa56795-c0be-490c-bf82-6aaf205014f2 2019-01-03 17:34:09,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.31180310249s 2019-01-03 17:34:09,200 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/fa614621-42d5-4efa-8e02-158e6e5520ec.json used request id req-8fa56795-c0be-490c-bf82-6aaf205014f2 2019-01-03 17:34:09,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:09,201 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:09,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-4a33b7dd-d0f4-42cb-896e-b65d16a0ad7d Date: Thu, 03 Jan 2019 17:34:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","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":"2019-01-03T17:34:08Z","tenant_id":"0b6453e131974eb0bb3d51740258a5c1","created_at":"2019-01-03T17:33:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0b6453e131974eb0bb3d51740258a5c1","id":"dc612689-7e3b-4729-b9bb-c1a9b0d20c84","name":"vping_ssh-net_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 17:34:09,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4a33b7dd-d0f4-42cb-896e-b65d16a0ad7d 2019-01-03 17:34:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.167860984802s 2019-01-03 17:34:09,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4a33b7dd-d0f4-42cb-896e-b65d16a0ad7d 2019-01-03 17:34:09,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 17:34:09,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/dc612689-7e3b-4729-b9bb-c1a9b0d20c84.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:10,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6093da4f-6b61-4afd-83e6-5b0290c4dcda Date: Thu, 03 Jan 2019 17:34:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:10,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dc612689-7e3b-4729-b9bb-c1a9b0d20c84.json used request id req-6093da4f-6b61-4afd-83e6-5b0290c4dcda 2019-01-03 17:34:10,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.516258955s 2019-01-03 17:34:10,887 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dc612689-7e3b-4729-b9bb-c1a9b0d20c84.json used request id req-6093da4f-6b61-4afd-83e6-5b0290c4dcda 2019-01-03 17:34:10,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:34:10,888 - 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}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:11,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ba7edf93-f382-42b6-ac7b-dac1f71026eb Date: Thu, 03 Jan 2019 17:34:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "metadata": {}}], "file": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/file", "owner": "0b6453e131974eb0bb3d51740258a5c1", "id": "dc21fbd4-fdec-4c7e-b240-d7c375f85941", "size": 12716032, "self": "/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:33:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1a89c814-8635-489d-8638-733826ecce92", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:33:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:34:11,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ba7edf93-f382-42b6-ac7b-dac1f71026eb 2019-01-03 17:34:11,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170511960983s 2019-01-03 17:34:11,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ba7edf93-f382-42b6-ac7b-dac1f71026eb 2019-01-03 17:34:11,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 17:34:11,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8dff361a02c8aa2fb5f4b3cde0040d66d667b171" 2019-01-03 17:34:12,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba8a2e4f-0f1e-4623-b8f5-675897039596 Date: Thu, 03 Jan 2019 17:34:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:34:12,209 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941 used request id req-ba8a2e4f-0f1e-4623-b8f5-675897039596 2019-01-03 17:34:12,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.14883804321s 2019-01-03 17:34:12,209 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dc21fbd4-fdec-4c7e-b240-d7c375f85941 used request id req-ba8a2e4f-0f1e-4623-b8f5-675897039596 2019-01-03 17:34:12,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:34:12,213 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-431091e5-4703-49a1-bc6d-08128b8660bc x-compute-request-id: req-431091e5-4703-49a1-bc6d-08128b8660bc Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee2c432f-4259-41d2-8662-5f5a407e8e19", "name": "vping_ssh-flavor_1a89c814-8635-489d-8638-733826ecce92", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:34:12,242 - 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-431091e5-4703-49a1-bc6d-08128b8660bc 2019-01-03 17:34:12,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0316908359528s 2019-01-03 17:34:12,242 - 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-431091e5-4703-49a1-bc6d-08128b8660bc 2019-01-03 17:34:12,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 17:34:12,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,298 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f73a4af-f28e-4a10-a6ed-bfc6f74185ec x-compute-request-id: req-7f73a4af-f28e-4a10-a6ed-bfc6f74185ec Content-Length: 0 Content-Type: application/json 2019-01-03 17:34:12,298 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19 used request id req-7f73a4af-f28e-4a10-a6ed-bfc6f74185ec 2019-01-03 17:34:12,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0551099777222s 2019-01-03 17:34:12,299 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee2c432f-4259-41d2-8662-5f5a407e8e19 used request id req-7f73a4af-f28e-4a10-a6ed-bfc6f74185ec 2019-01-03 17:34:12,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:34:12,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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-463ee576-8dd5-4af1-afb2-23913cd09e95 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92", "links": {"self": "http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1"}, "domain_id": "default", "enabled": true, "id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:34:12,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-463ee576-8dd5-4af1-afb2-23913cd09e95 2019-01-03 17:34:12,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102035045624s 2019-01-03 17:34:12,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-463ee576-8dd5-4af1-afb2-23913cd09e95 2019-01-03 17:34:12,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:34:12,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b97f4279-b1d7-4129-8665-eea4f453a229 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/e0ea2c5b72d24fd3b74a0612399b8eb1"}, "enabled": true, "id": "e0ea2c5b72d24fd3b74a0612399b8eb1", "options": {}, "domain_id": "default", "name": "vping_ssh-user_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 17:34:12,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 used request id req-b97f4279-b1d7-4129-8665-eea4f453a229 2019-01-03 17:34:12,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097846031189s 2019-01-03 17:34:12,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 used request id req-b97f4279-b1d7-4129-8665-eea4f453a229 2019-01-03 17:34:12,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:34:12,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b893691d-d629-4319-81b5-369dd8f69159 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:34:12,697 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 used request id req-b893691d-d629-4319-81b5-369dd8f69159 2019-01-03 17:34:12,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.190260887146s 2019-01-03 17:34:12,697 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e0ea2c5b72d24fd3b74a0612399b8eb1 used request id req-b893691d-d629-4319-81b5-369dd8f69159 2019-01-03 17:34:12,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:34:12,698 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e51596-362d-42a8-b9de-cb9eb44c4182 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": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1"}, "enabled": true, "id": "0b6453e131974eb0bb3d51740258a5c1", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1a89c814-8635-489d-8638-733826ecce92"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:34:12,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-15e51596-362d-42a8-b9de-cb9eb44c4182 2019-01-03 17:34:12,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797340869904s 2019-01-03 17:34:12,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-15e51596-362d-42a8-b9de-cb9eb44c4182 2019-01-03 17:34:12,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:34:12,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:12,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2810315-fa38-43d0-9141-564a6ee163b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:34:12,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1 used request id req-a2810315-fa38-43d0-9141-564a6ee163b1 2019-01-03 17:34:12,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.172883033752s 2019-01-03 17:34:12,954 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0b6453e131974eb0bb3d51740258a5c1 used request id req-a2810315-fa38-43d0-9141-564a6ee163b1 2019-01-03 17:34:12,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:34:12,955 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:13,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-813e0a97-ff85-4607-82c3-9b1d39f4c99a 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}, {"domain_id": null, "id": "fcd7d239142048de84782110c7cd8058", "links": {"self": "http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058"}, "name": "Member"}]} 2019-01-03 17:34:13,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-813e0a97-ff85-4607-82c3-9b1d39f4c99a 2019-01-03 17:34:13,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0903720855713s 2019-01-03 17:34:13,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:34:13,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:13,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:34:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53231ae6-4ac0-42a3-a206-0c2e2ee5809e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:34:13,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/fcd7d239142048de84782110c7cd8058 used request id req-53231ae6-4ac0-42a3-a206-0c2e2ee5809e 2019-01-03 17:34:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1524310112s 2019-01-03 17:34:13,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:34:13,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0b6453e131974eb0bb3d51740258a5c1&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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:13,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-da17e1ef-7f9a-4af5-9a69-ff1e65a2134e Date: Thu, 03 Jan 2019 17:34:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:08Z", "updated_at": "2019-01-03T17:33:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "57ef40c9-0af2-4c78-9c27-8ef91dcd43da", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "9e139972-cda4-4756-8b4e-f1aca259704d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d2cfe410-1249-4186-add9-e17b4e4f87e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d6278c5d-1330-4f89-84b5-8695daf46ac3", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "name": "default"}]} 2019-01-03 17:34:13,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0b6453e131974eb0bb3d51740258a5c1&name=default used request id req-da17e1ef-7f9a-4af5-9a69-ff1e65a2134e 2019-01-03 17:34:13,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.350703954697s 2019-01-03 17:34:13,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=0b6453e131974eb0bb3d51740258a5c1&name=default used request id req-da17e1ef-7f9a-4af5-9a69-ff1e65a2134e 2019-01-03 17:34:13,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:34:13,557 - 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}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:13,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8834a166-260b-402f-8209-b2485229d9ad Date: Thu, 03 Jan 2019 17:34:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:08Z", "updated_at": "2019-01-03T17:33:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "57ef40c9-0af2-4c78-9c27-8ef91dcd43da", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d6278c5d-1330-4f89-84b5-8695daf46ac3", "remote_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "d2cfe410-1249-4186-add9-e17b4e4f87e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:33:08Z", "revision_number": 0, "id": "9e139972-cda4-4756-8b4e-f1aca259704d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:33:08Z", "security_group_id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0b6453e131974eb0bb3d51740258a5c1"}], "revision_number": 4, "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "56ef21c6-2a1f-4025-bb73-7e2786ad8b07", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}]} 2019-01-03 17:34:13,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8834a166-260b-402f-8209-b2485229d9ad 2019-01-03 17:34:13,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200985908508s 2019-01-03 17:34:13,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-8834a166-260b-402f-8209-b2485229d9ad 2019-01-03 17:34:13,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 17:34:13,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/56ef21c6-2a1f-4025-bb73-7e2786ad8b07.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6a0dc4b86d80d1d2e87ebc54de6dfd212c9a560d" 2019-01-03 17:34:14,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53c10dc7-fa73-4d5d-a74f-d8eacd79f88a Content-Length: 0 Date: Thu, 03 Jan 2019 17:34:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:34:14,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/56ef21c6-2a1f-4025-bb73-7e2786ad8b07.json used request id req-53c10dc7-fa73-4d5d-a74f-d8eacd79f88a 2019-01-03 17:34:14,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.335971832275s 2019-01-03 17:34:14,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/56ef21c6-2a1f-4025-bb73-7e2786ad8b07.json used request id req-53c10dc7-fa73-4d5d-a74f-d8eacd79f88a 2019-01-03 17:34:14,098 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2019-01-03 17:34:14,152 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2019-01-03 17:34:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:34:14,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:34:14,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:34:14,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:34:14,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:34:14,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:34:14,208 - 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" 2019-01-03 17:34:14,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a435693e-6a7f-4701-a9fc-86260c3def5c 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"}]}} 2019-01-03 17:34:14,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a435693e-6a7f-4701-a9fc-86260c3def5c 2019-01-03 17:34:14,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:34:14,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:34:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["dMMqHs9BTmiqOEwKW9vXLA"], "issued_at": "2019-01-03T17:34:14.000000Z"}} 2019-01-03 17:34:14,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:14,601 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:14,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dc335d71-f527-4b16-9a24-9c9154f658c0 Date: Thu, 03 Jan 2019 17:34:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:34:14,842 - 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-dc335d71-f527-4b16-9a24-9c9154f658c0 2019-01-03 17:34:14,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242309093475s 2019-01-03 17:34:14,843 - 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-dc335d71-f527-4b16-9a24-9c9154f658c0 2019-01-03 17:34:14,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:34:14,847 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:14,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:34: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"}]}]}} 2019-01-03 17:34:14,857 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:14,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf6cdfb-26dd-42d3-bd01-50ab69c2078b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:34:14,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-eaf6cdfb-26dd-42d3-bd01-50ab69c2078b 2019-01-03 17:34:14,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0940020084381s 2019-01-03 17:34:14,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:34:14,940 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}}' 2019-01-03 17:34:15,064 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7e9216a-e48f-494c-8fc5-3fa7ecbce8c8 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/214ad1d1c94c40928d948ad754c7e00f"}, "enabled": true, "id": "214ad1d1c94c40928d948ad754c7e00f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}} 2019-01-03 17:34:15,064 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d7e9216a-e48f-494c-8fc5-3fa7ecbce8c8 2019-01-03 17:34:15,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125126123428s 2019-01-03 17:34:15,065 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d7e9216a-e48f-494c-8fc5-3fa7ecbce8c8 2019-01-03 17:34:15,066 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'id': u'214ad1d1c94c40928d948ad754c7e00f', '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'})}) 2019-01-03 17:34:15,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:34:15,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368563890457s 2019-01-03 17:34:15,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:15,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c5743a-f825-49da-8f9d-91c4f60d1eac 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/0e28d651febd44e29505737865d3037d"}, "enabled": true, "id": "0e28d651febd44e29505737865d3037d", "options": {}, "domain_id": "default", "name": "vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}} 2019-01-03 17:34:15,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d used request id req-07c5743a-f825-49da-8f9d-91c4f60d1eac 2019-01-03 17:34:15,527 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e28d651febd44e29505737865d3037d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff'}) 2019-01-03 17:34:15,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:34:15,528 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:15,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066fde2f-5d24-4147-a991-ae1fa5302540 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:34:15,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-066fde2f-5d24-4147-a991-ae1fa5302540 2019-01-03 17:34:15,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763869285583s 2019-01-03 17:34:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:34:15,606 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:15,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17308f66-cf43-402d-a8b5-3511c80b112f Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:34:15,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-17308f66-cf43-402d-a8b5-3511c80b112f 2019-01-03 17:34:15,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793619155884s 2019-01-03 17:34:15,686 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:34:15,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:34:15,687 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" -d '{"role": {"name": "Member"}}' 2019-01-03 17:34:15,794 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e09d4f3-240c-49b4-918e-c2989e2ed293 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db8a941eee364b98a694391d94934152", "links": {"self": "http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152"}, "name": "Member"}} 2019-01-03 17:34:15,794 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-6e09d4f3-240c-49b4-918e-c2989e2ed293 2019-01-03 17:34:15,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108500957489s 2019-01-03 17:34:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:15,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584a35fb-e99e-4877-9681-8afda75303cc Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152"}, "domain_id": null, "name": "Member", "id": "db8a941eee364b98a694391d94934152"}} 2019-01-03 17:34:15,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152 used request id req-584a35fb-e99e-4877-9681-8afda75303cc 2019-01-03 17:34:15,868 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152'}, 'domain_id': None, 'human_id': None, 'id': u'db8a941eee364b98a694391d94934152', 'HUMAN_ID': False}) 2019-01-03 17:34:15,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:34:15,869 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:15,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ee29763-ebcc-46d7-9c00-46de070f030f 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "db8a941eee364b98a694391d94934152", "links": {"self": "http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:34:15,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7ee29763-ebcc-46d7-9c00-46de070f030f 2019-01-03 17:34:15,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087856054306s 2019-01-03 17:34:15,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:34:15,958 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a0264f-043d-4fff-a675-9e22d36ba681 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"}} 2019-01-03 17:34:16,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-26a0264f-043d-4fff-a675-9e22d36ba681 2019-01-03 17:34:16,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0776851177216s 2019-01-03 17:34:16,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:34:16,036 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba093b3e-f68a-4214-9262-adde9c2027d7 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "links": {"self": "http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d"}, "domain_id": "default", "enabled": true, "id": "0e28d651febd44e29505737865d3037d", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:34:16,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba093b3e-f68a-4214-9262-adde9c2027d7 2019-01-03 17:34:16,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0946769714355s 2019-01-03 17:34:16,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba093b3e-f68a-4214-9262-adde9c2027d7 2019-01-03 17:34:16,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:34:16,138 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2365992-4ae2-493d-adf1-bfbfdb8334b9 Content-Encoding: gzip Content-Length: 392 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": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f"}, "enabled": true, "id": "214ad1d1c94c40928d948ad754c7e00f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:34:16,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e2365992-4ae2-493d-adf1-bfbfdb8334b9 2019-01-03 17:34:16,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0865309238434s 2019-01-03 17:34:16,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e2365992-4ae2-493d-adf1-bfbfdb8334b9 2019-01-03 17:34:16,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:34:16,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=0e28d651febd44e29505737865d3037d&scope.project.id=214ad1d1c94c40928d948ad754c7e00f&role.id=db8a941eee364b98a694391d94934152 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31768e9-5fef-40e4-9b0b-b5b5fc0559e7 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=0e28d651febd44e29505737865d3037d&scope.project.id=214ad1d1c94c40928d948ad754c7e00f&role.id=db8a941eee364b98a694391d94934152", "previous": null, "next": null}} 2019-01-03 17:34:16,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0e28d651febd44e29505737865d3037d&scope.project.id=214ad1d1c94c40928d948ad754c7e00f&role.id=db8a941eee364b98a694391d94934152 used request id req-f31768e9-5fef-40e4-9b0b-b5b5fc0559e7 2019-01-03 17:34:16,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782558917999s 2019-01-03 17:34:16,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:34:16,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f/users/0e28d651febd44e29505737865d3037d/roles/db8a941eee364b98a694391d94934152 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39795fba-41e7-4903-9024-d184f38e9292 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:34:16,438 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f/users/0e28d651febd44e29505737865d3037d/roles/db8a941eee364b98a694391d94934152 used request id req-39795fba-41e7-4903-9024-d184f38e9292 2019-01-03 17:34:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132345914841s 2019-01-03 17:34:16,439 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 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': '64e62067-d04f-47d0-a77e-295fb32cf0e0', 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_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'project_id': u'214ad1d1c94c40928d948ad754c7e00f', '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': {}}}} 2019-01-03 17:34:16,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:34:16,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:34:16,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:34:16,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:34:16,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:34:16,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:34:16,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:34:16,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:34:16,444 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'password': '64e62067-d04f-47d0-a77e-295fb32cf0e0', 'project_name': 'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '214ad1d1c94c40928d948ad754c7e00f', 'project_domain_name': 'Default'} 2019-01-03 17:34:16,444 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2019-01-03 17:34:16,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:34:16,445 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be89834-7fdf-4e45-9c45-9445c9189e66 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:34:16,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5be89834-7fdf-4e45-9c45-9445c9189e66 2019-01-03 17:34:16,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0803549289703s 2019-01-03 17:34:16,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:34:16,527 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:34:16,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4aefee5-edc3-4421-b75b-b261ceb4b62c Content-Encoding: gzip Content-Length: 392 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": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f"}, "enabled": true, "id": "214ad1d1c94c40928d948ad754c7e00f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:34:16,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f4aefee5-edc3-4421-b75b-b261ceb4b62c 2019-01-03 17:34:16,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789139270782s 2019-01-03 17:34:16,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f4aefee5-edc3-4421-b75b-b261ceb4b62c 2019-01-03 17:34:16,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 17:34:16,610 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" -d '{"network": {"tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "name": "vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "admin_state_up": true}}' 2019-01-03 17:34:17,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c2fd4a42-48d0-47aa-bdfe-76b78b56a418 Date: Thu, 03 Jan 2019 17:34:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:34:17Z","is_default":false,"provider:segmentation_id":83,"name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff","admin_state_up":true,"tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","mtu":1450}} 2019-01-03 17:34:17,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c2fd4a42-48d0-47aa-bdfe-76b78b56a418 2019-01-03 17:34:17,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.554632902145s 2019-01-03 17:34:17,164 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c2fd4a42-48d0-47aa-bdfe-76b78b56a418 2019-01-03 17:34:17,165 - 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'2019-01-03T17:34:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'df688731-4ee8-48c5-bb42-c35147c9beb6', u'provider:segmentation_id': 83, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff', u'admin_state_up': True, u'tenant_id': u'214ad1d1c94c40928d948ad754c7e00f', u'created_at': u'2019-01-03T17:34:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'214ad1d1c94c40928d948ad754c7e00f'}) 2019-01-03 17:34:17,166 - 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" 2019-01-03 17:34:17,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143df386-b4f6-41d3-8384-11c4cc1b9e15 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"}]}} 2019-01-03 17:34:17,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-143df386-b4f6-41d3-8384-11c4cc1b9e15 2019-01-03 17:34:17,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:34:17,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db8a941eee364b98a694391d94934152", "name": "Member"}], "expires_at": "2019-01-03T18:34:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "214ad1d1c94c40928d948ad754c7e00f", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/214ad1d1c94c40928d948ad754c7e00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/214ad1d1c94c40928d948ad754c7e00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/214ad1d1c94c40928d948ad754c7e00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/214ad1d1c94c40928d948ad754c7e00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/214ad1d1c94c40928d948ad754c7e00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/214ad1d1c94c40928d948ad754c7e00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/214ad1d1c94c40928d948ad754c7e00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "id": "0e28d651febd44e29505737865d3037d"}, "audit_ids": ["8fhrm1FqRBeNQamrC_Bs4w"], "issued_at": "2019-01-03T17:34:17.000000Z"}} 2019-01-03 17:34:17,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:17,649 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:17,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-5e74f726-db4a-456d-b242-e22e7117e59c Date: Thu, 03 Jan 2019 17:34:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T17:34:17Z","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:34:17,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5e74f726-db4a-456d-b242-e22e7117e59c 2019-01-03 17:34:17,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263752937317s 2019-01-03 17:34:17,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5e74f726-db4a-456d-b242-e22e7117e59c 2019-01-03 17:34:17,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 17:34:17,915 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"subnet": {"name": "vping_userdata-subnet_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "enable_dhcp": true, "network_id": "df688731-4ee8-48c5-bb42-c35147c9beb6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 17:34:18,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fee04a25-e99a-426f-ba9d-27e26eeb0c4e Date: Thu, 03 Jan 2019 17:34:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df688731-4ee8-48c5-bb42-c35147c9beb6","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:34:18Z","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":"214ad1d1c94c40928d948ad754c7e00f","id":"54c50490-87c7-492e-a9a7-1aa2fe4e4a5c","subnetpool_id":null,"name":"vping_userdata-subnet_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}} 2019-01-03 17:34:18,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-fee04a25-e99a-426f-ba9d-27e26eeb0c4e 2019-01-03 17:34:18,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.735707998276s 2019-01-03 17:34:18,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-fee04a25-e99a-426f-ba9d-27e26eeb0c4e 2019-01-03 17:34:18,651 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T17:34:18Z', 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'54c50490-87c7-492e-a9a7-1aa2fe4e4a5c', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_b81051f3-eecb-4606-87b0-13ef5f60a5ff', u'enable_dhcp': True, u'network_id': u'df688731-4ee8-48c5-bb42-c35147c9beb6', u'tenant_id': u'214ad1d1c94c40928d948ad754c7e00f', u'created_at': u'2019-01-03T17:34:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'214ad1d1c94c40928d948ad754c7e00f'}) 2019-01-03 17:34:18,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 17:34:18,652 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "vping_userdata-router_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "admin_state_up": true}}' 2019-01-03 17:34:19,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-a0f30e92-148b-4107-bc3f-dcdb2e49c784 Date: Thu, 03 Jan 2019 17:34:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "created_at": "2019-01-03T17:34:18Z", "admin_state_up": true, "updated_at": "2019-01-03T17:34:19Z", "revision_number": 2, "routes": [], "project_id": "214ad1d1c94c40928d948ad754c7e00f", "id": "d13f29d7-46c9-4efb-b24e-45ef483abd21", "name": "vping_userdata-router_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}} 2019-01-03 17:34:19,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a0f30e92-148b-4107-bc3f-dcdb2e49c784 2019-01-03 17:34:19,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25839495659s 2019-01-03 17:34:19,910 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a0f30e92-148b-4107-bc3f-dcdb2e49c784 2019-01-03 17:34:19,910 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'473b156e-3bb1-44d1-a29a-a9b9baaee688', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4995cb17-5a37-41b2-beab-15bef6132cde', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'214ad1d1c94c40928d948ad754c7e00f', u'created_at': u'2019-01-03T17:34:18Z', u'admin_state_up': True, u'updated_at': u'2019-01-03T17:34:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'214ad1d1c94c40928d948ad754c7e00f', u'id': u'd13f29d7-46c9-4efb-b24e-45ef483abd21', u'name': u'vping_userdata-router_b81051f3-eecb-4606-87b0-13ef5f60a5ff'}) 2019-01-03 17:34:19,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 17:34:19,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"subnet_id": "54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"}' 2019-01-03 17:34:21,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d413be9d-d9a8-4497-9468-d0caf90af7a0 Date: Thu, 03 Jan 2019 17:34:21 GMT RESP BODY: {"network_id": "df688731-4ee8-48c5-bb42-c35147c9beb6", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "subnet_id": "54c50490-87c7-492e-a9a7-1aa2fe4e4a5c", "subnet_ids": ["54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"], "port_id": "16c381b3-88f0-4f47-bb3e-fc335e5145dc", "id": "d13f29d7-46c9-4efb-b24e-45ef483abd21"} 2019-01-03 17:34:21,526 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/add_router_interface.json used request id req-d413be9d-d9a8-4497-9468-d0caf90af7a0 2019-01-03 17:34:21,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.61470508575s 2019-01-03 17:34:21,526 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/add_router_interface.json used request id req-d413be9d-d9a8-4497-9468-d0caf90af7a0 returning object d13f29d7-46c9-4efb-b24e-45ef483abd21 2019-01-03 17:34:21,527 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:34:21,659 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 17:34:21,661 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:21,666 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 17:34:21 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"}]}]} 2019-01-03 17:34:21,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:34:21,670 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:21,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e859c9ce-769d-41f5-9847-4d7fb2ee16e2 Date: Thu, 03 Jan 2019 17:34:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:34:21,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e859c9ce-769d-41f5-9847-4d7fb2ee16e2 2019-01-03 17:34:21,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172884941101s 2019-01-03 17:34:21,843 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e859c9ce-769d-41f5-9847-4d7fb2ee16e2 2019-01-03 17:34:21,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 17:34:21,845 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}' 2019-01-03 17:34:22,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0 X-Openstack-Request-Id: req-61419e86-da88-4fe2-bae0-6120def6bb9b Date: Thu, 03 Jan 2019 17:34:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file", "owner": "214ad1d1c94c40928d948ad754c7e00f", "id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "size": null, "self": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:34:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "checksum": null, "created_at": "2019-01-03T17:34:22Z", "protected": false} 2019-01-03 17:34:22,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-61419e86-da88-4fe2-bae0-6120def6bb9b 2019-01-03 17:34:22,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.228398084641s 2019-01-03 17:34:22,074 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-61419e86-da88-4fe2-bae0-6120def6bb9b returning object 69902dc6-6c9d-43a8-99d3-9757a1f395d0 2019-01-03 17:34:22,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 17:34:22,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '' 2019-01-03 17:34:24,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6071753-ca44-4e34-a957-b948c26a6835 Date: Thu, 03 Jan 2019 17:34:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:34:24,050 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file used request id req-f6071753-ca44-4e34-a957-b948c26a6835 2019-01-03 17:34:24,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97614097595s 2019-01-03 17:34:24,051 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file used request id req-f6071753-ca44-4e34-a957-b948c26a6835 2019-01-03 17:34:24,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:34:24,052 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:24,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-2e983e6c-9d86-4b10-b98e-e7c75530c7f2 Date: Thu, 03 Jan 2019 17:34:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "metadata": {}}], "file": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file", "owner": "214ad1d1c94c40928d948ad754c7e00f", "id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "size": 12716032, "self": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:34:24Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:34:24,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2e983e6c-9d86-4b10-b98e-e7c75530c7f2 2019-01-03 17:34:24,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185406923294s 2019-01-03 17:34:24,237 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2e983e6c-9d86-4b10-b98e-e7c75530c7f2 2019-01-03 17:34:24,239 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file', 'owner': u'214ad1d1c94c40928d948ad754c7e00f', 'id': u'69902dc6-6c9d-43a8-99d3-9757a1f395d0', 'size': 12716032, u'self': u'/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'214ad1d1c94c40928d948ad754c7e00f', 'name': 'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T17:34:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T17:34:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'created': u'2019-01-03T17:34:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T17:34:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 17:34:24,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:34:24,243 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:34:24,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-028911fe-f1ef-4a00-bbee-586db774feff x-compute-request-id: req-028911fe-f1ef-4a00-bbee-586db774feff Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "name": "vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:34:24,632 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-028911fe-f1ef-4a00-bbee-586db774feff 2019-01-03 17:34:24,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.392030954361s 2019-01-03 17:34:24,633 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-028911fe-f1ef-4a00-bbee-586db774feff returning object 73a30c73-7fd0-4161-ae75-c452f454ffa7 2019-01-03 17:34:24,633 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'73a30c73-7fd0-4161-ae75-c452f454ffa7', 'swap': 0}) 2019-01-03 17:34:24,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:34:24,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7/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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" -d '{"extra_specs": {}}' 2019-01-03 17:34:24,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-5750032a-163c-4f3a-89b5-2daf074b1346 x-compute-request-id: req-5750032a-163c-4f3a-89b5-2daf074b1346 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:34:24,658 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7/os-extra_specs used request id req-5750032a-163c-4f3a-89b5-2daf074b1346 2019-01-03 17:34:24,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239238739014s 2019-01-03 17:34:24,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7/os-extra_specs used request id req-5750032a-163c-4f3a-89b5-2daf074b1346 2019-01-03 17:34:24,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:24,660 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:24,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-5a4a0313-ff70-4825-affe-c31645a5c78e Date: Thu, 03 Jan 2019 17:34: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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"],"updated_at":"2019-01-03T17:34:18Z","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:34:24,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5a4a0313-ff70-4825-affe-c31645a5c78e 2019-01-03 17:34:24,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24533700943s 2019-01-03 17:34:24,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5a4a0313-ff70-4825-affe-c31645a5c78e 2019-01-03 17:34:24,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:34:24,907 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:25,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4157128a-d594-44fc-a72b-2e510f2084e1 Date: Thu, 03 Jan 2019 17:34:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "metadata": {}}], "file": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file", "owner": "214ad1d1c94c40928d948ad754c7e00f", "id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "size": 12716032, "self": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:34:24Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:34:25,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4157128a-d594-44fc-a72b-2e510f2084e1 2019-01-03 17:34:25,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181839942932s 2019-01-03 17:34:25,089 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4157128a-d594-44fc-a72b-2e510f2084e1 2019-01-03 17:34:25,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:34:25,094 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:25,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df1ee58a-2d7e-401c-8a98-855a62529214 x-compute-request-id: req-df1ee58a-2d7e-401c-8a98-855a62529214 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "name": "vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:34:25,273 - 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-df1ee58a-2d7e-401c-8a98-855a62529214 2019-01-03 17:34:25,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183120012283s 2019-01-03 17:34:25,274 - 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-df1ee58a-2d7e-401c-8a98-855a62529214 2019-01-03 17:34:25,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 17:34:25,279 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"server": {"name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "imageRef": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "flavorRef": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "df688731-4ee8-48c5-bb42-c35147c9beb6"}]}}' 2019-01-03 17:34:26,975 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f23effcc-64db-426c-be7f-17be3884bea7 x-compute-request-id: req-f23effcc-64db-426c-be7f-17be3884bea7 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "adminPass": "XyWqAVhdCJg2"}} 2019-01-03 17:34:26,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f23effcc-64db-426c-be7f-17be3884bea7 2019-01-03 17:34:26,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.69932985306s 2019-01-03 17:34:26,976 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f23effcc-64db-426c-be7f-17be3884bea7 2019-01-03 17:34:26,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:26,979 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:27,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-bb70ba17-8ee2-43b0-9760-07456ccba301 x-compute-request-id: req-bb70ba17-8ee2-43b0-9760-07456ccba301 Content-Encoding: gzip Content-Length: 604 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/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:34:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:27,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb70ba17-8ee2-43b0-9760-07456ccba301 2019-01-03 17:34:27,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.262390851974s 2019-01-03 17:34:27,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb70ba17-8ee2-43b0-9760-07456ccba301 2019-01-03 17:34:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:27,247 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:27,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-99ddfcef-ccf2-42ff-b0c9-f517c6312d5f Date: Thu, 03 Jan 2019 17:34:27 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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"],"updated_at":"2019-01-03T17:34:18Z","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:34:27,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-99ddfcef-ccf2-42ff-b0c9-f517c6312d5f 2019-01-03 17:34:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106966018677s 2019-01-03 17:34:27,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-99ddfcef-ccf2-42ff-b0c9-f517c6312d5f 2019-01-03 17:34:27,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 17:34:27,355 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:27,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9845b461-1685-4046-8ef4-c21025882d59 Date: Thu, 03 Jan 2019 17:34:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df688731-4ee8-48c5-bb42-c35147c9beb6","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:34:18Z","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":"214ad1d1c94c40928d948ad754c7e00f","id":"54c50490-87c7-492e-a9a7-1aa2fe4e4a5c","subnetpool_id":null,"name":"vping_userdata-subnet_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:34:27,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-9845b461-1685-4046-8ef4-c21025882d59 2019-01-03 17:34:27,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0541369915009s 2019-01-03 17:34:27,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-9845b461-1685-4046-8ef4-c21025882d59 2019-01-03 17:34:27,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:29,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:29,415 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:30,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df3ca75c-89fd-4dc7-a7f4-fc55482af1d5 x-compute-request-id: req-df3ca75c-89fd-4dc7-a7f4-fc55482af1d5 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:34:28Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:30,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-df3ca75c-89fd-4dc7-a7f4-fc55482af1d5 2019-01-03 17:34:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875972032547s 2019-01-03 17:34:30,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-df3ca75c-89fd-4dc7-a7f4-fc55482af1d5 2019-01-03 17:34:30,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:32,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:32,298 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:33,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3716ad94-3d7b-4f13-88be-966355d9806e x-compute-request-id: req-3716ad94-3d7b-4f13-88be-966355d9806e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:34:28Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:33,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3716ad94-3d7b-4f13-88be-966355d9806e 2019-01-03 17:34:33,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712160110474s 2019-01-03 17:34:33,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3716ad94-3d7b-4f13-88be-966355d9806e 2019-01-03 17:34:33,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:35,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:35,018 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e9ecb1-ac54-4f04-8e65-a5d802e22db5 x-compute-request-id: req-84e9ecb1-ac54-4f04-8e65-a5d802e22db5 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:35,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-84e9ecb1-ac54-4f04-8e65-a5d802e22db5 2019-01-03 17:34:35,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516266107559s 2019-01-03 17:34:35,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-84e9ecb1-ac54-4f04-8e65-a5d802e22db5 2019-01-03 17:34:35,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 17:34:35,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=3e4cd628-84d2-43bd-8975-e58f7b73ac81" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8a139511-ff68-4bda-b78e-7e3541bceb22 Date: Thu, 03 Jan 2019 17:34:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"df688731-4ee8-48c5-bb42-c35147c9beb6","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:28Z","admin_state_up":true,"updated_at":"2019-01-03T17:34:30Z","binding:vnic_type":"normal","device_id":"3e4cd628-84d2-43bd-8975-e58f7b73ac81","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7f:87:72","id":"d8d765d7-02f4-48bc-8aac-06671a918998","port_security_enabled":true,"project_id":"214ad1d1c94c40928d948ad754c7e00f","fixed_ips":[{"subnet_id":"54c50490-87c7-492e-a9a7-1aa2fe4e4a5c","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["93cb35a5-3d79-43ce-8a60-0565f585631e"],"name":""}]} 2019-01-03 17:34:35,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=3e4cd628-84d2-43bd-8975-e58f7b73ac81 used request id req-8a139511-ff68-4bda-b78e-7e3541bceb22 2019-01-03 17:34:35,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0561890602112s 2019-01-03 17:34:35,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=3e4cd628-84d2-43bd-8975-e58f7b73ac81 used request id req-8a139511-ff68-4bda-b78e-7e3541bceb22 2019-01-03 17:34:35,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:34:35,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=d8d765d7-02f4-48bc-8aac-06671a918998" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ee231a79-78f7-4cbb-b56d-3c04eb1eace6 Date: Thu, 03 Jan 2019 17:34:35 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:34:35,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=d8d765d7-02f4-48bc-8aac-06671a918998 used request id req-ee231a79-78f7-4cbb-b56d-3c04eb1eace6 2019-01-03 17:34:35,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0170929431915s 2019-01-03 17:34:35,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=d8d765d7-02f4-48bc-8aac-06671a918998 used request id req-ee231a79-78f7-4cbb-b56d-3c04eb1eace6 2019-01-03 17:34:35,616 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7f:87:72', 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'69902dc6-6c9d-43a8-99d3-9757a1f395d0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T17:34:32.000000', 'flavor': Munch({u'id': u'73a30c73-7fd0-4161-ae75-c452f454ffa7'}), 'az': u'nova', 'id': u'3e4cd628-84d2-43bd-8975-e58f7b73ac81', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e28d651febd44e29505737865d3037d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'214ad1d1c94c40928d948ad754c7e00f', 'name': 'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', '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'2019-01-03T17:34:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T17:34:33Z', 'hostId': u'303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b', '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'2019-01-03T17:34:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'214ad1d1c94c40928d948ad754c7e00f', 'name': u'vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'adminPass': u'XyWqAVhdCJg2', 'tenant_id': u'214ad1d1c94c40928d948ad754c7e00f', 'region': 'regionOne', 'created': u'2019-01-03T17:34:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 17:34:35,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:34:35,617 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-1d434fff-3a85-4e74-b025-7351da29676d Date: Thu, 03 Jan 2019 17:34: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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"],"updated_at":"2019-01-03T17:34:18Z","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:34:35,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1d434fff-3a85-4e74-b025-7351da29676d 2019-01-03 17:34:35,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109033107758s 2019-01-03 17:34:35,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1d434fff-3a85-4e74-b025-7351da29676d 2019-01-03 17:34:35,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:34:35,728 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-65dff785-8477-46fc-89a0-f51d98b16479 Date: Thu, 03 Jan 2019 17:34:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "metadata": {}}], "file": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file", "owner": "214ad1d1c94c40928d948ad754c7e00f", "id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "size": 12716032, "self": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:34:24Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:34:35,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-65dff785-8477-46fc-89a0-f51d98b16479 2019-01-03 17:34:35,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.162642002106s 2019-01-03 17:34:35,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-65dff785-8477-46fc-89a0-f51d98b16479 2019-01-03 17:34:35,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:34:35,895 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:35,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ac2b597-777f-432c-bba7-18a978908368 x-compute-request-id: req-8ac2b597-777f-432c-bba7-18a978908368 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "name": "vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:34:35,939 - 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-8ac2b597-777f-432c-bba7-18a978908368 2019-01-03 17:34:35,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0469930171967s 2019-01-03 17:34:35,940 - 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-8ac2b597-777f-432c-bba7-18a978908368 2019-01-03 17:34:35,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 17:34:35,944 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"server": {"name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "imageRef": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "flavorRef": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEzIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "df688731-4ee8-48c5-bb42-c35147c9beb6"}]}}' 2019-01-03 17:34:37,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fae152fd-9aa5-4342-96c3-9ba1053c4b5c x-compute-request-id: req-fae152fd-9aa5-4342-96c3-9ba1053c4b5c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "adminPass": "42HCFJjQe2F6"}} 2019-01-03 17:34:37,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fae152fd-9aa5-4342-96c3-9ba1053c4b5c 2019-01-03 17:34:37,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.44219589233s 2019-01-03 17:34:37,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-fae152fd-9aa5-4342-96c3-9ba1053c4b5c 2019-01-03 17:34:37,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:37,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:37,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b27b07b-6dd6-4dc5-ac1d-0fcbd20306e3 x-compute-request-id: req-5b27b07b-6dd6-4dc5-ac1d-0fcbd20306e3 Content-Encoding: gzip Content-Length: 843 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/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:34:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:37,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b27b07b-6dd6-4dc5-ac1d-0fcbd20306e3 2019-01-03 17:34:37,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57937002182s 2019-01-03 17:34:37,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b27b07b-6dd6-4dc5-ac1d-0fcbd20306e3 2019-01-03 17:34:37,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:39,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:39,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:40,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-dfaa9773-517d-42ca-a3b4-607fc350bb2d x-compute-request-id: req-dfaa9773-517d-42ca-a3b4-607fc350bb2d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T17:34:38Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:40,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dfaa9773-517d-42ca-a3b4-607fc350bb2d 2019-01-03 17:34:40,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646386861801s 2019-01-03 17:34:40,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dfaa9773-517d-42ca-a3b4-607fc350bb2d 2019-01-03 17:34:40,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:34:42,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:42,629 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:43,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34: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-9d9a735a-ebc6-49cd-b615-5248d2832cb3 x-compute-request-id: req-9d9a735a-ebc6-49cd-b615-5248d2832cb3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:43,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9d9a735a-ebc6-49cd-b615-5248d2832cb3 2019-01-03 17:34:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762564182281s 2019-01-03 17:34:43,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9d9a735a-ebc6-49cd-b615-5248d2832cb3 2019-01-03 17:34:43,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 17:34:43,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:43,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f4595ba7-cb65-49f9-bc28-e025536647f6 Date: Thu, 03 Jan 2019 17:34:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"df688731-4ee8-48c5-bb42-c35147c9beb6","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:38Z","admin_state_up":true,"updated_at":"2019-01-03T17:34:40Z","binding:vnic_type":"normal","device_id":"0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:8f:1d:c6","id":"e388d78a-2b25-4fb6-9ba8-efc9c76e945c","port_security_enabled":true,"project_id":"214ad1d1c94c40928d948ad754c7e00f","fixed_ips":[{"subnet_id":"54c50490-87c7-492e-a9a7-1aa2fe4e4a5c","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["93cb35a5-3d79-43ce-8a60-0565f585631e"],"name":""}]} 2019-01-03 17:34:43,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd used request id req-f4595ba7-cb65-49f9-bc28-e025536647f6 2019-01-03 17:34:43,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0929701328278s 2019-01-03 17:34:43,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd used request id req-f4595ba7-cb65-49f9-bc28-e025536647f6 2019-01-03 17:34:43,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 17:34:43,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e388d78a-2b25-4fb6-9ba8-efc9c76e945c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:43,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f573acb4-a629-4b28-a112-657aa4b5f9bb Date: Thu, 03 Jan 2019 17:34:43 GMT RESP BODY: {"floatingips": []} 2019-01-03 17:34:43,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e388d78a-2b25-4fb6-9ba8-efc9c76e945c used request id req-f573acb4-a629-4b28-a112-657aa4b5f9bb 2019-01-03 17:34:43,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176060199738s 2019-01-03 17:34:43,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=e388d78a-2b25-4fb6-9ba8-efc9c76e945c used request id req-f573acb4-a629-4b28-a112-657aa4b5f9bb 2019-01-03 17:34:43,511 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8f:1d:c6', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'69902dc6-6c9d-43a8-99d3-9757a1f395d0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T17:34:42.000000', 'flavor': Munch({u'id': u'73a30c73-7fd0-4161-ae75-c452f454ffa7'}), 'az': u'nova', 'id': u'0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e28d651febd44e29505737865d3037d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'214ad1d1c94c40928d948ad754c7e00f', 'name': 'vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff', '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'2019-01-03T17:34:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T17:34:42Z', 'hostId': u'13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4', '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'2019-01-03T17:34:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'214ad1d1c94c40928d948ad754c7e00f', 'name': u'vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff', 'adminPass': u'42HCFJjQe2F6', 'tenant_id': u'214ad1d1c94c40928d948ad754c7e00f', 'region': 'regionOne', 'created': u'2019-01-03T17:34:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 17:34:43,512 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2019-01-03 17:34:44,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:44,516 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:45,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0890f9d-feb4-4c74-b4f1-416dd5ec3ae6 x-compute-request-id: req-e0890f9d-feb4-4c74-b4f1-416dd5ec3ae6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:45,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0890f9d-feb4-4c74-b4f1-416dd5ec3ae6 2019-01-03 17:34:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52853012085s 2019-01-03 17:34:45,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0890f9d-feb4-4c74-b4f1-416dd5ec3ae6 2019-01-03 17:34:45,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:45,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:46,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95355000-3974-4825-9f82-1efe752c1af3 x-compute-request-id: req-95355000-3974-4825-9f82-1efe752c1af3 Content-Encoding: gzip Content-Length: 7901 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2019-01-03 17:34:46,150 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-95355000-3974-4825-9f82-1efe752c1af3 2019-01-03 17:34:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10457086563s 2019-01-03 17:34:46,151 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-95355000-3974-4825-9f82-1efe752c1af3 2019-01-03 17:34:46,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2019-01-03 17:34:46,152 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:34:47,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:47,156 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5adf5f2-6270-40d4-92c8-cbbe26966a29 x-compute-request-id: req-c5adf5f2-6270-40d4-92c8-cbbe26966a29 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:47,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5adf5f2-6270-40d4-92c8-cbbe26966a29 2019-01-03 17:34:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770710945129s 2019-01-03 17:34:47,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c5adf5f2-6270-40d4-92c8-cbbe26966a29 2019-01-03 17:34:47,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:47,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:49,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b1cb70b-1272-49a2-9140-7f3a7b0886a4 x-compute-request-id: req-2b1cb70b-1272-49a2-9140-7f3a7b0886a4 Content-Encoding: gzip Content-Length: 7996 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2019-01-03 17:34:49,030 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2b1cb70b-1272-49a2-9140-7f3a7b0886a4 2019-01-03 17:34:49,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10276198387s 2019-01-03 17:34:49,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2b1cb70b-1272-49a2-9140-7f3a7b0886a4 2019-01-03 17:34:49,032 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2019-01-03 17:34:50,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:50,037 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:50,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ecae795-ab18-49e7-a9cc-e4d244c92f87 x-compute-request-id: req-5ecae795-ab18-49e7-a9cc-e4d244c92f87 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:50,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ecae795-ab18-49e7-a9cc-e4d244c92f87 2019-01-03 17:34:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638814926147s 2019-01-03 17:34:50,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ecae795-ab18-49e7-a9cc-e4d244c92f87 2019-01-03 17:34:50,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:50,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:51,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43364cf5-e8ec-4311-b8d0-36d34a2baf7b x-compute-request-id: req-43364cf5-e8ec-4311-b8d0-36d34a2baf7b Content-Encoding: gzip Content-Length: 8020 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\n"} 2019-01-03 17:34:51,774 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-43364cf5-e8ec-4311-b8d0-36d34a2baf7b 2019-01-03 17:34:51,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09799408913s 2019-01-03 17:34:51,776 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-43364cf5-e8ec-4311-b8d0-36d34a2baf7b 2019-01-03 17:34:51,776 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] 2019-01-03 17:34:52,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:52,781 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:53,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40818004-f428-476b-97fc-0b6fdd5142a9 x-compute-request-id: req-40818004-f428-476b-97fc-0b6fdd5142a9 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:53,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-40818004-f428-476b-97fc-0b6fdd5142a9 2019-01-03 17:34:53,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658324956894s 2019-01-03 17:34:53,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-40818004-f428-476b-97fc-0b6fdd5142a9 2019-01-03 17:34:53,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:54,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53687e78-e398-46d9-bb6f-4f2a942aa98d x-compute-request-id: req-53687e78-e398-46d9-bb6f-4f2a942aa98d Content-Encoding: gzip Content-Length: 8020 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\n"} 2019-01-03 17:34:54,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-53687e78-e398-46d9-bb6f-4f2a942aa98d 2019-01-03 17:34:54,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10659790039s 2019-01-03 17:34:54,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-53687e78-e398-46d9-bb6f-4f2a942aa98d 2019-01-03 17:34:54,548 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] 2019-01-03 17:34:55,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:55,554 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:55,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-542baec0-dd8a-42b3-93c1-c00bf47ec350 x-compute-request-id: req-542baec0-dd8a-42b3-93c1-c00bf47ec350 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:55,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-542baec0-dd8a-42b3-93c1-c00bf47ec350 2019-01-03 17:34:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369090080261s 2019-01-03 17:34:55,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-542baec0-dd8a-42b3-93c1-c00bf47ec350 2019-01-03 17:34:55,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:55,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:57,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdc02cef-349d-4733-85b3-77a1cd099fe7 x-compute-request-id: req-bdc02cef-349d-4733-85b3-77a1cd099fe7 Content-Encoding: gzip Content-Length: 8020 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\n"} 2019-01-03 17:34:57,020 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bdc02cef-349d-4733-85b3-77a1cd099fe7 2019-01-03 17:34:57,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09692406654s 2019-01-03 17:34:57,021 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bdc02cef-349d-4733-85b3-77a1cd099fe7 2019-01-03 17:34:57,021 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] 2019-01-03 17:34:58,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:34:58,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:34:58,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-300368d9-a1fb-4ff7-90a7-cca5dc8f973b x-compute-request-id: req-300368d9-a1fb-4ff7-90a7-cca5dc8f973b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:34:58,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-300368d9-a1fb-4ff7-90a7-cca5dc8f973b 2019-01-03 17:34:58,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689752101898s 2019-01-03 17:34:58,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-300368d9-a1fb-4ff7-90a7-cca5dc8f973b 2019-01-03 17:34:58,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:34:58,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:34:59,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7170716-d02f-4fa4-9464-61a306c84c44 x-compute-request-id: req-f7170716-d02f-4fa4-9464-61a306c84c44 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\n"} 2019-01-03 17:34:59,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f7170716-d02f-4fa4-9464-61a306c84c44 2019-01-03 17:34:59,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10598802567s 2019-01-03 17:34:59,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f7170716-d02f-4fa4-9464-61a306c84c44 2019-01-03 17:34:59,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO 2019-01-03 17:35:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:00,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:01,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e15ecee-9955-46b1-ad9f-ce7047e9e60d x-compute-request-id: req-4e15ecee-9955-46b1-ad9f-ce7047e9e60d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:01,438 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4e15ecee-9955-46b1-ad9f-ce7047e9e60d 2019-01-03 17:35:01,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610296010971s 2019-01-03 17:35:01,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4e15ecee-9955-46b1-ad9f-ce7047e9e60d 2019-01-03 17:35:01,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:02,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be0974b-7396-41f1-aa6c-e43acdbd560f x-compute-request-id: req-6be0974b-7396-41f1-aa6c-e43acdbd560f Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\n"} 2019-01-03 17:35:02,546 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6be0974b-7396-41f1-aa6c-e43acdbd560f 2019-01-03 17:35:02,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10647892952s 2019-01-03 17:35:02,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6be0974b-7396-41f1-aa6c-e43acdbd560f 2019-01-03 17:35:02,548 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO 2019-01-03 17:35:03,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:03,553 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:03,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c3ff20f-c436-4509-9752-80b689240113 x-compute-request-id: req-5c3ff20f-c436-4509-9752-80b689240113 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:03,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c3ff20f-c436-4509-9752-80b689240113 2019-01-03 17:35:03,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230432987213s 2019-01-03 17:35:03,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c3ff20f-c436-4509-9752-80b689240113 2019-01-03 17:35:03,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:03,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:04,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4398c353-ed56-4c53-8c3d-9ff58369338f x-compute-request-id: req-4398c353-ed56-4c53-8c3d-9ff58369338f Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\n"} 2019-01-03 17:35:04,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4398c353-ed56-4c53-8c3d-9ff58369338f 2019-01-03 17:35:04,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11887812614s 2019-01-03 17:35:04,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4398c353-ed56-4c53-8c3d-9ff58369338f 2019-01-03 17:35:04,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO 2019-01-03 17:35:05,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:05,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:06,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3da7ca12-a7b3-4bb3-b0b0-4dfdfe1daad3 x-compute-request-id: req-3da7ca12-a7b3-4bb3-b0b0-4dfdfe1daad3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:06,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3da7ca12-a7b3-4bb3-b0b0-4dfdfe1daad3 2019-01-03 17:35:06,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385474920273s 2019-01-03 17:35:06,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3da7ca12-a7b3-4bb3-b0b0-4dfdfe1daad3 2019-01-03 17:35:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:06,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:07,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e249694e-2b91-4d7a-ad0d-587c78f9cf0e x-compute-request-id: req-e249694e-2b91-4d7a-ad0d-587c78f9cf0e Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\n"} 2019-01-03 17:35:07,368 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e249694e-2b91-4d7a-ad0d-587c78f9cf0e 2019-01-03 17:35:07,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0726249218s 2019-01-03 17:35:07,369 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e249694e-2b91-4d7a-ad0d-587c78f9cf0e 2019-01-03 17:35:07,369 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO 2019-01-03 17:35:08,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:08,374 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:09,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17c7180a-fd58-49c3-ae57-e45fb43cda81 x-compute-request-id: req-17c7180a-fd58-49c3-ae57-e45fb43cda81 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:09,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17c7180a-fd58-49c3-ae57-e45fb43cda81 2019-01-03 17:35:09,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809350967407s 2019-01-03 17:35:09,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-17c7180a-fd58-49c3-ae57-e45fb43cda81 2019-01-03 17:35:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:09,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:10,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a654ae9-9df9-417e-a857-163c42ce6793 x-compute-request-id: req-6a654ae9-9df9-417e-a857-163c42ce6793 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:10,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a654ae9-9df9-417e-a857-163c42ce6793 2019-01-03 17:35:10,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06940579414s 2019-01-03 17:35:10,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a654ae9-9df9-417e-a857-163c42ce6793 2019-01-03 17:35:10,255 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO 2019-01-03 17:35:11,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:11,260 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:11,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-463dc8a1-b799-4b2d-aeba-65628c78fee3 x-compute-request-id: req-463dc8a1-b799-4b2d-aeba-65628c78fee3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:11,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-463dc8a1-b799-4b2d-aeba-65628c78fee3 2019-01-03 17:35:11,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563899993896s 2019-01-03 17:35:11,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-463dc8a1-b799-4b2d-aeba-65628c78fee3 2019-01-03 17:35:11,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:11,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:12,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f206d61-1934-487b-a765-14f224de6127 x-compute-request-id: req-7f206d61-1934-487b-a765-14f224de6127 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:12,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7f206d61-1934-487b-a765-14f224de6127 2019-01-03 17:35:12,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09709477425s 2019-01-03 17:35:12,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7f206d61-1934-487b-a765-14f224de6127 2019-01-03 17:35:12,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO 2019-01-03 17:35:12,924 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:35:13,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:13,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:14,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebdfaa43-fbc6-4f6b-974e-c722aecd4cfd x-compute-request-id: req-ebdfaa43-fbc6-4f6b-974e-c722aecd4cfd Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:14,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ebdfaa43-fbc6-4f6b-974e-c722aecd4cfd 2019-01-03 17:35:14,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521697044373s 2019-01-03 17:35:14,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ebdfaa43-fbc6-4f6b-974e-c722aecd4cfd 2019-01-03 17:35:14,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:14,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:15,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f44081fa-79a3-4662-8901-38de4effcce9 x-compute-request-id: req-f44081fa-79a3-4662-8901-38de4effcce9 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:15,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f44081fa-79a3-4662-8901-38de4effcce9 2019-01-03 17:35:15,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07295513153s 2019-01-03 17:35:15,525 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f44081fa-79a3-4662-8901-38de4effcce9 2019-01-03 17:35:15,525 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO 2019-01-03 17:35:16,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:16,530 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:16,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82d59e13-7444-4f2d-9d4b-74092a62251d x-compute-request-id: req-82d59e13-7444-4f2d-9d4b-74092a62251d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:16,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-82d59e13-7444-4f2d-9d4b-74092a62251d 2019-01-03 17:35:16,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365381002426s 2019-01-03 17:35:16,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-82d59e13-7444-4f2d-9d4b-74092a62251d 2019-01-03 17:35:16,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:16,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:17,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d97dbfaa-b954-4271-a457-1d89546d25d2 x-compute-request-id: req-d97dbfaa-b954-4271-a457-1d89546d25d2 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:17,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d97dbfaa-b954-4271-a457-1d89546d25d2 2019-01-03 17:35:17,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07115602493s 2019-01-03 17:35:17,968 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d97dbfaa-b954-4271-a457-1d89546d25d2 2019-01-03 17:35:17,969 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO 2019-01-03 17:35:18,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:18,974 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:19,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a0ad7d7-195b-4637-a92a-123868d45606 x-compute-request-id: req-3a0ad7d7-195b-4637-a92a-123868d45606 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:19,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3a0ad7d7-195b-4637-a92a-123868d45606 2019-01-03 17:35:19,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649565935135s 2019-01-03 17:35:19,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3a0ad7d7-195b-4637-a92a-123868d45606 2019-01-03 17:35:19,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:19,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:20,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd24ef3b-0193-4286-be20-42982ebafea6 x-compute-request-id: req-fd24ef3b-0193-4286-be20-42982ebafea6 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:20,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-fd24ef3b-0193-4286-be20-42982ebafea6 2019-01-03 17:35:20,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09895300865s 2019-01-03 17:35:20,724 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-fd24ef3b-0193-4286-be20-42982ebafea6 2019-01-03 17:35:20,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO 2019-01-03 17:35:21,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:21,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:22,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dac21188-87ad-4479-a084-63d3e6dfd8bb x-compute-request-id: req-dac21188-87ad-4479-a084-63d3e6dfd8bb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:22,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dac21188-87ad-4479-a084-63d3e6dfd8bb 2019-01-03 17:35:22,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541438102722s 2019-01-03 17:35:22,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dac21188-87ad-4479-a084-63d3e6dfd8bb 2019-01-03 17:35:22,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:22,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:23,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04af714e-d527-447e-af6a-59de30cd7b62 x-compute-request-id: req-04af714e-d527-447e-af6a-59de30cd7b62 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:23,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-04af714e-d527-447e-af6a-59de30cd7b62 2019-01-03 17:35:23,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07196307182s 2019-01-03 17:35:23,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-04af714e-d527-447e-af6a-59de30cd7b62 2019-01-03 17:35:23,345 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO 2019-01-03 17:35:24,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:24,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:24,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8f2e3f3-2c81-4f7f-b30f-9c5e50f2eddd x-compute-request-id: req-d8f2e3f3-2c81-4f7f-b30f-9c5e50f2eddd Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:24,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d8f2e3f3-2c81-4f7f-b30f-9c5e50f2eddd 2019-01-03 17:35:24,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508239984512s 2019-01-03 17:35:24,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d8f2e3f3-2c81-4f7f-b30f-9c5e50f2eddd 2019-01-03 17:35:24,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:24,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:25,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b354dbe0-a7ae-4b00-9fd9-fb24057afcf3 x-compute-request-id: req-b354dbe0-a7ae-4b00-9fd9-fb24057afcf3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:25,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b354dbe0-a7ae-4b00-9fd9-fb24057afcf3 2019-01-03 17:35:25,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09760403633s 2019-01-03 17:35:25,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b354dbe0-a7ae-4b00-9fd9-fb24057afcf3 2019-01-03 17:35:25,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO 2019-01-03 17:35:26,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:26,963 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:27,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e3b32ce-4ef7-4287-893a-44394ba74a13 x-compute-request-id: req-1e3b32ce-4ef7-4287-893a-44394ba74a13 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:27,378 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e3b32ce-4ef7-4287-893a-44394ba74a13 2019-01-03 17:35:27,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417928934097s 2019-01-03 17:35:27,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e3b32ce-4ef7-4287-893a-44394ba74a13 2019-01-03 17:35:27,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:28,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9851ae30-2b78-48bc-8c90-c30951c014ca x-compute-request-id: req-9851ae30-2b78-48bc-8c90-c30951c014ca Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:28,456 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9851ae30-2b78-48bc-8c90-c30951c014ca 2019-01-03 17:35:28,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07495307922s 2019-01-03 17:35:28,457 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9851ae30-2b78-48bc-8c90-c30951c014ca 2019-01-03 17:35:28,457 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO 2019-01-03 17:35:29,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:29,463 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:29,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c914e88d-337b-4586-811a-715873ee67cc x-compute-request-id: req-c914e88d-337b-4586-811a-715873ee67cc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:29,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c914e88d-337b-4586-811a-715873ee67cc 2019-01-03 17:35:29,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528164863586s 2019-01-03 17:35:29,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c914e88d-337b-4586-811a-715873ee67cc 2019-01-03 17:35:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:29,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:31,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bbf693f-9216-4466-b9b4-0526bd8163b8 x-compute-request-id: req-6bbf693f-9216-4466-b9b4-0526bd8163b8 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:31,094 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6bbf693f-9216-4466-b9b4-0526bd8163b8 2019-01-03 17:35:31,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10262989998s 2019-01-03 17:35:31,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6bbf693f-9216-4466-b9b4-0526bd8163b8 2019-01-03 17:35:31,096 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:32,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:32,102 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:32,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efb642d0-5514-483b-b827-84422ac15042 x-compute-request-id: req-efb642d0-5514-483b-b827-84422ac15042 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:32,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-efb642d0-5514-483b-b827-84422ac15042 2019-01-03 17:35:32,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470887184143s 2019-01-03 17:35:32,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-efb642d0-5514-483b-b827-84422ac15042 2019-01-03 17:35:32,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:32,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:33,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a25906-24a8-489c-9c30-6193e09b14c6 x-compute-request-id: req-82a25906-24a8-489c-9c30-6193e09b14c6 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:33,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-82a25906-24a8-489c-9c30-6193e09b14c6 2019-01-03 17:35:33,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07071304321s 2019-01-03 17:35:33,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-82a25906-24a8-489c-9c30-6193e09b14c6 2019-01-03 17:35:33,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:34,650 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:35,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b09d8d30-db1d-4393-a387-96f307f23f58 x-compute-request-id: req-b09d8d30-db1d-4393-a387-96f307f23f58 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:35,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b09d8d30-db1d-4393-a387-96f307f23f58 2019-01-03 17:35:35,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51093506813s 2019-01-03 17:35:35,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b09d8d30-db1d-4393-a387-96f307f23f58 2019-01-03 17:35:35,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:35,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:36,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76db4274-8473-414a-b37d-b82c45128352 x-compute-request-id: req-76db4274-8473-414a-b37d-b82c45128352 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:36,234 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-76db4274-8473-414a-b37d-b82c45128352 2019-01-03 17:35:36,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07235002518s 2019-01-03 17:35:36,235 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-76db4274-8473-414a-b37d-b82c45128352 2019-01-03 17:35:36,235 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:37,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:37,241 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:37,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d877c65-accb-4ca1-85f0-c8fbc0c2d30a x-compute-request-id: req-2d877c65-accb-4ca1-85f0-c8fbc0c2d30a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:37,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2d877c65-accb-4ca1-85f0-c8fbc0c2d30a 2019-01-03 17:35:37,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54147195816s 2019-01-03 17:35:37,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2d877c65-accb-4ca1-85f0-c8fbc0c2d30a 2019-01-03 17:35:37,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:37,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:38,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27b0d189-0696-4183-85c9-f6818515463e x-compute-request-id: req-27b0d189-0696-4183-85c9-f6818515463e 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:38,886 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-27b0d189-0696-4183-85c9-f6818515463e 2019-01-03 17:35:38,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10385298729s 2019-01-03 17:35:38,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-27b0d189-0696-4183-85c9-f6818515463e 2019-01-03 17:35:38,888 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:38,889 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:35:39,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:39,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:40,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b55be744-6fe1-4f6b-81d2-4fab2458ab0e x-compute-request-id: req-b55be744-6fe1-4f6b-81d2-4fab2458ab0e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:40,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b55be744-6fe1-4f6b-81d2-4fab2458ab0e 2019-01-03 17:35:40,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508893013s 2019-01-03 17:35:40,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b55be744-6fe1-4f6b-81d2-4fab2458ab0e 2019-01-03 17:35:40,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:40,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:41,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f109edc8-0360-4a32-b28b-af573fb2501b x-compute-request-id: req-f109edc8-0360-4a32-b28b-af573fb2501b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:41,514 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f109edc8-0360-4a32-b28b-af573fb2501b 2019-01-03 17:35:41,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11144900322s 2019-01-03 17:35:41,515 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f109edc8-0360-4a32-b28b-af573fb2501b 2019-01-03 17:35:41,515 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:42,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:42,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:43,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35: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-41bef529-d4b8-4ebd-805b-c102e087906e x-compute-request-id: req-41bef529-d4b8-4ebd-805b-c102e087906e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:43,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-41bef529-d4b8-4ebd-805b-c102e087906e 2019-01-03 17:35:43,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.763456106186s 2019-01-03 17:35:43,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-41bef529-d4b8-4ebd-805b-c102e087906e 2019-01-03 17:35:43,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:43,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:44,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b337741-461e-46fe-8391-bf2779369a02 x-compute-request-id: req-4b337741-461e-46fe-8391-bf2779369a02 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:44,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4b337741-461e-46fe-8391-bf2779369a02 2019-01-03 17:35:44,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07441806793s 2019-01-03 17:35:44,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4b337741-461e-46fe-8391-bf2779369a02 2019-01-03 17:35:44,361 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:45,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:45,366 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:45,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e5a9e81-d0a6-469b-a5dc-2533bb49a7e2 x-compute-request-id: req-2e5a9e81-d0a6-469b-a5dc-2533bb49a7e2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:45,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2e5a9e81-d0a6-469b-a5dc-2533bb49a7e2 2019-01-03 17:35:45,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612486124039s 2019-01-03 17:35:45,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2e5a9e81-d0a6-469b-a5dc-2533bb49a7e2 2019-01-03 17:35:45,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:45,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:47,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbd75ebd-5841-4bd9-844d-6311b2cc5515 x-compute-request-id: req-bbd75ebd-5841-4bd9-844d-6311b2cc5515 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:47,084 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bbd75ebd-5841-4bd9-844d-6311b2cc5515 2019-01-03 17:35:47,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10496902466s 2019-01-03 17:35:47,085 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bbd75ebd-5841-4bd9-844d-6311b2cc5515 2019-01-03 17:35:47,085 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:48,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:48,091 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:48,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35: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-348d0aa9-55ea-42af-8a3d-87a6f3e375d1 x-compute-request-id: req-348d0aa9-55ea-42af-8a3d-87a6f3e375d1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:48,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-348d0aa9-55ea-42af-8a3d-87a6f3e375d1 2019-01-03 17:35:48,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565448999405s 2019-01-03 17:35:48,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-348d0aa9-55ea-42af-8a3d-87a6f3e375d1 2019-01-03 17:35:48,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:48,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:49,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35: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-2e35e74f-a0c5-49d8-ab15-88820c856455 x-compute-request-id: req-2e35e74f-a0c5-49d8-ab15-88820c856455 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:49,731 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e35e74f-a0c5-49d8-ab15-88820c856455 2019-01-03 17:35:49,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07408809662s 2019-01-03 17:35:49,732 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e35e74f-a0c5-49d8-ab15-88820c856455 2019-01-03 17:35:49,732 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:50,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:50,739 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:51,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27746f07-22f7-496d-9ced-69c5a524524e x-compute-request-id: req-27746f07-22f7-496d-9ced-69c5a524524e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:51,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27746f07-22f7-496d-9ced-69c5a524524e 2019-01-03 17:35:51,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759130001068s 2019-01-03 17:35:51,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-27746f07-22f7-496d-9ced-69c5a524524e 2019-01-03 17:35:51,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:51,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:52,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7bf09d7-ea6b-4b15-be1c-67b97136b856 x-compute-request-id: req-e7bf09d7-ea6b-4b15-be1c-67b97136b856 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:52,596 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e7bf09d7-ea6b-4b15-be1c-67b97136b856 2019-01-03 17:35:52,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09826111794s 2019-01-03 17:35:52,597 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e7bf09d7-ea6b-4b15-be1c-67b97136b856 2019-01-03 17:35:52,598 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:53,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:53,603 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:54,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b77f8a66-35f9-4706-9444-41ecd6e297b8 x-compute-request-id: req-b77f8a66-35f9-4706-9444-41ecd6e297b8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:54,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b77f8a66-35f9-4706-9444-41ecd6e297b8 2019-01-03 17:35:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523607969284s 2019-01-03 17:35:54,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b77f8a66-35f9-4706-9444-41ecd6e297b8 2019-01-03 17:35:54,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:55,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00256568-824f-4d80-8433-79f2adc9d19f x-compute-request-id: req-00256568-824f-4d80-8433-79f2adc9d19f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:55,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-00256568-824f-4d80-8433-79f2adc9d19f 2019-01-03 17:35:55,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07286190987s 2019-01-03 17:35:55,201 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-00256568-824f-4d80-8433-79f2adc9d19f 2019-01-03 17:35:55,201 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:56,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:56,207 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:56,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c1506b9-3eab-4536-aa28-216a632ab084 x-compute-request-id: req-4c1506b9-3eab-4536-aa28-216a632ab084 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:56,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c1506b9-3eab-4536-aa28-216a632ab084 2019-01-03 17:35:56,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523388147354s 2019-01-03 17:35:56,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c1506b9-3eab-4536-aa28-216a632ab084 2019-01-03 17:35:56,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:56,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:35:57,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7891f438-b089-4c73-a7df-555c559daaf5 x-compute-request-id: req-7891f438-b089-4c73-a7df-555c559daaf5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:35:57,840 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7891f438-b089-4c73-a7df-555c559daaf5 2019-01-03 17:35:57,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10948514938s 2019-01-03 17:35:57,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7891f438-b089-4c73-a7df-555c559daaf5 2019-01-03 17:35:57,842 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:35:58,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:35:58,847 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:35:59,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35: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-f84e12a6-5fb9-4cdd-9278-21d901c65de7 x-compute-request-id: req-f84e12a6-5fb9-4cdd-9278-21d901c65de7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:35:59,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f84e12a6-5fb9-4cdd-9278-21d901c65de7 2019-01-03 17:35:59,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676677942276s 2019-01-03 17:35:59,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f84e12a6-5fb9-4cdd-9278-21d901c65de7 2019-01-03 17:35:59,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:35:59,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:35:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-105e9cbc-a4ff-4d07-ab47-ce77b9c06bd4 x-compute-request-id: req-105e9cbc-a4ff-4d07-ab47-ce77b9c06bd4 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:00,596 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-105e9cbc-a4ff-4d07-ab47-ce77b9c06bd4 2019-01-03 17:36:00,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07158493996s 2019-01-03 17:36:00,597 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-105e9cbc-a4ff-4d07-ab47-ce77b9c06bd4 2019-01-03 17:36:00,597 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:01,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:01,603 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:01,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-08f51edc-aeb2-402b-9d25-14d19e30feec x-compute-request-id: req-08f51edc-aeb2-402b-9d25-14d19e30feec Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:01,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-08f51edc-aeb2-402b-9d25-14d19e30feec 2019-01-03 17:36:01,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227014064789s 2019-01-03 17:36:01,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-08f51edc-aeb2-402b-9d25-14d19e30feec 2019-01-03 17:36:01,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:01,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:02,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-838bde18-a4bf-45ae-88b0-52847665bbdc x-compute-request-id: req-838bde18-a4bf-45ae-88b0-52847665bbdc 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:02,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-838bde18-a4bf-45ae-88b0-52847665bbdc 2019-01-03 17:36:02,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07330298424s 2019-01-03 17:36:02,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-838bde18-a4bf-45ae-88b0-52847665bbdc 2019-01-03 17:36:02,905 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:03,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:03,910 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:04,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ae3be13-f027-49c8-a2da-f7358da235cb x-compute-request-id: req-3ae3be13-f027-49c8-a2da-f7358da235cb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:04,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3ae3be13-f027-49c8-a2da-f7358da235cb 2019-01-03 17:36:04,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516891956329s 2019-01-03 17:36:04,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3ae3be13-f027-49c8-a2da-f7358da235cb 2019-01-03 17:36:04,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:04,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:05,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-f5c9ab8b-2c70-42c1-bc64-506eca9b4149 x-compute-request-id: req-f5c9ab8b-2c70-42c1-bc64-506eca9b4149 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:05,499 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f5c9ab8b-2c70-42c1-bc64-506eca9b4149 2019-01-03 17:36:05,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07158493996s 2019-01-03 17:36:05,500 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f5c9ab8b-2c70-42c1-bc64-506eca9b4149 2019-01-03 17:36:05,500 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:05,502 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:36:06,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:06,506 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:07,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3257829b-1d07-48d3-809d-69b5d994febc x-compute-request-id: req-3257829b-1d07-48d3-809d-69b5d994febc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:07,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3257829b-1d07-48d3-809d-69b5d994febc 2019-01-03 17:36:07,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677922010422s 2019-01-03 17:36:07,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3257829b-1d07-48d3-809d-69b5d994febc 2019-01-03 17:36:07,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:07,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:08,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-6a8f2cea-4049-4c84-88b4-6b6bf5e17d72 x-compute-request-id: req-6a8f2cea-4049-4c84-88b4-6b6bf5e17d72 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:08,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a8f2cea-4049-4c84-88b4-6b6bf5e17d72 2019-01-03 17:36:08,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07119894028s 2019-01-03 17:36:08,257 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a8f2cea-4049-4c84-88b4-6b6bf5e17d72 2019-01-03 17:36:08,257 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:09,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:09,263 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:09,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-a912402a-fa1d-4616-b232-95333a35b450 x-compute-request-id: req-a912402a-fa1d-4616-b232-95333a35b450 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:09,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a912402a-fa1d-4616-b232-95333a35b450 2019-01-03 17:36:09,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387737035751s 2019-01-03 17:36:09,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a912402a-fa1d-4616-b232-95333a35b450 2019-01-03 17:36:09,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:09,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:10,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-0a12c51e-5835-42b6-8eb5-c702ed2b9ec3 x-compute-request-id: req-0a12c51e-5835-42b6-8eb5-c702ed2b9ec3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:10,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0a12c51e-5835-42b6-8eb5-c702ed2b9ec3 2019-01-03 17:36:10,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09945297241s 2019-01-03 17:36:10,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0a12c51e-5835-42b6-8eb5-c702ed2b9ec3 2019-01-03 17:36:10,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:11,758 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:12,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-fbebf2dc-6f26-4b31-9332-7fd0ec88b888 x-compute-request-id: req-fbebf2dc-6f26-4b31-9332-7fd0ec88b888 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:12,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fbebf2dc-6f26-4b31-9332-7fd0ec88b888 2019-01-03 17:36:12,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545375108719s 2019-01-03 17:36:12,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fbebf2dc-6f26-4b31-9332-7fd0ec88b888 2019-01-03 17:36:12,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:12,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:13,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-746287ec-d196-4004-97e0-dda77e890317 x-compute-request-id: req-746287ec-d196-4004-97e0-dda77e890317 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:13,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-746287ec-d196-4004-97e0-dda77e890317 2019-01-03 17:36:13,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07157492638s 2019-01-03 17:36:13,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-746287ec-d196-4004-97e0-dda77e890317 2019-01-03 17:36:13,376 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:14,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:14,381 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:14,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c6f20e8-b241-4735-b493-7b6513f7aa69 x-compute-request-id: req-0c6f20e8-b241-4735-b493-7b6513f7aa69 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:14,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c6f20e8-b241-4735-b493-7b6513f7aa69 2019-01-03 17:36:14,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366377830505s 2019-01-03 17:36:14,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0c6f20e8-b241-4735-b493-7b6513f7aa69 2019-01-03 17:36:14,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:14,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:15,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2898ea5e-5a39-4f7d-bb02-7ec7aa458e15 x-compute-request-id: req-2898ea5e-5a39-4f7d-bb02-7ec7aa458e15 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:15,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2898ea5e-5a39-4f7d-bb02-7ec7aa458e15 2019-01-03 17:36:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09806013107s 2019-01-03 17:36:15,847 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2898ea5e-5a39-4f7d-bb02-7ec7aa458e15 2019-01-03 17:36:15,847 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:16,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:16,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:17,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-758a73de-bed8-4e3b-bef9-34840b612139 x-compute-request-id: req-758a73de-bed8-4e3b-bef9-34840b612139 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:17,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-758a73de-bed8-4e3b-bef9-34840b612139 2019-01-03 17:36:17,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511984109879s 2019-01-03 17:36:17,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-758a73de-bed8-4e3b-bef9-34840b612139 2019-01-03 17:36:17,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:17,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:18,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d2a48cdf-7f33-4574-b4f8-c059585dd3f2 x-compute-request-id: req-d2a48cdf-7f33-4574-b4f8-c059585dd3f2 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:18,440 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d2a48cdf-7f33-4574-b4f8-c059585dd3f2 2019-01-03 17:36:18,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07481503487s 2019-01-03 17:36:18,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d2a48cdf-7f33-4574-b4f8-c059585dd3f2 2019-01-03 17:36:18,441 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:19,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:19,447 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:19,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-9e9dc2e2-1b20-4b03-816c-3ab01ac324da x-compute-request-id: req-9e9dc2e2-1b20-4b03-816c-3ab01ac324da Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:19,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e9dc2e2-1b20-4b03-816c-3ab01ac324da 2019-01-03 17:36:19,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369395971298s 2019-01-03 17:36:19,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e9dc2e2-1b20-4b03-816c-3ab01ac324da 2019-01-03 17:36:19,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:19,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:20,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-73ac939b-a7c9-4b7a-9052-02818be8802b x-compute-request-id: req-73ac939b-a7c9-4b7a-9052-02818be8802b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:20,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-73ac939b-a7c9-4b7a-9052-02818be8802b 2019-01-03 17:36:20,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07131791115s 2019-01-03 17:36:20,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-73ac939b-a7c9-4b7a-9052-02818be8802b 2019-01-03 17:36:20,889 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:21,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:21,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:22,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d20e9db-421f-44c7-ab10-5c7f42934d15 x-compute-request-id: req-8d20e9db-421f-44c7-ab10-5c7f42934d15 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:22,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8d20e9db-421f-44c7-ab10-5c7f42934d15 2019-01-03 17:36:22,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577606916428s 2019-01-03 17:36:22,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8d20e9db-421f-44c7-ab10-5c7f42934d15 2019-01-03 17:36:22,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:22,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:23,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff0da704-f4b7-4b3c-bb84-ee5617b8a9ba x-compute-request-id: req-ff0da704-f4b7-4b3c-bb84-ee5617b8a9ba 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:23,546 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ff0da704-f4b7-4b3c-bb84-ee5617b8a9ba 2019-01-03 17:36:23,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0739300251s 2019-01-03 17:36:23,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ff0da704-f4b7-4b3c-bb84-ee5617b8a9ba 2019-01-03 17:36:23,547 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:24,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:24,552 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:25,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d45d668-381d-45ae-8390-ce8e66f70ed5 x-compute-request-id: req-7d45d668-381d-45ae-8390-ce8e66f70ed5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:25,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7d45d668-381d-45ae-8390-ce8e66f70ed5 2019-01-03 17:36:25,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536261081696s 2019-01-03 17:36:25,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7d45d668-381d-45ae-8390-ce8e66f70ed5 2019-01-03 17:36:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:26,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e7fe31b-8281-4173-a2ea-46ac102cc9a5 x-compute-request-id: req-2e7fe31b-8281-4173-a2ea-46ac102cc9a5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:26,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e7fe31b-8281-4173-a2ea-46ac102cc9a5 2019-01-03 17:36:26,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07359981537s 2019-01-03 17:36:26,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e7fe31b-8281-4173-a2ea-46ac102cc9a5 2019-01-03 17:36:26,164 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:27,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:27,169 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:27,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-6fe86cd1-ab90-4ef0-be67-158832259c0c x-compute-request-id: req-6fe86cd1-ab90-4ef0-be67-158832259c0c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:27,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6fe86cd1-ab90-4ef0-be67-158832259c0c 2019-01-03 17:36:27,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.244338989258s 2019-01-03 17:36:27,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6fe86cd1-ab90-4ef0-be67-158832259c0c 2019-01-03 17:36:27,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:28,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-f66b17b3-f293-4f22-8ae5-4243012d5712 x-compute-request-id: req-f66b17b3-f293-4f22-8ae5-4243012d5712 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:28,485 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f66b17b3-f293-4f22-8ae5-4243012d5712 2019-01-03 17:36:28,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07047891617s 2019-01-03 17:36:28,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f66b17b3-f293-4f22-8ae5-4243012d5712 2019-01-03 17:36:28,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:29,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:29,492 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:30,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fdb00a29-c9a6-4ec9-b376-86e2baac0bcb x-compute-request-id: req-fdb00a29-c9a6-4ec9-b376-86e2baac0bcb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:30,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdb00a29-c9a6-4ec9-b376-86e2baac0bcb 2019-01-03 17:36:30,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66793012619s 2019-01-03 17:36:30,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdb00a29-c9a6-4ec9-b376-86e2baac0bcb 2019-01-03 17:36:30,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:30,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:31,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d9131c6c-bb04-4aab-a99c-c9d0ad45808d x-compute-request-id: req-d9131c6c-bb04-4aab-a99c-c9d0ad45808d 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:31,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d9131c6c-bb04-4aab-a99c-c9d0ad45808d 2019-01-03 17:36:31,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.26975989342s 2019-01-03 17:36:31,430 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d9131c6c-bb04-4aab-a99c-c9d0ad45808d 2019-01-03 17:36:31,430 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:31,431 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:36:32,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:32,436 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:32,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21441362-1ddb-433d-aa9d-96ebb638cea6 x-compute-request-id: req-21441362-1ddb-433d-aa9d-96ebb638cea6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:32,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21441362-1ddb-433d-aa9d-96ebb638cea6 2019-01-03 17:36:32,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511059999466s 2019-01-03 17:36:32,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21441362-1ddb-433d-aa9d-96ebb638cea6 2019-01-03 17:36:32,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:32,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:34,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0187f7a-91e9-4107-b34c-aee043c20a7f x-compute-request-id: req-b0187f7a-91e9-4107-b34c-aee043c20a7f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:34,049 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b0187f7a-91e9-4107-b34c-aee043c20a7f 2019-01-03 17:36:34,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10114002228s 2019-01-03 17:36:34,050 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b0187f7a-91e9-4107-b34c-aee043c20a7f 2019-01-03 17:36:34,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:35,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:35,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:35,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7c1bea4-a527-412b-96a5-867709b875a5 x-compute-request-id: req-f7c1bea4-a527-412b-96a5-867709b875a5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:35,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f7c1bea4-a527-412b-96a5-867709b875a5 2019-01-03 17:36:35,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667944908142s 2019-01-03 17:36:35,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f7c1bea4-a527-412b-96a5-867709b875a5 2019-01-03 17:36:35,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:35,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:36,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1477d4cb-d767-4a4b-b1e9-a128cec80215 x-compute-request-id: req-1477d4cb-d767-4a4b-b1e9-a128cec80215 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:36,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1477d4cb-d767-4a4b-b1e9-a128cec80215 2019-01-03 17:36:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07511782646s 2019-01-03 17:36:36,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1477d4cb-d767-4a4b-b1e9-a128cec80215 2019-01-03 17:36:36,800 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:37,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:37,805 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:38,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-8bd1142f-2c4b-4b08-95fe-dbe038051299 x-compute-request-id: req-8bd1142f-2c4b-4b08-95fe-dbe038051299 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:38,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8bd1142f-2c4b-4b08-95fe-dbe038051299 2019-01-03 17:36:38,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677315950394s 2019-01-03 17:36:38,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8bd1142f-2c4b-4b08-95fe-dbe038051299 2019-01-03 17:36:38,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:38,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:39,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63f512a4-ab34-4db8-b636-1f9969bee9d2 x-compute-request-id: req-63f512a4-ab34-4db8-b636-1f9969bee9d2 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:39,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-63f512a4-ab34-4db8-b636-1f9969bee9d2 2019-01-03 17:36:39,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07610797882s 2019-01-03 17:36:39,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-63f512a4-ab34-4db8-b636-1f9969bee9d2 2019-01-03 17:36:39,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:40,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:40,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:40,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-bfae28be-a1e1-4c1f-9ae0-11eb82e5675b x-compute-request-id: req-bfae28be-a1e1-4c1f-9ae0-11eb82e5675b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:40,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bfae28be-a1e1-4c1f-9ae0-11eb82e5675b 2019-01-03 17:36:40,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380276203156s 2019-01-03 17:36:40,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bfae28be-a1e1-4c1f-9ae0-11eb82e5675b 2019-01-03 17:36:40,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:40,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:42,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-50f7d75e-b646-412b-aeb3-aba976f0669f x-compute-request-id: req-50f7d75e-b646-412b-aeb3-aba976f0669f Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:42,017 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-50f7d75e-b646-412b-aeb3-aba976f0669f 2019-01-03 17:36:42,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07046318054s 2019-01-03 17:36:42,018 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-50f7d75e-b646-412b-aeb3-aba976f0669f 2019-01-03 17:36:42,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:43,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:43,025 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:43,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-072e291f-84b4-45b9-830b-295fda0608e1 x-compute-request-id: req-072e291f-84b4-45b9-830b-295fda0608e1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:43,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-072e291f-84b4-45b9-830b-295fda0608e1 2019-01-03 17:36:43,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526314020157s 2019-01-03 17:36:43,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-072e291f-84b4-45b9-830b-295fda0608e1 2019-01-03 17:36:43,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:43,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:44,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-57169003-a7a9-4c56-8c80-07b98ece1bd8 x-compute-request-id: req-57169003-a7a9-4c56-8c80-07b98ece1bd8 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:44,655 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-57169003-a7a9-4c56-8c80-07b98ece1bd8 2019-01-03 17:36:44,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10426402092s 2019-01-03 17:36:44,656 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-57169003-a7a9-4c56-8c80-07b98ece1bd8 2019-01-03 17:36:44,656 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:45,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:45,662 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:46,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a533f7f-032a-4562-9861-0ffbc8e4ed2b x-compute-request-id: req-7a533f7f-032a-4562-9861-0ffbc8e4ed2b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:46,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7a533f7f-032a-4562-9861-0ffbc8e4ed2b 2019-01-03 17:36:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520334005356s 2019-01-03 17:36:46,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7a533f7f-032a-4562-9861-0ffbc8e4ed2b 2019-01-03 17:36:46,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:46,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:47,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-bd3a55cf-b14e-4310-86df-57d0990072b3 x-compute-request-id: req-bd3a55cf-b14e-4310-86df-57d0990072b3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:47,260 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bd3a55cf-b14e-4310-86df-57d0990072b3 2019-01-03 17:36:47,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07728600502s 2019-01-03 17:36:47,261 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bd3a55cf-b14e-4310-86df-57d0990072b3 2019-01-03 17:36:47,261 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:48,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:48,266 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:48,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-f93071c9-b2b7-48f8-80c3-17468af1f9fc x-compute-request-id: req-f93071c9-b2b7-48f8-80c3-17468af1f9fc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:48,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f93071c9-b2b7-48f8-80c3-17468af1f9fc 2019-01-03 17:36:48,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602628946304s 2019-01-03 17:36:48,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f93071c9-b2b7-48f8-80c3-17468af1f9fc 2019-01-03 17:36:48,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:48,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:49,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36: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-eadde71b-df1b-4b42-8d65-db3d2eeb451e x-compute-request-id: req-eadde71b-df1b-4b42-8d65-db3d2eeb451e Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:49,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eadde71b-df1b-4b42-8d65-db3d2eeb451e 2019-01-03 17:36:49,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07329106331s 2019-01-03 17:36:49,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eadde71b-df1b-4b42-8d65-db3d2eeb451e 2019-01-03 17:36:49,944 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:50,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:50,949 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:51,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f33405d7-23ea-4711-92ac-3b651b8d4b04 x-compute-request-id: req-f33405d7-23ea-4711-92ac-3b651b8d4b04 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:51,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f33405d7-23ea-4711-92ac-3b651b8d4b04 2019-01-03 17:36:51,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609426021576s 2019-01-03 17:36:51,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f33405d7-23ea-4711-92ac-3b651b8d4b04 2019-01-03 17:36:51,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:51,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:52,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e383098c-bb7c-4ff7-baa2-1bcc5c0d6b57 x-compute-request-id: req-e383098c-bb7c-4ff7-baa2-1bcc5c0d6b57 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:52,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e383098c-bb7c-4ff7-baa2-1bcc5c0d6b57 2019-01-03 17:36:52,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06992387772s 2019-01-03 17:36:52,630 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e383098c-bb7c-4ff7-baa2-1bcc5c0d6b57 2019-01-03 17:36:52,630 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:53,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:53,636 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:54,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3cab0cd-bccd-4bf1-a277-a56db4d63d85 x-compute-request-id: req-b3cab0cd-bccd-4bf1-a277-a56db4d63d85 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:54,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b3cab0cd-bccd-4bf1-a277-a56db4d63d85 2019-01-03 17:36:54,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537423849106s 2019-01-03 17:36:54,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b3cab0cd-bccd-4bf1-a277-a56db4d63d85 2019-01-03 17:36:54,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:54,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:55,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-520de466-bd2d-44b6-800d-09a873ce6c1b x-compute-request-id: req-520de466-bd2d-44b6-800d-09a873ce6c1b Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:55,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-520de466-bd2d-44b6-800d-09a873ce6c1b 2019-01-03 17:36:55,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07339406013s 2019-01-03 17:36:55,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-520de466-bd2d-44b6-800d-09a873ce6c1b 2019-01-03 17:36:55,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:56,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:56,256 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:56,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-6c3ebf67-dd18-45ae-83e0-9f13ef81b5c0 x-compute-request-id: req-6c3ebf67-dd18-45ae-83e0-9f13ef81b5c0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:56,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6c3ebf67-dd18-45ae-83e0-9f13ef81b5c0 2019-01-03 17:36:56,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530512094498s 2019-01-03 17:36:56,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6c3ebf67-dd18-45ae-83e0-9f13ef81b5c0 2019-01-03 17:36:56,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:56,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:36:57,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3fe399fb-28c8-4e83-a081-74bbbcdd9d40 x-compute-request-id: req-3fe399fb-28c8-4e83-a081-74bbbcdd9d40 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:36:57,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3fe399fb-28c8-4e83-a081-74bbbcdd9d40 2019-01-03 17:36:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07153391838s 2019-01-03 17:36:57,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3fe399fb-28c8-4e83-a081-74bbbcdd9d40 2019-01-03 17:36:57,859 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:36:57,860 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:36:58,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:36:58,865 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:36:59,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f55f115d-0b5c-441d-b1ca-4534baffd614 x-compute-request-id: req-f55f115d-0b5c-441d-b1ca-4534baffd614 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:36:59,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f55f115d-0b5c-441d-b1ca-4534baffd614 2019-01-03 17:36:59,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427814006805s 2019-01-03 17:36:59,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f55f115d-0b5c-441d-b1ca-4534baffd614 2019-01-03 17:36:59,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:36:59,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:00,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-59f2774e-a83b-432f-a555-624d6f61e1a3 x-compute-request-id: req-59f2774e-a83b-432f-a555-624d6f61e1a3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:00,403 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-59f2774e-a83b-432f-a555-624d6f61e1a3 2019-01-03 17:37:00,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10993385315s 2019-01-03 17:37:00,404 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-59f2774e-a83b-432f-a555-624d6f61e1a3 2019-01-03 17:37:00,404 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:01,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:01,410 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:01,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb5d1367-422d-4c82-9b64-4f02d235a452 x-compute-request-id: req-bb5d1367-422d-4c82-9b64-4f02d235a452 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:01,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb5d1367-422d-4c82-9b64-4f02d235a452 2019-01-03 17:37:01,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547563076019s 2019-01-03 17:37:01,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb5d1367-422d-4c82-9b64-4f02d235a452 2019-01-03 17:37:01,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:01,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:03,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec6dca0b-8413-4b10-af85-f268a55a04a2 x-compute-request-id: req-ec6dca0b-8413-4b10-af85-f268a55a04a2 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:03,036 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ec6dca0b-8413-4b10-af85-f268a55a04a2 2019-01-03 17:37:03,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07843899727s 2019-01-03 17:37:03,037 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ec6dca0b-8413-4b10-af85-f268a55a04a2 2019-01-03 17:37:03,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:04,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:04,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-548a3ab1-69a9-4b16-a8cb-6d87aba645f0 x-compute-request-id: req-548a3ab1-69a9-4b16-a8cb-6d87aba645f0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:04,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-548a3ab1-69a9-4b16-a8cb-6d87aba645f0 2019-01-03 17:37:04,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365839958191s 2019-01-03 17:37:04,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-548a3ab1-69a9-4b16-a8cb-6d87aba645f0 2019-01-03 17:37:04,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:04,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:05,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e36adb8-9cf2-430b-accd-fa6aa03efaa0 x-compute-request-id: req-3e36adb8-9cf2-430b-accd-fa6aa03efaa0 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:05,481 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3e36adb8-9cf2-430b-accd-fa6aa03efaa0 2019-01-03 17:37:05,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07196593285s 2019-01-03 17:37:05,482 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3e36adb8-9cf2-430b-accd-fa6aa03efaa0 2019-01-03 17:37:05,482 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:06,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:06,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:07,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7995306e-c8ad-4e03-af37-facc2257b10f x-compute-request-id: req-7995306e-c8ad-4e03-af37-facc2257b10f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:07,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7995306e-c8ad-4e03-af37-facc2257b10f 2019-01-03 17:37:07,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526558876038s 2019-01-03 17:37:07,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7995306e-c8ad-4e03-af37-facc2257b10f 2019-01-03 17:37:07,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:08,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9169d81-b99a-449a-bd19-d273983218cd x-compute-request-id: req-d9169d81-b99a-449a-bd19-d273983218cd Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:08,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d9169d81-b99a-449a-bd19-d273983218cd 2019-01-03 17:37:08,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07208395004s 2019-01-03 17:37:08,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d9169d81-b99a-449a-bd19-d273983218cd 2019-01-03 17:37:08,088 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:09,093 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:09,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d95a71d-6a2f-46aa-b017-2157fb19b02e x-compute-request-id: req-6d95a71d-6a2f-46aa-b017-2157fb19b02e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:09,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6d95a71d-6a2f-46aa-b017-2157fb19b02e 2019-01-03 17:37:09,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635437965393s 2019-01-03 17:37:09,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6d95a71d-6a2f-46aa-b017-2157fb19b02e 2019-01-03 17:37:09,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:09,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:10,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb659b7e-6f74-42a1-9936-0bb01f945e0e x-compute-request-id: req-eb659b7e-6f74-42a1-9936-0bb01f945e0e 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:10,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eb659b7e-6f74-42a1-9936-0bb01f945e0e 2019-01-03 17:37:10,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07347416878s 2019-01-03 17:37:10,803 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eb659b7e-6f74-42a1-9936-0bb01f945e0e 2019-01-03 17:37:10,803 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:11,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:11,808 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:12,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-332d5adb-15fb-4288-9800-450841f7d1ba x-compute-request-id: req-332d5adb-15fb-4288-9800-450841f7d1ba Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:12,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-332d5adb-15fb-4288-9800-450841f7d1ba 2019-01-03 17:37:12,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519953012466s 2019-01-03 17:37:12,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-332d5adb-15fb-4288-9800-450841f7d1ba 2019-01-03 17:37:12,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:12,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:13,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37: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-1ed6a0af-61d6-4f3e-adc5-96b9d887cdf5 x-compute-request-id: req-1ed6a0af-61d6-4f3e-adc5-96b9d887cdf5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:13,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ed6a0af-61d6-4f3e-adc5-96b9d887cdf5 2019-01-03 17:37:13,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0793402195s 2019-01-03 17:37:13,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ed6a0af-61d6-4f3e-adc5-96b9d887cdf5 2019-01-03 17:37:13,409 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:14,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:14,415 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:14,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1772f2f8-b488-4bc7-9069-19e061949d63 x-compute-request-id: req-1772f2f8-b488-4bc7-9069-19e061949d63 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:14,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1772f2f8-b488-4bc7-9069-19e061949d63 2019-01-03 17:37:14,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380023956299s 2019-01-03 17:37:14,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1772f2f8-b488-4bc7-9069-19e061949d63 2019-01-03 17:37:14,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:14,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:15,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-de29d4b3-956e-4714-8913-2623de6894fe x-compute-request-id: req-de29d4b3-956e-4714-8913-2623de6894fe 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:15,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de29d4b3-956e-4714-8913-2623de6894fe 2019-01-03 17:37:15,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07084608078s 2019-01-03 17:37:15,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de29d4b3-956e-4714-8913-2623de6894fe 2019-01-03 17:37:15,867 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:16,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:16,873 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:17,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10bfbb63-b08d-47c4-8dd7-9f31c4538a86 x-compute-request-id: req-10bfbb63-b08d-47c4-8dd7-9f31c4538a86 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:17,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-10bfbb63-b08d-47c4-8dd7-9f31c4538a86 2019-01-03 17:37:17,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485017061234s 2019-01-03 17:37:17,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-10bfbb63-b08d-47c4-8dd7-9f31c4538a86 2019-01-03 17:37:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:17,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:18,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-db2b63fe-f837-484f-ad0f-6df10e37e030 x-compute-request-id: req-db2b63fe-f837-484f-ad0f-6df10e37e030 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:18,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-db2b63fe-f837-484f-ad0f-6df10e37e030 2019-01-03 17:37:18,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10601806641s 2019-01-03 17:37:18,465 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-db2b63fe-f837-484f-ad0f-6df10e37e030 2019-01-03 17:37:18,465 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:19,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:19,471 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:20,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86cc4c8d-d2c9-47fd-8505-86c7d1864510 x-compute-request-id: req-86cc4c8d-d2c9-47fd-8505-86c7d1864510 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:20,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-86cc4c8d-d2c9-47fd-8505-86c7d1864510 2019-01-03 17:37:20,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57559299469s 2019-01-03 17:37:20,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-86cc4c8d-d2c9-47fd-8505-86c7d1864510 2019-01-03 17:37:20,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:20,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:21,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-dbccb864-15b7-4261-9b7c-5af7257b6510 x-compute-request-id: req-dbccb864-15b7-4261-9b7c-5af7257b6510 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:21,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dbccb864-15b7-4261-9b7c-5af7257b6510 2019-01-03 17:37:21,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06920599937s 2019-01-03 17:37:21,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dbccb864-15b7-4261-9b7c-5af7257b6510 2019-01-03 17:37:21,117 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:22,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:22,123 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:22,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b8e6abc-9c78-415b-a513-2c96ff3838d0 x-compute-request-id: req-7b8e6abc-9c78-415b-a513-2c96ff3838d0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:22,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7b8e6abc-9c78-415b-a513-2c96ff3838d0 2019-01-03 17:37:22,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561300992966s 2019-01-03 17:37:22,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7b8e6abc-9c78-415b-a513-2c96ff3838d0 2019-01-03 17:37:22,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:22,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:23,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61eeab76-a66b-4345-b24d-852f0c29d881 x-compute-request-id: req-61eeab76-a66b-4345-b24d-852f0c29d881 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:23,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-61eeab76-a66b-4345-b24d-852f0c29d881 2019-01-03 17:37:23,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07102513313s 2019-01-03 17:37:23,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-61eeab76-a66b-4345-b24d-852f0c29d881 2019-01-03 17:37:23,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:23,758 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:37:24,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:24,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:25,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd110d12-e484-4d51-aabd-ecd9fa63b37a x-compute-request-id: req-dd110d12-e484-4d51-aabd-ecd9fa63b37a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:25,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dd110d12-e484-4d51-aabd-ecd9fa63b37a 2019-01-03 17:37:25,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569053888321s 2019-01-03 17:37:25,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dd110d12-e484-4d51-aabd-ecd9fa63b37a 2019-01-03 17:37:25,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:25,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:26,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-462b3beb-f91e-4111-b637-0f56037034c5 x-compute-request-id: req-462b3beb-f91e-4111-b637-0f56037034c5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:26,409 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-462b3beb-f91e-4111-b637-0f56037034c5 2019-01-03 17:37:26,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07640695572s 2019-01-03 17:37:26,410 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-462b3beb-f91e-4111-b637-0f56037034c5 2019-01-03 17:37:26,410 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:27,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:27,415 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:27,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1caf2b21-c9a7-4ab7-a199-7b4909215197 x-compute-request-id: req-1caf2b21-c9a7-4ab7-a199-7b4909215197 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:27,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1caf2b21-c9a7-4ab7-a199-7b4909215197 2019-01-03 17:37:27,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.465095996857s 2019-01-03 17:37:27,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1caf2b21-c9a7-4ab7-a199-7b4909215197 2019-01-03 17:37:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:28,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0904218-f69e-4077-9b66-9916c15d8a9b x-compute-request-id: req-f0904218-f69e-4077-9b66-9916c15d8a9b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:28,988 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f0904218-f69e-4077-9b66-9916c15d8a9b 2019-01-03 17:37:28,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10709500313s 2019-01-03 17:37:28,989 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f0904218-f69e-4077-9b66-9916c15d8a9b 2019-01-03 17:37:28,989 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:29,995 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:30,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e832a000-1c53-40e4-8ee1-44e8110f471b x-compute-request-id: req-e832a000-1c53-40e4-8ee1-44e8110f471b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:30,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e832a000-1c53-40e4-8ee1-44e8110f471b 2019-01-03 17:37:30,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512979984283s 2019-01-03 17:37:30,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e832a000-1c53-40e4-8ee1-44e8110f471b 2019-01-03 17:37:30,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:30,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:31,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-4920920f-5d92-476d-9028-d70e62a6da9f x-compute-request-id: req-4920920f-5d92-476d-9028-d70e62a6da9f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:31,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4920920f-5d92-476d-9028-d70e62a6da9f 2019-01-03 17:37:31,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07424116135s 2019-01-03 17:37:31,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4920920f-5d92-476d-9028-d70e62a6da9f 2019-01-03 17:37:31,584 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:32,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37: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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:33,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95c7a436-9bd2-4f14-9ca3-a1f5163eac5f x-compute-request-id: req-95c7a436-9bd2-4f14-9ca3-a1f5163eac5f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:33,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-95c7a436-9bd2-4f14-9ca3-a1f5163eac5f 2019-01-03 17:37:33,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525535106659s 2019-01-03 17:37:33,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-95c7a436-9bd2-4f14-9ca3-a1f5163eac5f 2019-01-03 17:37:33,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:33,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:34,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-06204b10-1468-4487-8e48-fb673dc0b490 x-compute-request-id: req-06204b10-1468-4487-8e48-fb673dc0b490 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:34,189 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-06204b10-1468-4487-8e48-fb673dc0b490 2019-01-03 17:37:34,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07388591766s 2019-01-03 17:37:34,190 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-06204b10-1468-4487-8e48-fb673dc0b490 2019-01-03 17:37:34,190 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:35,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:35,196 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:35,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b615847c-b430-481c-89b6-75c8e7f80694 x-compute-request-id: req-b615847c-b430-481c-89b6-75c8e7f80694 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:35,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b615847c-b430-481c-89b6-75c8e7f80694 2019-01-03 17:37:35,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519464015961s 2019-01-03 17:37:35,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b615847c-b430-481c-89b6-75c8e7f80694 2019-01-03 17:37:35,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:35,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:36,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-400d0d4a-bc1f-460b-adb6-7236e02bc1b7 x-compute-request-id: req-400d0d4a-bc1f-460b-adb6-7236e02bc1b7 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:36,787 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-400d0d4a-bc1f-460b-adb6-7236e02bc1b7 2019-01-03 17:37:36,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07138681412s 2019-01-03 17:37:36,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-400d0d4a-bc1f-460b-adb6-7236e02bc1b7 2019-01-03 17:37:36,788 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:37,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:37,793 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:38,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e9fcd39-ea15-46dd-8896-07b130557601 x-compute-request-id: req-9e9fcd39-ea15-46dd-8896-07b130557601 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:38,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e9fcd39-ea15-46dd-8896-07b130557601 2019-01-03 17:37:38,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564139127731s 2019-01-03 17:37:38,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9e9fcd39-ea15-46dd-8896-07b130557601 2019-01-03 17:37:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:39,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e828a85-4379-4420-9bed-f5285831506c x-compute-request-id: req-6e828a85-4379-4420-9bed-f5285831506c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:39,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6e828a85-4379-4420-9bed-f5285831506c 2019-01-03 17:37:39,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07437300682s 2019-01-03 17:37:39,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6e828a85-4379-4420-9bed-f5285831506c 2019-01-03 17:37:39,433 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:40,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:40,439 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:40,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc6d577b-b17b-422b-91c3-952db819fd78 x-compute-request-id: req-fc6d577b-b17b-422b-91c3-952db819fd78 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:40,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fc6d577b-b17b-422b-91c3-952db819fd78 2019-01-03 17:37:40,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.238204956055s 2019-01-03 17:37:40,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fc6d577b-b17b-422b-91c3-952db819fd78 2019-01-03 17:37:40,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:40,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:41,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f1f872f-7190-4c7a-a6f2-e47144806e39 x-compute-request-id: req-8f1f872f-7190-4c7a-a6f2-e47144806e39 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:41,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8f1f872f-7190-4c7a-a6f2-e47144806e39 2019-01-03 17:37:41,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07371020317s 2019-01-03 17:37:41,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8f1f872f-7190-4c7a-a6f2-e47144806e39 2019-01-03 17:37:41,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:42,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:42,758 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:43,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-843b75b4-4e65-44e9-a09f-bb5b238b9ce1 x-compute-request-id: req-843b75b4-4e65-44e9-a09f-bb5b238b9ce1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:43,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-843b75b4-4e65-44e9-a09f-bb5b238b9ce1 2019-01-03 17:37:43,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524662971497s 2019-01-03 17:37:43,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-843b75b4-4e65-44e9-a09f-bb5b238b9ce1 2019-01-03 17:37:43,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:43,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:44,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b21a35e7-6cd3-4e20-b62d-f160809058e7 x-compute-request-id: req-b21a35e7-6cd3-4e20-b62d-f160809058e7 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:44,355 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b21a35e7-6cd3-4e20-b62d-f160809058e7 2019-01-03 17:37:44,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07188296318s 2019-01-03 17:37:44,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b21a35e7-6cd3-4e20-b62d-f160809058e7 2019-01-03 17:37:44,356 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:45,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:45,361 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:45,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-42e3150c-1f29-4efe-baf6-fff58945a452 x-compute-request-id: req-42e3150c-1f29-4efe-baf6-fff58945a452 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:45,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42e3150c-1f29-4efe-baf6-fff58945a452 2019-01-03 17:37:45,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510780096054s 2019-01-03 17:37:45,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-42e3150c-1f29-4efe-baf6-fff58945a452 2019-01-03 17:37:45,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:45,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:46,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-23d936c2-8a21-4e1c-9748-6c896d0d1559 x-compute-request-id: req-23d936c2-8a21-4e1c-9748-6c896d0d1559 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:46,947 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-23d936c2-8a21-4e1c-9748-6c896d0d1559 2019-01-03 17:37:46,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07473421097s 2019-01-03 17:37:46,948 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-23d936c2-8a21-4e1c-9748-6c896d0d1559 2019-01-03 17:37:46,948 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:47,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:47,954 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:48,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90d9d25b-48d9-475e-81d0-a54385be0cb3 x-compute-request-id: req-90d9d25b-48d9-475e-81d0-a54385be0cb3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:48,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-90d9d25b-48d9-475e-81d0-a54385be0cb3 2019-01-03 17:37:48,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545969009399s 2019-01-03 17:37:48,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-90d9d25b-48d9-475e-81d0-a54385be0cb3 2019-01-03 17:37:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:48,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:49,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1ec324b5-bb46-4288-98b1-9d21288c272e x-compute-request-id: req-1ec324b5-bb46-4288-98b1-9d21288c272e 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:49,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ec324b5-bb46-4288-98b1-9d21288c272e 2019-01-03 17:37:49,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07295417786s 2019-01-03 17:37:49,574 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ec324b5-bb46-4288-98b1-9d21288c272e 2019-01-03 17:37:49,574 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:49,575 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:37:50,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:50,580 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:51,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eee8a350-6cab-403b-9d2b-0e2911c17e85 x-compute-request-id: req-eee8a350-6cab-403b-9d2b-0e2911c17e85 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:51,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eee8a350-6cab-403b-9d2b-0e2911c17e85 2019-01-03 17:37:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515439033508s 2019-01-03 17:37:51,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-eee8a350-6cab-403b-9d2b-0e2911c17e85 2019-01-03 17:37:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:51,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:52,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1999ea19-aae1-4dc3-b316-689228c5555f x-compute-request-id: req-1999ea19-aae1-4dc3-b316-689228c5555f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:52,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1999ea19-aae1-4dc3-b316-689228c5555f 2019-01-03 17:37:52,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07110285759s 2019-01-03 17:37:52,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1999ea19-aae1-4dc3-b316-689228c5555f 2019-01-03 17:37:52,168 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:53,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:53,172 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:53,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1847cc61-30f6-4e55-ac8b-34c04077398c x-compute-request-id: req-1847cc61-30f6-4e55-ac8b-34c04077398c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:53,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1847cc61-30f6-4e55-ac8b-34c04077398c 2019-01-03 17:37:53,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518224954605s 2019-01-03 17:37:53,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1847cc61-30f6-4e55-ac8b-34c04077398c 2019-01-03 17:37:53,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:53,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:54,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a1530fe-6f91-4cd3-92df-eeae5af9644e x-compute-request-id: req-3a1530fe-6f91-4cd3-92df-eeae5af9644e 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:54,760 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3a1530fe-6f91-4cd3-92df-eeae5af9644e 2019-01-03 17:37:54,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06871604919s 2019-01-03 17:37:54,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3a1530fe-6f91-4cd3-92df-eeae5af9644e 2019-01-03 17:37:54,761 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:55,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:55,765 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:55,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37: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-811335fd-ed63-421a-abbc-852447e3d531 x-compute-request-id: req-811335fd-ed63-421a-abbc-852447e3d531 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:55,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-811335fd-ed63-421a-abbc-852447e3d531 2019-01-03 17:37:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227332830429s 2019-01-03 17:37:55,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-811335fd-ed63-421a-abbc-852447e3d531 2019-01-03 17:37:55,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:57,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37: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-7f2b18b2-c25f-4b6e-88a4-cde9398d0691 x-compute-request-id: req-7f2b18b2-c25f-4b6e-88a4-cde9398d0691 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:57,069 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7f2b18b2-c25f-4b6e-88a4-cde9398d0691 2019-01-03 17:37:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07680106163s 2019-01-03 17:37:57,069 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7f2b18b2-c25f-4b6e-88a4-cde9398d0691 2019-01-03 17:37:57,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:37:58,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:37:58,073 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:37:58,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bee36a1a-2257-434b-90ae-589abad0aaee x-compute-request-id: req-bee36a1a-2257-434b-90ae-589abad0aaee Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:37:58,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bee36a1a-2257-434b-90ae-589abad0aaee 2019-01-03 17:37:58,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549159049988s 2019-01-03 17:37:58,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bee36a1a-2257-434b-90ae-589abad0aaee 2019-01-03 17:37:58,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:37:58,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:37:59,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:37:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c689c430-bf4f-4165-8c38-b093836cc22b x-compute-request-id: req-c689c430-bf4f-4165-8c38-b093836cc22b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:37:59,694 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c689c430-bf4f-4165-8c38-b093836cc22b 2019-01-03 17:37:59,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07080197334s 2019-01-03 17:37:59,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c689c430-bf4f-4165-8c38-b093836cc22b 2019-01-03 17:37:59,696 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:00,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:00,701 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:00,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-edd9652a-3c97-4d09-9072-af77f29b687e x-compute-request-id: req-edd9652a-3c97-4d09-9072-af77f29b687e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:00,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-edd9652a-3c97-4d09-9072-af77f29b687e 2019-01-03 17:38:00,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227705001831s 2019-01-03 17:38:00,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-edd9652a-3c97-4d09-9072-af77f29b687e 2019-01-03 17:38:00,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:00,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:02,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1ddbda3d-1714-4004-bf3e-8e07310797c7 x-compute-request-id: req-1ddbda3d-1714-4004-bf3e-8e07310797c7 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:02,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ddbda3d-1714-4004-bf3e-8e07310797c7 2019-01-03 17:38:02,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07243609428s 2019-01-03 17:38:02,002 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1ddbda3d-1714-4004-bf3e-8e07310797c7 2019-01-03 17:38:02,002 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:03,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:03,006 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:03,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b5d06ea9-b8d7-4ba0-826c-120d2ef5249a x-compute-request-id: req-b5d06ea9-b8d7-4ba0-826c-120d2ef5249a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:03,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b5d06ea9-b8d7-4ba0-826c-120d2ef5249a 2019-01-03 17:38:03,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532073974609s 2019-01-03 17:38:03,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b5d06ea9-b8d7-4ba0-826c-120d2ef5249a 2019-01-03 17:38:03,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:03,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:04,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-989054ee-cd1c-4478-86e6-f84fc2de1c43 x-compute-request-id: req-989054ee-cd1c-4478-86e6-f84fc2de1c43 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:04,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-989054ee-cd1c-4478-86e6-f84fc2de1c43 2019-01-03 17:38:04,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07817602158s 2019-01-03 17:38:04,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-989054ee-cd1c-4478-86e6-f84fc2de1c43 2019-01-03 17:38:04,619 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:05,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:05,624 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:06,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72474c4e-554e-4d89-8aba-e0af226d6b7e x-compute-request-id: req-72474c4e-554e-4d89-8aba-e0af226d6b7e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:06,165 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-72474c4e-554e-4d89-8aba-e0af226d6b7e 2019-01-03 17:38:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543637037277s 2019-01-03 17:38:06,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-72474c4e-554e-4d89-8aba-e0af226d6b7e 2019-01-03 17:38:06,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:06,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:07,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38: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-58e757cf-3b51-4736-89f9-f93c2bbd58c2 x-compute-request-id: req-58e757cf-3b51-4736-89f9-f93c2bbd58c2 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:07,246 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-58e757cf-3b51-4736-89f9-f93c2bbd58c2 2019-01-03 17:38:07,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07813405991s 2019-01-03 17:38:07,247 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-58e757cf-3b51-4736-89f9-f93c2bbd58c2 2019-01-03 17:38:07,247 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:08,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:08,252 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:08,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44ba7456-2b0e-48cc-b51d-1729e4008097 x-compute-request-id: req-44ba7456-2b0e-48cc-b51d-1729e4008097 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:08,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-44ba7456-2b0e-48cc-b51d-1729e4008097 2019-01-03 17:38:08,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5370221138s 2019-01-03 17:38:08,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-44ba7456-2b0e-48cc-b51d-1729e4008097 2019-01-03 17:38:08,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:09,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dc59821-ed3d-4e8e-bb4c-289371504d7f x-compute-request-id: req-0dc59821-ed3d-4e8e-bb4c-289371504d7f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:09,860 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0dc59821-ed3d-4e8e-bb4c-289371504d7f 2019-01-03 17:38:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0707449913s 2019-01-03 17:38:09,861 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0dc59821-ed3d-4e8e-bb4c-289371504d7f 2019-01-03 17:38:09,861 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:10,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:10,866 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:11,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-ddbe6ea5-313f-4c7a-8f57-1ba8aec8d4ed x-compute-request-id: req-ddbe6ea5-313f-4c7a-8f57-1ba8aec8d4ed Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:11,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ddbe6ea5-313f-4c7a-8f57-1ba8aec8d4ed 2019-01-03 17:38:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538559913635s 2019-01-03 17:38:11,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ddbe6ea5-313f-4c7a-8f57-1ba8aec8d4ed 2019-01-03 17:38:11,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:12,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9d9a6a6-1e87-4915-94fe-5c8978ddc12b x-compute-request-id: req-b9d9a6a6-1e87-4915-94fe-5c8978ddc12b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:12,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b9d9a6a6-1e87-4915-94fe-5c8978ddc12b 2019-01-03 17:38:12,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07373189926s 2019-01-03 17:38:12,480 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b9d9a6a6-1e87-4915-94fe-5c8978ddc12b 2019-01-03 17:38:12,480 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:13,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:13,486 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:14,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-73120add-da73-4d70-a076-217af0e45d57 x-compute-request-id: req-73120add-da73-4d70-a076-217af0e45d57 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:14,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-73120add-da73-4d70-a076-217af0e45d57 2019-01-03 17:38:14,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528203010559s 2019-01-03 17:38:14,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-73120add-da73-4d70-a076-217af0e45d57 2019-01-03 17:38:14,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:14,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:15,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38: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-355f467a-b6a4-470e-82fb-2316fe96310c x-compute-request-id: req-355f467a-b6a4-470e-82fb-2316fe96310c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:15,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-355f467a-b6a4-470e-82fb-2316fe96310c 2019-01-03 17:38:15,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07630586624s 2019-01-03 17:38:15,090 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-355f467a-b6a4-470e-82fb-2316fe96310c 2019-01-03 17:38:15,091 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:15,091 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:38:16,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:16,094 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:16,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-bb9f8a70-e6f2-441c-823d-463f7d58bb23 x-compute-request-id: req-bb9f8a70-e6f2-441c-823d-463f7d58bb23 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:16,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb9f8a70-e6f2-441c-823d-463f7d58bb23 2019-01-03 17:38:16,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506063938141s 2019-01-03 17:38:16,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb9f8a70-e6f2-441c-823d-463f7d58bb23 2019-01-03 17:38:16,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:16,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:17,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-4c6bd8a8-be81-4749-a21b-52863f861dc4 x-compute-request-id: req-4c6bd8a8-be81-4749-a21b-52863f861dc4 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:17,675 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4c6bd8a8-be81-4749-a21b-52863f861dc4 2019-01-03 17:38:17,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07372403145s 2019-01-03 17:38:17,676 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4c6bd8a8-be81-4749-a21b-52863f861dc4 2019-01-03 17:38:17,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:18,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:18,681 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:19,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57296e84-202f-4d63-b8aa-738a69d557d3 x-compute-request-id: req-57296e84-202f-4d63-b8aa-738a69d557d3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:19,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57296e84-202f-4d63-b8aa-738a69d557d3 2019-01-03 17:38:19,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526875972748s 2019-01-03 17:38:19,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57296e84-202f-4d63-b8aa-738a69d557d3 2019-01-03 17:38:19,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:19,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:20,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-9e1cecbb-9a46-4bde-8a8b-40e273fdef05 x-compute-request-id: req-9e1cecbb-9a46-4bde-8a8b-40e273fdef05 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:20,282 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9e1cecbb-9a46-4bde-8a8b-40e273fdef05 2019-01-03 17:38:20,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07301306725s 2019-01-03 17:38:20,283 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9e1cecbb-9a46-4bde-8a8b-40e273fdef05 2019-01-03 17:38:20,283 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:21,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:21,289 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:21,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf7402be-57da-471a-b187-6463ae6f1d25 x-compute-request-id: req-cf7402be-57da-471a-b187-6463ae6f1d25 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:21,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf7402be-57da-471a-b187-6463ae6f1d25 2019-01-03 17:38:21,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527689933777s 2019-01-03 17:38:21,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf7402be-57da-471a-b187-6463ae6f1d25 2019-01-03 17:38:21,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:21,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:22,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6afe7663-a39a-4ce7-9e2d-a65ddf03af63 x-compute-request-id: req-6afe7663-a39a-4ce7-9e2d-a65ddf03af63 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:22,895 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6afe7663-a39a-4ce7-9e2d-a65ddf03af63 2019-01-03 17:38:22,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07854509354s 2019-01-03 17:38:22,896 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6afe7663-a39a-4ce7-9e2d-a65ddf03af63 2019-01-03 17:38:22,897 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:23,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:23,901 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:24,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a775670-f3c9-4b71-ac26-a875ec00476d x-compute-request-id: req-8a775670-f3c9-4b71-ac26-a875ec00476d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:24,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a775670-f3c9-4b71-ac26-a875ec00476d 2019-01-03 17:38:24,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540628910065s 2019-01-03 17:38:24,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a775670-f3c9-4b71-ac26-a875ec00476d 2019-01-03 17:38:24,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:24,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:25,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e7234df-1475-455a-a60d-e9a0866eb81a x-compute-request-id: req-7e7234df-1475-455a-a60d-e9a0866eb81a 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:25,514 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7e7234df-1475-455a-a60d-e9a0866eb81a 2019-01-03 17:38:25,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07198214531s 2019-01-03 17:38:25,515 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7e7234df-1475-455a-a60d-e9a0866eb81a 2019-01-03 17:38:25,515 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:26,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:26,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:27,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e5726ed-a153-47ca-a18b-2b0dcc3db86c x-compute-request-id: req-5e5726ed-a153-47ca-a18b-2b0dcc3db86c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:27,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e5726ed-a153-47ca-a18b-2b0dcc3db86c 2019-01-03 17:38:27,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524017095566s 2019-01-03 17:38:27,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e5726ed-a153-47ca-a18b-2b0dcc3db86c 2019-01-03 17:38:27,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:28,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38: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-1a65401e-040f-44d7-95a0-05642453aaa6 x-compute-request-id: req-1a65401e-040f-44d7-95a0-05642453aaa6 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:28,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1a65401e-040f-44d7-95a0-05642453aaa6 2019-01-03 17:38:28,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07289910316s 2019-01-03 17:38:28,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1a65401e-040f-44d7-95a0-05642453aaa6 2019-01-03 17:38:28,119 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:29,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:29,124 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:29,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1161643-fae6-4d8e-9336-2ce8c2deb66b x-compute-request-id: req-f1161643-fae6-4d8e-9336-2ce8c2deb66b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:29,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f1161643-fae6-4d8e-9336-2ce8c2deb66b 2019-01-03 17:38:29,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5132188797s 2019-01-03 17:38:29,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f1161643-fae6-4d8e-9336-2ce8c2deb66b 2019-01-03 17:38:29,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:29,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:30,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8139bd4e-4eb8-49a3-be45-b898acabb1a1 x-compute-request-id: req-8139bd4e-4eb8-49a3-be45-b898acabb1a1 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:30,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8139bd4e-4eb8-49a3-be45-b898acabb1a1 2019-01-03 17:38:30,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07642507553s 2019-01-03 17:38:30,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8139bd4e-4eb8-49a3-be45-b898acabb1a1 2019-01-03 17:38:30,715 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:31,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:31,721 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:32,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1f067b9c-5b23-4575-80c0-16f72a29c5af x-compute-request-id: req-1f067b9c-5b23-4575-80c0-16f72a29c5af Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:32,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1f067b9c-5b23-4575-80c0-16f72a29c5af 2019-01-03 17:38:32,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389194011688s 2019-01-03 17:38:32,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1f067b9c-5b23-4575-80c0-16f72a29c5af 2019-01-03 17:38:32,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:33,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38: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-0857432f-4420-44a9-b7a7-68d20a7089b2 x-compute-request-id: req-0857432f-4420-44a9-b7a7-68d20a7089b2 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:33,184 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0857432f-4420-44a9-b7a7-68d20a7089b2 2019-01-03 17:38:33,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07356500626s 2019-01-03 17:38:33,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0857432f-4420-44a9-b7a7-68d20a7089b2 2019-01-03 17:38:33,185 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:34,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:34,191 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:34,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-7badd6e9-9a5a-4b88-b276-70462a71adc1 x-compute-request-id: req-7badd6e9-9a5a-4b88-b276-70462a71adc1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:34,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7badd6e9-9a5a-4b88-b276-70462a71adc1 2019-01-03 17:38:34,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355911016464s 2019-01-03 17:38:34,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7badd6e9-9a5a-4b88-b276-70462a71adc1 2019-01-03 17:38:34,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:34,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:35,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-e4db704c-54e6-4c3b-9304-c4ec4acffa72 x-compute-request-id: req-e4db704c-54e6-4c3b-9304-c4ec4acffa72 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:35,620 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e4db704c-54e6-4c3b-9304-c4ec4acffa72 2019-01-03 17:38:35,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07301092148s 2019-01-03 17:38:35,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e4db704c-54e6-4c3b-9304-c4ec4acffa72 2019-01-03 17:38:35,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:36,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:36,627 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:37,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00d30a72-acfb-461f-8e7a-1f94c45b736b x-compute-request-id: req-00d30a72-acfb-461f-8e7a-1f94c45b736b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:37,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-00d30a72-acfb-461f-8e7a-1f94c45b736b 2019-01-03 17:38:37,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385202884674s 2019-01-03 17:38:37,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-00d30a72-acfb-461f-8e7a-1f94c45b736b 2019-01-03 17:38:37,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:37,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:38,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-238bede6-c77f-412a-92c6-2bacbd220258 x-compute-request-id: req-238bede6-c77f-412a-92c6-2bacbd220258 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:38,088 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-238bede6-c77f-412a-92c6-2bacbd220258 2019-01-03 17:38:38,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07570099831s 2019-01-03 17:38:38,089 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-238bede6-c77f-412a-92c6-2bacbd220258 2019-01-03 17:38:38,089 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:39,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:39,095 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:39,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c289d59-d329-4942-82b4-377b8fcf4971 x-compute-request-id: req-2c289d59-d329-4942-82b4-377b8fcf4971 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:39,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c289d59-d329-4942-82b4-377b8fcf4971 2019-01-03 17:38:39,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554864883423s 2019-01-03 17:38:39,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2c289d59-d329-4942-82b4-377b8fcf4971 2019-01-03 17:38:39,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:39,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:40,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a27ec36-1bcc-4323-803d-51a639842910 x-compute-request-id: req-6a27ec36-1bcc-4323-803d-51a639842910 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:40,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a27ec36-1bcc-4323-803d-51a639842910 2019-01-03 17:38:40,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07064199448s 2019-01-03 17:38:40,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6a27ec36-1bcc-4323-803d-51a639842910 2019-01-03 17:38:40,722 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:40,723 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:38:41,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:41,727 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:42,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b47e65b-8d0e-49af-b2f3-700aeba9c224 x-compute-request-id: req-9b47e65b-8d0e-49af-b2f3-700aeba9c224 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:42,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9b47e65b-8d0e-49af-b2f3-700aeba9c224 2019-01-03 17:38:42,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392271995544s 2019-01-03 17:38:42,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9b47e65b-8d0e-49af-b2f3-700aeba9c224 2019-01-03 17:38:42,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:42,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:43,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c474b115-a695-48de-9933-a55b6a15bf38 x-compute-request-id: req-c474b115-a695-48de-9933-a55b6a15bf38 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:43,192 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c474b115-a695-48de-9933-a55b6a15bf38 2019-01-03 17:38:43,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07194495201s 2019-01-03 17:38:43,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c474b115-a695-48de-9933-a55b6a15bf38 2019-01-03 17:38:43,193 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:44,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:44,198 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:44,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f185b791-e69f-4f49-b738-f3cad41439fa x-compute-request-id: req-f185b791-e69f-4f49-b738-f3cad41439fa Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:44,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f185b791-e69f-4f49-b738-f3cad41439fa 2019-01-03 17:38:44,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458329916s 2019-01-03 17:38:44,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f185b791-e69f-4f49-b738-f3cad41439fa 2019-01-03 17:38:44,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:44,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:45,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6062c4b7-d46c-4117-99d6-3d66bcca09ef x-compute-request-id: req-6062c4b7-d46c-4117-99d6-3d66bcca09ef 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:45,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6062c4b7-d46c-4117-99d6-3d66bcca09ef 2019-01-03 17:38:45,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06993889809s 2019-01-03 17:38:45,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6062c4b7-d46c-4117-99d6-3d66bcca09ef 2019-01-03 17:38:45,728 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:46,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:46,732 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:47,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-daedacd2-85cc-49d7-b1fe-7c374ba747b5 x-compute-request-id: req-daedacd2-85cc-49d7-b1fe-7c374ba747b5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:47,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-daedacd2-85cc-49d7-b1fe-7c374ba747b5 2019-01-03 17:38:47,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41014289856s 2019-01-03 17:38:47,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-daedacd2-85cc-49d7-b1fe-7c374ba747b5 2019-01-03 17:38:47,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:47,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:48,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2feb8a59-e61d-46a3-85bc-7633fb3afe6a x-compute-request-id: req-2feb8a59-e61d-46a3-85bc-7633fb3afe6a 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:48,216 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2feb8a59-e61d-46a3-85bc-7633fb3afe6a 2019-01-03 17:38:48,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07395601273s 2019-01-03 17:38:48,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2feb8a59-e61d-46a3-85bc-7633fb3afe6a 2019-01-03 17:38:48,218 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:49,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:49,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:49,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-028ff963-17c0-4030-8798-aa68f2c69c22 x-compute-request-id: req-028ff963-17c0-4030-8798-aa68f2c69c22 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:49,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-028ff963-17c0-4030-8798-aa68f2c69c22 2019-01-03 17:38:49,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547942876816s 2019-01-03 17:38:49,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-028ff963-17c0-4030-8798-aa68f2c69c22 2019-01-03 17:38:49,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:49,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:50,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51e5859c-1304-4b37-8827-9b4ad44af524 x-compute-request-id: req-51e5859c-1304-4b37-8827-9b4ad44af524 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:50,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-51e5859c-1304-4b37-8827-9b4ad44af524 2019-01-03 17:38:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07587695122s 2019-01-03 17:38:50,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-51e5859c-1304-4b37-8827-9b4ad44af524 2019-01-03 17:38:50,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:51,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:51,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:52,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e26df90-db50-4b88-981e-f7313629f47b x-compute-request-id: req-7e26df90-db50-4b88-981e-f7313629f47b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:52,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7e26df90-db50-4b88-981e-f7313629f47b 2019-01-03 17:38:52,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524000883102s 2019-01-03 17:38:52,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7e26df90-db50-4b88-981e-f7313629f47b 2019-01-03 17:38:52,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:52,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:53,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89f42f70-8e18-4a85-bfab-bdd34cdce58a x-compute-request-id: req-89f42f70-8e18-4a85-bfab-bdd34cdce58a 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:53,450 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-89f42f70-8e18-4a85-bfab-bdd34cdce58a 2019-01-03 17:38:53,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07178592682s 2019-01-03 17:38:53,451 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-89f42f70-8e18-4a85-bfab-bdd34cdce58a 2019-01-03 17:38:53,451 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:54,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:54,457 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:55,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7d3c6af-3a8a-475f-82b3-ec930bd30a31 x-compute-request-id: req-e7d3c6af-3a8a-475f-82b3-ec930bd30a31 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:55,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e7d3c6af-3a8a-475f-82b3-ec930bd30a31 2019-01-03 17:38:55,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558495998383s 2019-01-03 17:38:55,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e7d3c6af-3a8a-475f-82b3-ec930bd30a31 2019-01-03 17:38:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:55,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:56,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38e0b45d-d71c-4469-a2ed-cf8daea94229 x-compute-request-id: req-38e0b45d-d71c-4469-a2ed-cf8daea94229 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:56,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-38e0b45d-d71c-4469-a2ed-cf8daea94229 2019-01-03 17:38:56,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07163715363s 2019-01-03 17:38:56,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-38e0b45d-d71c-4469-a2ed-cf8daea94229 2019-01-03 17:38:56,088 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:57,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:57,094 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:38:57,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa23cf24-621c-4035-95d1-89858b2a603f x-compute-request-id: req-aa23cf24-621c-4035-95d1-89858b2a603f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:38:57,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aa23cf24-621c-4035-95d1-89858b2a603f 2019-01-03 17:38:57,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513190031052s 2019-01-03 17:38:57,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-aa23cf24-621c-4035-95d1-89858b2a603f 2019-01-03 17:38:57,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:38:57,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:38:58,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fa11571-8a35-478e-b031-094e274f1671 x-compute-request-id: req-0fa11571-8a35-478e-b031-094e274f1671 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:38:58,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0fa11571-8a35-478e-b031-094e274f1671 2019-01-03 17:38:58,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07095813751s 2019-01-03 17:38:58,680 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0fa11571-8a35-478e-b031-094e274f1671 2019-01-03 17:38:58,680 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:38:59,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:38:59,685 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:00,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:38:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d32b9dc3-5beb-4e84-8a8f-85480f61a61f x-compute-request-id: req-d32b9dc3-5beb-4e84-8a8f-85480f61a61f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:00,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d32b9dc3-5beb-4e84-8a8f-85480f61a61f 2019-01-03 17:39:00,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382213115692s 2019-01-03 17:39:00,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d32b9dc3-5beb-4e84-8a8f-85480f61a61f 2019-01-03 17:39:00,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:00,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:01,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e305e565-ae99-48e5-b00c-22c408efad09 x-compute-request-id: req-e305e565-ae99-48e5-b00c-22c408efad09 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:01,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e305e565-ae99-48e5-b00c-22c408efad09 2019-01-03 17:39:01,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07497811317s 2019-01-03 17:39:01,144 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e305e565-ae99-48e5-b00c-22c408efad09 2019-01-03 17:39:01,144 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:02,149 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:02,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-515785df-9eee-4f0b-a8ec-92250de215bf x-compute-request-id: req-515785df-9eee-4f0b-a8ec-92250de215bf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:02,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-515785df-9eee-4f0b-a8ec-92250de215bf 2019-01-03 17:39:02,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36696100235s 2019-01-03 17:39:02,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-515785df-9eee-4f0b-a8ec-92250de215bf 2019-01-03 17:39:02,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:03,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-010e7cef-8992-4649-bde3-5f39c74345b6 x-compute-request-id: req-010e7cef-8992-4649-bde3-5f39c74345b6 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:03,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-010e7cef-8992-4649-bde3-5f39c74345b6 2019-01-03 17:39:03,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07360601425s 2019-01-03 17:39:03,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-010e7cef-8992-4649-bde3-5f39c74345b6 2019-01-03 17:39:03,592 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:04,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:04,597 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:05,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf8c4997-3e7f-43c0-aa75-6619a68455fe x-compute-request-id: req-cf8c4997-3e7f-43c0-aa75-6619a68455fe Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:05,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf8c4997-3e7f-43c0-aa75-6619a68455fe 2019-01-03 17:39:05,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540257930756s 2019-01-03 17:39:05,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf8c4997-3e7f-43c0-aa75-6619a68455fe 2019-01-03 17:39:05,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:06,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6def063-bc9c-4636-84bb-2e5f45b50d4c x-compute-request-id: req-f6def063-bc9c-4636-84bb-2e5f45b50d4c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:06,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f6def063-bc9c-4636-84bb-2e5f45b50d4c 2019-01-03 17:39:06,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07580900192s 2019-01-03 17:39:06,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f6def063-bc9c-4636-84bb-2e5f45b50d4c 2019-01-03 17:39:06,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:06,216 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:39:07,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:07,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:07,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf448432-db3f-4c36-b533-3fbe304fc453 x-compute-request-id: req-cf448432-db3f-4c36-b533-3fbe304fc453 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:07,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf448432-db3f-4c36-b533-3fbe304fc453 2019-01-03 17:39:07,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230620861053s 2019-01-03 17:39:07,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-cf448432-db3f-4c36-b533-3fbe304fc453 2019-01-03 17:39:07,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:07,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:08,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e21d44e-c292-4cde-a0f3-735316971b9d x-compute-request-id: req-2e21d44e-c292-4cde-a0f3-735316971b9d 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:08,535 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e21d44e-c292-4cde-a0f3-735316971b9d 2019-01-03 17:39:08,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08375787735s 2019-01-03 17:39:08,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2e21d44e-c292-4cde-a0f3-735316971b9d 2019-01-03 17:39:08,536 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:09,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:09,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:10,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f86d433c-f343-49f2-905e-dacec12ffde8 x-compute-request-id: req-f86d433c-f343-49f2-905e-dacec12ffde8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:10,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f86d433c-f343-49f2-905e-dacec12ffde8 2019-01-03 17:39:10,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543654918671s 2019-01-03 17:39:10,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f86d433c-f343-49f2-905e-dacec12ffde8 2019-01-03 17:39:10,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:11,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d36dcd3-e8c0-443f-b633-aea90a8afbce x-compute-request-id: req-3d36dcd3-e8c0-443f-b633-aea90a8afbce Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:11,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3d36dcd3-e8c0-443f-b633-aea90a8afbce 2019-01-03 17:39:11,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0695939064s 2019-01-03 17:39:11,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3d36dcd3-e8c0-443f-b633-aea90a8afbce 2019-01-03 17:39:11,157 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:12,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:12,162 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:12,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d836e99-2537-4f3e-a2d8-e5b802968279 x-compute-request-id: req-2d836e99-2537-4f3e-a2d8-e5b802968279 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:12,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2d836e99-2537-4f3e-a2d8-e5b802968279 2019-01-03 17:39:12,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528664112091s 2019-01-03 17:39:12,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2d836e99-2537-4f3e-a2d8-e5b802968279 2019-01-03 17:39:12,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:12,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:13,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94171b32-d6d4-4079-9e2a-8de7ebc39fd6 x-compute-request-id: req-94171b32-d6d4-4079-9e2a-8de7ebc39fd6 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:13,767 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-94171b32-d6d4-4079-9e2a-8de7ebc39fd6 2019-01-03 17:39:13,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07596111298s 2019-01-03 17:39:13,768 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-94171b32-d6d4-4079-9e2a-8de7ebc39fd6 2019-01-03 17:39:13,769 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:14,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:14,774 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:15,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-490537b3-ef70-4cf1-bb1c-acca78818f3f x-compute-request-id: req-490537b3-ef70-4cf1-bb1c-acca78818f3f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:15,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-490537b3-ef70-4cf1-bb1c-acca78818f3f 2019-01-03 17:39:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522440195084s 2019-01-03 17:39:15,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-490537b3-ef70-4cf1-bb1c-acca78818f3f 2019-01-03 17:39:15,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:15,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:16,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c51d86d5-d5c5-44f1-a136-dad860b97782 x-compute-request-id: req-c51d86d5-d5c5-44f1-a136-dad860b97782 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:16,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c51d86d5-d5c5-44f1-a136-dad860b97782 2019-01-03 17:39:16,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07331085205s 2019-01-03 17:39:16,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c51d86d5-d5c5-44f1-a136-dad860b97782 2019-01-03 17:39:16,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:17,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:17,377 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:17,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-ef6d97b1-6e7a-4e3f-b3db-73a0aa982673 x-compute-request-id: req-ef6d97b1-6e7a-4e3f-b3db-73a0aa982673 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:17,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef6d97b1-6e7a-4e3f-b3db-73a0aa982673 2019-01-03 17:39:17,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380587100983s 2019-01-03 17:39:17,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ef6d97b1-6e7a-4e3f-b3db-73a0aa982673 2019-01-03 17:39:17,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:18,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-9cbf4a35-4ec5-44cd-b5b0-485e5ae9b71f x-compute-request-id: req-9cbf4a35-4ec5-44cd-b5b0-485e5ae9b71f Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:18,826 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9cbf4a35-4ec5-44cd-b5b0-485e5ae9b71f 2019-01-03 17:39:18,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06879997253s 2019-01-03 17:39:18,827 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9cbf4a35-4ec5-44cd-b5b0-485e5ae9b71f 2019-01-03 17:39:18,827 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:19,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:19,833 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:20,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39: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-04667af1-615c-4fb0-9e1b-f31348b9e250 x-compute-request-id: req-04667af1-615c-4fb0-9e1b-f31348b9e250 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:20,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-04667af1-615c-4fb0-9e1b-f31348b9e250 2019-01-03 17:39:20,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367486953735s 2019-01-03 17:39:20,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-04667af1-615c-4fb0-9e1b-f31348b9e250 2019-01-03 17:39:20,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:20,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:21,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea248522-8790-4656-a111-7132535c7d61 x-compute-request-id: req-ea248522-8790-4656-a111-7132535c7d61 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:21,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ea248522-8790-4656-a111-7132535c7d61 2019-01-03 17:39:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06998801231s 2019-01-03 17:39:21,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ea248522-8790-4656-a111-7132535c7d61 2019-01-03 17:39:21,272 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:22,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:22,277 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:22,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee664858-13c6-4f5d-8ea7-1a131eb234d7 x-compute-request-id: req-ee664858-13c6-4f5d-8ea7-1a131eb234d7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:22,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ee664858-13c6-4f5d-8ea7-1a131eb234d7 2019-01-03 17:39:22,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554516077042s 2019-01-03 17:39:22,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ee664858-13c6-4f5d-8ea7-1a131eb234d7 2019-01-03 17:39:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:22,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:23,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd9984ef-2574-4d6d-b5cb-14daae573565 x-compute-request-id: req-dd9984ef-2574-4d6d-b5cb-14daae573565 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:23,902 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dd9984ef-2574-4d6d-b5cb-14daae573565 2019-01-03 17:39:23,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06997799873s 2019-01-03 17:39:23,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dd9984ef-2574-4d6d-b5cb-14daae573565 2019-01-03 17:39:23,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:24,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:24,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:25,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e819fa30-40bc-4ef6-8fdb-8edae7f05620 x-compute-request-id: req-e819fa30-40bc-4ef6-8fdb-8edae7f05620 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:25,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e819fa30-40bc-4ef6-8fdb-8edae7f05620 2019-01-03 17:39:25,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680634021759s 2019-01-03 17:39:25,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e819fa30-40bc-4ef6-8fdb-8edae7f05620 2019-01-03 17:39:25,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:25,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:26,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-261a27bb-7ff5-4490-97fa-d603cfd7ddd6 x-compute-request-id: req-261a27bb-7ff5-4490-97fa-d603cfd7ddd6 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:26,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-261a27bb-7ff5-4490-97fa-d603cfd7ddd6 2019-01-03 17:39:26,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07711601257s 2019-01-03 17:39:26,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-261a27bb-7ff5-4490-97fa-d603cfd7ddd6 2019-01-03 17:39:26,668 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:27,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:27,674 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:28,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca5b6b22-dc2f-4f1c-bd47-fa15e1d05d79 x-compute-request-id: req-ca5b6b22-dc2f-4f1c-bd47-fa15e1d05d79 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:28,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ca5b6b22-dc2f-4f1c-bd47-fa15e1d05d79 2019-01-03 17:39:28,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632529020309s 2019-01-03 17:39:28,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ca5b6b22-dc2f-4f1c-bd47-fa15e1d05d79 2019-01-03 17:39:28,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:28,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:29,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de86fea0-08f8-4d02-b33d-c25ef3483cf0 x-compute-request-id: req-de86fea0-08f8-4d02-b33d-c25ef3483cf0 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:29,387 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de86fea0-08f8-4d02-b33d-c25ef3483cf0 2019-01-03 17:39:29,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07981300354s 2019-01-03 17:39:29,388 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de86fea0-08f8-4d02-b33d-c25ef3483cf0 2019-01-03 17:39:29,388 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:30,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:30,394 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:31,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c249a4b-e38c-481e-9e6f-ee5f77830018 x-compute-request-id: req-1c249a4b-e38c-481e-9e6f-ee5f77830018 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:31,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1c249a4b-e38c-481e-9e6f-ee5f77830018 2019-01-03 17:39:31,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776349067688s 2019-01-03 17:39:31,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1c249a4b-e38c-481e-9e6f-ee5f77830018 2019-01-03 17:39:31,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:31,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:32,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bdb34bd-86d5-4d98-9fc9-23e9ada38fe3 x-compute-request-id: req-1bdb34bd-86d5-4d98-9fc9-23e9ada38fe3 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:32,242 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1bdb34bd-86d5-4d98-9fc9-23e9ada38fe3 2019-01-03 17:39:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07194399834s 2019-01-03 17:39:32,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1bdb34bd-86d5-4d98-9fc9-23e9ada38fe3 2019-01-03 17:39:32,243 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:32,244 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:39:33,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:33,249 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:33,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a99cea66-40b0-4811-866d-92237224eb3a x-compute-request-id: req-a99cea66-40b0-4811-866d-92237224eb3a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:33,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a99cea66-40b0-4811-866d-92237224eb3a 2019-01-03 17:39:33,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614524126053s 2019-01-03 17:39:33,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a99cea66-40b0-4811-866d-92237224eb3a 2019-01-03 17:39:33,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:34,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a1980fe-01a8-4df0-9b51-1f854a24aa49 x-compute-request-id: req-5a1980fe-01a8-4df0-9b51-1f854a24aa49 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:34,938 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-5a1980fe-01a8-4df0-9b51-1f854a24aa49 2019-01-03 17:39:34,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07420396805s 2019-01-03 17:39:34,939 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-5a1980fe-01a8-4df0-9b51-1f854a24aa49 2019-01-03 17:39:34,939 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:35,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:35,944 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:36,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39: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-8e30924d-8e6a-4d92-b50d-5270da90c229 x-compute-request-id: req-8e30924d-8e6a-4d92-b50d-5270da90c229 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:36,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8e30924d-8e6a-4d92-b50d-5270da90c229 2019-01-03 17:39:36,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225270032883s 2019-01-03 17:39:36,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8e30924d-8e6a-4d92-b50d-5270da90c229 2019-01-03 17:39:36,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:37,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6466c4f-7c1a-47b0-a4ac-a907f94bfc19 x-compute-request-id: req-d6466c4f-7c1a-47b0-a4ac-a907f94bfc19 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:37,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d6466c4f-7c1a-47b0-a4ac-a907f94bfc19 2019-01-03 17:39:37,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08322000504s 2019-01-03 17:39:37,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d6466c4f-7c1a-47b0-a4ac-a907f94bfc19 2019-01-03 17:39:37,254 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:38,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:38,260 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:38,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8f58428-af56-4da2-936e-6fe095bdbfe9 x-compute-request-id: req-c8f58428-af56-4da2-936e-6fe095bdbfe9 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:38,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8f58428-af56-4da2-936e-6fe095bdbfe9 2019-01-03 17:39:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382218837738s 2019-01-03 17:39:38,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c8f58428-af56-4da2-936e-6fe095bdbfe9 2019-01-03 17:39:38,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:38,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:39,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c19f8b4d-3674-43bc-ae84-5075f05b12eb x-compute-request-id: req-c19f8b4d-3674-43bc-ae84-5075f05b12eb Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:39,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c19f8b4d-3674-43bc-ae84-5075f05b12eb 2019-01-03 17:39:39,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07400512695s 2019-01-03 17:39:39,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c19f8b4d-3674-43bc-ae84-5075f05b12eb 2019-01-03 17:39:39,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:40,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:40,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:41,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39: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-3a0cd752-a80b-4750-a093-68163166a96b x-compute-request-id: req-3a0cd752-a80b-4750-a093-68163166a96b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:41,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3a0cd752-a80b-4750-a093-68163166a96b 2019-01-03 17:39:41,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680916070938s 2019-01-03 17:39:41,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3a0cd752-a80b-4750-a093-68163166a96b 2019-01-03 17:39:41,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:41,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:42,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c006bc7b-970c-4c68-9657-c313c14753b0 x-compute-request-id: req-c006bc7b-970c-4c68-9657-c313c14753b0 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:42,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c006bc7b-970c-4c68-9657-c313c14753b0 2019-01-03 17:39:42,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07244300842s 2019-01-03 17:39:42,478 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c006bc7b-970c-4c68-9657-c313c14753b0 2019-01-03 17:39:42,478 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:43,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:43,484 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:44,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39: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-c6bb21f0-dc6d-439e-bf5a-49259c690b2d x-compute-request-id: req-c6bb21f0-dc6d-439e-bf5a-49259c690b2d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:44,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c6bb21f0-dc6d-439e-bf5a-49259c690b2d 2019-01-03 17:39:44,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614953041077s 2019-01-03 17:39:44,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c6bb21f0-dc6d-439e-bf5a-49259c690b2d 2019-01-03 17:39:44,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:44,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:45,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bf17340-bbd4-480d-bec7-02b9f0a133fc x-compute-request-id: req-4bf17340-bbd4-480d-bec7-02b9f0a133fc Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:45,173 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4bf17340-bbd4-480d-bec7-02b9f0a133fc 2019-01-03 17:39:45,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07374000549s 2019-01-03 17:39:45,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4bf17340-bbd4-480d-bec7-02b9f0a133fc 2019-01-03 17:39:45,174 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:46,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:46,180 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:46,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c4f8423-8f27-4102-b4a7-13c6771ee213 x-compute-request-id: req-7c4f8423-8f27-4102-b4a7-13c6771ee213 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:46,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7c4f8423-8f27-4102-b4a7-13c6771ee213 2019-01-03 17:39:46,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455764055252s 2019-01-03 17:39:46,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7c4f8423-8f27-4102-b4a7-13c6771ee213 2019-01-03 17:39:46,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:46,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:47,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4eb3dbb3-b2ec-4e5f-a12f-e4a62f84fcf9 x-compute-request-id: req-4eb3dbb3-b2ec-4e5f-a12f-e4a62f84fcf9 Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:47,713 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4eb3dbb3-b2ec-4e5f-a12f-e4a62f84fcf9 2019-01-03 17:39:47,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07741808891s 2019-01-03 17:39:47,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4eb3dbb3-b2ec-4e5f-a12f-e4a62f84fcf9 2019-01-03 17:39:47,715 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:48,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:48,720 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:49,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39: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-5265f42f-c3bb-44c9-a281-ad7f37e2905f x-compute-request-id: req-5265f42f-c3bb-44c9-a281-ad7f37e2905f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:49,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5265f42f-c3bb-44c9-a281-ad7f37e2905f 2019-01-03 17:39:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671617031097s 2019-01-03 17:39:49,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5265f42f-c3bb-44c9-a281-ad7f37e2905f 2019-01-03 17:39:49,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:49,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:50,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-331fc2f7-12b9-48e2-a18f-7a948f2f85ba x-compute-request-id: req-331fc2f7-12b9-48e2-a18f-7a948f2f85ba Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:50,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-331fc2f7-12b9-48e2-a18f-7a948f2f85ba 2019-01-03 17:39:50,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10109782219s 2019-01-03 17:39:50,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-331fc2f7-12b9-48e2-a18f-7a948f2f85ba 2019-01-03 17:39:50,494 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:51,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:51,500 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:52,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45074933-3e0f-4c11-91f1-b82586a3a883 x-compute-request-id: req-45074933-3e0f-4c11-91f1-b82586a3a883 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:52,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-45074933-3e0f-4c11-91f1-b82586a3a883 2019-01-03 17:39:52,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536519050598s 2019-01-03 17:39:52,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-45074933-3e0f-4c11-91f1-b82586a3a883 2019-01-03 17:39:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:52,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:53,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2baff7ad-a40c-4191-920d-d85e2dae5f8e x-compute-request-id: req-2baff7ad-a40c-4191-920d-d85e2dae5f8e Content-Encoding: gzip Content-Length: 8028 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:53,108 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2baff7ad-a40c-4191-920d-d85e2dae5f8e 2019-01-03 17:39:53,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07115101814s 2019-01-03 17:39:53,109 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-2baff7ad-a40c-4191-920d-d85e2dae5f8e 2019-01-03 17:39:53,109 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:54,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:54,114 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:54,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3898c469-e790-4e9a-9da3-756e1ebb4662 x-compute-request-id: req-3898c469-e790-4e9a-9da3-756e1ebb4662 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:54,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3898c469-e790-4e9a-9da3-756e1ebb4662 2019-01-03 17:39:54,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522667884827s 2019-01-03 17:39:54,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3898c469-e790-4e9a-9da3-756e1ebb4662 2019-01-03 17:39:54,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:54,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f54363a8-5be9-4e7c-9b30-b1326d354260 x-compute-request-id: req-f54363a8-5be9-4e7c-9b30-b1326d354260 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:55,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f54363a8-5be9-4e7c-9b30-b1326d354260 2019-01-03 17:39:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06926298141s 2019-01-03 17:39:55,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f54363a8-5be9-4e7c-9b30-b1326d354260 2019-01-03 17:39:55,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:56,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:56,713 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:39:57,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59b66254-7405-4782-b0e3-4c6a375560ac x-compute-request-id: req-59b66254-7405-4782-b0e3-4c6a375560ac Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:39:57,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59b66254-7405-4782-b0e3-4c6a375560ac 2019-01-03 17:39:57,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823255777359s 2019-01-03 17:39:57,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59b66254-7405-4782-b0e3-4c6a375560ac 2019-01-03 17:39:57,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:39:57,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:39:58,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4de6317e-fcf6-43d8-8180-e6e09b48f212 x-compute-request-id: req-4de6317e-fcf6-43d8-8180-e6e09b48f212 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:39:58,608 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4de6317e-fcf6-43d8-8180-e6e09b48f212 2019-01-03 17:39:58,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07102203369s 2019-01-03 17:39:58,609 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4de6317e-fcf6-43d8-8180-e6e09b48f212 2019-01-03 17:39:58,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:39:58,610 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:39:59,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:39:59,615 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:00,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:39:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a374ebd6-dcdc-418c-bbe1-e1731ce0ceb3 x-compute-request-id: req-a374ebd6-dcdc-418c-bbe1-e1731ce0ceb3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:00,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a374ebd6-dcdc-418c-bbe1-e1731ce0ceb3 2019-01-03 17:40:00,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711131095886s 2019-01-03 17:40:00,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a374ebd6-dcdc-418c-bbe1-e1731ce0ceb3 2019-01-03 17:40:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:00,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:01,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc0a89c1-74e6-4692-8e30-58ec6cb1bc24 x-compute-request-id: req-fc0a89c1-74e6-4692-8e30-58ec6cb1bc24 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:01,400 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-fc0a89c1-74e6-4692-8e30-58ec6cb1bc24 2019-01-03 17:40:01,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07323789597s 2019-01-03 17:40:01,400 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-fc0a89c1-74e6-4692-8e30-58ec6cb1bc24 2019-01-03 17:40:01,401 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:02,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:02,407 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:02,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba38d1d1-b9aa-4da6-86f5-73c99719c89e x-compute-request-id: req-ba38d1d1-b9aa-4da6-86f5-73c99719c89e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:02,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ba38d1d1-b9aa-4da6-86f5-73c99719c89e 2019-01-03 17:40:02,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394501924515s 2019-01-03 17:40:02,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ba38d1d1-b9aa-4da6-86f5-73c99719c89e 2019-01-03 17:40:02,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:02,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:03,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cf2fd40-49b2-425a-a81c-a18a2359e89b x-compute-request-id: req-0cf2fd40-49b2-425a-a81c-a18a2359e89b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:03,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0cf2fd40-49b2-425a-a81c-a18a2359e89b 2019-01-03 17:40:03,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12097287178s 2019-01-03 17:40:03,923 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0cf2fd40-49b2-425a-a81c-a18a2359e89b 2019-01-03 17:40:03,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:04,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:04,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:05,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98e6f792-e92a-4da8-bb04-f5aa5977fce8 x-compute-request-id: req-98e6f792-e92a-4da8-bb04-f5aa5977fce8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:05,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98e6f792-e92a-4da8-bb04-f5aa5977fce8 2019-01-03 17:40:05,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383761882782s 2019-01-03 17:40:05,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-98e6f792-e92a-4da8-bb04-f5aa5977fce8 2019-01-03 17:40:05,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:05,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:06,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bf1cf67-0755-4250-a005-2d4c0c7918a2 x-compute-request-id: req-1bf1cf67-0755-4250-a005-2d4c0c7918a2 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:06,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1bf1cf67-0755-4250-a005-2d4c0c7918a2 2019-01-03 17:40:06,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07905888557s 2019-01-03 17:40:06,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1bf1cf67-0755-4250-a005-2d4c0c7918a2 2019-01-03 17:40:06,394 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:07,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:07,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:08,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a28d5ac8-60f6-4b2a-af8b-97b244b8f769 x-compute-request-id: req-a28d5ac8-60f6-4b2a-af8b-97b244b8f769 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:08,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a28d5ac8-60f6-4b2a-af8b-97b244b8f769 2019-01-03 17:40:08,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68841791153s 2019-01-03 17:40:08,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a28d5ac8-60f6-4b2a-af8b-97b244b8f769 2019-01-03 17:40:08,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:09,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7251590d-b368-4642-9821-4657cb265d45 x-compute-request-id: req-7251590d-b368-4642-9821-4657cb265d45 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:09,161 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7251590d-b368-4642-9821-4657cb265d45 2019-01-03 17:40:09,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07273006439s 2019-01-03 17:40:09,162 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7251590d-b368-4642-9821-4657cb265d45 2019-01-03 17:40:09,162 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:10,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:10,169 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:10,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-46455838-36c1-4a3c-b9c3-bab571609bc5 x-compute-request-id: req-46455838-36c1-4a3c-b9c3-bab571609bc5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:10,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-46455838-36c1-4a3c-b9c3-bab571609bc5 2019-01-03 17:40:10,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521673202515s 2019-01-03 17:40:10,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-46455838-36c1-4a3c-b9c3-bab571609bc5 2019-01-03 17:40:10,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:10,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:11,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3f08131b-af6d-4976-9420-a16132fb67a9 x-compute-request-id: req-3f08131b-af6d-4976-9420-a16132fb67a9 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:11,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3f08131b-af6d-4976-9420-a16132fb67a9 2019-01-03 17:40:11,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.2908039093s 2019-01-03 17:40:11,982 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-3f08131b-af6d-4976-9420-a16132fb67a9 2019-01-03 17:40:11,982 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:12,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:12,987 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:13,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-05c5da1b-73f7-4c68-841d-7b0b613c7633 x-compute-request-id: req-05c5da1b-73f7-4c68-841d-7b0b613c7633 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:13,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05c5da1b-73f7-4c68-841d-7b0b613c7633 2019-01-03 17:40:13,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711221933365s 2019-01-03 17:40:13,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05c5da1b-73f7-4c68-841d-7b0b613c7633 2019-01-03 17:40:13,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:13,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:14,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4579ea27-1f3d-4777-afe0-f2a1abd9e5db x-compute-request-id: req-4579ea27-1f3d-4777-afe0-f2a1abd9e5db 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:14,769 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4579ea27-1f3d-4777-afe0-f2a1abd9e5db 2019-01-03 17:40:14,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07052898407s 2019-01-03 17:40:14,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4579ea27-1f3d-4777-afe0-f2a1abd9e5db 2019-01-03 17:40:14,771 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:15,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:15,776 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:16,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c9d9054-cbd5-444b-888b-af5a73cbe028 x-compute-request-id: req-4c9d9054-cbd5-444b-888b-af5a73cbe028 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:16,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c9d9054-cbd5-444b-888b-af5a73cbe028 2019-01-03 17:40:16,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678765058517s 2019-01-03 17:40:16,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c9d9054-cbd5-444b-888b-af5a73cbe028 2019-01-03 17:40:16,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:17,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d38db3bc-03d6-4606-a976-9296e420f8f7 x-compute-request-id: req-d38db3bc-03d6-4606-a976-9296e420f8f7 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:17,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d38db3bc-03d6-4606-a976-9296e420f8f7 2019-01-03 17:40:17,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06928491592s 2019-01-03 17:40:17,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d38db3bc-03d6-4606-a976-9296e420f8f7 2019-01-03 17:40:17,526 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:18,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:18,531 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:19,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31a09f23-49db-4134-be94-fd4d03ef2af7 x-compute-request-id: req-31a09f23-49db-4134-be94-fd4d03ef2af7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:19,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31a09f23-49db-4134-be94-fd4d03ef2af7 2019-01-03 17:40:19,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670830965042s 2019-01-03 17:40:19,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-31a09f23-49db-4134-be94-fd4d03ef2af7 2019-01-03 17:40:19,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:20,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-4849bf32-f4f9-4233-b16d-62b63f9b0cd6 x-compute-request-id: req-4849bf32-f4f9-4233-b16d-62b63f9b0cd6 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:20,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4849bf32-f4f9-4233-b16d-62b63f9b0cd6 2019-01-03 17:40:20,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07052397728s 2019-01-03 17:40:20,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-4849bf32-f4f9-4233-b16d-62b63f9b0cd6 2019-01-03 17:40:20,274 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:21,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:21,280 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:21,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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,Accept-Encoding x-openstack-request-id: req-f9ce9230-8455-4abc-ab91-9f5891321cb1 x-compute-request-id: req-f9ce9230-8455-4abc-ab91-9f5891321cb1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:21,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9ce9230-8455-4abc-ab91-9f5891321cb1 2019-01-03 17:40:21,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227514028549s 2019-01-03 17:40:21,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9ce9230-8455-4abc-ab91-9f5891321cb1 2019-01-03 17:40:21,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:22,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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,Accept-Encoding x-openstack-request-id: req-7bb11956-e01b-4c20-a8eb-37435894b61c x-compute-request-id: req-7bb11956-e01b-4c20-a8eb-37435894b61c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:22,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7bb11956-e01b-4c20-a8eb-37435894b61c 2019-01-03 17:40:22,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07504701614s 2019-01-03 17:40:22,584 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7bb11956-e01b-4c20-a8eb-37435894b61c 2019-01-03 17:40:22,584 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:23,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:23,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:24,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-57da7163-a4a3-41a6-ab68-b1314983f4d2 x-compute-request-id: req-57da7163-a4a3-41a6-ab68-b1314983f4d2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:24,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57da7163-a4a3-41a6-ab68-b1314983f4d2 2019-01-03 17:40:24,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710671186447s 2019-01-03 17:40:24,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-57da7163-a4a3-41a6-ab68-b1314983f4d2 2019-01-03 17:40:24,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:24,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:25,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82fec5fa-ed29-40e1-ad1c-2266ddc18621 x-compute-request-id: req-82fec5fa-ed29-40e1-ad1c-2266ddc18621 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:25,403 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-82fec5fa-ed29-40e1-ad1c-2266ddc18621 2019-01-03 17:40:25,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10202097893s 2019-01-03 17:40:25,404 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-82fec5fa-ed29-40e1-ad1c-2266ddc18621 2019-01-03 17:40:25,404 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:25,405 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:40:26,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:26,410 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:27,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-0d9a225a-d3bf-4527-91ba-dea649a3dec2 x-compute-request-id: req-0d9a225a-d3bf-4527-91ba-dea649a3dec2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:27,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d9a225a-d3bf-4527-91ba-dea649a3dec2 2019-01-03 17:40:27,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671380996704s 2019-01-03 17:40:27,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d9a225a-d3bf-4527-91ba-dea649a3dec2 2019-01-03 17:40:27,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:28,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc3a2006-e535-4559-b66d-369e5676ea60 x-compute-request-id: req-dc3a2006-e535-4559-b66d-369e5676ea60 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:28,155 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dc3a2006-e535-4559-b66d-369e5676ea60 2019-01-03 17:40:28,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07339882851s 2019-01-03 17:40:28,156 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dc3a2006-e535-4559-b66d-369e5676ea60 2019-01-03 17:40:28,156 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:29,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:29,162 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:29,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b706b4e6-d3dc-4270-b676-e62c7d660a93 x-compute-request-id: req-b706b4e6-d3dc-4270-b676-e62c7d660a93 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:29,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b706b4e6-d3dc-4270-b676-e62c7d660a93 2019-01-03 17:40:29,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388210058212s 2019-01-03 17:40:29,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b706b4e6-d3dc-4270-b676-e62c7d660a93 2019-01-03 17:40:29,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:29,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:30,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34ed2559-3e1a-49b5-9132-d7aa67eba330 x-compute-request-id: req-34ed2559-3e1a-49b5-9132-d7aa67eba330 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:30,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-34ed2559-3e1a-49b5-9132-d7aa67eba330 2019-01-03 17:40:30,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07017397881s 2019-01-03 17:40:30,622 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-34ed2559-3e1a-49b5-9132-d7aa67eba330 2019-01-03 17:40:30,622 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:31,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:31,628 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:32,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c33e9da8-b935-437d-9982-dc6ec1b70b85 x-compute-request-id: req-c33e9da8-b935-437d-9982-dc6ec1b70b85 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:32,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c33e9da8-b935-437d-9982-dc6ec1b70b85 2019-01-03 17:40:32,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567597866058s 2019-01-03 17:40:32,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c33e9da8-b935-437d-9982-dc6ec1b70b85 2019-01-03 17:40:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:33,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7febff7-1593-4b45-9e3a-d73e9fa031f3 x-compute-request-id: req-a7febff7-1593-4b45-9e3a-d73e9fa031f3 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:33,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a7febff7-1593-4b45-9e3a-d73e9fa031f3 2019-01-03 17:40:33,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07291197777s 2019-01-03 17:40:33,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a7febff7-1593-4b45-9e3a-d73e9fa031f3 2019-01-03 17:40:33,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:34,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:34,275 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:34,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-9fa1ec4e-04e7-4ef3-80b4-c0ad157cc310 x-compute-request-id: req-9fa1ec4e-04e7-4ef3-80b4-c0ad157cc310 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:34,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9fa1ec4e-04e7-4ef3-80b4-c0ad157cc310 2019-01-03 17:40:34,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483281850815s 2019-01-03 17:40:34,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9fa1ec4e-04e7-4ef3-80b4-c0ad157cc310 2019-01-03 17:40:34,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:34,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:35,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-9e3abdf9-630d-4300-b176-ecbb515895ae x-compute-request-id: req-9e3abdf9-630d-4300-b176-ecbb515895ae 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:35,831 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9e3abdf9-630d-4300-b176-ecbb515895ae 2019-01-03 17:40:35,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0721309185s 2019-01-03 17:40:35,832 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9e3abdf9-630d-4300-b176-ecbb515895ae 2019-01-03 17:40:35,832 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:36,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:36,838 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:37,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40: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-37bec548-b999-4ec2-87e9-6e06d59703bc x-compute-request-id: req-37bec548-b999-4ec2-87e9-6e06d59703bc Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:37,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-37bec548-b999-4ec2-87e9-6e06d59703bc 2019-01-03 17:40:37,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706346988678s 2019-01-03 17:40:37,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-37bec548-b999-4ec2-87e9-6e06d59703bc 2019-01-03 17:40:37,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:37,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:38,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-f2487c56-c38e-4477-b170-d437916eb141 x-compute-request-id: req-f2487c56-c38e-4477-b170-d437916eb141 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:38,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f2487c56-c38e-4477-b170-d437916eb141 2019-01-03 17:40:38,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07366108894s 2019-01-03 17:40:38,619 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f2487c56-c38e-4477-b170-d437916eb141 2019-01-03 17:40:38,619 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:39,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:40,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-6f2a9ff3-e3ed-4103-9698-b0d774c815c6 x-compute-request-id: req-6f2a9ff3-e3ed-4103-9698-b0d774c815c6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:40,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f2a9ff3-e3ed-4103-9698-b0d774c815c6 2019-01-03 17:40:40,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555383205414s 2019-01-03 17:40:40,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6f2a9ff3-e3ed-4103-9698-b0d774c815c6 2019-01-03 17:40:40,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:40,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:41,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e989072c-30c9-4b4a-af3e-6af8e0a64f79 x-compute-request-id: req-e989072c-30c9-4b4a-af3e-6af8e0a64f79 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:41,255 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e989072c-30c9-4b4a-af3e-6af8e0a64f79 2019-01-03 17:40:41,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07475399971s 2019-01-03 17:40:41,256 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e989072c-30c9-4b4a-af3e-6af8e0a64f79 2019-01-03 17:40:41,257 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:42,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:42,262 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:42,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b8af05ac-52b8-4ed5-b0d8-c0522887f959 x-compute-request-id: req-b8af05ac-52b8-4ed5-b0d8-c0522887f959 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:42,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b8af05ac-52b8-4ed5-b0d8-c0522887f959 2019-01-03 17:40:42,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368933916092s 2019-01-03 17:40:42,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b8af05ac-52b8-4ed5-b0d8-c0522887f959 2019-01-03 17:40:42,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:42,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:43,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-999f2dfd-aa4f-4752-850d-0ef9bd1a2891 x-compute-request-id: req-999f2dfd-aa4f-4752-850d-0ef9bd1a2891 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:43,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-999f2dfd-aa4f-4752-850d-0ef9bd1a2891 2019-01-03 17:40:43,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07170081139s 2019-01-03 17:40:43,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-999f2dfd-aa4f-4752-850d-0ef9bd1a2891 2019-01-03 17:40:43,704 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:44,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:44,709 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:45,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40: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-ea33ae51-f29f-4c2e-8086-c95916451a38 x-compute-request-id: req-ea33ae51-f29f-4c2e-8086-c95916451a38 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:45,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ea33ae51-f29f-4c2e-8086-c95916451a38 2019-01-03 17:40:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65506196022s 2019-01-03 17:40:45,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ea33ae51-f29f-4c2e-8086-c95916451a38 2019-01-03 17:40:45,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:45,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:46,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70a37efa-8c40-4037-8b23-47b37f176b0d x-compute-request-id: req-70a37efa-8c40-4037-8b23-47b37f176b0d 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:46,435 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-70a37efa-8c40-4037-8b23-47b37f176b0d 2019-01-03 17:40:46,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07024097443s 2019-01-03 17:40:46,436 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-70a37efa-8c40-4037-8b23-47b37f176b0d 2019-01-03 17:40:46,436 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:47,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:47,442 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:48,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-2132efb4-fb3b-404f-9827-2dc37a4d5e13 x-compute-request-id: req-2132efb4-fb3b-404f-9827-2dc37a4d5e13 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:48,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2132efb4-fb3b-404f-9827-2dc37a4d5e13 2019-01-03 17:40:48,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695019006729s 2019-01-03 17:40:48,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2132efb4-fb3b-404f-9827-2dc37a4d5e13 2019-01-03 17:40:48,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:49,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fd28c59-2f0b-48a7-9a86-5ab266788dc2 x-compute-request-id: req-1fd28c59-2f0b-48a7-9a86-5ab266788dc2 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:49,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1fd28c59-2f0b-48a7-9a86-5ab266788dc2 2019-01-03 17:40:49,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07207393646s 2019-01-03 17:40:49,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1fd28c59-2f0b-48a7-9a86-5ab266788dc2 2019-01-03 17:40:49,210 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:50,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:50,216 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:50,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36dff2cd-86b8-484c-af25-966aa7268f80 x-compute-request-id: req-36dff2cd-86b8-484c-af25-966aa7268f80 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:50,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-36dff2cd-86b8-484c-af25-966aa7268f80 2019-01-03 17:40:50,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523072957993s 2019-01-03 17:40:50,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-36dff2cd-86b8-484c-af25-966aa7268f80 2019-01-03 17:40:50,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:51,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-250e1929-1059-4559-a5fe-1e4815abc10c x-compute-request-id: req-250e1929-1059-4559-a5fe-1e4815abc10c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:51,811 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-250e1929-1059-4559-a5fe-1e4815abc10c 2019-01-03 17:40:51,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07230377197s 2019-01-03 17:40:51,812 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-250e1929-1059-4559-a5fe-1e4815abc10c 2019-01-03 17:40:51,813 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:51,813 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:40:52,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:52,818 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:53,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d083cc5-61d8-435a-9e3e-51a156b97d8e x-compute-request-id: req-1d083cc5-61d8-435a-9e3e-51a156b97d8e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:53,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d083cc5-61d8-435a-9e3e-51a156b97d8e 2019-01-03 17:40:53,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53616809845s 2019-01-03 17:40:53,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1d083cc5-61d8-435a-9e3e-51a156b97d8e 2019-01-03 17:40:53,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:53,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:54,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7180412d-0c40-42b6-afa0-377a06875229 x-compute-request-id: req-7180412d-0c40-42b6-afa0-377a06875229 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:54,427 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7180412d-0c40-42b6-afa0-377a06875229 2019-01-03 17:40:54,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07302308083s 2019-01-03 17:40:54,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7180412d-0c40-42b6-afa0-377a06875229 2019-01-03 17:40:54,429 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:55,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:55,434 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:56,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b09aab57-242e-44a2-8b14-4d7b8c15493a x-compute-request-id: req-b09aab57-242e-44a2-8b14-4d7b8c15493a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:56,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b09aab57-242e-44a2-8b14-4d7b8c15493a 2019-01-03 17:40:56,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676687955856s 2019-01-03 17:40:56,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b09aab57-242e-44a2-8b14-4d7b8c15493a 2019-01-03 17:40:56,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:56,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:57,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acb715f6-6be4-455e-80fc-1a6cd815733b x-compute-request-id: req-acb715f6-6be4-455e-80fc-1a6cd815733b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:57,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-acb715f6-6be4-455e-80fc-1a6cd815733b 2019-01-03 17:40:57,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07434892654s 2019-01-03 17:40:57,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-acb715f6-6be4-455e-80fc-1a6cd815733b 2019-01-03 17:40:57,187 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:40:58,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:40:58,192 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:40:58,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85335618-0651-4761-9f19-73c014e8c7da x-compute-request-id: req-85335618-0651-4761-9f19-73c014e8c7da Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:40:58,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85335618-0651-4761-9f19-73c014e8c7da 2019-01-03 17:40:58,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667742013931s 2019-01-03 17:40:58,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-85335618-0651-4761-9f19-73c014e8c7da 2019-01-03 17:40:58,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:40:58,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:40:59,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dff24ec3-5e67-4d5f-8f48-e41a18247e5d x-compute-request-id: req-dff24ec3-5e67-4d5f-8f48-e41a18247e5d 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:40:59,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dff24ec3-5e67-4d5f-8f48-e41a18247e5d 2019-01-03 17:40:59,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.124822855s 2019-01-03 17:40:59,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dff24ec3-5e67-4d5f-8f48-e41a18247e5d 2019-01-03 17:40:59,987 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:00,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:00,993 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:01,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3f7b9314-0a46-4ec8-b3ff-7ba8b014f660 x-compute-request-id: req-3f7b9314-0a46-4ec8-b3ff-7ba8b014f660 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:01,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3f7b9314-0a46-4ec8-b3ff-7ba8b014f660 2019-01-03 17:41:01,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530740976334s 2019-01-03 17:41:01,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3f7b9314-0a46-4ec8-b3ff-7ba8b014f660 2019-01-03 17:41:01,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:01,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:02,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2823c2b-e6ce-459d-9d69-e34a104fcd49 x-compute-request-id: req-c2823c2b-e6ce-459d-9d69-e34a104fcd49 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:02,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2823c2b-e6ce-459d-9d69-e34a104fcd49 2019-01-03 17:41:02,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07430911064s 2019-01-03 17:41:02,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2823c2b-e6ce-459d-9d69-e34a104fcd49 2019-01-03 17:41:02,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:03,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:03,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:04,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-e2527fa7-5e30-455c-936e-0d174eccc3ae x-compute-request-id: req-e2527fa7-5e30-455c-936e-0d174eccc3ae Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:04,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e2527fa7-5e30-455c-936e-0d174eccc3ae 2019-01-03 17:41:04,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680775880814s 2019-01-03 17:41:04,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e2527fa7-5e30-455c-936e-0d174eccc3ae 2019-01-03 17:41:04,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:05,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cb7f244-5ee5-4936-832e-c93e6256b331 x-compute-request-id: req-1cb7f244-5ee5-4936-832e-c93e6256b331 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:05,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1cb7f244-5ee5-4936-832e-c93e6256b331 2019-01-03 17:41:05,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0835609436s 2019-01-03 17:41:05,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-1cb7f244-5ee5-4936-832e-c93e6256b331 2019-01-03 17:41:05,371 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:06,377 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:06,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68adcd3f-23fa-4a29-8de7-db902b04a7c8 x-compute-request-id: req-68adcd3f-23fa-4a29-8de7-db902b04a7c8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:06,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-68adcd3f-23fa-4a29-8de7-db902b04a7c8 2019-01-03 17:41:06,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224880933762s 2019-01-03 17:41:06,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-68adcd3f-23fa-4a29-8de7-db902b04a7c8 2019-01-03 17:41:06,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:06,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:07,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2b13485-c646-4986-ab81-3088b320b924 x-compute-request-id: req-c2b13485-c646-4986-ab81-3088b320b924 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:07,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2b13485-c646-4986-ab81-3088b320b924 2019-01-03 17:41:07,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07089400291s 2019-01-03 17:41:07,674 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2b13485-c646-4986-ab81-3088b320b924 2019-01-03 17:41:07,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:08,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:08,679 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:09,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1b0a5a96-80bd-4697-99aa-2bf94b70f963 x-compute-request-id: req-1b0a5a96-80bd-4697-99aa-2bf94b70f963 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:09,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1b0a5a96-80bd-4697-99aa-2bf94b70f963 2019-01-03 17:41:09,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546878099442s 2019-01-03 17:41:09,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1b0a5a96-80bd-4697-99aa-2bf94b70f963 2019-01-03 17:41:09,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:09,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:10,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41: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-33ca96e3-fda7-463b-a46b-6fb48adc8ed0 x-compute-request-id: req-33ca96e3-fda7-463b-a46b-6fb48adc8ed0 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:10,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-33ca96e3-fda7-463b-a46b-6fb48adc8ed0 2019-01-03 17:41:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07225799561s 2019-01-03 17:41:10,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-33ca96e3-fda7-463b-a46b-6fb48adc8ed0 2019-01-03 17:41:10,300 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:11,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:11,306 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:11,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff986121-f80b-4c2c-bd24-fc9e5d0c1956 x-compute-request-id: req-ff986121-f80b-4c2c-bd24-fc9e5d0c1956 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:11,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ff986121-f80b-4c2c-bd24-fc9e5d0c1956 2019-01-03 17:41:11,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671693086624s 2019-01-03 17:41:11,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ff986121-f80b-4c2c-bd24-fc9e5d0c1956 2019-01-03 17:41:11,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:13,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92f29282-846d-4088-af79-30d2dc6adde5 x-compute-request-id: req-92f29282-846d-4088-af79-30d2dc6adde5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:13,051 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-92f29282-846d-4088-af79-30d2dc6adde5 2019-01-03 17:41:13,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07269001007s 2019-01-03 17:41:13,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-92f29282-846d-4088-af79-30d2dc6adde5 2019-01-03 17:41:13,052 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:14,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:14,057 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:14,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21a2dbe3-e479-4597-9cf2-5ac860a796db x-compute-request-id: req-21a2dbe3-e479-4597-9cf2-5ac860a796db Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:14,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21a2dbe3-e479-4597-9cf2-5ac860a796db 2019-01-03 17:41:14,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675424814224s 2019-01-03 17:41:14,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-21a2dbe3-e479-4597-9cf2-5ac860a796db 2019-01-03 17:41:14,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:14,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:15,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceddd272-c278-4c09-a003-b02b614d2fa6 x-compute-request-id: req-ceddd272-c278-4c09-a003-b02b614d2fa6 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:15,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ceddd272-c278-4c09-a003-b02b614d2fa6 2019-01-03 17:41:15,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07170891762s 2019-01-03 17:41:15,806 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ceddd272-c278-4c09-a003-b02b614d2fa6 2019-01-03 17:41:15,806 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:16,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:16,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:17,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-0d7b3862-376c-4d6b-a276-27a06a6df032 x-compute-request-id: req-0d7b3862-376c-4d6b-a276-27a06a6df032 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:17,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d7b3862-376c-4d6b-a276-27a06a6df032 2019-01-03 17:41:17,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527245044708s 2019-01-03 17:41:17,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0d7b3862-376c-4d6b-a276-27a06a6df032 2019-01-03 17:41:17,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:17,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:18,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41: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-355d7825-40c3-4fc4-aedc-96d027287d30 x-compute-request-id: req-355d7825-40c3-4fc4-aedc-96d027287d30 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:18,415 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-355d7825-40c3-4fc4-aedc-96d027287d30 2019-01-03 17:41:18,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07517886162s 2019-01-03 17:41:18,416 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-355d7825-40c3-4fc4-aedc-96d027287d30 2019-01-03 17:41:18,416 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:18,418 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:41:19,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:19,423 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:19,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-1b57606a-4d08-4536-b0b0-5be2e75ef4c3 x-compute-request-id: req-1b57606a-4d08-4536-b0b0-5be2e75ef4c3 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:19,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1b57606a-4d08-4536-b0b0-5be2e75ef4c3 2019-01-03 17:41:19,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501112937927s 2019-01-03 17:41:19,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1b57606a-4d08-4536-b0b0-5be2e75ef4c3 2019-01-03 17:41:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:19,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:20,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b4d6cca5-c678-4bea-875e-b51aedd355e7 x-compute-request-id: req-b4d6cca5-c678-4bea-875e-b51aedd355e7 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:20,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b4d6cca5-c678-4bea-875e-b51aedd355e7 2019-01-03 17:41:20,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0707681179s 2019-01-03 17:41:20,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b4d6cca5-c678-4bea-875e-b51aedd355e7 2019-01-03 17:41:20,996 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:21,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:22,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:22,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-475aa07f-560b-4735-91f7-a2f308b403d4 x-compute-request-id: req-475aa07f-560b-4735-91f7-a2f308b403d4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:22,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-475aa07f-560b-4735-91f7-a2f308b403d4 2019-01-03 17:41:22,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536368131638s 2019-01-03 17:41:22,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-475aa07f-560b-4735-91f7-a2f308b403d4 2019-01-03 17:41:22,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:22,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:23,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ecf2732-7269-4fb0-a041-c446d544837c x-compute-request-id: req-7ecf2732-7269-4fb0-a041-c446d544837c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:23,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7ecf2732-7269-4fb0-a041-c446d544837c 2019-01-03 17:41:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.119161129s 2019-01-03 17:41:23,659 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7ecf2732-7269-4fb0-a041-c446d544837c 2019-01-03 17:41:23,659 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:24,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:24,665 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:25,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed175ff1-f1ed-4fbd-8f67-ad94212348c9 x-compute-request-id: req-ed175ff1-f1ed-4fbd-8f67-ad94212348c9 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:25,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed175ff1-f1ed-4fbd-8f67-ad94212348c9 2019-01-03 17:41:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531756877899s 2019-01-03 17:41:25,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed175ff1-f1ed-4fbd-8f67-ad94212348c9 2019-01-03 17:41:25,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:25,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:26,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-859e54f3-a594-4a1f-8f48-39d1666ced00 x-compute-request-id: req-859e54f3-a594-4a1f-8f48-39d1666ced00 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:26,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-859e54f3-a594-4a1f-8f48-39d1666ced00 2019-01-03 17:41:26,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07576489449s 2019-01-03 17:41:26,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-859e54f3-a594-4a1f-8f48-39d1666ced00 2019-01-03 17:41:26,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:27,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:28,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ef843a-f501-44c3-88e3-5bcc51cf3ba7 x-compute-request-id: req-99ef843a-f501-44c3-88e3-5bcc51cf3ba7 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:28,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-99ef843a-f501-44c3-88e3-5bcc51cf3ba7 2019-01-03 17:41:28,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812834024429s 2019-01-03 17:41:28,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-99ef843a-f501-44c3-88e3-5bcc51cf3ba7 2019-01-03 17:41:28,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:28,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:29,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41: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-bfe2538b-b340-4efe-b162-5b8da600549a x-compute-request-id: req-bfe2538b-b340-4efe-b162-5b8da600549a 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:29,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bfe2538b-b340-4efe-b162-5b8da600549a 2019-01-03 17:41:29,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07049798965s 2019-01-03 17:41:29,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bfe2538b-b340-4efe-b162-5b8da600549a 2019-01-03 17:41:29,164 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:30,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:30,170 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:30,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0992ac3d-cdea-4c1c-b493-ac42006b24fe x-compute-request-id: req-0992ac3d-cdea-4c1c-b493-ac42006b24fe Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:30,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0992ac3d-cdea-4c1c-b493-ac42006b24fe 2019-01-03 17:41:30,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455437898636s 2019-01-03 17:41:30,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0992ac3d-cdea-4c1c-b493-ac42006b24fe 2019-01-03 17:41:30,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:30,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:31,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffcc271b-17f2-4afb-bc69-c71c88d01c2a x-compute-request-id: req-ffcc271b-17f2-4afb-bc69-c71c88d01c2a 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:31,697 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ffcc271b-17f2-4afb-bc69-c71c88d01c2a 2019-01-03 17:41:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07155799866s 2019-01-03 17:41:31,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ffcc271b-17f2-4afb-bc69-c71c88d01c2a 2019-01-03 17:41:31,698 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:32,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:32,704 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:33,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3dedf2cb-e2a6-4172-8a9c-600c7da95bcf x-compute-request-id: req-3dedf2cb-e2a6-4172-8a9c-600c7da95bcf Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:33,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3dedf2cb-e2a6-4172-8a9c-600c7da95bcf 2019-01-03 17:41:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665532112122s 2019-01-03 17:41:33,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3dedf2cb-e2a6-4172-8a9c-600c7da95bcf 2019-01-03 17:41:33,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:33,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:34,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-dbd9d635-a3fd-4b3e-a847-55351f3ec3f1 x-compute-request-id: req-dbd9d635-a3fd-4b3e-a847-55351f3ec3f1 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:34,441 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dbd9d635-a3fd-4b3e-a847-55351f3ec3f1 2019-01-03 17:41:34,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07120704651s 2019-01-03 17:41:34,442 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-dbd9d635-a3fd-4b3e-a847-55351f3ec3f1 2019-01-03 17:41:34,442 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:35,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:35,448 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:36,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-8467d8db-aff4-4215-a3c5-d451463c3994 x-compute-request-id: req-8467d8db-aff4-4215-a3c5-d451463c3994 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:36,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8467d8db-aff4-4215-a3c5-d451463c3994 2019-01-03 17:41:36,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67898607254s 2019-01-03 17:41:36,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8467d8db-aff4-4215-a3c5-d451463c3994 2019-01-03 17:41:36,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:36,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:37,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41: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-6881242c-5233-4035-88bb-e0bab2b1ef40 x-compute-request-id: req-6881242c-5233-4035-88bb-e0bab2b1ef40 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:37,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6881242c-5233-4035-88bb-e0bab2b1ef40 2019-01-03 17:41:37,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07383108139s 2019-01-03 17:41:37,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6881242c-5233-4035-88bb-e0bab2b1ef40 2019-01-03 17:41:37,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:38,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:38,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:38,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-75c2c5ec-38f7-444b-9ae2-227a5b6088ff x-compute-request-id: req-75c2c5ec-38f7-444b-9ae2-227a5b6088ff Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:38,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75c2c5ec-38f7-444b-9ae2-227a5b6088ff 2019-01-03 17:41:38,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361369132996s 2019-01-03 17:41:38,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-75c2c5ec-38f7-444b-9ae2-227a5b6088ff 2019-01-03 17:41:38,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:38,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:39,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-6e702be4-2e3d-498b-a89c-a30899f474fb x-compute-request-id: req-6e702be4-2e3d-498b-a89c-a30899f474fb 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:39,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6e702be4-2e3d-498b-a89c-a30899f474fb 2019-01-03 17:41:39,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07384991646s 2019-01-03 17:41:39,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6e702be4-2e3d-498b-a89c-a30899f474fb 2019-01-03 17:41:39,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:40,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:40,650 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:41,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fef9ad10-5bfd-48bc-ad2a-f23f986f6054 x-compute-request-id: req-fef9ad10-5bfd-48bc-ad2a-f23f986f6054 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:41,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fef9ad10-5bfd-48bc-ad2a-f23f986f6054 2019-01-03 17:41:41,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500178098679s 2019-01-03 17:41:41,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fef9ad10-5bfd-48bc-ad2a-f23f986f6054 2019-01-03 17:41:41,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:41,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:42,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d4b27aaa-766b-4206-82c6-e975b2c6ee5b x-compute-request-id: req-d4b27aaa-766b-4206-82c6-e975b2c6ee5b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:42,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d4b27aaa-766b-4206-82c6-e975b2c6ee5b 2019-01-03 17:41:42,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07105207443s 2019-01-03 17:41:42,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d4b27aaa-766b-4206-82c6-e975b2c6ee5b 2019-01-03 17:41:42,223 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:43,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:43,230 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:43,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7852b17-17be-463a-8261-3da2b22dc377 x-compute-request-id: req-e7852b17-17be-463a-8261-3da2b22dc377 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:43,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e7852b17-17be-463a-8261-3da2b22dc377 2019-01-03 17:41:43,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546627044678s 2019-01-03 17:41:43,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e7852b17-17be-463a-8261-3da2b22dc377 2019-01-03 17:41:43,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:44,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0637735-80cc-41a2-98ae-182e4bed4a2f x-compute-request-id: req-f0637735-80cc-41a2-98ae-182e4bed4a2f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:44,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f0637735-80cc-41a2-98ae-182e4bed4a2f 2019-01-03 17:41:44,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07061600685s 2019-01-03 17:41:44,848 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f0637735-80cc-41a2-98ae-182e4bed4a2f 2019-01-03 17:41:44,848 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:44,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:41:45,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:45,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:46,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2507e771-43d7-4456-9cbc-3810f5dc941b x-compute-request-id: req-2507e771-43d7-4456-9cbc-3810f5dc941b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:46,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2507e771-43d7-4456-9cbc-3810f5dc941b 2019-01-03 17:41:46,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361036777496s 2019-01-03 17:41:46,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2507e771-43d7-4456-9cbc-3810f5dc941b 2019-01-03 17:41:46,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:46,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:47,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e46c68ec-5461-4fc7-8e61-0db92b3b1389 x-compute-request-id: req-e46c68ec-5461-4fc7-8e61-0db92b3b1389 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:47,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e46c68ec-5461-4fc7-8e61-0db92b3b1389 2019-01-03 17:41:47,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07956719398s 2019-01-03 17:41:47,296 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e46c68ec-5461-4fc7-8e61-0db92b3b1389 2019-01-03 17:41:47,296 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:48,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:48,302 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:48,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02276d12-e5c2-453e-9943-6e59ba3ef75e x-compute-request-id: req-02276d12-e5c2-453e-9943-6e59ba3ef75e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:48,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-02276d12-e5c2-453e-9943-6e59ba3ef75e 2019-01-03 17:41:48,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480751991272s 2019-01-03 17:41:48,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-02276d12-e5c2-453e-9943-6e59ba3ef75e 2019-01-03 17:41:48,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:49,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-611d22f0-678c-4693-830d-ad32dc246e18 x-compute-request-id: req-611d22f0-678c-4693-830d-ad32dc246e18 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:49,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-611d22f0-678c-4693-830d-ad32dc246e18 2019-01-03 17:41:49,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07132792473s 2019-01-03 17:41:49,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-611d22f0-678c-4693-830d-ad32dc246e18 2019-01-03 17:41:49,855 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:50,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:50,861 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:51,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-a167ed8b-aba3-423d-9362-83a76edcc403 x-compute-request-id: req-a167ed8b-aba3-423d-9362-83a76edcc403 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:51,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a167ed8b-aba3-423d-9362-83a76edcc403 2019-01-03 17:41:51,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550821065903s 2019-01-03 17:41:51,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a167ed8b-aba3-423d-9362-83a76edcc403 2019-01-03 17:41:51,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:51,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:52,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5dfc233-0e02-40f3-8f8f-35712c00f3db x-compute-request-id: req-c5dfc233-0e02-40f3-8f8f-35712c00f3db 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:52,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c5dfc233-0e02-40f3-8f8f-35712c00f3db 2019-01-03 17:41:52,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07057404518s 2019-01-03 17:41:52,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c5dfc233-0e02-40f3-8f8f-35712c00f3db 2019-01-03 17:41:52,484 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:53,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:53,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:53,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a632fb4-0f8c-4fb6-a749-68413e8d5ee8 x-compute-request-id: req-8a632fb4-0f8c-4fb6-a749-68413e8d5ee8 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:53,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a632fb4-0f8c-4fb6-a749-68413e8d5ee8 2019-01-03 17:41:53,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462206125259s 2019-01-03 17:41:53,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8a632fb4-0f8c-4fb6-a749-68413e8d5ee8 2019-01-03 17:41:53,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:53,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:55,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eac8e411-995d-412d-81dc-c71f6951705b x-compute-request-id: req-eac8e411-995d-412d-81dc-c71f6951705b 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:55,055 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eac8e411-995d-412d-81dc-c71f6951705b 2019-01-03 17:41:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10199213028s 2019-01-03 17:41:55,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-eac8e411-995d-412d-81dc-c71f6951705b 2019-01-03 17:41:55,056 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:56,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:56,063 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:56,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed6259ea-daa2-4a35-9fa3-7f66f3301b2b x-compute-request-id: req-ed6259ea-daa2-4a35-9fa3-7f66f3301b2b Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:56,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed6259ea-daa2-4a35-9fa3-7f66f3301b2b 2019-01-03 17:41:56,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683959007263s 2019-01-03 17:41:56,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed6259ea-daa2-4a35-9fa3-7f66f3301b2b 2019-01-03 17:41:56,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:56,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:41:57,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0667be6-80fe-4ad1-b21d-31ccac3d0637 x-compute-request-id: req-c0667be6-80fe-4ad1-b21d-31ccac3d0637 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:41:57,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c0667be6-80fe-4ad1-b21d-31ccac3d0637 2019-01-03 17:41:57,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06961107254s 2019-01-03 17:41:57,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c0667be6-80fe-4ad1-b21d-31ccac3d0637 2019-01-03 17:41:57,818 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:41:58,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:41:58,823 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:41:59,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41: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-2468953e-aab8-4730-97f2-d981f98a889c x-compute-request-id: req-2468953e-aab8-4730-97f2-d981f98a889c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:41:59,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2468953e-aab8-4730-97f2-d981f98a889c 2019-01-03 17:41:59,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526067018509s 2019-01-03 17:41:59,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2468953e-aab8-4730-97f2-d981f98a889c 2019-01-03 17:41:59,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:41:59,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:00,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ebc3fa1-be7f-4c50-a056-b12bf1dfa98f x-compute-request-id: req-8ebc3fa1-be7f-4c50-a056-b12bf1dfa98f 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:00,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8ebc3fa1-be7f-4c50-a056-b12bf1dfa98f 2019-01-03 17:42:00,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07355999947s 2019-01-03 17:42:00,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-8ebc3fa1-be7f-4c50-a056-b12bf1dfa98f 2019-01-03 17:42:00,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:01,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:01,431 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:01,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-9a3b2457-2742-4a7d-b4c5-24d34f462b68 x-compute-request-id: req-9a3b2457-2742-4a7d-b4c5-24d34f462b68 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:01,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a3b2457-2742-4a7d-b4c5-24d34f462b68 2019-01-03 17:42:01,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508264064789s 2019-01-03 17:42:01,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9a3b2457-2742-4a7d-b4c5-24d34f462b68 2019-01-03 17:42:01,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:03,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-ed1a5498-9d9f-45d5-9fa1-e28d7b898626 x-compute-request-id: req-ed1a5498-9d9f-45d5-9fa1-e28d7b898626 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:03,015 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ed1a5498-9d9f-45d5-9fa1-e28d7b898626 2019-01-03 17:42:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07577419281s 2019-01-03 17:42:03,016 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ed1a5498-9d9f-45d5-9fa1-e28d7b898626 2019-01-03 17:42:03,016 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:04,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:04,022 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:04,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-496e5c84-0b84-47b7-b64c-54f48e2cca41 x-compute-request-id: req-496e5c84-0b84-47b7-b64c-54f48e2cca41 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:04,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-496e5c84-0b84-47b7-b64c-54f48e2cca41 2019-01-03 17:42:04,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530490159988s 2019-01-03 17:42:04,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-496e5c84-0b84-47b7-b64c-54f48e2cca41 2019-01-03 17:42:04,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:04,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:05,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-87605c98-0da7-4ea3-ae4c-9c1c83b4f6f5 x-compute-request-id: req-87605c98-0da7-4ea3-ae4c-9c1c83b4f6f5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:05,622 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-87605c98-0da7-4ea3-ae4c-9c1c83b4f6f5 2019-01-03 17:42:05,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06939697266s 2019-01-03 17:42:05,623 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-87605c98-0da7-4ea3-ae4c-9c1c83b4f6f5 2019-01-03 17:42:05,623 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:06,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:06,629 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:07,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-84d8342c-1b46-4415-9741-6231e1f9f632 x-compute-request-id: req-84d8342c-1b46-4415-9741-6231e1f9f632 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:07,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-84d8342c-1b46-4415-9741-6231e1f9f632 2019-01-03 17:42:07,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648072957993s 2019-01-03 17:42:07,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-84d8342c-1b46-4415-9741-6231e1f9f632 2019-01-03 17:42:07,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:07,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:08,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baf12d2f-42b3-4eee-81f0-364da4f4dbd5 x-compute-request-id: req-baf12d2f-42b3-4eee-81f0-364da4f4dbd5 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:08,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-baf12d2f-42b3-4eee-81f0-364da4f4dbd5 2019-01-03 17:42:08,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07689285278s 2019-01-03 17:42:08,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-baf12d2f-42b3-4eee-81f0-364da4f4dbd5 2019-01-03 17:42:08,356 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:09,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:09,362 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:09,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-4fa7e638-6109-4baf-9226-c51040931830 x-compute-request-id: req-4fa7e638-6109-4baf-9226-c51040931830 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:09,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4fa7e638-6109-4baf-9226-c51040931830 2019-01-03 17:42:09,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386791944504s 2019-01-03 17:42:09,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4fa7e638-6109-4baf-9226-c51040931830 2019-01-03 17:42:09,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-d00dae9f-a7ce-4ea7-bd35-450f8ca34043 x-compute-request-id: req-d00dae9f-a7ce-4ea7-bd35-450f8ca34043 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:10,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d00dae9f-a7ce-4ea7-bd35-450f8ca34043 2019-01-03 17:42:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07290506363s 2019-01-03 17:42:10,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-d00dae9f-a7ce-4ea7-bd35-450f8ca34043 2019-01-03 17:42:10,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:10,824 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:42:11,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:11,829 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:12,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47060c85-90d4-450a-a6b1-36017a7d971d x-compute-request-id: req-47060c85-90d4-450a-a6b1-36017a7d971d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:12,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-47060c85-90d4-450a-a6b1-36017a7d971d 2019-01-03 17:42:12,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40663599968s 2019-01-03 17:42:12,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-47060c85-90d4-450a-a6b1-36017a7d971d 2019-01-03 17:42:12,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:12,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:13,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-e5061c15-2d60-41fd-9e8d-f991cf822c2c x-compute-request-id: req-e5061c15-2d60-41fd-9e8d-f991cf822c2c 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 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:13,308 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e5061c15-2d60-41fd-9e8d-f991cf822c2c 2019-01-03 17:42:13,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07227301598s 2019-01-03 17:42:13,309 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e5061c15-2d60-41fd-9e8d-f991cf822c2c 2019-01-03 17:42:13,309 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:14,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:14,315 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:14,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-3e963901-d3a1-44b1-bdea-172497c5757a x-compute-request-id: req-3e963901-d3a1-44b1-bdea-172497c5757a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:14,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3e963901-d3a1-44b1-bdea-172497c5757a 2019-01-03 17:42:14,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384641885757s 2019-01-03 17:42:14,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3e963901-d3a1-44b1-bdea-172497c5757a 2019-01-03 17:42:14,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:14,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:15,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-92b9a61c-eb0a-44bf-b14d-289cde77f7f0 x-compute-request-id: req-92b9a61c-eb0a-44bf-b14d-289cde77f7f0 Content-Encoding: gzip Content-Length: 8054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\n"} 2019-01-03 17:42:15,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-92b9a61c-eb0a-44bf-b14d-289cde77f7f0 2019-01-03 17:42:15,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07097411156s 2019-01-03 17:42:15,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-92b9a61c-eb0a-44bf-b14d-289cde77f7f0 2019-01-03 17:42:15,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized 2019-01-03 17:42:16,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:16,778 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:17,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c6a847e-8d2a-4c17-a739-435154618407 x-compute-request-id: req-8c6a847e-8d2a-4c17-a739-435154618407 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:17,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c6a847e-8d2a-4c17-a739-435154618407 2019-01-03 17:42:17,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483005046844s 2019-01-03 17:42:17,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8c6a847e-8d2a-4c17-a739-435154618407 2019-01-03 17:42:17,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:17,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:18,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-49f684fd-cec0-440e-a5c0-f5842c69de01 x-compute-request-id: req-49f684fd-cec0-440e-a5c0-f5842c69de01 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\n"} 2019-01-03 17:42:18,330 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-49f684fd-cec0-440e-a5c0-f5842c69de01 2019-01-03 17:42:18,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0689561367s 2019-01-03 17:42:18,331 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-49f684fd-cec0-440e-a5c0-f5842c69de01 2019-01-03 17:42:18,331 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO 2019-01-03 17:42:19,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:19,336 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:19,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-88b51361-cf79-466a-a35a-44e13f4aaead x-compute-request-id: req-88b51361-cf79-466a-a35a-44e13f4aaead Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:19,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-88b51361-cf79-466a-a35a-44e13f4aaead 2019-01-03 17:42:19,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540677070618s 2019-01-03 17:42:19,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-88b51361-cf79-466a-a35a-44e13f4aaead 2019-01-03 17:42:19,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:19,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:20,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-bf167c33-8ee1-468f-8a91-7f910fb06ab4 x-compute-request-id: req-bf167c33-8ee1-468f-8a91-7f910fb06ab4 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\n"} 2019-01-03 17:42:20,948 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bf167c33-8ee1-468f-8a91-7f910fb06ab4 2019-01-03 17:42:20,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07056593895s 2019-01-03 17:42:20,949 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-bf167c33-8ee1-468f-8a91-7f910fb06ab4 2019-01-03 17:42:20,949 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO 2019-01-03 17:42:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:21,955 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:22,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-fdce3b85-c0f8-420a-9e0d-cbb6a295cb03 x-compute-request-id: req-fdce3b85-c0f8-420a-9e0d-cbb6a295cb03 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:22,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdce3b85-c0f8-420a-9e0d-cbb6a295cb03 2019-01-03 17:42:22,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529819965363s 2019-01-03 17:42:22,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fdce3b85-c0f8-420a-9e0d-cbb6a295cb03 2019-01-03 17:42:22,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:23,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42: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-819fb807-bdbf-4ca0-aae4-43f0c3cd8336 x-compute-request-id: req-819fb807-bdbf-4ca0-aae4-43f0c3cd8336 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\n"} 2019-01-03 17:42:23,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-819fb807-bdbf-4ca0-aae4-43f0c3cd8336 2019-01-03 17:42:23,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07547283173s 2019-01-03 17:42:23,561 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-819fb807-bdbf-4ca0-aae4-43f0c3cd8336 2019-01-03 17:42:23,562 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO 2019-01-03 17:42:24,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:24,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:25,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-c90e5a29-63d9-469c-abdb-3fa33d510483 x-compute-request-id: req-c90e5a29-63d9-469c-abdb-3fa33d510483 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:25,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c90e5a29-63d9-469c-abdb-3fa33d510483 2019-01-03 17:42:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540503025055s 2019-01-03 17:42:25,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c90e5a29-63d9-469c-abdb-3fa33d510483 2019-01-03 17:42:25,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:25,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:26,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef3a1828-0438-458e-8509-43f63d6bb246 x-compute-request-id: req-ef3a1828-0438-458e-8509-43f63d6bb246 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\n"} 2019-01-03 17:42:26,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ef3a1828-0438-458e-8509-43f63d6bb246 2019-01-03 17:42:26,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07036995888s 2019-01-03 17:42:26,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-ef3a1828-0438-458e-8509-43f63d6bb246 2019-01-03 17:42:26,180 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO 2019-01-03 17:42:27,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:27,185 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:27,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24a050b4-3ea9-4733-9922-624bdda21001 x-compute-request-id: req-24a050b4-3ea9-4733-9922-624bdda21001 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:27,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24a050b4-3ea9-4733-9922-624bdda21001 2019-01-03 17:42:27,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.598657131195s 2019-01-03 17:42:27,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24a050b4-3ea9-4733-9922-624bdda21001 2019-01-03 17:42:27,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:27,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:28,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97d3c20d-6e35-411a-807e-959c9f0d204b x-compute-request-id: req-97d3c20d-6e35-411a-807e-959c9f0d204b Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:28,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-97d3c20d-6e35-411a-807e-959c9f0d204b 2019-01-03 17:42:28,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07190203667s 2019-01-03 17:42:28,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-97d3c20d-6e35-411a-807e-959c9f0d204b 2019-01-03 17:42:28,857 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO 2019-01-03 17:42:29,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:29,863 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:30,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13d00c6a-3440-4f26-8270-73535412ac4c x-compute-request-id: req-13d00c6a-3440-4f26-8270-73535412ac4c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:30,355 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-13d00c6a-3440-4f26-8270-73535412ac4c 2019-01-03 17:42:30,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495432853699s 2019-01-03 17:42:30,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-13d00c6a-3440-4f26-8270-73535412ac4c 2019-01-03 17:42:30,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:30,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:31,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-216079b6-ff21-4e47-847c-64cc70302d96 x-compute-request-id: req-216079b6-ff21-4e47-847c-64cc70302d96 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:31,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-216079b6-ff21-4e47-847c-64cc70302d96 2019-01-03 17:42:31,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07276988029s 2019-01-03 17:42:31,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-216079b6-ff21-4e47-847c-64cc70302d96 2019-01-03 17:42:31,433 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO 2019-01-03 17:42:32,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:32,438 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:32,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-103cd0d4-23a0-422a-91f2-df7387774afe x-compute-request-id: req-103cd0d4-23a0-422a-91f2-df7387774afe Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:32,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-103cd0d4-23a0-422a-91f2-df7387774afe 2019-01-03 17:42:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443202972412s 2019-01-03 17:42:32,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-103cd0d4-23a0-422a-91f2-df7387774afe 2019-01-03 17:42:32,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:32,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:33,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-244b3f8c-cb10-4006-a4b4-b1bc60845b18 x-compute-request-id: req-244b3f8c-cb10-4006-a4b4-b1bc60845b18 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:33,960 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-244b3f8c-cb10-4006-a4b4-b1bc60845b18 2019-01-03 17:42:33,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07868885994s 2019-01-03 17:42:33,961 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-244b3f8c-cb10-4006-a4b4-b1bc60845b18 2019-01-03 17:42:33,962 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO 2019-01-03 17:42:34,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:34,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:35,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-3d1b5391-aceb-4043-9149-b1f391d00cd6 x-compute-request-id: req-3d1b5391-aceb-4043-9149-b1f391d00cd6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:35,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3d1b5391-aceb-4043-9149-b1f391d00cd6 2019-01-03 17:42:35,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520389795303s 2019-01-03 17:42:35,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3d1b5391-aceb-4043-9149-b1f391d00cd6 2019-01-03 17:42:35,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:35,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:36,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f08d8ec-2aa7-44b6-8ee4-306546b60bc7 x-compute-request-id: req-0f08d8ec-2aa7-44b6-8ee4-306546b60bc7 Content-Encoding: gzip Content-Length: 8056 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:36,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0f08d8ec-2aa7-44b6-8ee4-306546b60bc7 2019-01-03 17:42:36,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07107901573s 2019-01-03 17:42:36,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-0f08d8ec-2aa7-44b6-8ee4-306546b60bc7 2019-01-03 17:42:36,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO 2019-01-03 17:42:36,561 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:42:37,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:37,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:38,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-384e679b-bdfb-4bbf-aa32-aa7e6208f1fa x-compute-request-id: req-384e679b-bdfb-4bbf-aa32-aa7e6208f1fa Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:38,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-384e679b-bdfb-4bbf-aa32-aa7e6208f1fa 2019-01-03 17:42:38,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546179056168s 2019-01-03 17:42:38,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-384e679b-bdfb-4bbf-aa32-aa7e6208f1fa 2019-01-03 17:42:38,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:38,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:39,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-7e4d8f4d-d0c2-4657-a890-d478683eca17 x-compute-request-id: req-7e4d8f4d-d0c2-4657-a890-d478683eca17 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:39,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7e4d8f4d-d0c2-4657-a890-d478683eca17 2019-01-03 17:42:39,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07446599007s 2019-01-03 17:42:39,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-7e4d8f4d-d0c2-4657-a890-d478683eca17 2019-01-03 17:42:39,188 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2019-01-03 17:42:40,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:40,194 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:40,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-fef3aff0-e7e4-46e4-a8ac-44aa38a0e977 x-compute-request-id: req-fef3aff0-e7e4-46e4-a8ac-44aa38a0e977 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:40,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fef3aff0-e7e4-46e4-a8ac-44aa38a0e977 2019-01-03 17:42:40,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.236032962799s 2019-01-03 17:42:40,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fef3aff0-e7e4-46e4-a8ac-44aa38a0e977 2019-01-03 17:42:40,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:40,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:41,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-c2e39553-0fb4-46a0-ad9f-7ef4bcbc9d94 x-compute-request-id: req-c2e39553-0fb4-46a0-ad9f-7ef4bcbc9d94 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:41,508 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2e39553-0fb4-46a0-ad9f-7ef4bcbc9d94 2019-01-03 17:42:41,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07835316658s 2019-01-03 17:42:41,509 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c2e39553-0fb4-46a0-ad9f-7ef4bcbc9d94 2019-01-03 17:42:41,510 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2019-01-03 17:42:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:42,515 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:43,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-2ae7c767-2215-433e-9d6d-06d99af2ff17 x-compute-request-id: req-2ae7c767-2215-433e-9d6d-06d99af2ff17 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:43,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2ae7c767-2215-433e-9d6d-06d99af2ff17 2019-01-03 17:42:43,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696964025497s 2019-01-03 17:42:43,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2ae7c767-2215-433e-9d6d-06d99af2ff17 2019-01-03 17:42:43,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:43,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:44,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a482b28b-e259-4d84-bfba-5f5db3ff4632 x-compute-request-id: req-a482b28b-e259-4d84-bfba-5f5db3ff4632 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:44,286 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a482b28b-e259-4d84-bfba-5f5db3ff4632 2019-01-03 17:42:44,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0720179081s 2019-01-03 17:42:44,287 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a482b28b-e259-4d84-bfba-5f5db3ff4632 2019-01-03 17:42:44,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2019-01-03 17:42:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:45,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:45,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-f00fa37e-0a79-4e5a-9f5b-a7df3df4c8ee x-compute-request-id: req-f00fa37e-0a79-4e5a-9f5b-a7df3df4c8ee Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:45,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f00fa37e-0a79-4e5a-9f5b-a7df3df4c8ee 2019-01-03 17:42:45,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541199922562s 2019-01-03 17:42:45,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f00fa37e-0a79-4e5a-9f5b-a7df3df4c8ee 2019-01-03 17:42:45,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:46,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-b50596ba-d842-418d-a660-3e72bd78f7f6 x-compute-request-id: req-b50596ba-d842-418d-a660-3e72bd78f7f6 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:46,915 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b50596ba-d842-418d-a660-3e72bd78f7f6 2019-01-03 17:42:46,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0806748867s 2019-01-03 17:42:46,916 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-b50596ba-d842-418d-a660-3e72bd78f7f6 2019-01-03 17:42:46,917 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2019-01-03 17:42:47,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:47,923 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:48,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-0b76c411-9c7a-4bcc-8851-3fecaf3cdb9c x-compute-request-id: req-0b76c411-9c7a-4bcc-8851-3fecaf3cdb9c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:48,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0b76c411-9c7a-4bcc-8851-3fecaf3cdb9c 2019-01-03 17:42:48,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525866031647s 2019-01-03 17:42:48,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0b76c411-9c7a-4bcc-8851-3fecaf3cdb9c 2019-01-03 17:42:48,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:48,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6e3c794-4cda-4f61-bae5-b221ef76a505 x-compute-request-id: req-e6e3c794-4cda-4f61-bae5-b221ef76a505 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:49,517 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e6e3c794-4cda-4f61-bae5-b221ef76a505 2019-01-03 17:42:49,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06865000725s 2019-01-03 17:42:49,517 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-e6e3c794-4cda-4f61-bae5-b221ef76a505 2019-01-03 17:42:49,518 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2019-01-03 17:42:50,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:50,523 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:51,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed5a45f1-9087-4048-bb01-487d0e6ae897 x-compute-request-id: req-ed5a45f1-9087-4048-bb01-487d0e6ae897 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:51,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed5a45f1-9087-4048-bb01-487d0e6ae897 2019-01-03 17:42:51,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523479938507s 2019-01-03 17:42:51,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ed5a45f1-9087-4048-bb01-487d0e6ae897 2019-01-03 17:42:51,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:51,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:52,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-98777396-8959-40fb-8b44-cc909c13e6b4 x-compute-request-id: req-98777396-8959-40fb-8b44-cc909c13e6b4 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:52,115 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-98777396-8959-40fb-8b44-cc909c13e6b4 2019-01-03 17:42:52,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06877803802s 2019-01-03 17:42:52,116 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-98777396-8959-40fb-8b44-cc909c13e6b4 2019-01-03 17:42:52,116 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:53,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:53,122 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:53,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-fab90050-0f07-42b7-8da7-c80a52685ea2 x-compute-request-id: req-fab90050-0f07-42b7-8da7-c80a52685ea2 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:53,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fab90050-0f07-42b7-8da7-c80a52685ea2 2019-01-03 17:42:53,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648644208908s 2019-01-03 17:42:53,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fab90050-0f07-42b7-8da7-c80a52685ea2 2019-01-03 17:42:53,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:53,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:54,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-cbef30fd-e041-4f22-974f-e6520ba6fc54 x-compute-request-id: req-cbef30fd-e041-4f22-974f-e6520ba6fc54 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:54,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-cbef30fd-e041-4f22-974f-e6520ba6fc54 2019-01-03 17:42:54,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07330608368s 2019-01-03 17:42:54,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-cbef30fd-e041-4f22-974f-e6520ba6fc54 2019-01-03 17:42:54,845 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:55,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:55,851 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:56,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-03fe7ba2-0a2f-4acc-88a5-dcc7876a358d x-compute-request-id: req-03fe7ba2-0a2f-4acc-88a5-dcc7876a358d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:56,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03fe7ba2-0a2f-4acc-88a5-dcc7876a358d 2019-01-03 17:42:56,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674624919891s 2019-01-03 17:42:56,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-03fe7ba2-0a2f-4acc-88a5-dcc7876a358d 2019-01-03 17:42:56,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:56,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:42:57,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-070d5205-876a-4a3a-849b-b5cb53323ff6 x-compute-request-id: req-070d5205-876a-4a3a-849b-b5cb53323ff6 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:42:57,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-070d5205-876a-4a3a-849b-b5cb53323ff6 2019-01-03 17:42:57,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07306909561s 2019-01-03 17:42:57,600 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-070d5205-876a-4a3a-849b-b5cb53323ff6 2019-01-03 17:42:57,600 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:42:58,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:42:58,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:42:59,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c93e381-44b4-459a-9db0-02d3b623c02f x-compute-request-id: req-4c93e381-44b4-459a-9db0-02d3b623c02f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:42:59,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c93e381-44b4-459a-9db0-02d3b623c02f 2019-01-03 17:42:59,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559955120087s 2019-01-03 17:42:59,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4c93e381-44b4-459a-9db0-02d3b623c02f 2019-01-03 17:42:59,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:42:59,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:00,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-9c79c109-bc56-45c3-830d-51e4748ebf39 x-compute-request-id: req-9c79c109-bc56-45c3-830d-51e4748ebf39 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:00,242 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9c79c109-bc56-45c3-830d-51e4748ebf39 2019-01-03 17:43:00,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07600593567s 2019-01-03 17:43:00,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-9c79c109-bc56-45c3-830d-51e4748ebf39 2019-01-03 17:43:00,244 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:01,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:01,250 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:01,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18fc9da0-c5eb-4695-aa4f-64252495d2f6 x-compute-request-id: req-18fc9da0-c5eb-4695-aa4f-64252495d2f6 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:01,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-18fc9da0-c5eb-4695-aa4f-64252495d2f6 2019-01-03 17:43:01,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552997112274s 2019-01-03 17:43:01,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-18fc9da0-c5eb-4695-aa4f-64252495d2f6 2019-01-03 17:43:01,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:02,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-648a65b0-c874-4f19-b08a-10d76f999f70 x-compute-request-id: req-648a65b0-c874-4f19-b08a-10d76f999f70 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:02,875 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-648a65b0-c874-4f19-b08a-10d76f999f70 2019-01-03 17:43:02,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0723118782s 2019-01-03 17:43:02,876 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-648a65b0-c874-4f19-b08a-10d76f999f70 2019-01-03 17:43:02,876 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:02,877 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.13. Waiting for response... 2019-01-03 17:43:03,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:03,882 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:04,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59d9f4b4-0712-4db4-a3e6-ac2021fb02a4 x-compute-request-id: req-59d9f4b4-0712-4db4-a3e6-ac2021fb02a4 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:04,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59d9f4b4-0712-4db4-a3e6-ac2021fb02a4 2019-01-03 17:43:04,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549391031265s 2019-01-03 17:43:04,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59d9f4b4-0712-4db4-a3e6-ac2021fb02a4 2019-01-03 17:43:04,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:04,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:05,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43: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-98513542-738e-4e33-a7f8-1f4e083ca7f3 x-compute-request-id: req-98513542-738e-4e33-a7f8-1f4e083ca7f3 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:05,505 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-98513542-738e-4e33-a7f8-1f4e083ca7f3 2019-01-03 17:43:05,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07386994362s 2019-01-03 17:43:05,506 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-98513542-738e-4e33-a7f8-1f4e083ca7f3 2019-01-03 17:43:05,507 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:06,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:06,512 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:07,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1d9f995-5595-4fcf-933b-6f9e8ad59a1c x-compute-request-id: req-a1d9f995-5595-4fcf-933b-6f9e8ad59a1c Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:07,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a1d9f995-5595-4fcf-933b-6f9e8ad59a1c 2019-01-03 17:43:07,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519951820374s 2019-01-03 17:43:07,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a1d9f995-5595-4fcf-933b-6f9e8ad59a1c 2019-01-03 17:43:07,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:08,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a50998dc-bd19-4e67-82b1-e76dca7bfadd x-compute-request-id: req-a50998dc-bd19-4e67-82b1-e76dca7bfadd Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:08,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a50998dc-bd19-4e67-82b1-e76dca7bfadd 2019-01-03 17:43:08,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07341718674s 2019-01-03 17:43:08,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a50998dc-bd19-4e67-82b1-e76dca7bfadd 2019-01-03 17:43:08,107 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:09,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:09,113 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:09,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7106d4f0-ed32-4770-ac15-be4432543975 x-compute-request-id: req-7106d4f0-ed32-4770-ac15-be4432543975 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:09,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7106d4f0-ed32-4770-ac15-be4432543975 2019-01-03 17:43:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554608106613s 2019-01-03 17:43:09,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7106d4f0-ed32-4770-ac15-be4432543975 2019-01-03 17:43:09,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:09,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:10,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abacbc63-4415-47d1-8c75-9115f541fd74 x-compute-request-id: req-abacbc63-4415-47d1-8c75-9115f541fd74 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:10,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-abacbc63-4415-47d1-8c75-9115f541fd74 2019-01-03 17:43:10,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07442522049s 2019-01-03 17:43:10,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-abacbc63-4415-47d1-8c75-9115f541fd74 2019-01-03 17:43:10,743 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:11,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:11,749 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:12,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3d649fc-d79a-4b21-86b1-7670896f525a x-compute-request-id: req-b3d649fc-d79a-4b21-86b1-7670896f525a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:12,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b3d649fc-d79a-4b21-86b1-7670896f525a 2019-01-03 17:43:12,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520741939545s 2019-01-03 17:43:12,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b3d649fc-d79a-4b21-86b1-7670896f525a 2019-01-03 17:43:12,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:12,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:13,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1c05e40-d230-4899-a326-a6da3ef2b259 x-compute-request-id: req-f1c05e40-d230-4899-a326-a6da3ef2b259 Content-Encoding: gzip Content-Length: 8058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:13,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f1c05e40-d230-4899-a326-a6da3ef2b259 2019-01-03 17:43:13,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07579112053s 2019-01-03 17:43:13,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-f1c05e40-d230-4899-a326-a6da3ef2b259 2019-01-03 17:43:13,347 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:14,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:14,353 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:14,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a948823b-fbba-4220-9ac5-be18fab4d7f9 x-compute-request-id: req-a948823b-fbba-4220-9ac5-be18fab4d7f9 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:14,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a948823b-fbba-4220-9ac5-be18fab4d7f9 2019-01-03 17:43:14,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552495002747s 2019-01-03 17:43:14,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a948823b-fbba-4220-9ac5-be18fab4d7f9 2019-01-03 17:43:14,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:14,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:15,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a93bfc0d-7eb2-4bc6-a98a-767c0ba1ae4b x-compute-request-id: req-a93bfc0d-7eb2-4bc6-a98a-767c0ba1ae4b Content-Encoding: gzip Content-Length: 8058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:15,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a93bfc0d-7eb2-4bc6-a98a-767c0ba1ae4b 2019-01-03 17:43:15,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06906509399s 2019-01-03 17:43:15,975 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-a93bfc0d-7eb2-4bc6-a98a-767c0ba1ae4b 2019-01-03 17:43:15,975 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:16,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:16,980 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:17,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ada5ff6f-b364-4a8d-9ea5-a98823d3afdb x-compute-request-id: req-ada5ff6f-b364-4a8d-9ea5-a98823d3afdb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:17,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ada5ff6f-b364-4a8d-9ea5-a98823d3afdb 2019-01-03 17:43:17,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554643154144s 2019-01-03 17:43:17,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ada5ff6f-b364-4a8d-9ea5-a98823d3afdb 2019-01-03 17:43:17,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:18,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ef443f3-832d-462c-a122-f7aca8cf6230 x-compute-request-id: req-6ef443f3-832d-462c-a122-f7aca8cf6230 Content-Encoding: gzip Content-Length: 8058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:18,607 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6ef443f3-832d-462c-a122-f7aca8cf6230 2019-01-03 17:43:18,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07144498825s 2019-01-03 17:43:18,608 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-6ef443f3-832d-462c-a122-f7aca8cf6230 2019-01-03 17:43:18,608 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:19,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:19,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:20,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-452ef9cb-19e1-44ec-9490-ab392c56d6ed x-compute-request-id: req-452ef9cb-19e1-44ec-9490-ab392c56d6ed Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:20,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-452ef9cb-19e1-44ec-9490-ab392c56d6ed 2019-01-03 17:43:20,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595483064651s 2019-01-03 17:43:20,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-452ef9cb-19e1-44ec-9490-ab392c56d6ed 2019-01-03 17:43:20,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:20,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:21,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de0638bd-0507-4953-8499-5455a8be8a3f x-compute-request-id: req-de0638bd-0507-4953-8499-5455a8be8a3f Content-Encoding: gzip Content-Length: 8058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:21,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de0638bd-0507-4953-8499-5455a8be8a3f 2019-01-03 17:43:21,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07151794434s 2019-01-03 17:43:21,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-de0638bd-0507-4953-8499-5455a8be8a3f 2019-01-03 17:43:21,283 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:22,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:22,288 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:22,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43: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-8121317b-493c-4ccc-b071-8a8ac28fada1 x-compute-request-id: req-8121317b-493c-4ccc-b071-8a8ac28fada1 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:22,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8121317b-493c-4ccc-b071-8a8ac28fada1 2019-01-03 17:43:22,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544150829315s 2019-01-03 17:43:22,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8121317b-493c-4ccc-b071-8a8ac28fada1 2019-01-03 17:43:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:22,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:23,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43: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-47e3e251-797c-4350-b92a-994fc61ff8b1 x-compute-request-id: req-47e3e251-797c-4350-b92a-994fc61ff8b1 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:23,905 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-47e3e251-797c-4350-b92a-994fc61ff8b1 2019-01-03 17:43:23,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07309103012s 2019-01-03 17:43:23,906 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-47e3e251-797c-4350-b92a-994fc61ff8b1 2019-01-03 17:43:23,907 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:24,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:24,912 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:25,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fd7b166-1573-40ae-9b4c-282d42879768 x-compute-request-id: req-1fd7b166-1573-40ae-9b4c-282d42879768 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:25,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1fd7b166-1573-40ae-9b4c-282d42879768 2019-01-03 17:43:25,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386741876602s 2019-01-03 17:43:25,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1fd7b166-1573-40ae-9b4c-282d42879768 2019-01-03 17:43:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:25,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:26,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43: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-374a6096-0c01-4834-80f3-0df7b91c5f6a x-compute-request-id: req-374a6096-0c01-4834-80f3-0df7b91c5f6a Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:26,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-374a6096-0c01-4834-80f3-0df7b91c5f6a 2019-01-03 17:43:26,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07124304771s 2019-01-03 17:43:26,372 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-374a6096-0c01-4834-80f3-0df7b91c5f6a 2019-01-03 17:43:26,372 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:27,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:27,378 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:27,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8708f11d-b67d-4b92-91ae-a45caffd94a0 x-compute-request-id: req-8708f11d-b67d-4b92-91ae-a45caffd94a0 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:33Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:27,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8708f11d-b67d-4b92-91ae-a45caffd94a0 2019-01-03 17:43:27,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519773960114s 2019-01-03 17:43:27,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8708f11d-b67d-4b92-91ae-a45caffd94a0 2019-01-03 17:43:27,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 17:43:27,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 17:43:28,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c77f346e-36db-446d-9b22-e325ecfbaad7 x-compute-request-id: req-c77f346e-36db-446d-9b22-e325ecfbaad7 Content-Encoding: gzip Content-Length: 8057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475946737 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137522] pid_max: default: 32768 minimum: 301\n[ 0.138469] ACPI: Core revision 20150930\n[ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141275] Security Framework initialized\n[ 0.142132] Yama: becoming mindful.\n[ 0.142909] AppArmor: AppArmor initialized\n[ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149391] Initializing cgroup subsys io\n[ 0.150253] Initializing cgroup subsys memory\n[ 0.151177] Initializing cgroup subsys devices\n[ 0.152106] Initializing cgroup subsys freezer\n[ 0.153028] Initializing cgroup subsys net_cls\n[ 0.153950] Initializing cgroup subsys perf_event\n[ 0.154934] Initializing cgroup subsys net_prio\n[ 0.155878] Initializing cgroup subsys hugetlb\n[ 0.156799] Initializing cgroup subsys pids\n[ 0.157724] CPU: Physical Processor ID: 0\n[ 0.159269] mce: CPU supports 10 MCE banks\n[ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178906] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207437] x2apic enabled\n[ 0.208284] Switched APIC routing to physical x2apic.\n[ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215304] KVM setup paravirtual spinlock\n[ 0.216642] x86: Booted up 1 node, 1 CPUs\n[ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218962] devtmpfs: initialized\n[ 0.220714] evm: security.selinux\n[ 0.221461] evm: security.SMACK64\n[ 0.222189] evm: security.SMACK64EXEC\n[ 0.222972] evm: security.SMACK64TRANSMUTE\n[ 0.223837] evm: security.SMACK64MMAP\n[ 0.224624] evm: security.ima\n[ 0.225297] evm: security.capability\n[ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228119] pinctrl core: initialized pinctrl subsystem\n[ 0.229283] RTC time: 17:34:41, date: 01/03/19\n[ 0.230290] NET: Registered protocol family 16\n[ 0.231307] cpuidle: using governor ladder\n[ 0.232200] cpuidle: using governor menu\n[ 0.233031] PCCT header not found.\n[ 0.233824] ACPI: bus type PCI registered\n[ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235999] PCI: Using configuration type 1 for base access\n[ 0.237836] ACPI: Added _OSI(Module Device)\n[ 0.238739] ACPI: Added _OSI(Processor Device)\n[ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242773] ACPI: Interpreter enabled\n[ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251462] ACPI: (supports S0 S5)\n[ 0.252210] ACPI: Using IOAPIC for interrupt routing\n[ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262542] acpiphp: Slot [3] registered\n[ 0.263370] acpiphp: Slot [4] registered\n[ 0.264192] acpiphp: Slot [5] registered\n[ 0.265019] acpiphp: Slot [6] registered\n[ 0.265847] acpiphp: Slot [7] registered\n[ 0.266678] acpiphp: Slot [8] registered\n[ 0.267498] acpiphp: Slot [9] registered\n[ 0.268302] acpiphp: Slot [10] registered\n[ 0.269121] acpiphp: Slot [11] registered\n[ 0.269955] acpiphp: Slot [12] registered\n[ 0.270814] acpiphp: Slot [13] registered\n[ 0.271661] acpiphp: Slot [14] registered\n[ 0.272487] acpiphp: Slot [15] registered\n[ 0.283222] acpiphp: Slot [16] registered\n[ 0.284062] acpiphp: Slot [17] registered\n[ 0.284879] acpiphp: Slot [18] registered\n[ 0.285740] acpiphp: Slot [19] registered\n[ 0.286592] acpiphp: Slot [20] registered\n[ 0.287444] acpiphp: Slot [21] registered\n[ 0.288288] acpiphp: Slot [22] registered\n[ 0.289129] acpiphp: Slot [23] registered\n[ 0.289974] acpiphp: Slot [24] registered\n[ 0.290823] acpiphp: Slot [25] registered\n[ 0.291673] acpiphp: Slot [26] registered\n[ 0.292519] acpiphp: Slot [27] registered\n[ 0.293367] acpiphp: Slot [28] registered\n[ 0.294222] acpiphp: Slot [29] registered\n[ 0.295070] acpiphp: Slot [30] registered\n[ 0.295930] acpiphp: Slot [31] registered\n[ 0.296776] PCI host bridge to bus 0000:00\n[ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378241] vgaarb: loaded\n[ 0.378864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380060] SCSI subsystem initialized\n[ 0.380924] ACPI: bus type USB registered\n[ 0.381781] usbcore: registered new interface driver usbfs\n[ 0.382856] usbcore: registered new interface driver hub\n[ 0.383910] usbcore: registered new device driver usb\n[ 0.385012] PCI: Using ACPI for IRQ routing\n[ 0.386071] NetLabel: Initializing\n[ 0.386817] NetLabel: domain hash size = 128\n[ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388710] NetLabel: unlabeled traffic allowed by default\n[ 0.389859] clocksource: Switched to clocksource kvm-clock\n[ 0.395328] AppArmor: AppArmor Filesystem Enabled\n[ 0.396332] pnp: PnP ACPI init\n[ 0.397269] pnp: PnP ACPI: found 5 devices\n[ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405455] NET: Registered protocol family 2\n[ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409023] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412615] NET: Registered protocol family 1\n[ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444035] Trying to unpack rootfs image as initramfs...\n[ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508055] Scanning for low memory corruption every 60 seconds\n[ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510616] audit: initializing netlink subsys (disabled)\n[ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized\n[ 0.513063] Initialise system trusted keyring\n[ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517310] zbud: loaded\n[ 0.518039] VFS: Disk quotas dquot_6.6.0\n[ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520495] fuse init (API version 7.23)\n[ 0.521430] Key type big_key registered\n[ 0.522282] Allocating IMA MOK and blacklist keyrings.\n[ 0.523804] Key type asymmetric registered\n[ 0.524676] Asymmetric key parser 'x509' registered\n[ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527231] io scheduler noop registered\n[ 0.528064] io scheduler deadline registered (default)\n[ 0.529113] io scheduler cfq registered\n[ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534001] ACPI: Power Button [PWRF]\n[ 0.534869] GHES: HEST is not enabled!\n[ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607451] Linux agpgart interface v0.103\n[ 0.609521] brd: module loaded\n[ 0.610740] loop: module loaded\n[ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616440] GPT:90111 != 2097151\n[ 0.617105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618192] GPT:90111 != 2097151\n[ 0.618875] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619850] vda: vda1 vda15\n[ 0.621553] scsi host0: ata_piix\n[ 0.622309] scsi host1: ata_piix\n[ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625637] libphy: Fixed MDIO Bus: probed\n[ 0.626464] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627417] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630028] PPP generic driver version 2.4.2\n[ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632441] ehci-pci: EHCI PCI platform driver\n[ 0.633340] ehci-platform: EHCI generic platform driver\n[ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635540] ohci-pci: OHCI PCI platform driver\n[ 0.636398] ohci-platform: OHCI generic platform driver\n[ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659068] usb usb1: Product: UHCI Host Controller\n[ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661141] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662141] hub 1-0:1.0: USB hub found\n[ 0.662919] hub 1-0:1.0: 2 ports detected\n[ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667917] mousedev: PS/2 mouse device common for all mice\n[ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670983] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674446] i2c /dev entries driver\n[ 0.675207] device-mapper: uevent: version 1.0.3\n[ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679017] NET: Registered protocol family 10\n[ 0.680020] NET: Registered protocol family 17\n[ 0.680904] Key type dns_resolver registered\n[ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684632] registered taskstats version 1\n[ 0.685452] Loading compiled-in X.509 certificates\n[ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688726] zswap: loaded using pool lzo/zbud\n[ 0.690093] Key type trusted registered\n[ 0.691662] Key type encrypted registered\n[ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693494] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694534] evm: HMAC attrs: 0x1\n[ 0.695479] Magic number: 3:27:592\n[ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882)\n[ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699012] EDD information not available.\n[ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784442] Write protecting the kernel read-only data: 14336k\n[ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841228] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.17\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 2.29. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.53s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 450.579380] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2019-01-03 17:43:28,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c77f346e-36db-446d-9b22-e325ecfbaad7 2019-01-03 17:43:28,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07196903229s 2019-01-03 17:43:28,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd/action used request id req-c77f346e-36db-446d-9b22-e325ecfbaad7 2019-01-03 17:43:28,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 475946737 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.135759] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137522] pid_max: default: 32768 minimum: 301 [ 0.138469] ACPI: Core revision 20150930 [ 0.139892] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141275] Security Framework initialized [ 0.142132] Yama: becoming mindful. [ 0.142909] AppArmor: AppArmor initialized [ 0.143817] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145249] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146627] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147913] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149391] Initializing cgroup subsys io [ 0.150253] Initializing cgroup subsys memory [ 0.151177] Initializing cgroup subsys devices [ 0.152106] Initializing cgroup subsys freezer [ 0.153028] Initializing cgroup subsys net_cls [ 0.153950] Initializing cgroup subsys perf_event [ 0.154934] Initializing cgroup subsys net_prio [ 0.155878] Initializing cgroup subsys hugetlb [ 0.156799] Initializing cgroup subsys pids [ 0.157724] CPU: Physical Processor ID: 0 [ 0.159269] mce: CPU supports 10 MCE banks [ 0.160177] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161233] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172473] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.178906] ftrace: allocating 31920 entries in 125 pages [ 0.205087] smpboot: Max logical packages: 1 [ 0.205989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207437] x2apic enabled [ 0.208284] Switched APIC routing to physical x2apic. [ 0.210088] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211291] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215304] KVM setup paravirtual spinlock [ 0.216642] x86: Booted up 1 node, 1 CPUs [ 0.217496] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218962] devtmpfs: initialized [ 0.220714] evm: security.selinux [ 0.221461] evm: security.SMACK64 [ 0.222189] evm: security.SMACK64EXEC [ 0.222972] evm: security.SMACK64TRANSMUTE [ 0.223837] evm: security.SMACK64MMAP [ 0.224624] evm: security.ima [ 0.225297] evm: security.capability [ 0.226143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228119] pinctrl core: initialized pinctrl subsystem [ 0.229283] RTC time: 17:34:41, date: 01/03/19 [ 0.230290] NET: Registered protocol family 16 [ 0.231307] cpuidle: using governor ladder [ 0.232200] cpuidle: using governor menu [ 0.233031] PCCT header not found. [ 0.233824] ACPI: bus type PCI registered [ 0.234677] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235999] PCI: Using configuration type 1 for base access [ 0.237836] ACPI: Added _OSI(Module Device) [ 0.238739] ACPI: Added _OSI(Processor Device) [ 0.239667] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242773] ACPI: Interpreter enabled [ 0.243582] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247530] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251462] ACPI: (supports S0 S5) [ 0.252210] ACPI: Using IOAPIC for interrupt routing [ 0.253326] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259030] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260261] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.262542] acpiphp: Slot [3] registered [ 0.263370] acpiphp: Slot [4] registered [ 0.264192] acpiphp: Slot [5] registered [ 0.265019] acpiphp: Slot [6] registered [ 0.265847] acpiphp: Slot [7] registered [ 0.266678] acpiphp: Slot [8] registered [ 0.267498] acpiphp: Slot [9] registered [ 0.268302] acpiphp: Slot [10] registered [ 0.269121] acpiphp: Slot [11] registered [ 0.269955] acpiphp: Slot [12] registered [ 0.270814] acpiphp: Slot [13] registered [ 0.271661] acpiphp: Slot [14] registered [ 0.272487] acpiphp: Slot [15] registered [ 0.283222] acpiphp: Slot [16] registered [ 0.284062] acpiphp: Slot [17] registered [ 0.284879] acpiphp: Slot [18] registered [ 0.285740] acpiphp: Slot [19] registered [ 0.286592] acpiphp: Slot [20] registered [ 0.287444] acpiphp: Slot [21] registered [ 0.288288] acpiphp: Slot [22] registered [ 0.289129] acpiphp: Slot [23] registered [ 0.289974] acpiphp: Slot [24] registered [ 0.290823] acpiphp: Slot [25] registered [ 0.291673] acpiphp: Slot [26] registered [ 0.292519] acpiphp: Slot [27] registered [ 0.293367] acpiphp: Slot [28] registered [ 0.294222] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295930] acpiphp: Slot [31] registered [ 0.296776] PCI host bridge to bus 0000:00 [ 0.297628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300181] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301697] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309501] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310868] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312099] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319691] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321224] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368262] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369734] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371216] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372661] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373962] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375494] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376601] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378241] vgaarb: loaded [ 0.378864] vgaarb: bridge control possible 0000:00:02.0 [ 0.380060] SCSI subsystem initialized [ 0.380924] ACPI: bus type USB registered [ 0.381781] usbcore: registered new interface driver usbfs [ 0.382856] usbcore: registered new interface driver hub [ 0.383910] usbcore: registered new device driver usb [ 0.385012] PCI: Using ACPI for IRQ routing [ 0.386071] NetLabel: Initializing [ 0.386817] NetLabel: domain hash size = 128 [ 0.387719] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388710] NetLabel: unlabeled traffic allowed by default [ 0.389859] clocksource: Switched to clocksource kvm-clock [ 0.395328] AppArmor: AppArmor Filesystem Enabled [ 0.396332] pnp: PnP ACPI init [ 0.397269] pnp: PnP ACPI: found 5 devices [ 0.403670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405455] NET: Registered protocol family 2 [ 0.406454] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409023] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410258] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.411391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.412615] NET: Registered protocol family 1 [ 0.413520] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.414673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415791] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444035] Trying to unpack rootfs image as initramfs... [ 0.493910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.508055] Scanning for low memory corruption every 60 seconds [ 0.509412] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.510616] audit: initializing netlink subsys (disabled) [ 0.511698] audit: type=2000 audit(1546536882.785:1): initialized [ 0.513063] Initialise system trusted keyring [ 0.514054] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.515280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517310] zbud: loaded [ 0.518039] VFS: Disk quotas dquot_6.6.0 [ 0.518906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.520495] fuse init (API version 7.23) [ 0.521430] Key type big_key registered [ 0.522282] Allocating IMA MOK and blacklist keyrings. [ 0.523804] Key type asymmetric registered [ 0.524676] Asymmetric key parser 'x509' registered [ 0.525686] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.527231] io scheduler noop registered [ 0.528064] io scheduler deadline registered (default) [ 0.529113] io scheduler cfq registered [ 0.529994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.531112] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.532468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534001] ACPI: Power Button [PWRF] [ 0.534869] GHES: HEST is not enabled! [ 0.548642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576946] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.579344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604745] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607451] Linux agpgart interface v0.103 [ 0.609521] brd: module loaded [ 0.610740] loop: module loaded [ 0.614978] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.616440] GPT:90111 != 2097151 [ 0.617105] GPT:Alternate GPT header not at the end of the disk. [ 0.618192] GPT:90111 != 2097151 [ 0.618875] GPT: Use GNU Parted to correct GPT errors. [ 0.619850] vda: vda1 vda15 [ 0.621553] scsi host0: ata_piix [ 0.622309] scsi host1: ata_piix [ 0.623006] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.624212] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625637] libphy: Fixed MDIO Bus: probed [ 0.626464] tun: Universal TUN/TAP device driver, 1.6 [ 0.627417] tun: (C) 1999-2004 Max Krasnyansky [ 0.630028] PPP generic driver version 2.4.2 [ 0.631217] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632441] ehci-pci: EHCI PCI platform driver [ 0.633340] ehci-platform: EHCI generic platform driver [ 0.634358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635540] ohci-pci: OHCI PCI platform driver [ 0.636398] ohci-platform: OHCI generic platform driver [ 0.637370] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651867] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652879] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654320] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.655336] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.656457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657665] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659068] usb usb1: Product: UHCI Host Controller [ 0.660006] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.661141] usb usb1: SerialNumber: 0000:00:01.2 [ 0.662141] hub 1-0:1.0: USB hub found [ 0.662919] hub 1-0:1.0: 2 ports detected [ 0.663818] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.665933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.666881] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.667917] mousedev: PS/2 mouse device common for all mice [ 0.669168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.670983] rtc_cmos 00:00: RTC can wake from S4 [ 0.672074] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.673259] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.674446] i2c /dev entries driver [ 0.675207] device-mapper: uevent: version 1.0.3 [ 0.676131] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.677742] ledtrig-cpu: registered to indicate activity on CPUs [ 0.679017] NET: Registered protocol family 10 [ 0.680020] NET: Registered protocol family 17 [ 0.680904] Key type dns_resolver registered [ 0.681817] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.682909] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.684632] registered taskstats version 1 [ 0.685452] Loading compiled-in X.509 certificates [ 0.686890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.688726] zswap: loaded using pool lzo/zbud [ 0.690093] Key type trusted registered [ 0.691662] Key type encrypted registered [ 0.692481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.693494] ima: No TPM chip found, activating TPM-bypass! [ 0.694534] evm: HMAC attrs: 0x1 [ 0.695479] Magic number: 3:27:592 [ 0.696305] rtc_cmos 00:00: setting system clock to 2019-01-03 17:34:42 UTC (1546536882) [ 0.697902] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.699012] EDD information not available. [ 0.782881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784442] Write protecting the kernel read-only data: 14336k [ 0.796257] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798114] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841228] 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 2.17 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.29. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.53s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 450.579380] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2019-01-03 17:43:28,971 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2019-01-03 17:43:29,096 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:43:29,097 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:13 | FAIL | +------------------------+------------------+------------------+----------------+ 2019-01-03 17:43:29,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 17:43:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:29,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8120b379-f809-40d1-93db-2da17eff2b27 x-compute-request-id: req-8120b379-f809-40d1-93db-2da17eff2b27 Content-Type: application/json 2019-01-03 17:43:29,265 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81 used request id req-8120b379-f809-40d1-93db-2da17eff2b27 2019-01-03 17:43:29,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.162477016449s 2019-01-03 17:43:29,266 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81 used request id req-8120b379-f809-40d1-93db-2da17eff2b27 2019-01-03 17:43:29,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:29,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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:29,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd4246dd-b0b7-4e61-accd-719b6ec35a13 x-compute-request-id: req-fd4246dd-b0b7-4e61-accd-719b6ec35a13 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:87:72", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:43:29Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:29,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fd4246dd-b0b7-4e61-accd-719b6ec35a13 2019-01-03 17:43:29,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385848999023s 2019-01-03 17:43:29,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fd4246dd-b0b7-4e61-accd-719b6ec35a13 2019-01-03 17:43:29,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:43:31,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:31,661 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:31,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6036ab4-400e-44d2-a86f-b6252da09a8a x-compute-request-id: req-c6036ab4-400e-44d2-a86f-b6252da09a8a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e4cd628-84d2-43bd-8975-e58f7b73ac81", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:32.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "3e4cd628-84d2-43bd-8975-e58f7b73ac81", "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:43:30Z", "hostId": "303fc9f508f8b48caec08d6dc4ffd955f350b1b0914cd7576cf1896b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:26Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:31,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c6036ab4-400e-44d2-a86f-b6252da09a8a 2019-01-03 17:43:31,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.232666969299s 2019-01-03 17:43:31,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c6036ab4-400e-44d2-a86f-b6252da09a8a 2019-01-03 17:43:31,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:43:33,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:33,899 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:34,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-5b69030c-496c-4667-9adf-abff733fc8a6 x-compute-request-id: req-5b69030c-496c-4667-9adf-abff733fc8a6 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:34:42Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:34,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b69030c-496c-4667-9adf-abff733fc8a6 2019-01-03 17:43:34,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21039390564s 2019-01-03 17:43:34,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5b69030c-496c-4667-9adf-abff733fc8a6 2019-01-03 17:43:34,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 17:43:34,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:34,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ccc6874-a52d-4b69-9d6c-58b39b78f7a6 x-compute-request-id: req-9ccc6874-a52d-4b69-9d6c-58b39b78f7a6 Content-Type: application/json 2019-01-03 17:43:34,277 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd used request id req-9ccc6874-a52d-4b69-9d6c-58b39b78f7a6 2019-01-03 17:43:34,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168328046799s 2019-01-03 17:43:34,277 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd used request id req-9ccc6874-a52d-4b69-9d6c-58b39b78f7a6 2019-01-03 17:43:34,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:34,280 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:34,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8f4a202-0622-476d-9388-61e1f033a12a x-compute-request-id: req-e8f4a202-0622-476d-9388-61e1f033a12a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:1d:c6", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "rel": "bookmark"}], "image": {"id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "links": [{"href": "http://172.30.9.30:8774/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T17:34:42.000000", "flavor": {"id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "links": [{"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}]}, "id": "0cbd1d36-08c6-42b3-80b0-6da4ecb5a9bd", "security_groups": [{"name": "default"}], "user_id": "0e28d651febd44e29505737865d3037d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T17:43:34Z", "hostId": "13f3fb4e7222bde30a7113d1c8a07ad137c99b02cacab378a0934be4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "created": "2019-01-03T17:34:37Z", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 17:43:34,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8f4a202-0622-476d-9388-61e1f033a12a 2019-01-03 17:43:34,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670407056808s 2019-01-03 17:43:34,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e8f4a202-0622-476d-9388-61e1f033a12a 2019-01-03 17:43:34,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 17:43:36,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 17:43:36,956 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:37,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e9d043f-0862-48af-bf07-187c3a643972 x-compute-request-id: req-1e9d043f-0862-48af-bf07-187c3a643972 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 17:43:37,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e9d043f-0862-48af-bf07-187c3a643972 2019-01-03 17:43:37,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0854620933533s 2019-01-03 17:43:37,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e9d043f-0862-48af-bf07-187c3a643972 2019-01-03 17:43:37,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 17:43:37,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/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}c3f8b884ae00b8cc25318c36913c5032a05bf144" -d '{"subnet_id": "54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"}' 2019-01-03 17:43:38,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dacdd91f-05f7-4810-97b2-15a49be34022 Date: Thu, 03 Jan 2019 17:43:38 GMT RESP BODY: {"network_id": "df688731-4ee8-48c5-bb42-c35147c9beb6", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "subnet_id": "54c50490-87c7-492e-a9a7-1aa2fe4e4a5c", "subnet_ids": ["54c50490-87c7-492e-a9a7-1aa2fe4e4a5c"], "port_id": "16c381b3-88f0-4f47-bb3e-fc335e5145dc", "id": "d13f29d7-46c9-4efb-b24e-45ef483abd21"} 2019-01-03 17:43:38,117 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/remove_router_interface.json used request id req-dacdd91f-05f7-4810-97b2-15a49be34022 2019-01-03 17:43:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.07793784142s 2019-01-03 17:43:38,118 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21/remove_router_interface.json used request id req-dacdd91f-05f7-4810-97b2-15a49be34022 returning object d13f29d7-46c9-4efb-b24e-45ef483abd21 2019-01-03 17:43:38,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 17:43:38,119 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:38,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-85650a67-49c1-4bb0-aa8b-9b43731964a1 Date: Thu, 03 Jan 2019 17:43:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "created_at": "2019-01-03T17:34:18Z", "admin_state_up": true, "updated_at": "2019-01-03T17:43:37Z", "revision_number": 4, "routes": [], "project_id": "214ad1d1c94c40928d948ad754c7e00f", "id": "d13f29d7-46c9-4efb-b24e-45ef483abd21", "name": "vping_userdata-router_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:43:38,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-85650a67-49c1-4bb0-aa8b-9b43731964a1 2019-01-03 17:43:38,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0667481422424s 2019-01-03 17:43:38,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-85650a67-49c1-4bb0-aa8b-9b43731964a1 2019-01-03 17:43:38,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 17:43:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:39,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f52e569e-8e78-4e5a-bdbe-93c18b0e3565 Content-Length: 0 Date: Thu, 03 Jan 2019 17:43:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:43:39,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21.json used request id req-f52e569e-8e78-4e5a-bdbe-93c18b0e3565 2019-01-03 17:43:39,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.12049198151s 2019-01-03 17:43:39,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d13f29d7-46c9-4efb-b24e-45ef483abd21.json used request id req-f52e569e-8e78-4e5a-bdbe-93c18b0e3565 2019-01-03 17:43:39,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 17:43:39,309 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:39,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0d958f46-14c6-495d-8dd3-1607ce92c78a Date: Thu, 03 Jan 2019 17:43:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df688731-4ee8-48c5-bb42-c35147c9beb6","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:34:18Z","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":"214ad1d1c94c40928d948ad754c7e00f","id":"54c50490-87c7-492e-a9a7-1aa2fe4e4a5c","subnetpool_id":null,"name":"vping_userdata-subnet_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:43:39,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-0d958f46-14c6-495d-8dd3-1607ce92c78a 2019-01-03 17:43:39,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.053848028183s 2019-01-03 17:43:39,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-0d958f46-14c6-495d-8dd3-1607ce92c78a 2019-01-03 17:43:39,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 17:43:39,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/54c50490-87c7-492e-a9a7-1aa2fe4e4a5c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:41,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28da21e5-24c7-4224-9f04-ee56b0313c7b Date: Thu, 03 Jan 2019 17:43:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:43:41,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/54c50490-87c7-492e-a9a7-1aa2fe4e4a5c.json used request id req-28da21e5-24c7-4224-9f04-ee56b0313c7b 2019-01-03 17:43:41,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.294921875s 2019-01-03 17:43:41,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/54c50490-87c7-492e-a9a7-1aa2fe4e4a5c.json used request id req-28da21e5-24c7-4224-9f04-ee56b0313c7b 2019-01-03 17:43:41,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:43:41,661 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:41,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-3dc17ba5-f817-4281-9c65-c94a078656b1 Date: Thu, 03 Jan 2019 17:43:41 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":["4995cb17-5a37-41b2-beab-15bef6132cde"],"updated_at":"2019-01-03T17:08:57Z","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","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":"2019-01-03T17:43:41Z","tenant_id":"214ad1d1c94c40928d948ad754c7e00f","created_at":"2019-01-03T17:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"214ad1d1c94c40928d948ad754c7e00f","id":"df688731-4ee8-48c5-bb42-c35147c9beb6","name":"vping_userdata-net_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}]} 2019-01-03 17:43:41,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3dc17ba5-f817-4281-9c65-c94a078656b1 2019-01-03 17:43:41,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119084119797s 2019-01-03 17:43:41,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3dc17ba5-f817-4281-9c65-c94a078656b1 2019-01-03 17:43:41,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 17:43:41,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/df688731-4ee8-48c5-bb42-c35147c9beb6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:43,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba7c0e98-fe3b-4f02-b83a-09972baaa170 Date: Thu, 03 Jan 2019 17:43:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:43:43,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/df688731-4ee8-48c5-bb42-c35147c9beb6.json used request id req-ba7c0e98-fe3b-4f02-b83a-09972baaa170 2019-01-03 17:43:43,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.45146107674s 2019-01-03 17:43:43,232 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/df688731-4ee8-48c5-bb42-c35147c9beb6.json used request id req-ba7c0e98-fe3b-4f02-b83a-09972baaa170 2019-01-03 17:43:43,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:43:43,234 - 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}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:43,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-9e5ece51-1e67-4c86-bd36-22e03d1e660e Date: Thu, 03 Jan 2019 17:43:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "metadata": {}}], "file": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/file", "owner": "214ad1d1c94c40928d948ad754c7e00f", "id": "69902dc6-6c9d-43a8-99d3-9757a1f395d0", "size": 12716032, "self": "/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:34:24Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:43:43,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9e5ece51-1e67-4c86-bd36-22e03d1e660e 2019-01-03 17:43:43,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166901111603s 2019-01-03 17:43:43,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9e5ece51-1e67-4c86-bd36-22e03d1e660e 2019-01-03 17:43:43,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 17:43:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c3f8b884ae00b8cc25318c36913c5032a05bf144" 2019-01-03 17:43:45,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e30c484f-98a9-4fec-b643-0c45a912164d Date: Thu, 03 Jan 2019 17:43:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:43:45,114 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0 used request id req-e30c484f-98a9-4fec-b643-0c45a912164d 2019-01-03 17:43:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.712059021s 2019-01-03 17:43:45,115 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/69902dc6-6c9d-43a8-99d3-9757a1f395d0 used request id req-e30c484f-98a9-4fec-b643-0c45a912164d 2019-01-03 17:43:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:43:45,119 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94ff0315-0b8d-41e5-88e0-5c212f1120da x-compute-request-id: req-94ff0315-0b8d-41e5-88e0-5c212f1120da Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "73a30c73-7fd0-4161-ae75-c452f454ffa7", "name": "vping_userdata-flavor_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:43:45,307 - 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-94ff0315-0b8d-41e5-88e0-5c212f1120da 2019-01-03 17:43:45,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.191615104675s 2019-01-03 17:43:45,307 - 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-94ff0315-0b8d-41e5-88e0-5c212f1120da 2019-01-03 17:43:45,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 17:43:45,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,361 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd2dee63-6b80-4aca-82d2-281e21c662c5 x-compute-request-id: req-bd2dee63-6b80-4aca-82d2-281e21c662c5 Content-Length: 0 Content-Type: application/json 2019-01-03 17:43:45,361 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7 used request id req-bd2dee63-6b80-4aca-82d2-281e21c662c5 2019-01-03 17:43:45,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0522179603577s 2019-01-03 17:43:45,361 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/73a30c73-7fd0-4161-ae75-c452f454ffa7 used request id req-bd2dee63-6b80-4aca-82d2-281e21c662c5 2019-01-03 17:43:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:43:45,362 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fadd7b52-9891-4838-afa1-18615a08276b Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff", "links": {"self": "http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d"}, "domain_id": "default", "enabled": true, "id": "0e28d651febd44e29505737865d3037d", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:43:45,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fadd7b52-9891-4838-afa1-18615a08276b 2019-01-03 17:43:45,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963590145111s 2019-01-03 17:43:45,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-fadd7b52-9891-4838-afa1-18615a08276b 2019-01-03 17:43:45,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:43:45,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-453651c8-8638-434d-8b07-dc631dd1f365 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/0e28d651febd44e29505737865d3037d"}, "enabled": true, "id": "0e28d651febd44e29505737865d3037d", "options": {}, "domain_id": "default", "name": "vping_userdata-user_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}} 2019-01-03 17:43:45,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d used request id req-453651c8-8638-434d-8b07-dc631dd1f365 2019-01-03 17:43:45,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910089015961s 2019-01-03 17:43:45,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d used request id req-453651c8-8638-434d-8b07-dc631dd1f365 2019-01-03 17:43:45,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:43:45,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-165f535d-4294-4088-8696-759f716d0640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:45,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d used request id req-165f535d-4294-4088-8696-759f716d0640 2019-01-03 17:43:45,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.23525094986s 2019-01-03 17:43:45,792 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0e28d651febd44e29505737865d3037d used request id req-165f535d-4294-4088-8696-759f716d0640 2019-01-03 17:43:45,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:43:45,793 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:45,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7524fa3-ea9d-4017-b1fb-15cec679312a 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": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f"}, "enabled": true, "id": "214ad1d1c94c40928d948ad754c7e00f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b81051f3-eecb-4606-87b0-13ef5f60a5ff"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 17:43:45,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-b7524fa3-ea9d-4017-b1fb-15cec679312a 2019-01-03 17:43:45,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.076996088028s 2019-01-03 17:43:45,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-b7524fa3-ea9d-4017-b1fb-15cec679312a 2019-01-03 17:43:45,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:43:45,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:46,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-118136fb-3816-4e0c-a920-2f36e1a160a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:46,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f used request id req-118136fb-3816-4e0c-a920-2f36e1a160a9 2019-01-03 17:43:46,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154811143875s 2019-01-03 17:43:46,027 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/214ad1d1c94c40928d948ad754c7e00f used request id req-118136fb-3816-4e0c-a920-2f36e1a160a9 2019-01-03 17:43:46,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:46,028 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:46,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d706b6fc-cfa7-4703-97fc-5d1d20949206 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "db8a941eee364b98a694391d94934152", "links": {"self": "http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152"}, "name": "Member"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:46,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d706b6fc-cfa7-4703-97fc-5d1d20949206 2019-01-03 17:43:46,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845379829407s 2019-01-03 17:43:46,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:43:46,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:46,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65744efa-c951-4848-b61d-2e5d0d676693 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:46,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/db8a941eee364b98a694391d94934152 used request id req-65744efa-c951-4848-b61d-2e5d0d676693 2019-01-03 17:43:46,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.252204179764s 2019-01-03 17:43:46,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:43:46,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=214ad1d1c94c40928d948ad754c7e00f&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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:46,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f2673c4f-0d31-4c4b-bfed-fe937612c950 Date: Thu, 03 Jan 2019 17:43:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "created_at": "2019-01-03T17:34:16Z", "updated_at": "2019-01-03T17:34:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "0fca09d3-78ba-4ec9-8cae-22589a530fd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv6", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "2cc4e063-afba-4dcf-81c1-27b641afe64a", "remote_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv4", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "9560e7a4-4a66-41c5-9ead-ae107202e9f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv4", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "ba21f0d0-0c66-4d8d-96a3-4168d7f0163d", "remote_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv6", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}], "revision_number": 4, "project_id": "214ad1d1c94c40928d948ad754c7e00f", "id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "name": "default"}]} 2019-01-03 17:43:46,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=214ad1d1c94c40928d948ad754c7e00f&name=default used request id req-f2673c4f-0d31-4c4b-bfed-fe937612c950 2019-01-03 17:43:46,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20029592514s 2019-01-03 17:43:46,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=214ad1d1c94c40928d948ad754c7e00f&name=default used request id req-f2673c4f-0d31-4c4b-bfed-fe937612c950 2019-01-03 17:43:46,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:43:46,573 - 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}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:46,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fc6ce6b7-1f75-4ff4-a435-be6b0e4ce0ab Date: Thu, 03 Jan 2019 17:43:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "created_at": "2019-01-03T17:34:16Z", "updated_at": "2019-01-03T17:34:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "9560e7a4-4a66-41c5-9ead-ae107202e9f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv4", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "0fca09d3-78ba-4ec9-8cae-22589a530fd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv6", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "2cc4e063-afba-4dcf-81c1-27b641afe64a", "remote_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv4", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:34:16Z", "revision_number": 0, "id": "ba21f0d0-0c66-4d8d-96a3-4168d7f0163d", "remote_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "remote_ip_prefix": null, "created_at": "2019-01-03T17:34:16Z", "security_group_id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "tenant_id": "214ad1d1c94c40928d948ad754c7e00f", "port_range_min": null, "ethertype": "IPv6", "project_id": "214ad1d1c94c40928d948ad754c7e00f"}], "revision_number": 4, "project_id": "214ad1d1c94c40928d948ad754c7e00f", "id": "93cb35a5-3d79-43ce-8a60-0565f585631e", "name": "default"}]} 2019-01-03 17:43:46,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fc6ce6b7-1f75-4ff4-a435-be6b0e4ce0ab 2019-01-03 17:43:46,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195822000504s 2019-01-03 17:43:46,769 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-fc6ce6b7-1f75-4ff4-a435-be6b0e4ce0ab 2019-01-03 17:43:46,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 17:43:46,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/93cb35a5-3d79-43ce-8a60-0565f585631e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ad3d080510e7c3ea4494ecedeb62dae0fedf038" 2019-01-03 17:43:47,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b8b9b35-97e0-4173-8e20-015e1f0a6b35 Content-Length: 0 Date: Thu, 03 Jan 2019 17:43:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 17:43:47,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/93cb35a5-3d79-43ce-8a60-0565f585631e.json used request id req-7b8b9b35-97e0-4173-8e20-015e1f0a6b35 2019-01-03 17:43:47,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.365416049957s 2019-01-03 17:43:47,139 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/93cb35a5-3d79-43ce-8a60-0565f585631e.json used request id req-7b8b9b35-97e0-4173-8e20-015e1f0a6b35 2019-01-03 17:43:47,140 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2019-01-03 17:43:47,193 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:43:47,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:43:47,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:43:47,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:43:47,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:43:47,238 - 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" 2019-01-03 17:43:47,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171860e3-3aa4-47db-905c-d15de13830bb 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"}]}} 2019-01-03 17:43:47,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-171860e3-3aa4-47db-905c-d15de13830bb 2019-01-03 17:43:47,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:43:47,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["FQbBXqrXT1mk-SZXWdTOYQ"], "issued_at": "2019-01-03T17:43:47.000000Z"}} 2019-01-03 17:43:47,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:43:47,627 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:47,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b93ac446-d702-48b7-849e-5b7a65a9a130 Date: Thu, 03 Jan 2019 17:43:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:43:47,869 - 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-b93ac446-d702-48b7-849e-5b7a65a9a130 2019-01-03 17:43:47,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243279933929s 2019-01-03 17:43:47,870 - 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-b93ac446-d702-48b7-849e-5b7a65a9a130 2019-01-03 17:43:47,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:43:47,874 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:47,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:43: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"}]}]}} 2019-01-03 17:43:47,884 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:47,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a440b4-9873-4e79-a41d-a518f72fb078 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:43:47,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-a8a440b4-9873-4e79-a41d-a518f72fb078 2019-01-03 17:43:47,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0926561355591s 2019-01-03 17:43:47,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:43:47,966 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}}' 2019-01-03 17:43:48,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:43:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60dd80d6-5a58-43f1-a479-d3ddd08f208b 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/cd0d488b8a0341168149093ca82d0d2e"}, "enabled": true, "id": "cd0d488b8a0341168149093ca82d0d2e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}} 2019-01-03 17:43:48,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-60dd80d6-5a58-43f1-a479-d3ddd08f208b 2019-01-03 17:43:48,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119307994843s 2019-01-03 17:43:48,085 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-60dd80d6-5a58-43f1-a479-d3ddd08f208b 2019-01-03 17:43:48,086 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'id': u'cd0d488b8a0341168149093ca82d0d2e', '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'})}) 2019-01-03 17:43:48,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:43:48,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357171058655s 2019-01-03 17:43:48,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27012e8-52e1-4837-af73-8e60a59acafd 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/624933e104b14bdcb9a60e574e45431e"}, "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}} 2019-01-03 17:43:48,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e used request id req-a27012e8-52e1-4837-af73-8e60a59acafd 2019-01-03 17:43:48,540 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'624933e104b14bdcb9a60e574e45431e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb'}) 2019-01-03 17:43:48,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:48,541 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4327d876-db1d-46be-8590-93440cf2631e Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:48,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4327d876-db1d-46be-8590-93440cf2631e 2019-01-03 17:43:48,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0158770084381s 2019-01-03 17:43:48,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:48,558 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb5c188-ce25-4d8f-ae35-7687eaba3a0b Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:48,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4fb5c188-ce25-4d8f-ae35-7687eaba3a0b 2019-01-03 17:43:48,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0850689411163s 2019-01-03 17:43:48,644 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:43:48,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:43:48,645 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"role": {"name": "Member"}}' 2019-01-03 17:43:48,743 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33861eca-f997-4fbb-83f2-8b1953db6943 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}} 2019-01-03 17:43:48,743 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-33861eca-f997-4fbb-83f2-8b1953db6943 2019-01-03 17:43:48,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0996160507202s 2019-01-03 17:43:48,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf7a4b29-004f-4a2b-8a12-08f1a0005234 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "domain_id": null, "name": "Member", "id": "44b97a6c5c6544cfb768d85c59276561"}} 2019-01-03 17:43:48,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561 used request id req-cf7a4b29-004f-4a2b-8a12-08f1a0005234 2019-01-03 17:43:48,827 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561'}, 'domain_id': None, 'human_id': None, 'id': u'44b97a6c5c6544cfb768d85c59276561', 'HUMAN_ID': False}) 2019-01-03 17:43:48,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:48,828 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681191b9-1f41-4a3b-82fa-a77d052b7a77 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:48,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-681191b9-1f41-4a3b-82fa-a77d052b7a77 2019-01-03 17:43:48,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0839879512787s 2019-01-03 17:43:48,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:43:48,913 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:48,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb8ce6d0-1ad5-42de-b8f9-101a3ae192c6 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"}} 2019-01-03 17:43:48,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-bb8ce6d0-1ad5-42de-b8f9-101a3ae192c6 2019-01-03 17:43:48,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.07439494133s 2019-01-03 17:43:48,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:43:48,989 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6c974e-58ba-453e-a846-a3a1de1ae2ef Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "links": {"self": "http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e"}, "domain_id": "default", "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:43:49,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bc6c974e-58ba-453e-a846-a3a1de1ae2ef 2019-01-03 17:43:49,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984480381012s 2019-01-03 17:43:49,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bc6c974e-58ba-453e-a846-a3a1de1ae2ef 2019-01-03 17:43:49,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:43:49,094 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c992595c-f706-4070-b3e9-dd45b0febb55 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/cd0d488b8a0341168149093ca82d0d2e"}, "enabled": true, "id": "cd0d488b8a0341168149093ca82d0d2e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}]} 2019-01-03 17:43:49,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c992595c-f706-4070-b3e9-dd45b0febb55 2019-01-03 17:43:49,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.077122926712s 2019-01-03 17:43:49,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c992595c-f706-4070-b3e9-dd45b0febb55 2019-01-03 17:43:49,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:43:49,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=44b97a6c5c6544cfb768d85c59276561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d05925-52e8-43ed-af1b-350cc7ccbaba 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=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=44b97a6c5c6544cfb768d85c59276561", "previous": null, "next": null}} 2019-01-03 17:43:49,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=44b97a6c5c6544cfb768d85c59276561 used request id req-82d05925-52e8-43ed-af1b-350cc7ccbaba 2019-01-03 17:43:49,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.075366973877s 2019-01-03 17:43:49,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:43:49,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e/users/624933e104b14bdcb9a60e574e45431e/roles/44b97a6c5c6544cfb768d85c59276561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70414521-5bc9-467a-95fc-f1244475bfbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:49,374 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e/users/624933e104b14bdcb9a60e574e45431e/roles/44b97a6c5c6544cfb768d85c59276561 used request id req-70414521-5bc9-467a-95fc-f1244475bfbf 2019-01-03 17:43:49,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125011920929s 2019-01-03 17:43:49,375 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 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': 'ee176b20-cfdf-4f35-8266-fcbf09678688', 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_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'project_id': u'cd0d488b8a0341168149093ca82d0d2e', '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': {}}}} 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:43:49,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:43:49,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:43:49,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:43:49,381 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'password': 'ee176b20-cfdf-4f35-8266-fcbf09678688', 'project_name': 'tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'cd0d488b8a0341168149093ca82d0d2e', 'project_domain_name': 'Default'} 2019-01-03 17:43:49,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:49,382 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e795fd7-bdaa-43cc-bac9-00916ed3f313 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:49,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6e795fd7-bdaa-43cc-bac9-00916ed3f313 2019-01-03 17:43:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824429988861s 2019-01-03 17:43:49,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:49,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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea637328-53d0-445f-a7c8-5b02c5f973b5 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:49,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ea637328-53d0-445f-a7c8-5b02c5f973b5 2019-01-03 17:43:49,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770950317383s 2019-01-03 17:43:49,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:43:49,544 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29b9e39-68d2-42a7-83a7-0b5d1d942fee 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"}} 2019-01-03 17:43:49,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-f29b9e39-68d2-42a7-83a7-0b5d1d942fee 2019-01-03 17:43:49,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0813450813293s 2019-01-03 17:43:49,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:43:49,627 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb293a6-a9d0-400d-8a56-46af2b9960f0 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "links": {"self": "http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e"}, "domain_id": "default", "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:43:49,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-acb293a6-a9d0-400d-8a56-46af2b9960f0 2019-01-03 17:43:49,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102952003479s 2019-01-03 17:43:49,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-acb293a6-a9d0-400d-8a56-46af2b9960f0 2019-01-03 17:43:49,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:43:49,736 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154bb4c2-49a0-42ad-adda-74b27c689412 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/cd0d488b8a0341168149093ca82d0d2e"}, "enabled": true, "id": "cd0d488b8a0341168149093ca82d0d2e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}]} 2019-01-03 17:43:49,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-154bb4c2-49a0-42ad-adda-74b27c689412 2019-01-03 17:43:49,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0757989883423s 2019-01-03 17:43:49,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-154bb4c2-49a0-42ad-adda-74b27c689412 2019-01-03 17:43:49,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:43:49,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:49,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f4e6fc8-e8a1-4cf6-992d-fe5eaded22b1 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=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 17:43:49,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&scope.project.id=cd0d488b8a0341168149093ca82d0d2e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-8f4e6fc8-e8a1-4cf6-992d-fe5eaded22b1 2019-01-03 17:43:49,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798501968384s 2019-01-03 17:43:49,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:43:49,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e/users/624933e104b14bdcb9a60e574e45431e/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c733646a-1691-42bb-94a9-6274dc57897e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:50,009 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e/users/624933e104b14bdcb9a60e574e45431e/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-c733646a-1691-42bb-94a9-6274dc57897e 2019-01-03 17:43:50,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115185976028s 2019-01-03 17:43:50,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:43:50,010 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbc2a0b-701d-458c-a95f-c21fdf3b59da 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:43:50,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3dbc2a0b-701d-458c-a95f-c21fdf3b59da 2019-01-03 17:43:50,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782778263092s 2019-01-03 17:43:50,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:43:50,090 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06f703f-7d93-40e7-addc-eda0655cb5e2 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"}} 2019-01-03 17:43:50,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-a06f703f-7d93-40e7-addc-eda0655cb5e2 2019-01-03 17:43:50,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0788559913635s 2019-01-03 17:43:50,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:43:50,169 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e44fb39-b268-4152-bc60-dcf3f1ec5972 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "links": {"self": "http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e"}, "domain_id": "default", "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:43:50,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9e44fb39-b268-4152-bc60-dcf3f1ec5972 2019-01-03 17:43:50,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931072235107s 2019-01-03 17:43:50,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9e44fb39-b268-4152-bc60-dcf3f1ec5972 2019-01-03 17:43:50,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:43:50,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc05b0a-23cb-4362-a96c-c88cf3be072f 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=624933e104b14bdcb9a60e574e45431e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 17:43:50,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=624933e104b14bdcb9a60e574e45431e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default used request id req-3dc05b0a-23cb-4362-a96c-c88cf3be072f 2019-01-03 17:43:50,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0785219669342s 2019-01-03 17:43:50,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:43:50,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/624933e104b14bdcb9a60e574e45431e/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:43:50,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:43:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-963a187a-444f-4d8d-acf0-c88dbcc7764e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:43:50,465 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/624933e104b14bdcb9a60e574e45431e/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-963a187a-444f-4d8d-acf0-c88dbcc7764e 2019-01-03 17:43:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11795592308s 2019-01-03 17:43:50,466 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 17:43:55,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 17:43:54.866 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=114bb1bd-4ad5-40f1-a1b3-4be5ce92d180) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 114bb1bd-4ad5-40f1-a1b3-4be5ce92d180 | 2019-01-03T17:43:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 114bb1bd-4ad5-40f1-a1b3-4be5ce92d180 ~/.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 2019-01-03 17:43:58,469 - 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 | +-------------+----------------+-----------+ 2019-01-03 17:43:58,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 17:44:04,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 17:44:03.280 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 17:44:03.427 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 17:44:04.673 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) has been successfully created! Using verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) as the default verifier for the future CLI operations. 2019-01-03 17:44:07,812 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2019-01-03 17:44:07,813 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:44:07,940 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 17:44:07,941 - 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" 2019-01-03 17:44:07,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5906be2-5410-4cc3-995d-f9d1592820ef 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"}]}} 2019-01-03 17:44:07,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a5906be2-5410-4cc3-995d-f9d1592820ef 2019-01-03 17:44:07,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:44:08,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}, {"id": "44b97a6c5c6544cfb768d85c59276561", "name": "Member"}], "expires_at": "2019-01-03T18:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd0d488b8a0341168149093ca82d0d2e", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/cd0d488b8a0341168149093ca82d0d2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/cd0d488b8a0341168149093ca82d0d2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/cd0d488b8a0341168149093ca82d0d2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cd0d488b8a0341168149093ca82d0d2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/cd0d488b8a0341168149093ca82d0d2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/cd0d488b8a0341168149093ca82d0d2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/cd0d488b8a0341168149093ca82d0d2e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "id": "624933e104b14bdcb9a60e574e45431e"}, "audit_ids": ["NT9S29V7S1u0uqWzaHQfrw"], "issued_at": "2019-01-03T17:44:08.000000Z"}} 2019-01-03 17:44:08,334 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:08,339 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 17:44:08 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"}]}]} 2019-01-03 17:44:08,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:44:08,343 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:08,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-669d3c1f-cee0-4d28-897d-2a610ae93b8f Date: Thu, 03 Jan 2019 17:44:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:44:08,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-669d3c1f-cee0-4d28-897d-2a610ae93b8f 2019-01-03 17:44:08,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187908887863s 2019-01-03 17:44:08,531 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-669d3c1f-cee0-4d28-897d-2a610ae93b8f 2019-01-03 17:44:08,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 17:44:08,533 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}' 2019-01-03 17:44:08,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9 X-Openstack-Request-Id: req-2b274de7-89be-4455-8682-2f17191df817 Date: Thu, 03 Jan 2019 17:44:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "621d7f93-6724-48f2-b01b-ffa04f111dd9", "size": null, "self": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": null, "created_at": "2019-01-03T17:44:08Z", "protected": false} 2019-01-03 17:44:08,769 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-2b274de7-89be-4455-8682-2f17191df817 2019-01-03 17:44:08,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237035036087s 2019-01-03 17:44:08,770 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-2b274de7-89be-4455-8682-2f17191df817 returning object 621d7f93-6724-48f2-b01b-ffa04f111dd9 2019-01-03 17:44:08,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 17:44:08,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" -d '' 2019-01-03 17:44:09,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-44eb01b7-f1c6-4333-85c1-f6b1db39e443 Date: Thu, 03 Jan 2019 17:44:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:44:09,637 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file used request id req-44eb01b7-f1c6-4333-85c1-f6b1db39e443 2019-01-03 17:44:09,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.866361856461s 2019-01-03 17:44:09,638 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file used request id req-44eb01b7-f1c6-4333-85c1-f6b1db39e443 2019-01-03 17:44:09,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:44:09,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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:09,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-70a911f5-cc0a-467f-9dc0-d63790821880 Date: Thu, 03 Jan 2019 17:44:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "metadata": {}}], "file": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "621d7f93-6724-48f2-b01b-ffa04f111dd9", "size": 12716032, "self": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:44:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:44:09,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-70a911f5-cc0a-467f-9dc0-d63790821880 2019-01-03 17:44:09,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169320106506s 2019-01-03 17:44:09,808 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-70a911f5-cc0a-467f-9dc0-d63790821880 2019-01-03 17:44:09,810 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file', 'owner': u'cd0d488b8a0341168149093ca82d0d2e', 'id': u'621d7f93-6724-48f2-b01b-ffa04f111dd9', 'size': 12716032, u'self': u'/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd0d488b8a0341168149093ca82d0d2e', 'name': 'tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T17:44:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T17:44:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'created': u'2019-01-03T17:44:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T17:44:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 17:44:09,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:44:09,814 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:44:10,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44: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-d489ec45-5f9a-4ee2-a645-edd03defe7f2 x-compute-request-id: req-d489ec45-5f9a-4ee2-a645-edd03defe7f2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "name": "tempest_smoke_serial-flavor_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:44:10,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d489ec45-5f9a-4ee2-a645-edd03defe7f2 2019-01-03 17:44:10,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.244864940643s 2019-01-03 17:44:10,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d489ec45-5f9a-4ee2-a645-edd03defe7f2 returning object 8d2e848a-ab9c-4079-9014-9f3cf7b8720d 2019-01-03 17:44:10,057 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'8d2e848a-ab9c-4079-9014-9f3cf7b8720d', 'swap': 0}) 2019-01-03 17:44:10,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:44:10,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d/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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"extra_specs": {}}' 2019-01-03 17:44:10,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f0f795a-7e52-4172-982d-1fd985bc7ef7 x-compute-request-id: req-6f0f795a-7e52-4172-982d-1fd985bc7ef7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:44:10,086 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d/os-extra_specs used request id req-6f0f795a-7e52-4172-982d-1fd985bc7ef7 2019-01-03 17:44:10,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0280539989471s 2019-01-03 17:44:10,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d/os-extra_specs used request id req-6f0f795a-7e52-4172-982d-1fd985bc7ef7 2019-01-03 17:44:10,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:44:10,093 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:10,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:44: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"}]}]}} 2019-01-03 17:44:10,101 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:10,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031e78c1-09ed-480f-a339-7222804e0b6e 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:44:10,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-031e78c1-09ed-480f-a339-7222804e0b6e 2019-01-03 17:44:10,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0879688262939s 2019-01-03 17:44:10,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 17:44:10,183 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:10,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aef3d3d6-678e-4a83-80b0-ae4957cd9259 x-compute-request-id: req-aef3d3d6-678e-4a83-80b0-ae4957cd9259 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 17:44:10,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-aef3d3d6-678e-4a83-80b0-ae4957cd9259 2019-01-03 17:44:10,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.174476861954s 2019-01-03 17:44:10,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-aef3d3d6-678e-4a83-80b0-ae4957cd9259 2019-01-03 17:44:10,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:44:10,357 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:10,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-a74eb301-fa5a-4f2e-a2a0-0e4a9c63ff64 Date: Thu, 03 Jan 2019 17:44:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "metadata": {}}], "file": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "621d7f93-6724-48f2-b01b-ffa04f111dd9", "size": 12716032, "self": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:44:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:44:10,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a74eb301-fa5a-4f2e-a2a0-0e4a9c63ff64 2019-01-03 17:44:10,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0213160514832s 2019-01-03 17:44:10,378 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a74eb301-fa5a-4f2e-a2a0-0e4a9c63ff64 2019-01-03 17:44:10,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 17:44:10,381 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}' 2019-01-03 17:44:10,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3 X-Openstack-Request-Id: req-e015a43c-5879-4956-967e-3c66ccedeec3 Date: Thu, 03 Jan 2019 17:44:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "64a5445c-f69b-4470-98b8-def765a70ac3", "size": null, "self": "/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:10Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": null, "created_at": "2019-01-03T17:44:10Z", "protected": false} 2019-01-03 17:44:10,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e015a43c-5879-4956-967e-3c66ccedeec3 2019-01-03 17:44:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.441129922867s 2019-01-03 17:44:10,822 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e015a43c-5879-4956-967e-3c66ccedeec3 returning object 64a5445c-f69b-4470-98b8-def765a70ac3 2019-01-03 17:44:10,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 17:44:10,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" -d '' 2019-01-03 17:44:11,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ff6aec0-3ae0-46dc-bbdb-d37575dc79a4 Date: Thu, 03 Jan 2019 17:44:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:44:11,889 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/file used request id req-3ff6aec0-3ae0-46dc-bbdb-d37575dc79a4 2019-01-03 17:44:11,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06586503983s 2019-01-03 17:44:11,889 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/file used request id req-3ff6aec0-3ae0-46dc-bbdb-d37575dc79a4 2019-01-03 17:44:11,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:44:11,890 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:44:12,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-bd2320b3-6496-457e-be64-53d3ac4d4f25 Date: Thu, 03 Jan 2019 17:44:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/64a5445c-f69b-4470-98b8-def765a70ac3/snap", "metadata": {}}], "file": "/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "64a5445c-f69b-4470-98b8-def765a70ac3", "size": 12716032, "self": "/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/64a5445c-f69b-4470-98b8-def765a70ac3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:11Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:44:10Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "metadata": {}}], "file": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "621d7f93-6724-48f2-b01b-ffa04f111dd9", "size": 12716032, "self": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:44:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:44:12,076 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bd2320b3-6496-457e-be64-53d3ac4d4f25 2019-01-03 17:44:12,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186393976212s 2019-01-03 17:44:12,077 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bd2320b3-6496-457e-be64-53d3ac4d4f25 2019-01-03 17:44:12,079 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/64a5445c-f69b-4470-98b8-def765a70ac3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3/file', 'owner': u'cd0d488b8a0341168149093ca82d0d2e', 'id': u'64a5445c-f69b-4470-98b8-def765a70ac3', 'size': 12716032, u'self': u'/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cd0d488b8a0341168149093ca82d0d2e', 'name': 'tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/64a5445c-f69b-4470-98b8-def765a70ac3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T17:44:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T17:44:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', 'created': u'2019-01-03T17:44:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T17:44:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 17:44:12,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:44:12,083 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:44:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac9efd74-effe-4522-9b13-f098e19f06f7 x-compute-request-id: req-ac9efd74-effe-4522-9b13-f098e19f06f7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "name": "tempest_smoke_serial-flavor_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:44:12,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ac9efd74-effe-4522-9b13-f098e19f06f7 2019-01-03 17:44:12,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0754950046539s 2019-01-03 17:44:12,156 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ac9efd74-effe-4522-9b13-f098e19f06f7 returning object a7deeb31-af7e-49d1-8743-5bcfd4ff1908 2019-01-03 17:44:12,157 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'a7deeb31-af7e-49d1-8743-5bcfd4ff1908', 'swap': 0}) 2019-01-03 17:44:12,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:44:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908/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}7481bfa1f692a98887f9df68d072dc68afe6cc83" -d '{"extra_specs": {}}' 2019-01-03 17:44:12,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17fc2b3b-0256-4604-915b-34ee5f44048e x-compute-request-id: req-17fc2b3b-0256-4604-915b-34ee5f44048e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:44:12,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908/os-extra_specs used request id req-17fc2b3b-0256-4604-915b-34ee5f44048e 2019-01-03 17:44:12,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021449804306s 2019-01-03 17:44:12,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908/os-extra_specs used request id req-17fc2b3b-0256-4604-915b-34ee5f44048e 2019-01-03 17:44:12,180 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'a7deeb31-af7e-49d1-8743-5bcfd4ff1908', 'swap': 0}) 2019-01-03 17:44:15,320 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 17:44:14.292 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) for deployment 'opnfv-rally' (UUID=114bb1bd-4ad5-40f1-a1b3-4be5ce92d180). 2019-01-03 17:44:15.153 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 17:44:15.155 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) has been successfully configured for deployment 'opnfv-rally' (UUID=114bb1bd-4ad5-40f1-a1b3-4be5ce92d180)! 2019-01-03 17:44:15,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 17:44:15,321 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 17:44:15,323 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 17:44:15,338 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 17:44:18,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-18b4c55a-71b4-4c0e-a77a-ddf0661c0e38/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2019-01-03 17:44:18,621 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 17:44:18,654 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 17:44:18,654 - 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']'. 2019-01-03 17:44:20,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:20.613 51 INFO rally.api [-] Starting verification (UUID=c727507c-c9de-4cb8-a65b-4e0e0c53c088) for deployment 'opnfv-rally' (UUID=114bb1bd-4ad5-40f1-a1b3-4be5ce92d180) by verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38). 2019-01-03 17:44:20,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c727507c-c9de-4cb8-a65b-4e0e0c53c088 2019-01-03 17:44:27,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:27.993 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.189s] 2019-01-03 17:44:28,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:28.053 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.061s] 2019-01-03 17:44:34,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:34.689 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.569s] 2019-01-03 17:44:38,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:38.605 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.914s] 2019-01-03 17:44:52,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:44:52.626 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.074s] 2019-01-03 17:45:11,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:45:11.246 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.174s] 2019-01-03 17:45:45,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:45:45.880 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2019-01-03 17:45:45,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:45:45.882 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2019-01-03 17:46:17,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:46:17.917 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2019-01-03 17:46:17,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:46:17.919 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2019-01-03 17:46:52,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:46:52.533 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2019-01-03 17:46:52,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:46:52.536 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2019-01-03 17:48:34,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:48:34.043 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [71.006s] 2019-01-03 17:48:56,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:48:56.552 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2019-01-03 17:48:56,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:48:56.651 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2019-01-03 17:49:03,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:03.105 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.654s] 2019-01-03 17:49:03,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:03.115 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2019-01-03 17:49:04,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:04.661 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 17:49:04,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:04.662 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 17:49:08,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:08.947 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.400s] 2019-01-03 17:49:15,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:15.547 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.407s] 2019-01-03 17:49:22,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:22.724 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.471s] 2019-01-03 17:49:30,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:30.239 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.417s] 2019-01-03 17:49:39,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:39.660 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.955s] 2019-01-03 17:49:46,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:46.526 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.855s] 2019-01-03 17:49:53,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:49:53.571 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.187s] 2019-01-03 17:50:01,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:01.583 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.390s] 2019-01-03 17:50:08,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:08.878 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.748s] 2019-01-03 17:50:18,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:18.420 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.689s] 2019-01-03 17:50:21,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:21.122 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-03 17:50:23,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:23.048 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2019-01-03 17:50:23,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:23.127 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2019-01-03 17:50:23,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:23.198 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.069s] 2019-01-03 17:50:23,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:23.204 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2019-01-03 17:50:27,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:27.336 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.878s] 2019-01-03 17:50:29,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:29.495 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.158s] 2019-01-03 17:50:30,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:30.732 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.236s] 2019-01-03 17:50:37,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:37.707 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-03 17:50:45,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:45.123 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.736s] 2019-01-03 17:50:57,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:50:57.602 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.924s] 2019-01-03 17:51:00,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:00.977 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.374s] 2019-01-03 17:51:11,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:11.876 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.838s] 2019-01-03 17:51:15,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:15.329 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.451s] 2019-01-03 17:51:22,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:22.938 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.609s] 2019-01-03 17:51:33,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:33.308 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.788s] 2019-01-03 17:51:36,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:36.840 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.530s] 2019-01-03 17:51:42,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:42.596 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.756s] 2019-01-03 17:51:58,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:58.487 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.954s] 2019-01-03 17:51:58,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:58.917 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.428s] 2019-01-03 17:51:59,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:59.328 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.410s] 2019-01-03 17:51:59,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:59.518 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.190s] 2019-01-03 17:51:59,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:51:59.938 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.418s] 2019-01-03 17:52:00,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:00.146 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.208s] 2019-01-03 17:52:15,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:15.342 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.772s] 2019-01-03 17:52:15,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:15.762 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.419s] 2019-01-03 17:52:15,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:15.904 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2019-01-03 17:52:15,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:15.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.077s] 2019-01-03 17:52:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:16.093 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.109s] 2019-01-03 17:52:16,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:16.308 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.215s] 2019-01-03 17:52:29,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:29.867 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.854s] 2019-01-03 17:52:36,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:36.068 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.200s] 2019-01-03 17:52:38,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:38.055 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.985s] 2019-01-03 17:52:38,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:38.271 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2019-01-03 17:52:38,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:38.472 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.201s] 2019-01-03 17:52:50,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:50.900 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.660s] 2019-01-03 17:52:58,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:58.042 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.141s] 2019-01-03 17:52:59,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:59.626 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.583s] 2019-01-03 17:52:59,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:52:59.830 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2019-01-03 17:53:00,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:00.018 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.187s] 2019-01-03 17:53:15,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:15.079 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.506s] 2019-01-03 17:53:20,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:20.311 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.232s] 2019-01-03 17:53:24,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:24.908 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.595s] 2019-01-03 17:53:27,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:27.975 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.067s] 2019-01-03 17:53:54,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:54.116 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.166s] 2019-01-03 17:53:59,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:53:59.333 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.217s] 2019-01-03 17:54:04,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:04.067 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.731s] 2019-01-03 17:54:08,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:08.242 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.176s] 2019-01-03 17:54:25,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:25.701 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.697s] 2019-01-03 17:54:28,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:28.264 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.560s] 2019-01-03 17:54:28,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:28.452 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.190s] 2019-01-03 17:54:33,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:33.088 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.494s] 2019-01-03 17:54:35,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:35.717 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.626s] 2019-01-03 17:54:35,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:35.771 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.056s] 2019-01-03 17:54:40,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:40.053 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.139s] 2019-01-03 17:54:43,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:43.462 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2019-01-03 17:54:45,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:45.216 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-03 17:54:45,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:45.220 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-03 17:54:45,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:45.221 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-03 17:54:45,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:45.222 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 17:54:45,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:45.224 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-03 17:54:47,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:54:47.091 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-03 17:55:02,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:55:02.765 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.187s] 2019-01-03 17:55:16,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:55:16.156 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.350s] 2019-01-03 17:55:27,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:55:27.751 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.593s] 2019-01-03 17:55:37,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:55:37.597 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2019-01-03 17:56:41,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:56:41.545 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [56.883s] 2019-01-03 17:57:16,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:57:16.736 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.341s] 2019-01-03 17:58:01,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 17:58:01.616 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.862s] 2019-01-03 17:58:17,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c727507c-c9de-4cb8-a65b-4e0e0c53c088 2019-01-03 17:58:17,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c727507c-c9de-4cb8-a65b-4e0e0c53c088']'. 2019-01-03 17:58:18,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 17:58:18,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 17:58:18,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c727507c-c9de-4cb8-a65b-4e0e0c53c088 | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 17:44:20 | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 17:58:17 | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:57 | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2019-01-03 17:58:18,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 114bb1bd-4ad5-40f1-a1b3-4be5ce92d180) | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 815.719 | 2019-01-03 17:58:18,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 17:58:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 17:58:18,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2019-01-03 17:58:18,419 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 17:58:18,420 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:10 | PASS | +------------------------------+------------------+------------------+----------------+ 2019-01-03 17:58:18,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 17:58:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:58:19,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6211d02-53c2-4935-8595-55db092720ae Date: Thu, 03 Jan 2019 17:58:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:58:19,510 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3 used request id req-e6211d02-53c2-4935-8595-55db092720ae 2019-01-03 17:58:19,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08642101288s 2019-01-03 17:58:19,511 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/64a5445c-f69b-4470-98b8-def765a70ac3 used request id req-e6211d02-53c2-4935-8595-55db092720ae 2019-01-03 17:58:19,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:58:19,514 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:19,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-c97b903c-c92c-4ce2-8071-f682274a1da9 x-compute-request-id: req-c97b903c-c92c-4ce2-8071-f682274a1da9 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "name": "tempest_smoke_serial-flavor_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a7deeb31-af7e-49d1-8743-5bcfd4ff1908", "name": "tempest_smoke_serial-flavor_alt_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:58:19,695 - 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-c97b903c-c92c-4ce2-8071-f682274a1da9 2019-01-03 17:58:19,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184287071228s 2019-01-03 17:58:19,696 - 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-c97b903c-c92c-4ce2-8071-f682274a1da9 2019-01-03 17:58:19,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 17:58:19,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:19,760 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17: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 x-openstack-request-id: req-dd380426-8f20-40a4-a0ee-1cc963e81261 x-compute-request-id: req-dd380426-8f20-40a4-a0ee-1cc963e81261 Content-Length: 0 Content-Type: application/json 2019-01-03 17:58:19,760 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908 used request id req-dd380426-8f20-40a4-a0ee-1cc963e81261 2019-01-03 17:58:19,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.061665058136s 2019-01-03 17:58:19,760 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a7deeb31-af7e-49d1-8743-5bcfd4ff1908 used request id req-dd380426-8f20-40a4-a0ee-1cc963e81261 2019-01-03 17:58:19,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:58:19,761 - 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}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:58:19,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-0aa810de-820b-41a9-b94f-bf1dcf7b4e0c Date: Thu, 03 Jan 2019 17:58:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "metadata": {}}], "file": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/file", "owner": "cd0d488b8a0341168149093ca82d0d2e", "id": "621d7f93-6724-48f2-b01b-ffa04f111dd9", "size": 12716032, "self": "/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/621d7f93-6724-48f2-b01b-ffa04f111dd9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:44:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:44:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:58:19,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0aa810de-820b-41a9-b94f-bf1dcf7b4e0c 2019-01-03 17:58:19,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163820981979s 2019-01-03 17:58:19,925 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0aa810de-820b-41a9-b94f-bf1dcf7b4e0c 2019-01-03 17:58:19,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 17:58:19,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0a2312a1bbc2da64ea339fa3e62cbd6c06adf0a" 2019-01-03 17:58:21,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6fdc4d4-d880-4fba-bd60-03a2ced080be Date: Thu, 03 Jan 2019 17:58:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:58:21,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9 used request id req-c6fdc4d4-d880-4fba-bd60-03a2ced080be 2019-01-03 17:58:21,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.74181509018s 2019-01-03 17:58:21,669 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/621d7f93-6724-48f2-b01b-ffa04f111dd9 used request id req-c6fdc4d4-d880-4fba-bd60-03a2ced080be 2019-01-03 17:58:21,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 17:58:21,673 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:21,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-21c9fd1a-e3d3-4dd8-bcd3-b8c23f20f6f1 x-compute-request-id: req-21c9fd1a-e3d3-4dd8-bcd3-b8c23f20f6f1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8d2e848a-ab9c-4079-9014-9f3cf7b8720d", "name": "tempest_smoke_serial-flavor_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 17:58:21,702 - 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-21c9fd1a-e3d3-4dd8-bcd3-b8c23f20f6f1 2019-01-03 17:58:21,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0326550006866s 2019-01-03 17:58:21,703 - 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-21c9fd1a-e3d3-4dd8-bcd3-b8c23f20f6f1 2019-01-03 17:58:21,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 17:58:21,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:21,748 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 17: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 x-openstack-request-id: req-33ba204b-b20a-4f0c-8362-df4f1ae85582 x-compute-request-id: req-33ba204b-b20a-4f0c-8362-df4f1ae85582 Content-Length: 0 Content-Type: application/json 2019-01-03 17:58:21,748 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d used request id req-33ba204b-b20a-4f0c-8362-df4f1ae85582 2019-01-03 17:58:21,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0432748794556s 2019-01-03 17:58:21,748 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8d2e848a-ab9c-4079-9014-9f3cf7b8720d used request id req-33ba204b-b20a-4f0c-8362-df4f1ae85582 2019-01-03 17:58:21,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:58:21,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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:21,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2468c9b-dc1c-4139-bc32-7f66c8047dc8 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb", "links": {"self": "http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e"}, "domain_id": "default", "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:58:21,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f2468c9b-dc1c-4139-bc32-7f66c8047dc8 2019-01-03 17:58:21,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102358102798s 2019-01-03 17:58:21,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f2468c9b-dc1c-4139-bc32-7f66c8047dc8 2019-01-03 17:58:21,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:58:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:21,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b037c44-4653-47db-a93b-260db33ebdf0 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/624933e104b14bdcb9a60e574e45431e"}, "enabled": true, "id": "624933e104b14bdcb9a60e574e45431e", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}} 2019-01-03 17:58:21,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e used request id req-1b037c44-4653-47db-a93b-260db33ebdf0 2019-01-03 17:58:21,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0977411270142s 2019-01-03 17:58:21,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e used request id req-1b037c44-4653-47db-a93b-260db33ebdf0 2019-01-03 17:58:21,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 17:58:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:58:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce87b9cf-647f-49cc-af51-ededed07fea1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:58:22,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e used request id req-ce87b9cf-647f-49cc-af51-ededed07fea1 2019-01-03 17:58:22,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.196773052216s 2019-01-03 17:58:22,153 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/624933e104b14bdcb9a60e574e45431e used request id req-ce87b9cf-647f-49cc-af51-ededed07fea1 2019-01-03 17:58:22,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:58:22,154 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a4876f6-19e5-4473-86c6-f98f2cfc60c6 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/cd0d488b8a0341168149093ca82d0d2e"}, "enabled": true, "id": "cd0d488b8a0341168149093ca82d0d2e", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_dfa023da-e9cb-42b8-86ed-cbe360fd70cb"}]} 2019-01-03 17:58:22,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-8a4876f6-19e5-4473-86c6-f98f2cfc60c6 2019-01-03 17:58:22,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0735301971436s 2019-01-03 17:58:22,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-8a4876f6-19e5-4473-86c6-f98f2cfc60c6 2019-01-03 17:58:22,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 17:58:22,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17a5ab6b-68b2-4a3f-96b8-89005004ea56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:58:22,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e used request id req-17a5ab6b-68b2-4a3f-96b8-89005004ea56 2019-01-03 17:58:22,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147931098938s 2019-01-03 17:58:22,378 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/cd0d488b8a0341168149093ca82d0d2e used request id req-17a5ab6b-68b2-4a3f-96b8-89005004ea56 2019-01-03 17:58:22,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:22,379 - 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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a3dacd-8e4c-48cc-a0e1-054b116a6c3c 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "44b97a6c5c6544cfb768d85c59276561", "links": {"self": "http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:22,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-56a3dacd-8e4c-48cc-a0e1-054b116a6c3c 2019-01-03 17:58:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079076051712s 2019-01-03 17:58:22,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 17:58:22,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:58:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-404e39d3-d947-4f77-a75b-21fbed6b9ea5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:58:22,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/44b97a6c5c6544cfb768d85c59276561 used request id req-404e39d3-d947-4f77-a75b-21fbed6b9ea5 2019-01-03 17:58:22,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107199907303s 2019-01-03 17:58:22,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 17:58:22,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=cd0d488b8a0341168149093ca82d0d2e&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}7481bfa1f692a98887f9df68d072dc68afe6cc83" 2019-01-03 17:58:22,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bdd3beab-2a73-47c0-911b-92f5ca429bdc Date: Thu, 03 Jan 2019 17:58:22 GMT RESP BODY: {"security_groups": []} 2019-01-03 17:58:22,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=cd0d488b8a0341168149093ca82d0d2e&name=default used request id req-bdd3beab-2a73-47c0-911b-92f5ca429bdc 2019-01-03 17:58:22,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.188626050949s 2019-01-03 17:58:22,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=cd0d488b8a0341168149093ca82d0d2e&name=default used request id req-bdd3beab-2a73-47c0-911b-92f5ca429bdc 2019-01-03 17:58:22,808 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2019-01-03 17:58:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:58:22,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:58:22,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:58:22,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:58:22,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:58:22,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:58:22,892 - 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" 2019-01-03 17:58:22,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f905f92d-c5a7-4ac1-bedd-2c566b1b6fca 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"}]}} 2019-01-03 17:58:22,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f905f92d-c5a7-4ac1-bedd-2c566b1b6fca 2019-01-03 17:58:22,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:58:23,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:58:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["F3nBM9GCS6CeN_hXcqauGg"], "issued_at": "2019-01-03T17:58:23.000000Z"}} 2019-01-03 17:58:23,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:58:23,281 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:23,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6f8c136f-9447-47e1-a01e-1e043f79e7e6 Date: Thu, 03 Jan 2019 17:58:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 17:58:23,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-6f8c136f-9447-47e1-a01e-1e043f79e7e6 2019-01-03 17:58:23,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.224524021149s 2019-01-03 17:58:23,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-6f8c136f-9447-47e1-a01e-1e043f79e7e6 2019-01-03 17:58:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:58:23,508 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:23,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 17:58: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"}]}]}} 2019-01-03 17:58:23,517 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:23,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e81fe9-9013-4c1d-9d47-97e72e4b43db Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:58:23,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-78e81fe9-9013-4c1d-9d47-97e72e4b43db 2019-01-03 17:58:23,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0931208133698s 2019-01-03 17:58:23,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 17:58:23,601 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}}' 2019-01-03 17:58:23,722 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:58:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6864e227-913e-4c78-ab94-44924df2edf9 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/e39b942ae7c7449e839465d71ff7f05f"}, "enabled": true, "id": "e39b942ae7c7449e839465d71ff7f05f", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}} 2019-01-03 17:58:23,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6864e227-913e-4c78-ab94-44924df2edf9 2019-01-03 17:58:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122375011444s 2019-01-03 17:58:23,723 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6864e227-913e-4c78-ab94-44924df2edf9 2019-01-03 17:58:23,724 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb', 'id': u'e39b942ae7c7449e839465d71ff7f05f', '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'})}) 2019-01-03 17:58:23,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 17:58:24,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344913959503s 2019-01-03 17:58:24,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c067ffb-4e97-4ff3-b303-809de6fef574 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/d99acf693035436a9d9546647449b689"}, "enabled": true, "id": "d99acf693035436a9d9546647449b689", "options": {}, "domain_id": "default", "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb"}} 2019-01-03 17:58:24,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 used request id req-7c067ffb-4e97-4ff3-b303-809de6fef574 2019-01-03 17:58:24,168 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd99acf693035436a9d9546647449b689', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb'}) 2019-01-03 17:58:24,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:24,169 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f96cd34-e35a-42dc-b10e-ff89aed26230 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:24,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5f96cd34-e35a-42dc-b10e-ff89aed26230 2019-01-03 17:58:24,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0171449184418s 2019-01-03 17:58:24,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:24,187 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c588cea-bfd2-43d7-abd1-f9142865b019 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:24,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5c588cea-bfd2-43d7-abd1-f9142865b019 2019-01-03 17:58:24,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744001865387s 2019-01-03 17:58:24,262 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 17:58:24,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 17:58:24,263 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"role": {"name": "Member"}}' 2019-01-03 17:58:24,363 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab99cda8-ea2b-462d-8a34-8dbcdd790694 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5085cc89fd304125b98c4aaf2c819f66", "links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "name": "Member"}} 2019-01-03 17:58:24,364 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab99cda8-ea2b-462d-8a34-8dbcdd790694 2019-01-03 17:58:24,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10124707222s 2019-01-03 17:58:24,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978d3ebb-f5e2-4925-abdd-8aa6bbb4162e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "domain_id": null, "name": "Member", "id": "5085cc89fd304125b98c4aaf2c819f66"}} 2019-01-03 17:58:24,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66 used request id req-978d3ebb-f5e2-4925-abdd-8aa6bbb4162e 2019-01-03 17:58:24,451 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66'}, 'domain_id': None, 'human_id': None, 'id': u'5085cc89fd304125b98c4aaf2c819f66', 'HUMAN_ID': False}) 2019-01-03 17:58:24,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:24,452 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea6df59-5ba0-4619-b698-f20afffc991b 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5085cc89fd304125b98c4aaf2c819f66", "links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:24,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-aea6df59-5ba0-4619-b698-f20afffc991b 2019-01-03 17:58:24,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755860805511s 2019-01-03 17:58:24,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:58:24,529 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2339704-5421-4b74-a798-b17268593a3b 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"}} 2019-01-03 17:58:24,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d2339704-5421-4b74-a798-b17268593a3b 2019-01-03 17:58:24,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078941822052s 2019-01-03 17:58:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:58:24,609 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be4e754-118c-426a-a60c-b283452dd81e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb", "links": {"self": "http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689"}, "domain_id": "default", "enabled": true, "id": "d99acf693035436a9d9546647449b689", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:58:24,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3be4e754-118c-426a-a60c-b283452dd81e 2019-01-03 17:58:24,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0978729724884s 2019-01-03 17:58:24,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3be4e754-118c-426a-a60c-b283452dd81e 2019-01-03 17:58:24,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:58:24,713 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0318ec2-5939-42c0-810f-ca3d7ec2f2fa 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/e39b942ae7c7449e839465d71ff7f05f"}, "enabled": true, "id": "e39b942ae7c7449e839465d71ff7f05f", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}]} 2019-01-03 17:58:24,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c0318ec2-5939-42c0-810f-ca3d7ec2f2fa 2019-01-03 17:58:24,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0732650756836s 2019-01-03 17:58:24,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-c0318ec2-5939-42c0-810f-ca3d7ec2f2fa 2019-01-03 17:58:24,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:58:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=5085cc89fd304125b98c4aaf2c819f66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:24,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b57e66-85ed-45d4-827c-f84313d447be 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=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=5085cc89fd304125b98c4aaf2c819f66", "previous": null, "next": null}} 2019-01-03 17:58:24,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=5085cc89fd304125b98c4aaf2c819f66 used request id req-99b57e66-85ed-45d4-827c-f84313d447be 2019-01-03 17:58:24,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799779891968s 2019-01-03 17:58:24,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:58:24,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f/users/d99acf693035436a9d9546647449b689/roles/5085cc89fd304125b98c4aaf2c819f66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:58:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c797be7-2805-44dc-866f-c66871125e40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:58:25,001 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f/users/d99acf693035436a9d9546647449b689/roles/5085cc89fd304125b98c4aaf2c819f66 used request id req-9c797be7-2805-44dc-866f-c66871125e40 2019-01-03 17:58:25,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132219791412s 2019-01-03 17:58:25,002 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb', 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': '39b0c7bf-2863-4eb1-8662-7c5035e1048f', 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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'project_id': u'e39b942ae7c7449e839465d71ff7f05f', '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': {}}}} 2019-01-03 17:58:25,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 17:58:25,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 17:58:25,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 17:58:25,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 17:58:25,008 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb', 'password': '39b0c7bf-2863-4eb1-8662-7c5035e1048f', 'project_name': 'rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'e39b942ae7c7449e839465d71ff7f05f', 'project_domain_name': 'Default'} 2019-01-03 17:58:25,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:25,009 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7958685c-c7c1-417a-903e-f4bbd9bcf0ad 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5085cc89fd304125b98c4aaf2c819f66", "links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:25,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7958685c-c7c1-417a-903e-f4bbd9bcf0ad 2019-01-03 17:58:25,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0715169906616s 2019-01-03 17:58:25,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 17:58:25,082 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935b1c6c-03c4-4d8c-a5d5-e94234fcf5b5 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5085cc89fd304125b98c4aaf2c819f66", "links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 17:58:25,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-935b1c6c-03c4-4d8c-a5d5-e94234fcf5b5 2019-01-03 17:58:25,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.085422039032s 2019-01-03 17:58:25,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 17:58:25,168 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d63e55-2978-449f-9e71-991ddda9e3a3 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"}} 2019-01-03 17:58:25,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c7d63e55-2978-449f-9e71-991ddda9e3a3 2019-01-03 17:58:25,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785481929779s 2019-01-03 17:58:25,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 17:58:25,248 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd3e593-2f52-4c5c-b45c-9c9119e7d4d7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb", "links": {"self": "http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689"}, "domain_id": "default", "enabled": true, "id": "d99acf693035436a9d9546647449b689", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 17:58:25,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7bd3e593-2f52-4c5c-b45c-9c9119e7d4d7 2019-01-03 17:58:25,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0895440578461s 2019-01-03 17:58:25,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7bd3e593-2f52-4c5c-b45c-9c9119e7d4d7 2019-01-03 17:58:25,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:58:25,340 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca2ca91-f6d5-4158-a808-7bcb60b1479a 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/e39b942ae7c7449e839465d71ff7f05f"}, "enabled": true, "id": "e39b942ae7c7449e839465d71ff7f05f", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}]} 2019-01-03 17:58:25,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bca2ca91-f6d5-4158-a808-7bcb60b1479a 2019-01-03 17:58:25,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810990333557s 2019-01-03 17:58:25,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-bca2ca91-f6d5-4158-a808-7bcb60b1479a 2019-01-03 17:58:25,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 17:58:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ac1e81-0dad-4ca6-8fa3-4f8eaf6ed9b8 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=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 17:58:25,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d99acf693035436a9d9546647449b689&scope.project.id=e39b942ae7c7449e839465d71ff7f05f&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-00ac1e81-0dad-4ca6-8fa3-4f8eaf6ed9b8 2019-01-03 17:58:25,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0814371109009s 2019-01-03 17:58:25,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 17:58:25,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f/users/d99acf693035436a9d9546647449b689/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:25,617 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75d5fcf9-057f-4739-8468-80a591071aaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 17:58:25,617 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f/users/d99acf693035436a9d9546647449b689/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-75d5fcf9-057f-4739-8468-80a591071aaf 2019-01-03 17:58:25,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112378120422s 2019-01-03 17:58:25,618 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2019-01-03 17:58:25,938 - 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',)) 2019-01-03 17:58:25,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 17:58:25,939 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:26,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ce3082-19fb-435a-813a-4e5b7b9dc30c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 17:58:26,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-66ce3082-19fb-435a-813a-4e5b7b9dc30c 2019-01-03 17:58:26,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.090921163559s 2019-01-03 17:58:26,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 17:58:26,032 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 17:58:26,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8add0e-225b-40c8-81c4-e3d672be1520 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/e39b942ae7c7449e839465d71ff7f05f"}, "enabled": true, "id": "e39b942ae7c7449e839465d71ff7f05f", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}]} 2019-01-03 17:58:26,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cd8add0e-225b-40c8-81c4-e3d672be1520 2019-01-03 17:58:26,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798540115356s 2019-01-03 17:58:26,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cd8add0e-225b-40c8-81c4-e3d672be1520 2019-01-03 17:58:26,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 17:58:26,115 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"network": {"shared": true, "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "name": "rally_sanity-net_0a664554-f4c5-49bc-b416-80c721c46fcb", "admin_state_up": true}}' 2019-01-03 17:58:26,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d3595b5f-b43c-4195-b65c-c22f99591f4f Date: Thu, 03 Jan 2019 17:58: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":"bf0fc8b3-fdf0-4650-bec9-145a8d4c182b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e39b942ae7c7449e839465d71ff7f05f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:58:26Z","is_default":false,"provider:segmentation_id":82,"name":"rally_sanity-net_0a664554-f4c5-49bc-b416-80c721c46fcb","admin_state_up":true,"tenant_id":"e39b942ae7c7449e839465d71ff7f05f","created_at":"2019-01-03T17:58:26Z","mtu":1450}} 2019-01-03 17:58:26,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3595b5f-b43c-4195-b65c-c22f99591f4f 2019-01-03 17:58:26,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.558795928955s 2019-01-03 17:58:26,674 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3595b5f-b43c-4195-b65c-c22f99591f4f 2019-01-03 17:58:26,674 - 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'2019-01-03T17:58:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_0a664554-f4c5-49bc-b416-80c721c46fcb', u'admin_state_up': True, u'tenant_id': u'e39b942ae7c7449e839465d71ff7f05f', u'created_at': u'2019-01-03T17:58:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e39b942ae7c7449e839465d71ff7f05f'}) 2019-01-03 17:58:26,675 - 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" 2019-01-03 17:58:26,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e93aa98a-3ba2-498c-8ddf-4ad0acc598e9 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"}]}} 2019-01-03 17:58:26,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e93aa98a-3ba2-498c-8ddf-4ad0acc598e9 2019-01-03 17:58:26,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 17:58:27,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5085cc89fd304125b98c4aaf2c819f66", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T18:58:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e39b942ae7c7449e839465d71ff7f05f", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e39b942ae7c7449e839465d71ff7f05f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/e39b942ae7c7449e839465d71ff7f05f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/e39b942ae7c7449e839465d71ff7f05f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e39b942ae7c7449e839465d71ff7f05f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/e39b942ae7c7449e839465d71ff7f05f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/e39b942ae7c7449e839465d71ff7f05f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/e39b942ae7c7449e839465d71ff7f05f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb", "id": "d99acf693035436a9d9546647449b689"}, "audit_ids": ["3W_RCYT8TjOfIPO6JTPBYg"], "issued_at": "2019-01-03T17:58:27.000000Z"}} 2019-01-03 17:58:27,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 17:58:27,066 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 17:58:27,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-3f73e757-8b2a-4d70-8b3f-48905f2c18fb Date: Thu, 03 Jan 2019 17:58:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bf0fc8b3-fdf0-4650-bec9-145a8d4c182b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"e39b942ae7c7449e839465d71ff7f05f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T17:58:26Z","provider:segmentation_id":82,"name":"rally_sanity-net_0a664554-f4c5-49bc-b416-80c721c46fcb","admin_state_up":true,"tenant_id":"e39b942ae7c7449e839465d71ff7f05f","created_at":"2019-01-03T17:58:26Z","provider:network_type":"vxlan"}]} 2019-01-03 17:58:27,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3f73e757-8b2a-4d70-8b3f-48905f2c18fb 2019-01-03 17:58:27,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242363929749s 2019-01-03 17:58:27,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3f73e757-8b2a-4d70-8b3f-48905f2c18fb 2019-01-03 17:58:27,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 17:58:27,310 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '{"subnet": {"name": "rally_sanity-subnet_0a664554-f4c5-49bc-b416-80c721c46fcb", "enable_dhcp": true, "network_id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 17:58:27,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-accd4ba1-8e9d-4c14-8b4a-fc739f07c0f0 Date: Thu, 03 Jan 2019 17:58:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf0fc8b3-fdf0-4650-bec9-145a8d4c182b","tenant_id":"e39b942ae7c7449e839465d71ff7f05f","created_at":"2019-01-03T17:58:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:58:27Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e39b942ae7c7449e839465d71ff7f05f","id":"e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0","subnetpool_id":null,"name":"rally_sanity-subnet_0a664554-f4c5-49bc-b416-80c721c46fcb"}} 2019-01-03 17:58:27,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-accd4ba1-8e9d-4c14-8b4a-fc739f07c0f0 2019-01-03 17:58:27,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.662592887878s 2019-01-03 17:58:27,973 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-accd4ba1-8e9d-4c14-8b4a-fc739f07c0f0 2019-01-03 17:58:27,973 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T17:58:27Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_0a664554-f4c5-49bc-b416-80c721c46fcb', u'enable_dhcp': True, u'network_id': u'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', u'tenant_id': u'e39b942ae7c7449e839465d71ff7f05f', u'created_at': u'2019-01-03T17:58:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e39b942ae7c7449e839465d71ff7f05f'}) 2019-01-03 17:58:27,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 17:58:27,974 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}, "name": "rally_sanity-router_0a664554-f4c5-49bc-b416-80c721c46fcb", "admin_state_up": true}}' 2019-01-03 17:58:29,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9427dfd9-82c8-488e-808d-4614d079cba3 Date: Thu, 03 Jan 2019 17:58:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "created_at": "2019-01-03T17:58:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:58:29Z", "revision_number": 2, "routes": [], "project_id": "e39b942ae7c7449e839465d71ff7f05f", "id": "4c6c3629-a4df-41ac-8541-befefbd3a5a4", "name": "rally_sanity-router_0a664554-f4c5-49bc-b416-80c721c46fcb"}} 2019-01-03 17:58:29,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9427dfd9-82c8-488e-808d-4614d079cba3 2019-01-03 17:58:29,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24134707451s 2019-01-03 17:58:29,215 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9427dfd9-82c8-488e-808d-4614d079cba3 2019-01-03 17:58:29,216 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'473b156e-3bb1-44d1-a29a-a9b9baaee688', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'4995cb17-5a37-41b2-beab-15bef6132cde', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e39b942ae7c7449e839465d71ff7f05f', u'created_at': u'2019-01-03T17:58:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2019-01-03T17:58:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'e39b942ae7c7449e839465d71ff7f05f', u'id': u'4c6c3629-a4df-41ac-8541-befefbd3a5a4', u'name': u'rally_sanity-router_0a664554-f4c5-49bc-b416-80c721c46fcb'}) 2019-01-03 17:58:29,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 17:58:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '{"subnet_id": "e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0"}' 2019-01-03 17:58:30,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d9dc234-e3c9-47fa-aa6e-34184f225b8f Date: Thu, 03 Jan 2019 17:58:30 GMT RESP BODY: {"network_id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "subnet_id": "e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0", "subnet_ids": ["e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0"], "port_id": "d305d39a-e86c-4933-9e95-566cad62937d", "id": "4c6c3629-a4df-41ac-8541-befefbd3a5a4"} 2019-01-03 17:58:30,742 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/add_router_interface.json used request id req-8d9dc234-e3c9-47fa-aa6e-34184f225b8f 2019-01-03 17:58:30,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.52543306351s 2019-01-03 17:58:30,742 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/add_router_interface.json used request id req-8d9dc234-e3c9-47fa-aa6e-34184f225b8f returning object 4c6c3629-a4df-41ac-8541-befefbd3a5a4 2019-01-03 17:58:30,743 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 17:58:30,866 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 17:58:30,869 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 17:58:30,875 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 17:58:30 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"}]}]} 2019-01-03 17:58:30,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:58:30,879 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 17:58:31,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-95cea91c-1ee9-4d2e-b17c-e413d40f63f9 Date: Thu, 03 Jan 2019 17:58:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:58:31,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-95cea91c-1ee9-4d2e-b17c-e413d40f63f9 2019-01-03 17:58:31,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174050807953s 2019-01-03 17:58:31,053 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-95cea91c-1ee9-4d2e-b17c-e413d40f63f9 2019-01-03 17:58:31,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 17:58:31,055 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb"}' 2019-01-03 17:58:31,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c X-Openstack-Request-Id: req-c59b24f1-56cc-46d8-8929-53efa0c67c89 Date: Thu, 03 Jan 2019 17:58:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file", "owner": "e39b942ae7c7449e839465d71ff7f05f", "id": "b70856e8-45e3-4f9a-b73c-d78f6344572c", "size": null, "self": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:58:31Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "checksum": null, "created_at": "2019-01-03T17:58:31Z", "protected": false} 2019-01-03 17:58:31,278 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c59b24f1-56cc-46d8-8929-53efa0c67c89 2019-01-03 17:58:31,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.22371506691s 2019-01-03 17:58:31,279 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c59b24f1-56cc-46d8-8929-53efa0c67c89 returning object b70856e8-45e3-4f9a-b73c-d78f6344572c 2019-01-03 17:58:31,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 17:58:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '' 2019-01-03 17:58:32,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56ed7a50-d0ba-416e-8669-7a5d367df37c Date: Thu, 03 Jan 2019 17:58:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 17:58:32,784 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file used request id req-56ed7a50-d0ba-416e-8669-7a5d367df37c 2019-01-03 17:58:32,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.50476312637s 2019-01-03 17:58:32,784 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file used request id req-56ed7a50-d0ba-416e-8669-7a5d367df37c 2019-01-03 17:58:32,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 17:58:32,786 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 17:58:32,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-243ff861-0001-4bb0-ae9f-9d0974f50f0f Date: Thu, 03 Jan 2019 17:58:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap", "metadata": {}}], "file": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file", "owner": "e39b942ae7c7449e839465d71ff7f05f", "id": "b70856e8-45e3-4f9a-b73c-d78f6344572c", "size": 12716032, "self": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:58:32Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:58:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 17:58:32,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-243ff861-0001-4bb0-ae9f-9d0974f50f0f 2019-01-03 17:58:32,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171226978302s 2019-01-03 17:58:32,957 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-243ff861-0001-4bb0-ae9f-9d0974f50f0f 2019-01-03 17:58:32,959 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file', 'owner': u'e39b942ae7c7449e839465d71ff7f05f', 'id': u'b70856e8-45e3-4f9a-b73c-d78f6344572c', 'size': 12716032, u'self': u'/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e39b942ae7c7449e839465d71ff7f05f', 'name': 'rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T17:58:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T17:58:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'created': u'2019-01-03T17:58:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T17:58:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 17:58:32,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:58:32,964 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:58:33,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17: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-383f482e-2f2d-49ca-9fbe-32938fdbc9b2 x-compute-request-id: req-383f482e-2f2d-49ca-9fbe-32938fdbc9b2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:58:33,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-383f482e-2f2d-49ca-9fbe-32938fdbc9b2 2019-01-03 17:58:33,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.2046251297s 2019-01-03 17:58:33,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-383f482e-2f2d-49ca-9fbe-32938fdbc9b2 returning object 8a68c5ec-2b4e-40a8-a5c3-f53172100d3b 2019-01-03 17:58:33,166 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'8a68c5ec-2b4e-40a8-a5c3-f53172100d3b', 'swap': 0}) 2019-01-03 17:58:33,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:58:33,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b/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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"extra_specs": {}}' 2019-01-03 17:58:33,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58: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-7486dd5a-a0e4-4111-88d8-008392228941 x-compute-request-id: req-7486dd5a-a0e4-4111-88d8-008392228941 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:58:33,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b/os-extra_specs used request id req-7486dd5a-a0e4-4111-88d8-008392228941 2019-01-03 17:58:33,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205521583557s 2019-01-03 17:58:33,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b/os-extra_specs used request id req-7486dd5a-a0e4-4111-88d8-008392228941 2019-01-03 17:58:33,188 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 17:58:35,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 17:58:35.281 118 INFO rally.deployment.engine [-] Deployment 114bb1bd-4ad5-40f1-a1b3-4be5ce92d180 | Starting: Destroy cloud and free allocated resources. 2019-01-03 17:58:35.367 118 INFO rally.deployment.engine [-] Deployment 114bb1bd-4ad5-40f1-a1b3-4be5ce92d180 | Completed: Destroy cloud and free allocated resources. 2019-01-03 17:58:35.409 118 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38) for deployment 'opnfv-rally'. 2019-01-03 17:58:35.426 118 INFO rally.api [-] Deleting verification (UUID=c727507c-c9de-4cb8-a65b-4e0e0c53c088). 2019-01-03 17:58:35.461 118 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 17:58:35.462 118 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38). 2019-01-03 17:58:35.469 118 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 17:58:38,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 17:58:37.739 121 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3c58a4ea-f08e-438d-a682-1347552cfb67) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3c58a4ea-f08e-438d-a682-1347552cfb67 | 2019-01-03T17:58:37 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3c58a4ea-f08e-438d-a682-1347552cfb67 ~/.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 2019-01-03 17:58:41,444 - 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 | +-------------+----------------+-----------+ 2019-01-03 17:58:41,445 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2019-01-03 17:58:41,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 17:58:41,449 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 17:58:41,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58: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-127e6b78-b10f-400f-a6f4-13cf608305c1 x-compute-request-id: req-127e6b78-b10f-400f-a6f4-13cf608305c1 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 17:58:41,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-127e6b78-b10f-400f-a6f4-13cf608305c1 2019-01-03 17:58:41,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.199511051178s 2019-01-03 17:58:41,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-127e6b78-b10f-400f-a6f4-13cf608305c1 2019-01-03 17:58:41,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 17:58:41,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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_0a664554-f4c5-49bc-b416-80c721c46fcb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 17:58:41,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58: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-518143c9-fe59-41a6-9b26-c1d9812f8aef x-compute-request-id: req-518143c9-fe59-41a6-9b26-c1d9812f8aef Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "name": "rally_sanity-flavor_alt_0a664554-f4c5-49bc-b416-80c721c46fcb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 17:58:41,705 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-518143c9-fe59-41a6-9b26-c1d9812f8aef 2019-01-03 17:58:41,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0575861930847s 2019-01-03 17:58:41,705 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-518143c9-fe59-41a6-9b26-c1d9812f8aef returning object ca6f88b2-e74a-407e-81f8-242c7fc96fb5 2019-01-03 17:58:41,706 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_0a664554-f4c5-49bc-b416-80c721c46fcb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'ca6f88b2-e74a-407e-81f8-242c7fc96fb5', 'swap': 0}) 2019-01-03 17:58:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 17:58:41,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5/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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" -d '{"extra_specs": {}}' 2019-01-03 17:58:41,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 17:58: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-28f42583-39a5-45be-bedd-fff495ba609e x-compute-request-id: req-28f42583-39a5-45be-bedd-fff495ba609e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 17:58:41,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5/os-extra_specs used request id req-28f42583-39a5-45be-bedd-fff495ba609e 2019-01-03 17:58:41,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214669704437s 2019-01-03 17:58:41,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5/os-extra_specs used request id req-28f42583-39a5-45be-bedd-fff495ba609e 2019-01-03 17:58:41,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_0a664554-f4c5-49bc-b416-80c721c46fcb', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'ca6f88b2-e74a-407e-81f8-242c7fc96fb5', 'swap': 0}) 2019-01-03 17:58:41,730 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2019-01-03 17:58:41,731 - 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 2019-01-03 17:58:41,732 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 17:58:41,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 17:58:41,756 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 17:59:46,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 02f823fb-48a3-4cfe-b164-731d15d89e51 2019-01-03 17:59:46,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2019-01-03 17:59:46,136 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '02f823fb-48a3-4cfe-b164-731d15d89e51'] 2019-01-03 17:59:47,105 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 02f823fb-48a3-4cfe-b164-731d15d89e51 -------------------------------------------------------------------------------- Task 02f823fb-48a3-4cfe-b164-731d15d89e51: 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | total | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> duration | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 0.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.472085 Full duration: 7.304501 -------------------------------------------------------------------------------- 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> duration | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784438 Full duration: 7.603689 -------------------------------------------------------------------------------- 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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.54 | 0.54 | 0.54 | 0.54 | 0.54 | 0.54 | 100.0% | 1 | | total | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> duration | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.944834 Full duration: 8.2354 -------------------------------------------------------------------------------- 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799963 Full duration: 7.637195 -------------------------------------------------------------------------------- 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> duration | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.068599 Full duration: 8.239839 -------------------------------------------------------------------------------- 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 02f823fb-48a3-4cfe-b164-731d15d89e51 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.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> duration | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.675113 Full duration: 7.265415 HINTS: * To plot HTML graphics with this data, run: rally task report 02f823fb-48a3-4cfe-b164-731d15d89e51 --out output.html * To generate a JUnit report, run: rally task export 02f823fb-48a3-4cfe-b164-731d15d89e51 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 02f823fb-48a3-4cfe-b164-731d15d89e51 --json --out output.json 2019-01-03 17:59:47,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '02f823fb-48a3-4cfe-b164-731d15d89e51', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2019-01-03 17:59:49,508 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 02f823fb-48a3-4cfe-b164-731d15d89e51 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2019-01-03 17:59:49.369 729 INFO rally.api [-] Building 'json' report for the following task(s): '02f823fb-48a3-4cfe-b164-731d15d89e51'. 2019-01-03 17:59:49.375 729 INFO rally.api [-] The report has been successfully built. 2019-01-03 17:59:49,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '02f823fb-48a3-4cfe-b164-731d15d89e51', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2019-01-03 17:59:51,754 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 02f823fb-48a3-4cfe-b164-731d15d89e51 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2019-01-03 17:59:51.628 732 INFO rally.api [-] Building 'html' report for the following task(s): '02f823fb-48a3-4cfe-b164-731d15d89e51'. 2019-01-03 17:59:51.651 732 INFO rally.api [-] The report has been successfully built. 2019-01-03 17:59:51,760 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2019-01-03 17:59:51,761 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2019-01-03 17:59:51,761 - 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 2019-01-03 17:59:51,761 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 17:59:51,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 17:59:51,777 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:01:33,785 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 366ce858-3b12-4a1d-b3bf-e1afad212c59 2019-01-03 18:01:33,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '366ce858-3b12-4a1d-b3bf-e1afad212c59'] 2019-01-03 18:01:34,842 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 366ce858-3b12-4a1d-b3bf-e1afad212c59 -------------------------------------------------------------------------------- Task 366ce858-3b12-4a1d-b3bf-e1afad212c59: 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 366ce858-3b12-4a1d-b3bf-e1afad212c59 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.575 | 4.575 | 4.575 | 4.575 | 4.575 | 4.575 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | -> glance_v2.upload_data | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 1.679 | 100.0% | 1 | | glance_v2.delete_image | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 1.563 | 100.0% | 1 | | total | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 100.0% | 1 | | -> duration | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 6.139 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.139233 Full duration: 14.961702 -------------------------------------------------------------------------------- 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 366ce858-3b12-4a1d-b3bf-e1afad212c59 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.292 | 4.292 | 4.292 | 4.292 | 4.292 | 4.292 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> glance_v2.upload_data | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | glance_v2.list_images | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 0.033 | 100.0% | 1 | | total | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 100.0% | 1 | | -> duration | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 4.326 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.32597 Full duration: 16.605916 -------------------------------------------------------------------------------- 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 366ce858-3b12-4a1d-b3bf-e1afad212c59 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.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> duration | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.334462 Full duration: 8.20705 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "number_instances": 2, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "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 366ce858-3b12-4a1d-b3bf-e1afad212c59 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.168 | 4.168 | 4.168 | 4.168 | 4.168 | 4.168 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | -> glance_v2.upload_data | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 1.435 | 100.0% | 1 | | nova.boot_servers | 14.16 | 14.16 | 14.16 | 14.16 | 14.16 | 14.16 | 100.0% | 1 | | total | 18.329 | 18.329 | 18.329 | 18.329 | 18.329 | 18.329 | 100.0% | 1 | | -> duration | 17.329 | 17.329 | 17.329 | 17.329 | 17.329 | 17.329 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.329495 Full duration: 42.936008 HINTS: * To plot HTML graphics with this data, run: rally task report 366ce858-3b12-4a1d-b3bf-e1afad212c59 --out output.html * To generate a JUnit report, run: rally task export 366ce858-3b12-4a1d-b3bf-e1afad212c59 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 366ce858-3b12-4a1d-b3bf-e1afad212c59 --json --out output.json 2019-01-03 18:01:34,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '366ce858-3b12-4a1d-b3bf-e1afad212c59', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2019-01-03 18:01:37,079 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 366ce858-3b12-4a1d-b3bf-e1afad212c59 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2019-01-03 18:01:36.974 1285 INFO rally.api [-] Building 'json' report for the following task(s): '366ce858-3b12-4a1d-b3bf-e1afad212c59'. 2019-01-03 18:01:36.978 1285 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:01:37,080 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '366ce858-3b12-4a1d-b3bf-e1afad212c59', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2019-01-03 18:01:39,310 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 366ce858-3b12-4a1d-b3bf-e1afad212c59 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2019-01-03 18:01:39.200 1288 INFO rally.api [-] Building 'html' report for the following task(s): '366ce858-3b12-4a1d-b3bf-e1afad212c59'. 2019-01-03 18:01:39.221 1288 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:01:39,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2019-01-03 18:01:39,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2019-01-03 18:01:39,317 - 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 2019-01-03 18:01:39,317 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:01:39,333 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:01:39,334 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:04:58,574 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7a560080-1646-45f4-9752-1c7d04253bf4 2019-01-03 18:04:58,575 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7a560080-1646-45f4-9752-1c7d04253bf4'] 2019-01-03 18:04:59,602 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7a560080-1646-45f4-9752-1c7d04253bf4 -------------------------------------------------------------------------------- Task 7a560080-1646-45f4-9752-1c7d04253bf4: 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.608 | 3.608 | 3.608 | 3.608 | 3.608 | 3.608 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 100.0% | 1 | | total | 6.223 | 6.223 | 6.223 | 6.223 | 6.223 | 6.223 | 100.0% | 1 | | -> duration | 6.223 | 6.223 | 6.223 | 6.223 | 6.223 | 6.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.223004 Full duration: 23.415979 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.247 | 3.247 | 3.247 | 3.247 | 3.247 | 3.247 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 100.0% | 1 | | -> duration | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 5.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.890253 Full duration: 16.199966 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 7a560080-1646-45f4-9752-1c7d04253bf4 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.699 | 8.699 | 8.699 | 8.699 | 8.699 | 8.699 | 100.0% | 1 | | cinder_v2.delete_volume | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 2.74 | 100.0% | 1 | | total | 11.439 | 11.439 | 11.439 | 11.439 | 11.439 | 11.439 | 100.0% | 1 | | -> duration | 11.439 | 11.439 | 11.439 | 11.439 | 11.439 | 11.439 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.43924 Full duration: 22.113219 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.25 | 3.25 | 3.25 | 3.25 | 3.25 | 3.25 | 100.0% | 1 | | cinder_v2.delete_volume | 2.566 | 2.566 | 2.566 | 2.566 | 2.566 | 2.566 | 100.0% | 1 | | total | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 100.0% | 1 | | -> duration | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 5.817 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.816677 Full duration: 15.881583 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.348 | 3.348 | 3.348 | 3.348 | 3.348 | 3.348 | 100.0% | 1 | | cinder_v2.extend_volume | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 2.519 | 100.0% | 1 | | cinder_v2.delete_volume | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 2.327 | 100.0% | 1 | | total | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 100.0% | 1 | | -> duration | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.194167 Full duration: 18.493911 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.178 | 3.178 | 3.178 | 3.178 | 3.178 | 3.178 | 100.0% | 1 | | cinder_v2.delete_volume | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 2.452 | 100.0% | 1 | | total | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 100.0% | 1 | | -> duration | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 5.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.629607 Full duration: 22.467093 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.list_qos | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782608 Full duration: 12.794564 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791617 Full duration: 12.667639 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | cinder_v2.list_types | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.81981 Full duration: 12.509513 -------------------------------------------------------------------------------- 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 7a560080-1646-45f4-9752-1c7d04253bf4 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843543 Full duration: 12.511282 HINTS: * To plot HTML graphics with this data, run: rally task report 7a560080-1646-45f4-9752-1c7d04253bf4 --out output.html * To generate a JUnit report, run: rally task export 7a560080-1646-45f4-9752-1c7d04253bf4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7a560080-1646-45f4-9752-1c7d04253bf4 --json --out output.json 2019-01-03 18:04:59,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7a560080-1646-45f4-9752-1c7d04253bf4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2019-01-03 18:05:01,831 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7a560080-1646-45f4-9752-1c7d04253bf4 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2019-01-03 18:05:01.713 3077 INFO rally.api [-] Building 'json' report for the following task(s): '7a560080-1646-45f4-9752-1c7d04253bf4'. 2019-01-03 18:05:01.721 3077 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:05:01,832 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7a560080-1646-45f4-9752-1c7d04253bf4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2019-01-03 18:05:04,113 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7a560080-1646-45f4-9752-1c7d04253bf4 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2019-01-03 18:05:03.983 3080 INFO rally.api [-] Building 'html' report for the following task(s): '7a560080-1646-45f4-9752-1c7d04253bf4'. 2019-01-03 18:05:04.011 3080 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:05:04,124 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2019-01-03 18:05:04,124 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2019-01-03 18:05:04,125 - 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 2019-01-03 18:05:04,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:05:04,140 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:05:04,146 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:06:27,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf 2019-01-03 18:06:27,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf'] 2019-01-03 18:06:28,276 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf -------------------------------------------------------------------------------- Task bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf: 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 bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf 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.737 | 4.737 | 4.737 | 4.737 | 4.737 | 4.737 | 100.0% | 1 | | heat.update_stack | 2.864 | 2.864 | 2.864 | 2.864 | 2.864 | 2.864 | 100.0% | 1 | | heat.delete_stack | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 2.639 | 100.0% | 1 | | total | 10.24 | 10.24 | 10.24 | 10.24 | 10.24 | 10.24 | 100.0% | 1 | | -> duration | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 6.24 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.239935 Full duration: 20.051445 -------------------------------------------------------------------------------- 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 bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf 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.447 | 4.447 | 4.447 | 4.447 | 4.447 | 4.447 | 100.0% | 1 | | heat.check_stack | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | heat.delete_stack | 1.752 | 1.752 | 1.752 | 1.752 | 1.752 | 1.752 | 100.0% | 1 | | total | 6.846 | 6.846 | 6.846 | 6.846 | 6.846 | 6.846 | 100.0% | 1 | | -> duration | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.845883 Full duration: 17.212164 -------------------------------------------------------------------------------- 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 bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf 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.477 | 4.477 | 4.477 | 4.477 | 4.477 | 4.477 | 100.0% | 1 | | heat.suspend_stack | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 0.938 | 100.0% | 1 | | heat.resume_stack | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 100.0% | 1 | | heat.delete_stack | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 100.0% | 1 | | total | 9.688 | 9.688 | 9.688 | 9.688 | 9.688 | 9.688 | 100.0% | 1 | | -> duration | 7.688 | 7.688 | 7.688 | 7.688 | 7.688 | 7.688 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.687833 Full duration: 18.595201 -------------------------------------------------------------------------------- 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 bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf 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.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580658 Full duration: 8.59209 HINTS: * To plot HTML graphics with this data, run: rally task report bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf --out output.html * To generate a JUnit report, run: rally task export bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf --json --out output.json 2019-01-03 18:06:28,276 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2019-01-03 18:06:30,517 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf --out /home/opnfv/functest/results/rally/opnfv-heat.json 2019-01-03 18:06:30.410 3813 INFO rally.api [-] Building 'json' report for the following task(s): 'bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf'. 2019-01-03 18:06:30.414 3813 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:06:30,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2019-01-03 18:06:32,692 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf --out /home/opnfv/functest/results/rally/opnfv-heat.html 2019-01-03 18:06:32.569 3816 INFO rally.api [-] Building 'html' report for the following task(s): 'bd3a66d1-9c37-465d-80c1-5f7ea99dd8cf'. 2019-01-03 18:06:32.590 3816 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:06:32,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2019-01-03 18:06:32,698 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2019-01-03 18:06:32,699 - 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 2019-01-03 18:06:32,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:06:32,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:06:32,727 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:09:48,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 2019-01-03 18:09:48,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '24b9b3a3-d182-4d6d-9b97-eb298ffaac78'] 2019-01-03 18:09:50,051 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 -------------------------------------------------------------------------------- Task 24b9b3a3-d182-4d6d-9b97-eb298ffaac78: 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.896553 Full duration: 14.582016 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758657 Full duration: 14.747548 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | keystone_v3.list_projects | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772456 Full duration: 14.643056 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637525 Full duration: 13.051959 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | keystone_v3.delete_service | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> duration | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.630931 Full duration: 12.259946 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | keystone_v3.create_user | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 0.428 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.get_project | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_user | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> duration | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 1.77 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.76981 Full duration: 20.107192 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.956203 Full duration: 12.782197 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> duration | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.819899 Full duration: 15.04684 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | total | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> duration | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.709263 Full duration: 14.754361 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.list_users | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.918329 Full duration: 15.35685 -------------------------------------------------------------------------------- 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 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 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.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | keystone_v3.create_users | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 5.01 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 5.009 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 0.87 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 1.31 | 100.0% | 1 | | total | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 100.0% | 1 | | -> duration | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 6.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.714921 Full duration: 23.691352 HINTS: * To plot HTML graphics with this data, run: rally task report 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 --out output.html * To generate a JUnit report, run: rally task export 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 --json --out output.json 2019-01-03 18:09:50,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '24b9b3a3-d182-4d6d-9b97-eb298ffaac78', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2019-01-03 18:09:52,275 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2019-01-03 18:09:52.160 5731 INFO rally.api [-] Building 'json' report for the following task(s): '24b9b3a3-d182-4d6d-9b97-eb298ffaac78'. 2019-01-03 18:09:52.170 5731 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:09:52,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '24b9b3a3-d182-4d6d-9b97-eb298ffaac78', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2019-01-03 18:09:54,681 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 24b9b3a3-d182-4d6d-9b97-eb298ffaac78 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2019-01-03 18:09:54.431 5734 INFO rally.api [-] Building 'html' report for the following task(s): '24b9b3a3-d182-4d6d-9b97-eb298ffaac78'. 2019-01-03 18:09:54.505 5734 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:09:54,696 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2019-01-03 18:09:54,696 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2019-01-03 18:09:54,697 - 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 2019-01-03 18:09:54,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:09:54,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:09:54,729 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:15:20,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 2019-01-03 18:15:20,497 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e9a221e9-a5b6-4bca-bcd4-a9bd968f4247'] 2019-01-03 18:15:21,610 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 -------------------------------------------------------------------------------- Task e9a221e9-a5b6-4bca-bcd4-a9bd968f4247: 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | neutron.delete_network | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | total | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | -> duration | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 2.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.027504 Full duration: 15.61268 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | neutron.delete_port | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 100.0% | 1 | | -> duration | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 2.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.021678 Full duration: 30.831578 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | neutron.create_subnet | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_interface_router | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 1.567 | 100.0% | 1 | | neutron.remove_interface_router | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | neutron.delete_router | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 0.447 | 100.0% | 1 | | total | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 100.0% | 1 | | -> duration | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 4.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.928729 Full duration: 40.696537 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.164 | 1.164 | 1.164 | 1.164 | 1.164 | 1.164 | 100.0% | 1 | | neutron.delete_subnet | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | total | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> duration | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 1.916 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.916084 Full duration: 29.169666 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | neutron.list_networks | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 100.0% | 1 | | -> duration | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 1.316 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.315515 Full duration: 16.779626 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.426 | 1.426 | 1.426 | 1.426 | 1.426 | 1.426 | 100.0% | 1 | | neutron.list_ports | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.673 | 1.673 | 1.673 | 1.673 | 1.673 | 1.673 | 100.0% | 1 | | -> duration | 1.673 | 1.673 | 1.673 | 1.673 | 1.673 | 1.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.672966 Full duration: 30.502074 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_subnet | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 0.879 | 100.0% | 1 | | neutron.create_router | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | neutron.add_interface_router | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 1.574 | 100.0% | 1 | | neutron.list_routers | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 3.802 | 3.802 | 3.802 | 3.802 | 3.802 | 3.802 | 100.0% | 1 | | -> duration | 3.802 | 3.802 | 3.802 | 3.802 | 3.802 | 3.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.801849 Full duration: 39.585898 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | neutron.create_subnet | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | neutron.list_subnets | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 1.79 | 1.79 | 1.79 | 1.79 | 1.79 | 1.79 | 100.0% | 1 | | -> duration | 1.79 | 1.79 | 1.79 | 1.79 | 1.79 | 1.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.790069 Full duration: 36.467663 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.delete_security_group | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | -> duration | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.295529 Full duration: 14.718949 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_security_group_rule | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> duration | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 1.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.832109 Full duration: 14.945976 -------------------------------------------------------------------------------- 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 e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.create_router | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | neutron.add_gateway_router | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 2.01 | 100.0% | 1 | | neutron.remove_gateway_router | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | total | 4.312 | 4.312 | 4.312 | 4.312 | 4.312 | 4.312 | 100.0% | 1 | | -> duration | 4.312 | 4.312 | 4.312 | 4.312 | 4.312 | 4.312 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.31219 Full duration: 24.87548 HINTS: * To plot HTML graphics with this data, run: rally task report e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 --out output.html * To generate a JUnit report, run: rally task export e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 --json --out output.json 2019-01-03 18:15:21,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e9a221e9-a5b6-4bca-bcd4-a9bd968f4247', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2019-01-03 18:15:23,709 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2019-01-03 18:15:23.590 9029 INFO rally.api [-] Building 'json' report for the following task(s): 'e9a221e9-a5b6-4bca-bcd4-a9bd968f4247'. 2019-01-03 18:15:23.600 9029 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:15:23,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e9a221e9-a5b6-4bca-bcd4-a9bd968f4247', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2019-01-03 18:15:26,049 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e9a221e9-a5b6-4bca-bcd4-a9bd968f4247 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2019-01-03 18:15:25.907 9032 INFO rally.api [-] Building 'html' report for the following task(s): 'e9a221e9-a5b6-4bca-bcd4-a9bd968f4247'. 2019-01-03 18:15:25.940 9032 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:15:26,062 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2019-01-03 18:15:26,063 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2019-01-03 18:15:26,064 - 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 2019-01-03 18:15:26,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:15:26,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:15:26,080 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:22:23,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 2019-01-03 18:22:23,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5bb053b1-56b5-45d6-b6b8-019b0a476f5d'] 2019-01-03 18:22:24,575 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5bb053b1-56b5-45d6-b6b8-019b0a476f5d -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d: 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "block_migration": false, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.851 | 9.851 | 9.851 | 9.851 | 9.851 | 9.851 | 100.0% | 1 | | nova.find_host_to_migrate | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 100.0% | 1 | | nova.live_migrate | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 13.45 | 100.0% | 1 | | nova.delete_server | 2.758 | 2.758 | 2.758 | 2.758 | 2.758 | 2.758 | 100.0% | 1 | | total | 27.454 | 27.454 | 27.454 | 27.454 | 27.454 | 27.454 | 100.0% | 1 | | -> duration | 26.454 | 26.454 | 26.454 | 26.454 | 26.454 | 26.454 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.454301 Full duration: 36.823222 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.98 | 9.98 | 9.98 | 9.98 | 9.98 | 9.98 | 100.0% | 1 | | cinder_v2.create_volume | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 2.751 | 100.0% | 1 | | nova.attach_volume | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 4.352 | 100.0% | 1 | | nova.find_host_to_migrate | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 1.466 | 100.0% | 1 | | nova.live_migrate | 13.846 | 13.846 | 13.846 | 13.846 | 13.846 | 13.846 | 100.0% | 1 | | nova.detach_volume | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | cinder_v2.delete_volume | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 2.348 | 100.0% | 1 | | nova.delete_server | 2.691 | 2.691 | 2.691 | 2.691 | 2.691 | 2.691 | 100.0% | 1 | | total | 38.842 | 38.842 | 38.842 | 38.842 | 38.842 | 38.842 | 100.0% | 1 | | -> duration | 37.842 | 37.842 | 37.842 | 37.842 | 37.842 | 37.842 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.84205 Full duration: 51.61151 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.543 | 8.543 | 8.543 | 8.543 | 8.543 | 8.543 | 100.0% | 1 | | nova.boot_server | 9.562 | 9.562 | 9.562 | 9.562 | 9.562 | 9.562 | 100.0% | 1 | | nova.find_host_to_migrate | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 1.39 | 100.0% | 1 | | nova.live_migrate | 16.014 | 16.014 | 16.014 | 16.014 | 16.014 | 16.014 | 100.0% | 1 | | nova.delete_server | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 5.899 | 100.0% | 1 | | total | 41.408 | 41.408 | 41.408 | 41.408 | 41.408 | 41.408 | 100.0% | 1 | | -> duration | 40.408 | 40.408 | 40.408 | 40.408 | 40.408 | 40.408 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.40849 Full duration: 53.325225 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "server_kwargs": { "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] } }, "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 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 1.116 | 100.0% | 1 | | nova.boot_server | 10.396 | 10.396 | 10.396 | 10.396 | 10.396 | 10.396 | 100.0% | 1 | | nova.delete_server | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | nova.delete_keypair | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | total | 14.942 | 14.942 | 14.942 | 14.942 | 14.942 | 14.942 | 100.0% | 1 | | -> duration | 13.942 | 13.942 | 13.942 | 13.942 | 13.942 | 13.942 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.941515 Full duration: 41.655717 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "volume_size": 5, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "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 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.622 | 9.622 | 9.622 | 9.622 | 9.622 | 9.622 | 100.0% | 1 | | nova.boot_server | 10.204 | 10.204 | 10.204 | 10.204 | 10.204 | 10.204 | 100.0% | 1 | | nova.delete_server | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 100.0% | 1 | | total | 22.797 | 22.797 | 22.797 | 22.797 | 22.797 | 22.797 | 100.0% | 1 | | -> duration | 21.797 | 21.797 | 21.797 | 21.797 | 21.797 | 21.797 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.797468 Full duration: 52.047237 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "force_delete": false, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "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 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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 | 8.813 | 8.813 | 8.813 | 8.813 | 8.813 | 8.813 | 100.0% | 1 | | nova.pause_server | 3.261 | 3.261 | 3.261 | 3.261 | 3.261 | 3.261 | 100.0% | 1 | | nova.unpause_server | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 100.0% | 1 | | nova.delete_server | 5.633 | 5.633 | 5.633 | 5.633 | 5.633 | 5.633 | 100.0% | 1 | | total | 20.472 | 20.472 | 20.472 | 20.472 | 20.472 | 20.472 | 100.0% | 1 | | -> duration | 15.472 | 15.472 | 15.472 | 15.472 | 15.472 | 15.472 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.471865 Full duration: 44.406793 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "nics": [ { "net-id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.03 | 10.03 | 10.03 | 10.03 | 10.03 | 10.03 | 100.0% | 1 | | nova.migrate | 32.295 | 32.295 | 32.295 | 32.295 | 32.295 | 32.295 | 100.0% | 1 | | nova.resize_confirm | 3.599 | 3.599 | 3.599 | 3.599 | 3.599 | 3.599 | 100.0% | 1 | | nova.delete_server | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 2.628 | 100.0% | 1 | | total | 48.553 | 48.553 | 48.553 | 48.553 | 48.553 | 48.553 | 100.0% | 1 | | -> duration | 47.553 | 47.553 | 47.553 | 47.553 | 47.553 | 47.553 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 47.553031 Full duration: 57.881194 -------------------------------------------------------------------------------- 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_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "image": { "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5bb053b1-56b5-45d6-b6b8-019b0a476f5d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.647 | 7.647 | 7.647 | 7.647 | 7.647 | 7.647 | 100.0% | 1 | | nova.list_interfaces | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 7.751 | 7.751 | 7.751 | 7.751 | 7.751 | 7.751 | 100.0% | 1 | | -> duration | 6.751 | 6.751 | 6.751 | 6.751 | 6.751 | 6.751 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.75104 Full duration: 35.025264 -------------------------------------------------------------------------------- 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 5bb053b1-56b5-45d6-b6b8-019b0a476f5d 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | nova.delete_server_group | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731022 Full duration: 10.38068 HINTS: * To plot HTML graphics with this data, run: rally task report 5bb053b1-56b5-45d6-b6b8-019b0a476f5d --out output.html * To generate a JUnit report, run: rally task export 5bb053b1-56b5-45d6-b6b8-019b0a476f5d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5bb053b1-56b5-45d6-b6b8-019b0a476f5d --json --out output.json 2019-01-03 18:22:24,576 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5bb053b1-56b5-45d6-b6b8-019b0a476f5d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2019-01-03 18:22:26,793 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5bb053b1-56b5-45d6-b6b8-019b0a476f5d --out /home/opnfv/functest/results/rally/opnfv-nova.json 2019-01-03 18:22:26.678 10675 INFO rally.api [-] Building 'json' report for the following task(s): '5bb053b1-56b5-45d6-b6b8-019b0a476f5d'. 2019-01-03 18:22:26.687 10675 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:22:26,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5bb053b1-56b5-45d6-b6b8-019b0a476f5d', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2019-01-03 18:22:29,069 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5bb053b1-56b5-45d6-b6b8-019b0a476f5d --out /home/opnfv/functest/results/rally/opnfv-nova.html 2019-01-03 18:22:28.933 10678 INFO rally.api [-] Building 'html' report for the following task(s): '5bb053b1-56b5-45d6-b6b8-019b0a476f5d'. 2019-01-03 18:22:28.964 10678 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:22:29,082 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2019-01-03 18:22:29,082 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2019-01-03 18:22:29,083 - 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 2019-01-03 18:22:29,083 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 18:22:29,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 18:22:29,099 - 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': 'bf0fc8b3-fdf0-4650-bec9-145a8d4c182b', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb', 'flavor_name': 'rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb', '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_0a664554-f4c5-49bc-b416-80c721c46fcb', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 18:23:22,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 2019-01-03 18:23:22,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd92e2c04-3f4f-4fe9-a13e-edfbe3a42420'] 2019-01-03 18:23:23,522 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 -------------------------------------------------------------------------------- Task d92e2c04-3f4f-4fe9-a13e-edfbe3a42420: 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 d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | quotas.delete_quotas | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> duration | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926372 Full duration: 8.743118 -------------------------------------------------------------------------------- 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 d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 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.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | total | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | -> duration | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.21869 Full duration: 8.852113 -------------------------------------------------------------------------------- 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 d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 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.445 | 0.445 | 0.445 | 0.445 | 0.445 | 0.445 | 100.0% | 1 | | total | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> duration | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840851 Full duration: 9.389724 -------------------------------------------------------------------------------- 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 d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 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.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | total | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> duration | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.164706 Full duration: 9.199299 HINTS: * To plot HTML graphics with this data, run: rally task report d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 --out output.html * To generate a JUnit report, run: rally task export d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 --json --out output.json 2019-01-03 18:23:23,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd92e2c04-3f4f-4fe9-a13e-edfbe3a42420', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2019-01-03 18:23:25,699 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2019-01-03 18:23:25.586 11191 INFO rally.api [-] Building 'json' report for the following task(s): 'd92e2c04-3f4f-4fe9-a13e-edfbe3a42420'. 2019-01-03 18:23:25.590 11191 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:23:25,700 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd92e2c04-3f4f-4fe9-a13e-edfbe3a42420', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2019-01-03 18:23:27,932 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d92e2c04-3f4f-4fe9-a13e-edfbe3a42420 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2019-01-03 18:23:27.811 11194 INFO rally.api [-] Building 'html' report for the following task(s): 'd92e2c04-3f4f-4fe9-a13e-edfbe3a42420'. 2019-01-03 18:23:27.831 11194 INFO rally.api [-] The report has been successfully built. 2019-01-03 18:23:27,936 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2019-01-03 18:23:27,940 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:49 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:51 | 11 | 100.00% | | neutron | 04:54 | 11 | 100.00% | | nova | 06:23 | 9 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:47 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2019-01-03 18:23:27,940 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2019-01-03 18:23:28,081 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 18:23:28,081 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:02 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-03 18:23:28,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:23:28,090 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:28,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb2fc403-41b3-45c9-bd0a-0d00c37b7a7f x-compute-request-id: req-eb2fc403-41b3-45c9-bd0a-0d00c37b7a7f Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ca6f88b2-e74a-407e-81f8-242c7fc96fb5", "name": "rally_sanity-flavor_alt_0a664554-f4c5-49bc-b416-80c721c46fcb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:23:28,280 - 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-eb2fc403-41b3-45c9-bd0a-0d00c37b7a7f 2019-01-03 18:23:28,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.193290948868s 2019-01-03 18:23:28,281 - 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-eb2fc403-41b3-45c9-bd0a-0d00c37b7a7f 2019-01-03 18:23:28,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:23:28,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:28,337 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18:23:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a67d061-3e94-4867-ba05-e50e25e811a1 x-compute-request-id: req-5a67d061-3e94-4867-ba05-e50e25e811a1 Content-Length: 0 Content-Type: application/json 2019-01-03 18:23:28,337 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5 used request id req-5a67d061-3e94-4867-ba05-e50e25e811a1 2019-01-03 18:23:28,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0538079738617s 2019-01-03 18:23:28,337 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ca6f88b2-e74a-407e-81f8-242c7fc96fb5 used request id req-5a67d061-3e94-4867-ba05-e50e25e811a1 2019-01-03 18:23:28,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 18:23:28,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" -d '{"subnet_id": "e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0"}' 2019-01-03 18:23:29,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a2a8b6b-f776-46ea-8350-9522c864de0e Date: Thu, 03 Jan 2019 18:23:29 GMT RESP BODY: {"network_id": "bf0fc8b3-fdf0-4650-bec9-145a8d4c182b", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "subnet_id": "e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0", "subnet_ids": ["e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0"], "port_id": "d305d39a-e86c-4933-9e95-566cad62937d", "id": "4c6c3629-a4df-41ac-8541-befefbd3a5a4"} 2019-01-03 18:23:29,421 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/remove_router_interface.json used request id req-9a2a8b6b-f776-46ea-8350-9522c864de0e 2019-01-03 18:23:29,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.0828371048s 2019-01-03 18:23:29,421 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4/remove_router_interface.json used request id req-9a2a8b6b-f776-46ea-8350-9522c864de0e returning object 4c6c3629-a4df-41ac-8541-befefbd3a5a4 2019-01-03 18:23:29,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 18:23:29,422 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:29,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9854 X-Openstack-Request-Id: req-fde1a20c-b54d-4742-afc7-cb728490da18 Date: Thu, 03 Jan 2019 18:23:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:36Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "066c298f-616e-4445-b207-68cf1cb25131", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:40Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "06a440a9-93f7-4b3b-bcf9-ed77043f8531", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "29e6bbd5b134402a802bdcddee64f56c", "created_at": "2019-01-03T18:11:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:11:47Z", "revision_number": 2, "routes": [], "project_id": "29e6bbd5b134402a802bdcddee64f56c", "id": "1401a686-e047-4950-99cd-6da4787d6fc5", "name": "c_rally_1bd01b56_oFgvbabM"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:49Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "created_at": "2019-01-03T17:58:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:23:29Z", "revision_number": 4, "routes": [], "project_id": "e39b942ae7c7449e839465d71ff7f05f", "id": "4c6c3629-a4df-41ac-8541-befefbd3a5a4", "name": "rally_sanity-router_0a664554-f4c5-49bc-b416-80c721c46fcb"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:33:12Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "5b243376-b86c-4239-b4e0-d9ee42142f30", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "064275fbbd3a476ebe25a9bcdbd40b62", "created_at": "2019-01-03T17:57:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:57:33Z", "revision_number": 2, "routes": [], "project_id": "064275fbbd3a476ebe25a9bcdbd40b62", "id": "69e6949c-5a83-46a8-9f5c-6252ac24d7da", "name": "tempest-TestServerMultinode-1639281174-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:17Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7c6fa1cc-c25e-42c1-a063-6f7ac7879579", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:37Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7e97f493-31d8-4329-8d56-9d43a314d2a3", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:48Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "85ae42dd-6209-4550-ad13-6949525a2478", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:16Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "8d8d46be-ba11-4c4d-b281-1f60fade0642", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "4e56b872717742eb940ee727e2e69ddd", "created_at": "2019-01-03T17:54:04Z", "admin_state_up": false, "distributed": false, "updated_at": "2019-01-03T17:54:04Z", "revision_number": 2, "routes": [], "project_id": "4e56b872717742eb940ee727e2e69ddd", "id": "b8619b16-6af6-46e1-93e6-89741a671874", "name": "tempest-RoutersTest-router-1922036568"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:38Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "cc38056f-bed6-4e9f-bd55-0442a4737540", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:51Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "e9ea1f2e-f10d-4741-8c4c-e3a17d67db77", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "70e3756eb63a49738335cb4689b7a06b", "created_at": "2019-01-03T17:46:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:46:32Z", "revision_number": 2, "routes": [], "project_id": "70e3756eb63a49738335cb4689b7a06b", "id": "f50f1893-a5f8-4387-a75a-c4d4650cc86d", "name": "tempest-ServersTestManualDisk-999426534-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:33:11Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "f74603fb-f1f7-47b7-97a0-cad341af70fc", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 18:23:29,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-fde1a20c-b54d-4742-afc7-cb728490da18 2019-01-03 18:23:29,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.21403503418s 2019-01-03 18:23:29,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-fde1a20c-b54d-4742-afc7-cb728490da18 2019-01-03 18:23:29,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 18:23:29,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:30,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef8430eb-e288-44cb-bce9-3325818fc75c Content-Length: 0 Date: Thu, 03 Jan 2019 18:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 18:23:30,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4.json used request id req-ef8430eb-e288-44cb-bce9-3325818fc75c 2019-01-03 18:23:30,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34494900703s 2019-01-03 18:23:30,986 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/4c6c3629-a4df-41ac-8541-befefbd3a5a4.json used request id req-ef8430eb-e288-44cb-bce9-3325818fc75c 2019-01-03 18:23:30,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 18:23:30,987 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:31,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-a4ced697-b574-431f-8225-49e6b8df229b Date: Thu, 03 Jan 2019 18:23:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf0fc8b3-fdf0-4650-bec9-145a8d4c182b","tenant_id":"e39b942ae7c7449e839465d71ff7f05f","created_at":"2019-01-03T17:58:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T17:58:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e39b942ae7c7449e839465d71ff7f05f","id":"e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0","subnetpool_id":null,"name":"rally_sanity-subnet_0a664554-f4c5-49bc-b416-80c721c46fcb"}]} 2019-01-03 18:23:31,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a4ced697-b574-431f-8225-49e6b8df229b 2019-01-03 18:23:31,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.223500013351s 2019-01-03 18:23:31,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a4ced697-b574-431f-8225-49e6b8df229b 2019-01-03 18:23:31,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 18:23:31,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:33,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c533bf1-156d-4af2-b8b2-ff5a862abe2c Date: Thu, 03 Jan 2019 18:23:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 18:23:33,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0.json used request id req-1c533bf1-156d-4af2-b8b2-ff5a862abe2c 2019-01-03 18:23:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.19661593437s 2019-01-03 18:23:33,409 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e6da11f0-56ba-4b9e-8d67-b4ad78eb38c0.json used request id req-1c533bf1-156d-4af2-b8b2-ff5a862abe2c 2019-01-03 18:23:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 18:23:33,410 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:33,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-8245d811-a06b-465e-8925-8198155269ae Date: Thu, 03 Jan 2019 18:23:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bf0fc8b3-fdf0-4650-bec9-145a8d4c182b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"e39b942ae7c7449e839465d71ff7f05f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T18:23:33Z","provider:segmentation_id":82,"name":"rally_sanity-net_0a664554-f4c5-49bc-b416-80c721c46fcb","admin_state_up":true,"tenant_id":"e39b942ae7c7449e839465d71ff7f05f","created_at":"2019-01-03T17:58:26Z","provider:network_type":"vxlan"}]} 2019-01-03 18:23:33,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8245d811-a06b-465e-8925-8198155269ae 2019-01-03 18:23:33,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23303604126s 2019-01-03 18:23:33,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8245d811-a06b-465e-8925-8198155269ae 2019-01-03 18:23:33,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 18:23:33,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/bf0fc8b3-fdf0-4650-bec9-145a8d4c182b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:35,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c011c999-66f0-4c6e-ba40-1c4666cf6e8c Date: Thu, 03 Jan 2019 18:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 18:23:35,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bf0fc8b3-fdf0-4650-bec9-145a8d4c182b.json used request id req-c011c999-66f0-4c6e-ba40-1c4666cf6e8c 2019-01-03 18:23:35,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42461299896s 2019-01-03 18:23:35,069 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bf0fc8b3-fdf0-4650-bec9-145a8d4c182b.json used request id req-c011c999-66f0-4c6e-ba40-1c4666cf6e8c 2019-01-03 18:23:35,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:23:35,070 - 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}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:35,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-1c98aa32-b5a6-4a8f-8370-899a8ae7a403 Date: Thu, 03 Jan 2019 18:23:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap", "metadata": {}}], "file": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/file", "owner": "e39b942ae7c7449e839465d71ff7f05f", "id": "b70856e8-45e3-4f9a-b73c-d78f6344572c", "size": 12716032, "self": "/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b70856e8-45e3-4f9a-b73c-d78f6344572c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T17:58:32Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_0a664554-f4c5-49bc-b416-80c721c46fcb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T17:58:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:23:35,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1c98aa32-b5a6-4a8f-8370-899a8ae7a403 2019-01-03 18:23:35,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.578913927078s 2019-01-03 18:23:35,649 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1c98aa32-b5a6-4a8f-8370-899a8ae7a403 2019-01-03 18:23:35,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 18:23:35,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd6acb4b40ebe98ed973ec41838b97fe498af5dc" 2019-01-03 18:23:37,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc2bf4dd-2645-45c7-a5e1-968a5afb7455 Date: Thu, 03 Jan 2019 18:23:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:23:37,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c used request id req-cc2bf4dd-2645-45c7-a5e1-968a5afb7455 2019-01-03 18:23:37,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.13232398033s 2019-01-03 18:23:37,783 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b70856e8-45e3-4f9a-b73c-d78f6344572c used request id req-cc2bf4dd-2645-45c7-a5e1-968a5afb7455 2019-01-03 18:23:37,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:23:37,787 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:37,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8953ad5-b20c-41b9-b442-52c51bef0ad4 x-compute-request-id: req-e8953ad5-b20c-41b9-b442-52c51bef0ad4 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8a68c5ec-2b4e-40a8-a5c3-f53172100d3b", "name": "rally_sanity-flavor_0a664554-f4c5-49bc-b416-80c721c46fcb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:23:37,817 - 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-e8953ad5-b20c-41b9-b442-52c51bef0ad4 2019-01-03 18:23:37,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331451892853s 2019-01-03 18:23:37,817 - 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-e8953ad5-b20c-41b9-b442-52c51bef0ad4 2019-01-03 18:23:37,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:23:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:37,868 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4a58e16-133c-42b7-97c6-2cae4d2414f2 x-compute-request-id: req-c4a58e16-133c-42b7-97c6-2cae4d2414f2 Content-Length: 0 Content-Type: application/json 2019-01-03 18:23:37,868 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b used request id req-c4a58e16-133c-42b7-97c6-2cae4d2414f2 2019-01-03 18:23:37,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.048620223999s 2019-01-03 18:23:37,869 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8a68c5ec-2b4e-40a8-a5c3-f53172100d3b used request id req-c4a58e16-133c-42b7-97c6-2cae4d2414f2 2019-01-03 18:23:37,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:23:37,870 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:37,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e29168-40bf-466f-99c1-eada0a5d46a9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb", "links": {"self": "http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689"}, "domain_id": "default", "enabled": true, "id": "d99acf693035436a9d9546647449b689", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:23:37,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b5e29168-40bf-466f-99c1-eada0a5d46a9 2019-01-03 18:23:37,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949919223785s 2019-01-03 18:23:37,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b5e29168-40bf-466f-99c1-eada0a5d46a9 2019-01-03 18:23:37,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:23:37,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb835b94-9e62-47b7-aeef-a2649f16b145 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/d99acf693035436a9d9546647449b689"}, "enabled": true, "id": "d99acf693035436a9d9546647449b689", "options": {}, "domain_id": "default", "name": "rally_sanity-user_0a664554-f4c5-49bc-b416-80c721c46fcb"}} 2019-01-03 18:23:38,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 used request id req-cb835b94-9e62-47b7-aeef-a2649f16b145 2019-01-03 18:23:38,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902779102325s 2019-01-03 18:23:38,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 used request id req-cb835b94-9e62-47b7-aeef-a2649f16b145 2019-01-03 18:23:38,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 18:23:38,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a30c0d1-a48f-4e47-8734-2cdfa8568ed9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:38,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 used request id req-8a30c0d1-a48f-4e47-8734-2cdfa8568ed9 2019-01-03 18:23:38,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.19889998436s 2019-01-03 18:23:38,262 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d99acf693035436a9d9546647449b689 used request id req-8a30c0d1-a48f-4e47-8734-2cdfa8568ed9 2019-01-03 18:23:38,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:23:38,263 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d2bafb1-9cf5-4af2-849e-4bfd86ea6a8b 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/e39b942ae7c7449e839465d71ff7f05f"}, "enabled": true, "id": "e39b942ae7c7449e839465d71ff7f05f", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_0a664554-f4c5-49bc-b416-80c721c46fcb"}]} 2019-01-03 18:23:38,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-7d2bafb1-9cf5-4af2-849e-4bfd86ea6a8b 2019-01-03 18:23:38,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0776438713074s 2019-01-03 18:23:38,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-7d2bafb1-9cf5-4af2-849e-4bfd86ea6a8b 2019-01-03 18:23:38,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 18:23:38,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cdd3f82-6092-4214-a349-d49f95701ae7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:38,503 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f used request id req-7cdd3f82-6092-4214-a349-d49f95701ae7 2019-01-03 18:23:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160410881042s 2019-01-03 18:23:38,504 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e39b942ae7c7449e839465d71ff7f05f used request id req-7cdd3f82-6092-4214-a349-d49f95701ae7 2019-01-03 18:23:38,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:38,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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ae7a197-a736-4aeb-bfe3-20dc4c25e33f 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5085cc89fd304125b98c4aaf2c819f66", "links": {"self": "http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:38,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8ae7a197-a736-4aeb-bfe3-20dc4c25e33f 2019-01-03 18:23:38,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783200263977s 2019-01-03 18:23:38,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 18:23:38,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fe6e92a-ed11-4571-89a3-38c040d307de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:38,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5085cc89fd304125b98c4aaf2c819f66 used request id req-2fe6e92a-ed11-4571-89a3-38c040d307de 2019-01-03 18:23:38,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.126029014587s 2019-01-03 18:23:38,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 18:23:38,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e39b942ae7c7449e839465d71ff7f05f&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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:38,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-ae6a4f30-0741-4d83-bb81-4312e3817bb1 Date: Thu, 03 Jan 2019 18:23:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "created_at": "2019-01-03T17:58:26Z", "updated_at": "2019-01-03T17:58:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "0ad91383-094e-4beb-9da9-7f4373ccd599", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "ac15a769-2299-4302-9650-a0f285732aa6", "remote_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "b42b7d12-eddd-44ba-95f4-084b9d7a8194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "ec97d691-7a0d-4849-8b79-7fd6755fd133", "remote_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}], "revision_number": 4, "project_id": "e39b942ae7c7449e839465d71ff7f05f", "id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "name": "default"}]} 2019-01-03 18:23:38,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e39b942ae7c7449e839465d71ff7f05f&name=default used request id req-ae6a4f30-0741-4d83-bb81-4312e3817bb1 2019-01-03 18:23:38,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.223551988602s 2019-01-03 18:23:38,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e39b942ae7c7449e839465d71ff7f05f&name=default used request id req-ae6a4f30-0741-4d83-bb81-4312e3817bb1 2019-01-03 18:23:38,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 18:23:38,941 - 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}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:39,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1291a25d-595c-4c37-baf2-bf5e1e83f826 Date: Thu, 03 Jan 2019 18:23:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "created_at": "2019-01-03T17:58:26Z", "updated_at": "2019-01-03T17:58:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "b42b7d12-eddd-44ba-95f4-084b9d7a8194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "0ad91383-094e-4beb-9da9-7f4373ccd599", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "ac15a769-2299-4302-9650-a0f285732aa6", "remote_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:58:26Z", "revision_number": 0, "id": "ec97d691-7a0d-4849-8b79-7fd6755fd133", "remote_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "remote_ip_prefix": null, "created_at": "2019-01-03T17:58:26Z", "security_group_id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "tenant_id": "e39b942ae7c7449e839465d71ff7f05f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e39b942ae7c7449e839465d71ff7f05f"}], "revision_number": 4, "project_id": "e39b942ae7c7449e839465d71ff7f05f", "id": "875776ef-ed2e-44b3-aaaa-f2b5079876af", "name": "default"}]} 2019-01-03 18:23:39,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1291a25d-595c-4c37-baf2-bf5e1e83f826 2019-01-03 18:23:39,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207645893097s 2019-01-03 18:23:39,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-1291a25d-595c-4c37-baf2-bf5e1e83f826 2019-01-03 18:23:39,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 18:23:39,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/875776ef-ed2e-44b3-aaaa-f2b5079876af.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b379a0be8f8a94ac220b8cc671a5253145c61cc" 2019-01-03 18:23:39,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc8dab4d-d5fb-4386-97ca-aa079f3ecf64 Content-Length: 0 Date: Thu, 03 Jan 2019 18:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 18:23:39,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/875776ef-ed2e-44b3-aaaa-f2b5079876af.json used request id req-bc8dab4d-d5fb-4386-97ca-aa079f3ecf64 2019-01-03 18:23:39,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.374137163162s 2019-01-03 18:23:39,528 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/875776ef-ed2e-44b3-aaaa-f2b5079876af.json used request id req-bc8dab4d-d5fb-4386-97ca-aa079f3ecf64 2019-01-03 18:23:39,578 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2019-01-03 18:23:39,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 18:23:39,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 18:23:39,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 18:23:39,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 18:23:39,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 18:23:39,667 - 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" 2019-01-03 18:23:39,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0efbbc-8d26-4d17-a9fd-1ac3ede81aa1 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"}]}} 2019-01-03 18:23:39,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a0efbbc-8d26-4d17-a9fd-1ac3ede81aa1 2019-01-03 18:23:39,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 18:23:40,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T19:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["8uRIXnAiSnaOLRXjwUTHZQ"], "issued_at": "2019-01-03T18:23:40.000000Z"}} 2019-01-03 18:23:40,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 18:23:40,067 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:40,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4450aa49-e396-4715-859b-87d953c91e5d Date: Thu, 03 Jan 2019 18:23:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 18:23:40,290 - 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-4450aa49-e396-4715-859b-87d953c91e5d 2019-01-03 18:23:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22394490242s 2019-01-03 18:23:40,291 - 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-4450aa49-e396-4715-859b-87d953c91e5d 2019-01-03 18:23:40,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 18:23:40,295 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:40,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 18:23: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"}]}]}} 2019-01-03 18:23:40,306 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:40,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b548fd42-4286-4cc0-b2ce-07ac5a8327c8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 18:23:40,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-b548fd42-4286-4cc0-b2ce-07ac5a8327c8 2019-01-03 18:23:40,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0857579708099s 2019-01-03 18:23:40,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 18:23:40,380 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}}' 2019-01-03 18:23:40,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 18:23:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c043086-cfde-4214-a91f-0d2574833203 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/40d7c3082f814d8e99c0702eeab247b2"}, "enabled": true, "id": "40d7c3082f814d8e99c0702eeab247b2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}} 2019-01-03 18:23:40,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4c043086-cfde-4214-a91f-0d2574833203 2019-01-03 18:23:40,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104617118835s 2019-01-03 18:23:40,485 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-4c043086-cfde-4214-a91f-0d2574833203 2019-01-03 18:23:40,485 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d', 'id': u'40d7c3082f814d8e99c0702eeab247b2', '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'})}) 2019-01-03 18:23:40,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 18:23:40,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35594701767s 2019-01-03 18:23:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:40,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f139b3dd-33f0-458a-92b1-22253971abd1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d"}} 2019-01-03 18:23:40,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb used request id req-f139b3dd-33f0-458a-92b1-22253971abd1 2019-01-03 18:23:40,925 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'44e65c3211774248b6c16691d94c61eb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d'}) 2019-01-03 18:23:40,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:40,926 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:40,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e7152e-8c55-4376-ad23-95df06d8375f Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:40,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f2e7152e-8c55-4376-ad23-95df06d8375f 2019-01-03 18:23:40,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0164709091187s 2019-01-03 18:23:40,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:40,944 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e463290-1c83-439d-ab95-8cbcd9081dce Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:41,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1e463290-1c83-439d-ab95-8cbcd9081dce 2019-01-03 18:23:41,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789201259613s 2019-01-03 18:23:41,023 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 18:23:41,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 18:23:41,024 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"role": {"name": "Member"}}' 2019-01-03 18:23:41,123 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-778b00e6-0db3-4ada-986d-4c4f9b253c08 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}} 2019-01-03 18:23:41,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-778b00e6-0db3-4ada-986d-4c4f9b253c08 2019-01-03 18:23:41,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100080966949s 2019-01-03 18:23:41,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47268e26-521b-42f3-ae4d-0ae73219c71a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "domain_id": null, "name": "Member", "id": "3c6fa8ea3ed94ec489a3035b30efe798"}} 2019-01-03 18:23:41,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798 used request id req-47268e26-521b-42f3-ae4d-0ae73219c71a 2019-01-03 18:23:41,205 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798'}, 'domain_id': None, 'human_id': None, 'id': u'3c6fa8ea3ed94ec489a3035b30efe798', 'HUMAN_ID': False}) 2019-01-03 18:23:41,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:41,206 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86950d6-0adf-481a-bf13-ba5b0bcbdf3b Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:41,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e86950d6-0adf-481a-bf13-ba5b0bcbdf3b 2019-01-03 18:23:41,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802087783813s 2019-01-03 18:23:41,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:23:41,287 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9aadfc4-b094-4ca7-aae8-f3569e516c7a 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"}} 2019-01-03 18:23:41,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-f9aadfc4-b094-4ca7-aae8-f3569e516c7a 2019-01-03 18:23:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0769448280334s 2019-01-03 18:23:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:23:41,365 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a7259b-5f3b-4ec2-88c1-19489e75bbb8 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d", "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "domain_id": "default", "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:23:41,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-22a7259b-5f3b-4ec2-88c1-19489e75bbb8 2019-01-03 18:23:41,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979290008545s 2019-01-03 18:23:41,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-22a7259b-5f3b-4ec2-88c1-19489e75bbb8 2019-01-03 18:23:41,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:23:41,469 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280db161-c3b5-4a39-8cb6-614d360c9138 Content-Encoding: gzip Content-Length: 392 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": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2"}, "enabled": true, "id": "40d7c3082f814d8e99c0702eeab247b2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 18:23:41,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-280db161-c3b5-4a39-8cb6-614d360c9138 2019-01-03 18:23:41,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0795040130615s 2019-01-03 18:23:41,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-280db161-c3b5-4a39-8cb6-614d360c9138 2019-01-03 18:23:41,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:23:41,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=3c6fa8ea3ed94ec489a3035b30efe798 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193bc3f2-2712-46b3-9c70-ec8bcbae0b62 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=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=3c6fa8ea3ed94ec489a3035b30efe798", "previous": null, "next": null}} 2019-01-03 18:23:41,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=3c6fa8ea3ed94ec489a3035b30efe798 used request id req-193bc3f2-2712-46b3-9c70-ec8bcbae0b62 2019-01-03 18:23:41,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.074588060379s 2019-01-03 18:23:41,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:23:41,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2/users/44e65c3211774248b6c16691d94c61eb/roles/3c6fa8ea3ed94ec489a3035b30efe798 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39e59730-9873-450d-bd38-af7d485000bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:41,761 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2/users/44e65c3211774248b6c16691d94c61eb/roles/3c6fa8ea3ed94ec489a3035b30efe798 used request id req-39e59730-9873-450d-bd38-af7d485000bd 2019-01-03 18:23:41,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.134542942047s 2019-01-03 18:23:41,762 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d', 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': 'cb8070db-3b7b-430d-a220-d7b31aa8cb36', 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_b641752f-d34c-4884-8103-a7269bd7a31d', 'project_id': u'40d7c3082f814d8e99c0702eeab247b2', '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': {}}}} 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 18:23:41,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 18:23:41,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 18:23:41,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 18:23:41,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 18:23:41,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 18:23:41,770 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d', 'password': 'cb8070db-3b7b-430d-a220-d7b31aa8cb36', 'project_name': 'refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '40d7c3082f814d8e99c0702eeab247b2', 'project_domain_name': 'Default'} 2019-01-03 18:23:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:41,771 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189842fa-563f-41c5-bd0c-7996baf1c472 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:41,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-189842fa-563f-41c5-bd0c-7996baf1c472 2019-01-03 18:23:41,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804200172424s 2019-01-03 18:23:41,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:41,853 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:41,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40444928-0939-47ae-9d99-d2b52c1ff923 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:41,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-40444928-0939-47ae-9d99-d2b52c1ff923 2019-01-03 18:23:41,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785579681396s 2019-01-03 18:23:41,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:23:41,933 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba2d3c8-586f-401b-858f-5ce52d3d676b 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"}} 2019-01-03 18:23:42,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cba2d3c8-586f-401b-858f-5ce52d3d676b 2019-01-03 18:23:42,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0813410282135s 2019-01-03 18:23:42,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:23:42,015 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219feb3b-3237-46c6-b9d9-911c75b6a6ba Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d", "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "domain_id": "default", "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:23:42,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-219feb3b-3237-46c6-b9d9-911c75b6a6ba 2019-01-03 18:23:42,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0974509716034s 2019-01-03 18:23:42,113 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-219feb3b-3237-46c6-b9d9-911c75b6a6ba 2019-01-03 18:23:42,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:23:42,119 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd87984-de1b-4b47-af99-fc7a0229136c Content-Encoding: gzip Content-Length: 392 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": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2"}, "enabled": true, "id": "40d7c3082f814d8e99c0702eeab247b2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 18:23:42,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3cd87984-de1b-4b47-af99-fc7a0229136c 2019-01-03 18:23:42,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763971805573s 2019-01-03 18:23:42,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3cd87984-de1b-4b47-af99-fc7a0229136c 2019-01-03 18:23:42,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:23:42,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd356ee-c371-4088-908d-6c1331540ff9 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=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 18:23:42,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&scope.project.id=40d7c3082f814d8e99c0702eeab247b2&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-3fd356ee-c371-4088-908d-6c1331540ff9 2019-01-03 18:23:42,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803489685059s 2019-01-03 18:23:42,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:23:42,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2/users/44e65c3211774248b6c16691d94c61eb/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbd34696-00a7-4ccb-8325-64e6f68b7f3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:42,402 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2/users/44e65c3211774248b6c16691d94c61eb/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-cbd34696-00a7-4ccb-8325-64e6f68b7f3c 2019-01-03 18:23:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123553991318s 2019-01-03 18:23:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:23:42,403 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2f82ee-95fc-4d58-84d2-375e1ffba7a5 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:23:42,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ba2f82ee-95fc-4d58-84d2-375e1ffba7a5 2019-01-03 18:23:42,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746970176697s 2019-01-03 18:23:42,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:23:42,479 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c624d9d8-0cc2-4a9c-8da8-2c81876fef6f 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"}} 2019-01-03 18:23:42,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c624d9d8-0cc2-4a9c-8da8-2c81876fef6f 2019-01-03 18:23:42,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0800251960754s 2019-01-03 18:23:42,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:23:42,560 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ed489a-8fc4-4a92-9a25-962a40642543 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d", "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "domain_id": "default", "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:23:42,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-00ed489a-8fc4-4a92-9a25-962a40642543 2019-01-03 18:23:42,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0955939292908s 2019-01-03 18:23:42,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-00ed489a-8fc4-4a92-9a25-962a40642543 2019-01-03 18:23:42,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:23:42,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e331dfd-e8a1-4dcd-9926-d606b266927c 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=44e65c3211774248b6c16691d94c61eb&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 18:23:42,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=44e65c3211774248b6c16691d94c61eb&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default used request id req-5e331dfd-e8a1-4dcd-9926-d606b266927c 2019-01-03 18:23:42,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741670131683s 2019-01-03 18:23:42,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:23:42,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/44e65c3211774248b6c16691d94c61eb/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:23:42,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24534ba1-46d6-4a6b-8ec5-ef05496ecb28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:23:42,851 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/44e65c3211774248b6c16691d94c61eb/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-24534ba1-46d6-4a6b-8ec5-ef05496ecb28 2019-01-03 18:23:42,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115692853928s 2019-01-03 18:23:42,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 18:23:45,202 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 18:23:44.888 11197 INFO rally.deployment.engine [-] Deployment 3c58a4ea-f08e-438d-a682-1347552cfb67 | Starting: Destroy cloud and free allocated resources. 2019-01-03 18:23:44.964 11197 INFO rally.deployment.engine [-] Deployment 3c58a4ea-f08e-438d-a682-1347552cfb67 | Completed: Destroy cloud and free allocated resources. 2019-01-03 18:23:44.988 11197 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38). 2019-01-03 18:23:44.993 11197 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 18:23:47,623 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 18:23:47.318 11200 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=18fd800a-e337-4f8a-aa01-47f06d25b4f4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 18fd800a-e337-4f8a-aa01-47f06d25b4f4 | 2019-01-03T18:23:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 18fd800a-e337-4f8a-aa01-47f06d25b4f4 ~/.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 2019-01-03 18:23:50,823 - 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 | +-------------+----------------+-----------+ 2019-01-03 18:23:50,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 18:23:53,181 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 18:23:52.912 11206 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=18b4c55a-71b4-4c0e-a77a-ddf0661c0e38). 2019-01-03 18:23:53.041 11206 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 18:23:56,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 18:23:55.171 11209 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 18:23:55.317 11209 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 18:23:56.395 11209 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750) has been successfully created! Using verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750) as the default verifier for the future CLI operations. 2019-01-03 18:23:59,498 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2019-01-03 18:23:59,498 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 18:23:59,629 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 18:23:59,630 - 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" 2019-01-03 18:23:59,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6161a57d-8562-4515-8427-2398c0bbff20 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"}]}} 2019-01-03 18:23:59,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6161a57d-8562-4515-8427-2398c0bbff20 2019-01-03 18:23:59,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 18:24:00,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c6fa8ea3ed94ec489a3035b30efe798", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T19:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40d7c3082f814d8e99c0702eeab247b2", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/40d7c3082f814d8e99c0702eeab247b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/40d7c3082f814d8e99c0702eeab247b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/40d7c3082f814d8e99c0702eeab247b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/40d7c3082f814d8e99c0702eeab247b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/40d7c3082f814d8e99c0702eeab247b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/40d7c3082f814d8e99c0702eeab247b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/40d7c3082f814d8e99c0702eeab247b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d", "id": "44e65c3211774248b6c16691d94c61eb"}, "audit_ids": ["5D--tyKCQ-O4gXv2CMoYhQ"], "issued_at": "2019-01-03T18:24:00.000000Z"}} 2019-01-03 18:24:00,174 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:00,179 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 18:24:00 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"}]}]} 2019-01-03 18:24:00,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:24:00,183 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:00,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-20c9b272-afc1-4691-92bb-e09eb1682cae Date: Thu, 03 Jan 2019 18:24:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:24:00,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-20c9b272-afc1-4691-92bb-e09eb1682cae 2019-01-03 18:24:00,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18282699585s 2019-01-03 18:24:00,366 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-20c9b272-afc1-4691-92bb-e09eb1682cae 2019-01-03 18:24:00,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 18:24:00,369 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d"}' 2019-01-03 18:24:00,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0 X-Openstack-Request-Id: req-1f2d62a7-0cfd-4f14-921d-f85cf34221ea Date: Thu, 03 Jan 2019 18:24:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "46533e5e-2a9f-478f-9d40-1b2fb98038f0", "size": null, "self": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:00Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": null, "created_at": "2019-01-03T18:24:00Z", "protected": false} 2019-01-03 18:24:00,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1f2d62a7-0cfd-4f14-921d-f85cf34221ea 2019-01-03 18:24:00,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.18924498558s 2019-01-03 18:24:00,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1f2d62a7-0cfd-4f14-921d-f85cf34221ea returning object 46533e5e-2a9f-478f-9d40-1b2fb98038f0 2019-01-03 18:24:00,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 18:24:00,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" -d '' 2019-01-03 18:24:02,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-926f8492-90b4-4f0a-8135-8a57b6c3d895 Date: Thu, 03 Jan 2019 18:24:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:24:02,095 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file used request id req-926f8492-90b4-4f0a-8135-8a57b6c3d895 2019-01-03 18:24:02,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.53595995903s 2019-01-03 18:24:02,095 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file used request id req-926f8492-90b4-4f0a-8135-8a57b6c3d895 2019-01-03 18:24:02,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:24:02,096 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:02,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c169da13-f100-4df6-81a8-2954f6e16288 Date: Thu, 03 Jan 2019 18:24:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "metadata": {}}], "file": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "46533e5e-2a9f-478f-9d40-1b2fb98038f0", "size": 12716032, "self": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:02Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:24:02,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c169da13-f100-4df6-81a8-2954f6e16288 2019-01-03 18:24:02,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0272362232208s 2019-01-03 18:24:02,123 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c169da13-f100-4df6-81a8-2954f6e16288 2019-01-03 18:24:02,125 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file', 'owner': u'40d7c3082f814d8e99c0702eeab247b2', 'id': u'46533e5e-2a9f-478f-9d40-1b2fb98038f0', 'size': 12716032, u'self': u'/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d7c3082f814d8e99c0702eeab247b2', 'name': 'refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T18:24:02Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T18:24:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d', 'created': u'2019-01-03T18:24:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T18:24:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 18:24:02,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 18:24:02,129 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_b641752f-d34c-4884-8103-a7269bd7a31d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 18:24:02,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cc655c6-6ea7-472a-b191-4350f78c6d61 x-compute-request-id: req-5cc655c6-6ea7-472a-b191-4350f78c6d61 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "99da41eb-0889-4477-8318-59477d13ca10", "name": "refstack_defcore-flavor_b641752f-d34c-4884-8103-a7269bd7a31d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 18:24:02,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5cc655c6-6ea7-472a-b191-4350f78c6d61 2019-01-03 18:24:02,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.574770927429s 2019-01-03 18:24:02,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5cc655c6-6ea7-472a-b191-4350f78c6d61 returning object 99da41eb-0889-4477-8318-59477d13ca10 2019-01-03 18:24:02,702 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_b641752f-d34c-4884-8103-a7269bd7a31d', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'99da41eb-0889-4477-8318-59477d13ca10', 'swap': 0}) 2019-01-03 18:24:02,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 18:24:02,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10/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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"extra_specs": {}}' 2019-01-03 18:24:02,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b063e313-2778-4546-bed9-15cbb5dfdc00 x-compute-request-id: req-b063e313-2778-4546-bed9-15cbb5dfdc00 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 18:24:02,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10/os-extra_specs used request id req-b063e313-2778-4546-bed9-15cbb5dfdc00 2019-01-03 18:24:02,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0240340232849s 2019-01-03 18:24:02,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10/os-extra_specs used request id req-b063e313-2778-4546-bed9-15cbb5dfdc00 2019-01-03 18:24:02,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:24:02,733 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:02,738 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 18:24: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"}]}]}} 2019-01-03 18:24:02,743 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:02,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a662533-4314-49b7-a7e7-daaf6b234473 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:24:02,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4a662533-4314-49b7-a7e7-daaf6b234473 2019-01-03 18:24:02,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0911779403687s 2019-01-03 18:24:02,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 18:24:02,827 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:03,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a250b4b7-2030-45cf-91ee-7eabb343505b x-compute-request-id: req-a250b4b7-2030-45cf-91ee-7eabb343505b Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 18:24:03,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-a250b4b7-2030-45cf-91ee-7eabb343505b 2019-01-03 18:24:03,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.579452991486s 2019-01-03 18:24:03,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-a250b4b7-2030-45cf-91ee-7eabb343505b 2019-01-03 18:24:03,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:24:03,405 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:03,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-b771f28c-6d6a-41bb-b625-7cd900f36471 Date: Thu, 03 Jan 2019 18:24:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "metadata": {}}], "file": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "46533e5e-2a9f-478f-9d40-1b2fb98038f0", "size": 12716032, "self": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:02Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:24:03,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b771f28c-6d6a-41bb-b625-7cd900f36471 2019-01-03 18:24:03,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.241399049759s 2019-01-03 18:24:03,646 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b771f28c-6d6a-41bb-b625-7cd900f36471 2019-01-03 18:24:03,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 18:24:03,650 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d"}' 2019-01-03 18:24:03,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d X-Openstack-Request-Id: req-5fea8248-2d76-4d06-864a-aff8b6bb70b5 Date: Thu, 03 Jan 2019 18:24:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "a055f90d-56af-4011-b45b-1f4f046b0b6d", "size": null, "self": "/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:03Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": null, "created_at": "2019-01-03T18:24:03Z", "protected": false} 2019-01-03 18:24:03,852 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5fea8248-2d76-4d06-864a-aff8b6bb70b5 2019-01-03 18:24:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202814102173s 2019-01-03 18:24:03,853 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5fea8248-2d76-4d06-864a-aff8b6bb70b5 returning object a055f90d-56af-4011-b45b-1f4f046b0b6d 2019-01-03 18:24:03,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 18:24:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" -d '' 2019-01-03 18:24:05,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a96397ef-cc1b-4441-af19-eb27304bba5f Date: Thu, 03 Jan 2019 18:24:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:24:05,307 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/file used request id req-a96397ef-cc1b-4441-af19-eb27304bba5f 2019-01-03 18:24:05,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45340299606s 2019-01-03 18:24:05,307 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/file used request id req-a96397ef-cc1b-4441-af19-eb27304bba5f 2019-01-03 18:24:05,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:24:05,308 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:24:05,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-d202ca50-9fb4-4501-9430-affd5055a3cf Date: Thu, 03 Jan 2019 18:24:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/snap", "metadata": {}}], "file": "/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "a055f90d-56af-4011-b45b-1f4f046b0b6d", "size": 12716032, "self": "/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:05Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:24:03Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "metadata": {}}], "file": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "46533e5e-2a9f-478f-9d40-1b2fb98038f0", "size": 12716032, "self": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:02Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:24:05,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d202ca50-9fb4-4501-9430-affd5055a3cf 2019-01-03 18:24:05,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.642729043961s 2019-01-03 18:24:05,951 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d202ca50-9fb4-4501-9430-affd5055a3cf 2019-01-03 18:24:05,954 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/file', 'owner': u'40d7c3082f814d8e99c0702eeab247b2', 'id': u'a055f90d-56af-4011-b45b-1f4f046b0b6d', 'size': 12716032, u'self': u'/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40d7c3082f814d8e99c0702eeab247b2', 'name': 'refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/a055f90d-56af-4011-b45b-1f4f046b0b6d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T18:24:05Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T18:24:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d', 'created': u'2019-01-03T18:24:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T18:24:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_b641752f-d34c-4884-8103-a7269bd7a31d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 18:24:05,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 18:24:05,957 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 18:24:05,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a87e4cc6-9883-4c8f-a261-a42642d317da x-compute-request-id: req-a87e4cc6-9883-4c8f-a261-a42642d317da Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1eaad3e-f4b8-49cb-975f-02568cab10fc", "name": "refstack_defcore-flavor_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 18:24:05,997 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a87e4cc6-9883-4c8f-a261-a42642d317da 2019-01-03 18:24:05,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0426061153412s 2019-01-03 18:24:05,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a87e4cc6-9883-4c8f-a261-a42642d317da returning object c1eaad3e-f4b8-49cb-975f-02568cab10fc 2019-01-03 18:24:05,998 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_b641752f-d34c-4884-8103-a7269bd7a31d', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'c1eaad3e-f4b8-49cb-975f-02568cab10fc', 'swap': 0}) 2019-01-03 18:24:05,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 18:24:06,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc/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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" -d '{"extra_specs": {}}' 2019-01-03 18:24:06,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:24:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c981fce2-e1b2-441e-a3e7-b83156b81d92 x-compute-request-id: req-c981fce2-e1b2-441e-a3e7-b83156b81d92 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 18:24:06,023 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc/os-extra_specs used request id req-c981fce2-e1b2-441e-a3e7-b83156b81d92 2019-01-03 18:24:06,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023885011673s 2019-01-03 18:24:06,023 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc/os-extra_specs used request id req-c981fce2-e1b2-441e-a3e7-b83156b81d92 2019-01-03 18:24:06,024 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_b641752f-d34c-4884-8103-a7269bd7a31d', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'c1eaad3e-f4b8-49cb-975f-02568cab10fc', 'swap': 0}) 2019-01-03 18:24:09,274 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 18:24:08.135 11228 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750) for deployment 'opnfv-rally' (UUID=18fd800a-e337-4f8a-aa01-47f06d25b4f4). 2019-01-03 18:24:09.100 11228 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 18:24:09.103 11228 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750) has been successfully configured for deployment 'opnfv-rally' (UUID=18fd800a-e337-4f8a-aa01-47f06d25b4f4)! 2019-01-03 18:24:09,274 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 18:24:09,275 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 18:24:09,277 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 18:24:11,505 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2019-01-03 18:24:11,506 - 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. 2019-01-03 18:24:11,506 - 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. 2019-01-03 18:24:11,506 - 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. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2019-01-03 18:24:11,506 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2019-01-03 18:24:11,507 - 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. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2019-01-03 18:24:11,507 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2019-01-03 18:24:11,508 - 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. 2019-01-03 18:24:11,508 - 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. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2019-01-03 18:24:11,508 - 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. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2019-01-03 18:24:11,508 - 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. 2019-01-03 18:24:11,508 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2019-01-03 18:24:11,509 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2019-01-03 18:24:11,509 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2019-01-03 18:24:11,509 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,509 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2019-01-03 18:24:11,509 - 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. 2019-01-03 18:24:11,510 - 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. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2019-01-03 18:24:11,510 - 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. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2019-01-03 18:24:11,510 - 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. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2019-01-03 18:24:11,510 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2019-01-03 18:24:11,511 - 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. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2019-01-03 18:24:11,511 - 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. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2019-01-03 18:24:11,511 - 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. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2019-01-03 18:24:11,511 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2019-01-03 18:24:11,511 - 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. 2019-01-03 18:24:11,512 - 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. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2019-01-03 18:24:11,512 - 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. 2019-01-03 18:24:11,512 - 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. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-03 18:24:11,512 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-03 18:24:11,513 - 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. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2019-01-03 18:24:11,513 - 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. 2019-01-03 18:24:11,513 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2019-01-03 18:24:11,513 - refstack_client.list_parser - DEBUG - Number of tests: 200 2019-01-03 18:24:11,515 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 18:24:11,540 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 18:24:11,541 - 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']'. 2019-01-03 18:24:13,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:13.629 11240 INFO rally.api [-] Starting verification (UUID=7d96cbb9-b557-4cfa-a227-c47962a3dd34) for deployment 'opnfv-rally' (UUID=18fd800a-e337-4f8a-aa01-47f06d25b4f4) by verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750). 2019-01-03 18:24:13,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7d96cbb9-b557-4cfa-a227-c47962a3dd34 2019-01-03 18:24:20,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:20.429 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.570s] 2019-01-03 18:24:20,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:20.494 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2019-01-03 18:24:23,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:23.206 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.359s] 2019-01-03 18:24:24,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:24.315 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.536s] 2019-01-03 18:24:38,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:38.507 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.295s] 2019-01-03 18:24:42,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.736 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2019-01-03 18:24:42,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.748 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2019-01-03 18:24:42,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.885 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.136s] 2019-01-03 18:24:42,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.898 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2019-01-03 18:24:42,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.909 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2019-01-03 18:24:42,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:42.942 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2019-01-03 18:24:43,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:43.007 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.064s] 2019-01-03 18:24:43,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:43.081 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.073s] 2019-01-03 18:24:43,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:43.525 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.442s] 2019-01-03 18:24:43,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:43.539 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2019-01-03 18:24:43,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:43.607 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2019-01-03 18:24:49,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:49.311 11240 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2019-01-03 18:24:53,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:53.006 11240 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2019-01-03 18:24:53,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:53.082 11240 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2019-01-03 18:24:53,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:53.158 11240 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2019-01-03 18:24:56,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:56.887 11240 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.140s] 2019-01-03 18:24:57,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:57.124 11240 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.237s] 2019-01-03 18:24:57,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:57.870 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [26.984s] 2019-01-03 18:24:58,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:58.446 11240 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.320s] 2019-01-03 18:24:58,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:58.454 11240 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2019-01-03 18:24:58,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:58.600 11240 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.145s] 2019-01-03 18:24:59,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:59.191 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.327s] 2019-01-03 18:24:59,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:24:59.575 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [21.066s] 2019-01-03 18:25:08,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:08.809 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.855s] 2019-01-03 18:25:09,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:09.407 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.833s] 2019-01-03 18:25:13,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:13.498 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.688s] 2019-01-03 18:25:18,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:18.055 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.556s] 2019-01-03 18:25:22,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:22.507 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.451s] 2019-01-03 18:25:27,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:27.342 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.834s] 2019-01-03 18:25:31,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:31.327 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.985s] 2019-01-03 18:25:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:31.765 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [6.317s] 2019-01-03 18:25:31,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:31.831 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2019-01-03 18:25:32,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:32.929 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.097s] 2019-01-03 18:25:33,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:33.026 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.098s] 2019-01-03 18:25:33,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:33.028 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-03 18:25:34,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:34.577 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.249s] 2019-01-03 18:25:40,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:40.325 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.747s] 2019-01-03 18:25:44,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:44.688 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.363s] 2019-01-03 18:25:44,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:44.797 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2019-01-03 18:25:44,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:44.894 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.097s] 2019-01-03 18:25:44,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:44.949 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2019-01-03 18:25:45,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:45.031 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.081s] 2019-01-03 18:25:45,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:45.283 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.251s] 2019-01-03 18:25:45,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:45.518 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.234s] 2019-01-03 18:25:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:45.707 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.188s] 2019-01-03 18:25:45,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:45.758 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.052s] 2019-01-03 18:25:51,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:51.661 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.900s] 2019-01-03 18:25:59,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:25:59.197 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.163s] 2019-01-03 18:26:01,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:01.928 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.729s] 2019-01-03 18:26:03,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:03.012 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.083s] 2019-01-03 18:26:04,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:04.008 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.995s] 2019-01-03 18:26:04,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:04.891 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.882s] 2019-01-03 18:26:07,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:07.259 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.366s] 2019-01-03 18:26:08,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.097 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.674s] 2019-01-03 18:26:08,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.415 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.156s] 2019-01-03 18:26:08,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.611 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.198s] 2019-01-03 18:26:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.632 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2019-01-03 18:26:08,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.796 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.164s] 2019-01-03 18:26:08,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:08.816 11240 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2019-01-03 18:26:12,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:12.205 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.318s] 2019-01-03 18:26:12,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:12.559 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.354s] 2019-01-03 18:26:16,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:16.563 11240 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.279s] 2019-01-03 18:26:17,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:17.843 11240 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.280s] 2019-01-03 18:26:20,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:20.827 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.133s] 2019-01-03 18:26:20,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:20.902 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2019-01-03 18:26:21,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:21.548 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.645s] 2019-01-03 18:26:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:21.647 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2019-01-03 18:26:21,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:21.649 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-03 18:26:29,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:29.216 11240 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.078s] 2019-01-03 18:26:36,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:36.445 11240 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.228s] 2019-01-03 18:26:43,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:43.722 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.578s] 2019-01-03 18:26:43,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:43.921 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.198s] 2019-01-03 18:26:44,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:44.330 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.408s] 2019-01-03 18:26:44,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:44.932 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.602s] 2019-01-03 18:26:45,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:45.332 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.399s] 2019-01-03 18:26:45,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:45.727 11240 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.393s] 2019-01-03 18:26:51,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:51.824 11240 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.241s] 2019-01-03 18:26:55,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:26:55.206 11240 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.381s] 2019-01-03 18:27:02,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:02.974 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.906s] 2019-01-03 18:27:04,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:04.190 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.215s] 2019-01-03 18:27:07,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:07.785 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.590s] 2019-01-03 18:27:08,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:08.769 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.987s] 2019-01-03 18:27:10,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:10.436 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.663s] 2019-01-03 18:27:11,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:11.892 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.456s] 2019-01-03 18:27:13,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:13.826 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.930s] 2019-01-03 18:27:13,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:13.871 11240 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2019-01-03 18:27:17,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:17.095 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2019-01-03 18:27:23,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:23.984 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.037s] 2019-01-03 18:27:24,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:24.657 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.672s] 2019-01-03 18:27:56,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:27:56.423 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [31.761s] 2019-01-03 18:28:08,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:28:08.080 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.233s] 2019-01-03 18:28:08,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:28:08.599 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.519s] 2019-01-03 18:28:18,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:28:18.949 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.183s] 2019-01-03 18:28:19,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:28:19.130 11240 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.180s] 2019-01-03 18:29:47,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:29:47.746 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [205.556s] 2019-01-03 18:30:19,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:19.673 11240 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.918s] 2019-01-03 18:30:31,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:31.815 11240 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2019-01-03 18:30:46,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:46.668 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.156s] 2019-01-03 18:30:46,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:46.905 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.236s] 2019-01-03 18:30:46,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:46.949 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.044s] 2019-01-03 18:30:47,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.129 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.179s] 2019-01-03 18:30:47,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.299 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.169s] 2019-01-03 18:30:47,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.668 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.369s] 2019-01-03 18:30:47,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.853 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.184s] 2019-01-03 18:30:47,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.898 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2019-01-03 18:30:47,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.942 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.044s] 2019-01-03 18:30:47,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:30:47.989 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.046s] 2019-01-03 18:31:00,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:00.556 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.559s] 2019-01-03 18:31:00,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:00.723 11240 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.168s] 2019-01-03 18:31:05,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:05.718 11240 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.289s] 2019-01-03 18:31:13,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:13.293 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.068s] 2019-01-03 18:31:14,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:14.357 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.064s] 2019-01-03 18:31:25,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:25.931 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2019-01-03 18:31:26,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:26.119 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.186s] 2019-01-03 18:31:26,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:26.174 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.055s] 2019-01-03 18:31:26,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:26.874 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.698s] 2019-01-03 18:31:26,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:26.973 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.100s] 2019-01-03 18:31:27,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:27.524 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.549s] 2019-01-03 18:31:27,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:27.709 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.185s] 2019-01-03 18:31:27,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:27.873 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.164s] 2019-01-03 18:31:27,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:27.929 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.055s] 2019-01-03 18:31:27,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:27.978 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2019-01-03 18:31:28,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:28.020 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2019-01-03 18:31:28,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:28.095 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2019-01-03 18:31:28,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:28.558 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.460s] 2019-01-03 18:31:28,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:28.607 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2019-01-03 18:31:28,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:28.669 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.061s] 2019-01-03 18:31:35,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:35.376 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.163s] 2019-01-03 18:31:35,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:35.554 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.178s] 2019-01-03 18:31:35,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:35.738 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.183s] 2019-01-03 18:31:35,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:35.897 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.159s] 2019-01-03 18:31:36,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.062 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2019-01-03 18:31:36,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.227 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.164s] 2019-01-03 18:31:36,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.295 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.067s] 2019-01-03 18:31:36,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.329 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.034s] 2019-01-03 18:31:36,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.481 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.150s] 2019-01-03 18:31:36,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.516 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.036s] 2019-01-03 18:31:36,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.678 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.160s] 2019-01-03 18:31:36,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:36.871 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.192s] 2019-01-03 18:31:37,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.046 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.174s] 2019-01-03 18:31:37,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.236 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.190s] 2019-01-03 18:31:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.273 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2019-01-03 18:31:37,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.283 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2019-01-03 18:31:37,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.317 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2019-01-03 18:31:37,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.354 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.035s] 2019-01-03 18:31:37,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.537 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.182s] 2019-01-03 18:31:37,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:31:37.716 11240 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.178s] 2019-01-03 18:31:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7d96cbb9-b557-4cfa-a227-c47962a3dd34 2019-01-03 18:31:42,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7d96cbb9-b557-4cfa-a227-c47962a3dd34']'. 2019-01-03 18:31:43,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 18:31:43,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7d96cbb9-b557-4cfa-a227-c47962a3dd34 | 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 18:24:13 | 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 18:31:41 | 2019-01-03 18:31:43,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:28 | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 72952090-850c-4245-9de8-fbbfb09d9750) | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 18fd800a-e337-4f8a-aa01-47f06d25b4f4) | 2019-01-03 18:31:43,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 152 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 439.756 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 151 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 18:31:43,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-03 18:31:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 18:31:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 18:31:43,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 18:31:43,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 99.3421052632% 2019-01-03 18:31:43,416 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 18:31:43,417 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:44 | FAIL | +--------------------------+------------------+------------------+----------------+ 2019-01-03 18:31:43,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 18:31:43,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:31:45,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27d84f5e-f335-40f7-88e4-fe962e122006 Date: Thu, 03 Jan 2019 18:31:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:31:45,318 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d used request id req-27d84f5e-f335-40f7-88e4-fe962e122006 2019-01-03 18:31:45,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89875388145s 2019-01-03 18:31:45,318 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a055f90d-56af-4011-b45b-1f4f046b0b6d used request id req-27d84f5e-f335-40f7-88e4-fe962e122006 2019-01-03 18:31:45,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:31:45,322 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:45,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18: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-d54ff702-3682-41c6-a31d-5c598c0c8bb9 x-compute-request-id: req-d54ff702-3682-41c6-a31d-5c598c0c8bb9 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "99da41eb-0889-4477-8318-59477d13ca10", "name": "refstack_defcore-flavor_b641752f-d34c-4884-8103-a7269bd7a31d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1eaad3e-f4b8-49cb-975f-02568cab10fc", "name": "refstack_defcore-flavor_alt_b641752f-d34c-4884-8103-a7269bd7a31d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:31:45,597 - 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-d54ff702-3682-41c6-a31d-5c598c0c8bb9 2019-01-03 18:31:45,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.278376102448s 2019-01-03 18:31:45,598 - 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-d54ff702-3682-41c6-a31d-5c598c0c8bb9 2019-01-03 18:31:45,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:31:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:45,680 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18: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 x-openstack-request-id: req-51105d98-3329-4629-bf50-80ab0dc20bfa x-compute-request-id: req-51105d98-3329-4629-bf50-80ab0dc20bfa Content-Length: 0 Content-Type: application/json 2019-01-03 18:31:45,680 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc used request id req-51105d98-3329-4629-bf50-80ab0dc20bfa 2019-01-03 18:31:45,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0800960063934s 2019-01-03 18:31:45,681 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c1eaad3e-f4b8-49cb-975f-02568cab10fc used request id req-51105d98-3329-4629-bf50-80ab0dc20bfa 2019-01-03 18:31:45,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:31:45,682 - 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}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:31:45,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-66be5e26-60a5-4e32-aac3-cb6621f07df2 Date: Thu, 03 Jan 2019 18:31:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "metadata": {}}], "file": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/file", "owner": "40d7c3082f814d8e99c0702eeab247b2", "id": "46533e5e-2a9f-478f-9d40-1b2fb98038f0", "size": 12716032, "self": "/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:24:02Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_b641752f-d34c-4884-8103-a7269bd7a31d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:24:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:31:45,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-66be5e26-60a5-4e32-aac3-cb6621f07df2 2019-01-03 18:31:45,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183441877365s 2019-01-03 18:31:45,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-66be5e26-60a5-4e32-aac3-cb6621f07df2 2019-01-03 18:31:45,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 18:31:45,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5e2b768e90963d8e2588f4fb3f5301598cecf85" 2019-01-03 18:31:47,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94ff9127-f587-4eb4-9ccd-ed173ecfb36b Date: Thu, 03 Jan 2019 18:31:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:31:47,557 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0 used request id req-94ff9127-f587-4eb4-9ccd-ed173ecfb36b 2019-01-03 18:31:47,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.69111800194s 2019-01-03 18:31:47,558 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/46533e5e-2a9f-478f-9d40-1b2fb98038f0 used request id req-94ff9127-f587-4eb4-9ccd-ed173ecfb36b 2019-01-03 18:31:47,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:31:47,561 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:47,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31: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-dbfb4166-a5bc-41f1-8416-017dd5a91c56 x-compute-request-id: req-dbfb4166-a5bc-41f1-8416-017dd5a91c56 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/99da41eb-0889-4477-8318-59477d13ca10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "99da41eb-0889-4477-8318-59477d13ca10", "name": "refstack_defcore-flavor_b641752f-d34c-4884-8103-a7269bd7a31d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:31:47,594 - 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-dbfb4166-a5bc-41f1-8416-017dd5a91c56 2019-01-03 18:31:47,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0358610153198s 2019-01-03 18:31:47,594 - 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-dbfb4166-a5bc-41f1-8416-017dd5a91c56 2019-01-03 18:31:47,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:31:47,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:47,714 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18:31: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-6ff634a2-153c-4ca5-bd69-bf9860a34593 x-compute-request-id: req-6ff634a2-153c-4ca5-bd69-bf9860a34593 Content-Length: 0 Content-Type: application/json 2019-01-03 18:31:47,714 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10 used request id req-6ff634a2-153c-4ca5-bd69-bf9860a34593 2019-01-03 18:31:47,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.117341041565s 2019-01-03 18:31:47,714 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/99da41eb-0889-4477-8318-59477d13ca10 used request id req-6ff634a2-153c-4ca5-bd69-bf9860a34593 2019-01-03 18:31:47,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:31:47,714 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:47,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497ca1f6-56bd-4ed0-83c2-1083df3a5ea1 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d", "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "domain_id": "default", "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:31:47,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-497ca1f6-56bd-4ed0-83c2-1083df3a5ea1 2019-01-03 18:31:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0956060886383s 2019-01-03 18:31:47,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-497ca1f6-56bd-4ed0-83c2-1083df3a5ea1 2019-01-03 18:31:47,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:31:47,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:47,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd557202-21b0-47a0-bf4f-0d9456059ceb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb"}, "enabled": true, "id": "44e65c3211774248b6c16691d94c61eb", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_b641752f-d34c-4884-8103-a7269bd7a31d"}} 2019-01-03 18:31:47,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb used request id req-fd557202-21b0-47a0-bf4f-0d9456059ceb 2019-01-03 18:31:47,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0952129364014s 2019-01-03 18:31:47,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb used request id req-fd557202-21b0-47a0-bf4f-0d9456059ceb 2019-01-03 18:31:47,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 18:31:47,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73762737-a163-4bef-bce5-9dd1bddfbe3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:48,101 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb used request id req-73762737-a163-4bef-bce5-9dd1bddfbe3b 2019-01-03 18:31:48,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.188997983932s 2019-01-03 18:31:48,102 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/44e65c3211774248b6c16691d94c61eb used request id req-73762737-a163-4bef-bce5-9dd1bddfbe3b 2019-01-03 18:31:48,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:31:48,103 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4ac178-3de8-49f1-8223-a23e0accb375 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": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2"}, "enabled": true, "id": "40d7c3082f814d8e99c0702eeab247b2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_b641752f-d34c-4884-8103-a7269bd7a31d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 18:31:48,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2d4ac178-3de8-49f1-8223-a23e0accb375 2019-01-03 18:31:48,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0787560939789s 2019-01-03 18:31:48,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2d4ac178-3de8-49f1-8223-a23e0accb375 2019-01-03 18:31:48,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 18:31:48,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9553a0bc-493d-44a9-bd1d-a41ac7cd12b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:48,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2 used request id req-9553a0bc-493d-44a9-bd1d-a41ac7cd12b6 2019-01-03 18:31:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153617858887s 2019-01-03 18:31:48,338 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/40d7c3082f814d8e99c0702eeab247b2 used request id req-9553a0bc-493d-44a9-bd1d-a41ac7cd12b6 2019-01-03 18:31:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:48,338 - 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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80c38f58-aa93-44cd-87b5-e8b46fdfe480 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3c6fa8ea3ed94ec489a3035b30efe798", "links": {"self": "http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:48,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-80c38f58-aa93-44cd-87b5-e8b46fdfe480 2019-01-03 18:31:48,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832598209381s 2019-01-03 18:31:48,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 18:31:48,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3e1c70d-8436-4a28-8e8c-a1a70e55f020 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:48,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3c6fa8ea3ed94ec489a3035b30efe798 used request id req-a3e1c70d-8436-4a28-8e8c-a1a70e55f020 2019-01-03 18:31:48,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110388994217s 2019-01-03 18:31:48,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 18:31:48,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=40d7c3082f814d8e99c0702eeab247b2&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}fab532f69578f52941be5c93ecb8e3d99a09b9f1" 2019-01-03 18:31:48,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4a1fa92c-6d63-42f9-bf3f-ef5e7153af45 Date: Thu, 03 Jan 2019 18:31:48 GMT RESP BODY: {"security_groups": []} 2019-01-03 18:31:48,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=40d7c3082f814d8e99c0702eeab247b2&name=default used request id req-4a1fa92c-6d63-42f9-bf3f-ef5e7153af45 2019-01-03 18:31:48,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193830013275s 2019-01-03 18:31:48,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=40d7c3082f814d8e99c0702eeab247b2&name=default used request id req-4a1fa92c-6d63-42f9-bf3f-ef5e7153af45 2019-01-03 18:31:48,728 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2019-01-03 18:31:48,764 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2019-01-03 18:31:48,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 18:31:48,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 18:31:48,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 18:31:48,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 18:31:48,841 - 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" 2019-01-03 18:31:48,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab94fac-1127-4bbe-974e-1747ab0a35c4 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"}]}} 2019-01-03 18:31:48,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3ab94fac-1127-4bbe-974e-1747ab0a35c4 2019-01-03 18:31:48,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 18:31:49,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T19:31:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["9WLHnVgvQvG_GyxJ-9G6qA"], "issued_at": "2019-01-03T18:31:49.000000Z"}} 2019-01-03 18:31:49,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 18:31:49,233 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:49,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-21d347dc-5ba7-401f-b2d5-1babcafb7da4 Date: Thu, 03 Jan 2019 18:31:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 18:31:49,548 - 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-21d347dc-5ba7-401f-b2d5-1babcafb7da4 2019-01-03 18:31:49,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316309928894s 2019-01-03 18:31:49,549 - 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-21d347dc-5ba7-401f-b2d5-1babcafb7da4 2019-01-03 18:31:49,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 18:31:49,553 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:49,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 18:31: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"}]}]}} 2019-01-03 18:31:49,563 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:49,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e19a147-661d-4d7f-ae62-3a9a6d3eab96 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 18:31:49,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-6e19a147-661d-4d7f-ae62-3a9a6d3eab96 2019-01-03 18:31:49,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0910840034485s 2019-01-03 18:31:49,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 18:31:49,643 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}}' 2019-01-03 18:31:49,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 18:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80905ecb-16d2-4873-972d-4164d1ba4588 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/d53a6936612d436eb90ba70658da9c2c"}, "enabled": true, "id": "d53a6936612d436eb90ba70658da9c2c", "parent_id": "default", "domain_id": "default", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}} 2019-01-03 18:31:49,755 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-80905ecb-16d2-4873-972d-4164d1ba4588 2019-01-03 18:31:49,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112370014191s 2019-01-03 18:31:49,755 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-80905ecb-16d2-4873-972d-4164d1ba4588 2019-01-03 18:31:49,756 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8', 'id': u'd53a6936612d436eb90ba70658da9c2c', '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'})}) 2019-01-03 18:31:49,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 18:31:50,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.340309143066s 2019-01-03 18:31:50,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c2cc43-4b44-46d9-b355-9605dfcfbf8e 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/f864fe4146334bb2948df0963b933ec4"}, "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}, "domain_id": "default", "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8"}} 2019-01-03 18:31:50,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 used request id req-32c2cc43-4b44-46d9-b355-9605dfcfbf8e 2019-01-03 18:31:50,193 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f864fe4146334bb2948df0963b933ec4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8'}) 2019-01-03 18:31:50,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:50,194 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb9090e-bdeb-4fe2-b794-ca462f5e8a43 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:50,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5bb9090e-bdeb-4fe2-b794-ca462f5e8a43 2019-01-03 18:31:50,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812559127808s 2019-01-03 18:31:50,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:50,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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a99d43b-d7d8-4cb8-b183-da0619f0da8a Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:50,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9a99d43b-d7d8-4cb8-b183-da0619f0da8a 2019-01-03 18:31:50,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861620903015s 2019-01-03 18:31:50,363 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 18:31:50,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 18:31:50,364 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"role": {"name": "Member"}}' 2019-01-03 18:31:50,449 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fb80d2a-7c31-4951-a840-cc10c81dd442 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}} 2019-01-03 18:31:50,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8fb80d2a-7c31-4951-a840-cc10c81dd442 2019-01-03 18:31:50,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0859150886536s 2019-01-03 18:31:50,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abed47a6-978c-4904-9d66-3722aca2a665 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "domain_id": null, "name": "Member", "id": "24d675ccd3cb4bab92f51213b3168ed7"}} 2019-01-03 18:31:50,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7 used request id req-abed47a6-978c-4904-9d66-3722aca2a665 2019-01-03 18:31:50,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/24d675ccd3cb4bab92f51213b3168ed7'}, 'domain_id': None, 'human_id': None, 'id': u'24d675ccd3cb4bab92f51213b3168ed7', 'HUMAN_ID': False}) 2019-01-03 18:31:50,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:50,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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae22e16-aa35-49eb-8309-21c716965771 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:50,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cae22e16-aa35-49eb-8309-21c716965771 2019-01-03 18:31:50,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756959915161s 2019-01-03 18:31:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:31:50,543 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb2a8608-a496-49e3-806a-6b3aa41c2f9b 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"}} 2019-01-03 18:31:50,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eb2a8608-a496-49e3-806a-6b3aa41c2f9b 2019-01-03 18:31:50,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0836670398712s 2019-01-03 18:31:50,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:31:50,628 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fdbdb1-3927-4cc0-b376-10331154cf63 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8", "links": {"self": "http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4"}, "domain_id": "default", "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:31:50,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c6fdbdb1-3927-4cc0-b376-10331154cf63 2019-01-03 18:31:50,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103652000427s 2019-01-03 18:31:50,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c6fdbdb1-3927-4cc0-b376-10331154cf63 2019-01-03 18:31:50,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:31:50,739 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf9aa84-9e2b-477e-be1e-f6acee4a03e3 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c"}, "enabled": true, "id": "d53a6936612d436eb90ba70658da9c2c", "parent_id": "default", "domain_id": "default", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}]} 2019-01-03 18:31:50,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-caf9aa84-9e2b-477e-be1e-f6acee4a03e3 2019-01-03 18:31:50,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0751838684082s 2019-01-03 18:31:50,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-caf9aa84-9e2b-477e-be1e-f6acee4a03e3 2019-01-03 18:31:50,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:31:50,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=24d675ccd3cb4bab92f51213b3168ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:50,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8aef637-c23b-4db9-a89d-bddf5e73482b 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=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=24d675ccd3cb4bab92f51213b3168ed7", "previous": null, "next": null}} 2019-01-03 18:31:50,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=24d675ccd3cb4bab92f51213b3168ed7 used request id req-c8aef637-c23b-4db9-a89d-bddf5e73482b 2019-01-03 18:31:50,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0857889652252s 2019-01-03 18:31:50,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:31:50,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c/users/f864fe4146334bb2948df0963b933ec4/roles/24d675ccd3cb4bab92f51213b3168ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-319f2885-2115-45bc-891c-d4a03a40d938 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:51,014 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c/users/f864fe4146334bb2948df0963b933ec4/roles/24d675ccd3cb4bab92f51213b3168ed7 used request id req-319f2885-2115-45bc-891c-d4a03a40d938 2019-01-03 18:31:51,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111658811569s 2019-01-03 18:31:51,015 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8', 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': '9bf18855-831c-4181-a1c6-98e689061509', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8', 'project_id': u'd53a6936612d436eb90ba70658da9c2c', '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': {}}}} 2019-01-03 18:31:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 18:31:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 18:31:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 18:31:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 18:31:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 18:31:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 18:31:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 18:31:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 18:31:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 18:31:51,021 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8', 'password': '9bf18855-831c-4181-a1c6-98e689061509', 'project_name': 'patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'd53a6936612d436eb90ba70658da9c2c', 'project_domain_name': 'Default'} 2019-01-03 18:31:51,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:51,022 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbc9f2b-fa33-4a01-8547-e25107092ec3 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:51,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2dbc9f2b-fa33-4a01-8547-e25107092ec3 2019-01-03 18:31:51,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765120983124s 2019-01-03 18:31:51,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:51,099 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8525381f-50a4-4789-ac99-10ed8b604dcd 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:51,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8525381f-50a4-4789-ac99-10ed8b604dcd 2019-01-03 18:31:51,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832269191742s 2019-01-03 18:31:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:31:51,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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3bb65ca-efe2-4b32-95ff-f97089832e24 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"}} 2019-01-03 18:31:51,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d3bb65ca-efe2-4b32-95ff-f97089832e24 2019-01-03 18:31:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809390544891s 2019-01-03 18:31:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:31:51,266 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87908e2b-6c81-419f-9737-4b14c7d09c0b Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8", "links": {"self": "http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4"}, "domain_id": "default", "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:31:51,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-87908e2b-6c81-419f-9737-4b14c7d09c0b 2019-01-03 18:31:51,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915260314941s 2019-01-03 18:31:51,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-87908e2b-6c81-419f-9737-4b14c7d09c0b 2019-01-03 18:31:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:31:51,363 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17f91ac-7950-4080-b660-d0cc38a44b49 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c"}, "enabled": true, "id": "d53a6936612d436eb90ba70658da9c2c", "parent_id": "default", "domain_id": "default", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}]} 2019-01-03 18:31:51,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f17f91ac-7950-4080-b660-d0cc38a44b49 2019-01-03 18:31:51,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792939662933s 2019-01-03 18:31:51,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f17f91ac-7950-4080-b660-d0cc38a44b49 2019-01-03 18:31:51,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:31:51,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e0a719-8404-4c4d-a524-b082d2991877 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=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 18:31:51,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&scope.project.id=d53a6936612d436eb90ba70658da9c2c&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-b0e0a719-8404-4c4d-a524-b082d2991877 2019-01-03 18:31:51,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804350376129s 2019-01-03 18:31:51,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:31:51,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c/users/f864fe4146334bb2948df0963b933ec4/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e3c66b2-9656-48a7-aefa-abeaf795bfd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:51,642 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c/users/f864fe4146334bb2948df0963b933ec4/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-1e3c66b2-9656-48a7-aefa-abeaf795bfd9 2019-01-03 18:31:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116792917252s 2019-01-03 18:31:51,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:31:51,643 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7394ec0-5294-4367-8a84-fd7d7b2e935e 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:31:51,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7394ec0-5294-4367-8a84-fd7d7b2e935e 2019-01-03 18:31:51,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844089984894s 2019-01-03 18:31:51,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 18:31:51,729 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82ab129-52f7-47a4-95a6-a63567a50f1a 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"}} 2019-01-03 18:31:51,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-e82ab129-52f7-47a4-95a6-a63567a50f1a 2019-01-03 18:31:51,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0836200714111s 2019-01-03 18:31:51,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:31:51,814 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b2dbeb4-8403-4d03-a89a-cbaf06ce25a3 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8", "links": {"self": "http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4"}, "domain_id": "default", "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:31:51,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9b2dbeb4-8403-4d03-a89a-cbaf06ce25a3 2019-01-03 18:31:51,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0903599262238s 2019-01-03 18:31:51,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9b2dbeb4-8403-4d03-a89a-cbaf06ce25a3 2019-01-03 18:31:51,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 18:31:51,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:51,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2a1b76-1993-4510-8ee7-868d7c5aed8d 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=f864fe4146334bb2948df0963b933ec4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 18:31:51,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f864fe4146334bb2948df0963b933ec4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default used request id req-2d2a1b76-1993-4510-8ee7-868d7c5aed8d 2019-01-03 18:31:51,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821168422699s 2019-01-03 18:31:51,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 18:31:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/f864fe4146334bb2948df0963b933ec4/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:31:52,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:31:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3552b030-a69c-494d-95e7-59223c2c33b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:31:52,110 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/f864fe4146334bb2948df0963b933ec4/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-3552b030-a69c-494d-95e7-59223c2c33b5 2019-01-03 18:31:52,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117519855499s 2019-01-03 18:31:52,110 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 18:31:54,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 18:31:54.381 11278 INFO rally.deployment.engine [-] Deployment 18fd800a-e337-4f8a-aa01-47f06d25b4f4 | Starting: Destroy cloud and free allocated resources. 2019-01-03 18:31:54.464 11278 INFO rally.deployment.engine [-] Deployment 18fd800a-e337-4f8a-aa01-47f06d25b4f4 | Completed: Destroy cloud and free allocated resources. 2019-01-03 18:31:54.511 11278 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750) for deployment 'opnfv-rally'. 2019-01-03 18:31:54.531 11278 INFO rally.api [-] Deleting verification (UUID=7d96cbb9-b557-4cfa-a227-c47962a3dd34). 2019-01-03 18:31:54.564 11278 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 18:31:54.565 11278 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750). 2019-01-03 18:31:54.573 11278 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 18:31:57,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 18:31:56.938 11281 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=99646825-2482-430e-b03b-c85784e1b4f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 99646825-2482-430e-b03b-c85784e1b4f0 | 2019-01-03T18:31:56 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 99646825-2482-430e-b03b-c85784e1b4f0 ~/.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 2019-01-03 18:32:00,537 - 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 | +-------------+----------------+-----------+ 2019-01-03 18:32:00,538 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 18:32:02,929 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 18:32:02.642 11287 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=72952090-850c-4245-9de8-fbbfb09d9750). 2019-01-03 18:32:02.793 11287 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 18:32:06,479 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 18:32:05.016 11290 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 18:32:05.159 11290 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 18:32:06.296 11290 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1) as the default verifier for the future CLI operations. 2019-01-03 18:32:09,611 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2019-01-03 18:32:09,612 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 18:32:09,740 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 18:32:09,742 - 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" 2019-01-03 18:32:09,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04880e9-931e-4c3b-9fa3-8912e2b547e1 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"}]}} 2019-01-03 18:32:09,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c04880e9-931e-4c3b-9fa3-8912e2b547e1 2019-01-03 18:32:09,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 18:32:10,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24d675ccd3cb4bab92f51213b3168ed7", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T19:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d53a6936612d436eb90ba70658da9c2c", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d53a6936612d436eb90ba70658da9c2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/d53a6936612d436eb90ba70658da9c2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/d53a6936612d436eb90ba70658da9c2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d53a6936612d436eb90ba70658da9c2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/d53a6936612d436eb90ba70658da9c2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/d53a6936612d436eb90ba70658da9c2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/d53a6936612d436eb90ba70658da9c2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8", "id": "f864fe4146334bb2948df0963b933ec4"}, "audit_ids": ["gbAieKP1SUugr9DxSHUpdg"], "issued_at": "2019-01-03T18:32:10.000000Z"}} 2019-01-03 18:32:10,143 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:10,150 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 18:32:10 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"}]}]} 2019-01-03 18:32:10,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:32:10,154 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:10,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-55f04318-7948-4443-aa80-96d1b7be3b27 Date: Thu, 03 Jan 2019 18:32:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:32:10,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-55f04318-7948-4443-aa80-96d1b7be3b27 2019-01-03 18:32:10,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166511058807s 2019-01-03 18:32:10,321 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-55f04318-7948-4443-aa80-96d1b7be3b27 2019-01-03 18:32:10,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 18:32:10,323 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8"}' 2019-01-03 18:32:10,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67 X-Openstack-Request-Id: req-999633df-7435-4045-b3e8-f32d8b59b1fc Date: Thu, 03 Jan 2019 18:32:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "79a4e514-e1fd-4ca5-8818-d6f0351eef67", "size": null, "self": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": null, "created_at": "2019-01-03T18:32:10Z", "protected": false} 2019-01-03 18:32:10,619 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-999633df-7435-4045-b3e8-f32d8b59b1fc 2019-01-03 18:32:10,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.296957969666s 2019-01-03 18:32:10,620 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-999633df-7435-4045-b3e8-f32d8b59b1fc returning object 79a4e514-e1fd-4ca5-8818-d6f0351eef67 2019-01-03 18:32:10,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 18:32:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/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}d38105ba11f38b5680c3f6c728d37e49f8886390" -d '' 2019-01-03 18:32:12,216 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43e11468-58ed-4920-a659-268296038823 Date: Thu, 03 Jan 2019 18:32:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:32:12,216 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file used request id req-43e11468-58ed-4920-a659-268296038823 2019-01-03 18:32:12,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.59548401833s 2019-01-03 18:32:12,216 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file used request id req-43e11468-58ed-4920-a659-268296038823 2019-01-03 18:32:12,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:32:12,217 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:12,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-0335b6d4-b5bd-44ad-8591-e0d70640cb61 Date: Thu, 03 Jan 2019 18:32:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "metadata": {}}], "file": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "79a4e514-e1fd-4ca5-8818-d6f0351eef67", "size": 12716032, "self": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:12Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:32:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:32:12,846 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0335b6d4-b5bd-44ad-8591-e0d70640cb61 2019-01-03 18:32:12,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.628955841064s 2019-01-03 18:32:12,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0335b6d4-b5bd-44ad-8591-e0d70640cb61 2019-01-03 18:32:12,848 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap', u'metadata': Munch({})})], 'file': u'/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file', 'owner': u'd53a6936612d436eb90ba70658da9c2c', 'id': u'79a4e514-e1fd-4ca5-8818-d6f0351eef67', 'size': 12716032, u'self': u'/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd53a6936612d436eb90ba70658da9c2c', 'name': 'patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T18:32:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T18:32:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8', 'created': u'2019-01-03T18:32:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T18:32:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 18:32:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 18:32:12,852 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_841d3cb4-238d-42d3-ac50-2606255043d8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 18:32:13,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6356731b-31fd-4e5a-bebb-4eb0dda3ef3e x-compute-request-id: req-6356731b-31fd-4e5a-bebb-4eb0dda3ef3e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a170b8f7-0411-4082-a6c3-1819d931ecc0", "name": "patrole-flavor_841d3cb4-238d-42d3-ac50-2606255043d8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 18:32:13,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6356731b-31fd-4e5a-bebb-4eb0dda3ef3e 2019-01-03 18:32:13,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.223578929901s 2019-01-03 18:32:13,073 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6356731b-31fd-4e5a-bebb-4eb0dda3ef3e returning object a170b8f7-0411-4082-a6c3-1819d931ecc0 2019-01-03 18:32:13,074 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_841d3cb4-238d-42d3-ac50-2606255043d8', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'a170b8f7-0411-4082-a6c3-1819d931ecc0', 'swap': 0}) 2019-01-03 18:32:13,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 18:32:13,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0/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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"extra_specs": {}}' 2019-01-03 18:32:13,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32: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-19a60172-6663-4330-be4b-b30800b156b4 x-compute-request-id: req-19a60172-6663-4330-be4b-b30800b156b4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 18:32:13,096 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0/os-extra_specs used request id req-19a60172-6663-4330-be4b-b30800b156b4 2019-01-03 18:32:13,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209572315216s 2019-01-03 18:32:13,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0/os-extra_specs used request id req-19a60172-6663-4330-be4b-b30800b156b4 2019-01-03 18:32:13,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:32:13,102 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:13,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 18:32: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"}]}]}} 2019-01-03 18:32:13,111 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:13,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3936677-ca86-42a7-847a-39ecf59dcb71 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:32:13,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b3936677-ca86-42a7-847a-39ecf59dcb71 2019-01-03 18:32:13,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0960369110107s 2019-01-03 18:32:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 18:32:13,200 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:13,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32: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-612a4e71-c1e0-4e7c-b8cc-2c97aab6758c x-compute-request-id: req-612a4e71-c1e0-4e7c-b8cc-2c97aab6758c Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 18:32:13,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-612a4e71-c1e0-4e7c-b8cc-2c97aab6758c 2019-01-03 18:32:13,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.189815998077s 2019-01-03 18:32:13,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-612a4e71-c1e0-4e7c-b8cc-2c97aab6758c 2019-01-03 18:32:13,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:32:13,389 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:13,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-2752895a-dfb0-4929-abd1-07c79eda89a0 Date: Thu, 03 Jan 2019 18:32:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "metadata": {}}], "file": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "79a4e514-e1fd-4ca5-8818-d6f0351eef67", "size": 12716032, "self": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:12Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:32:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:32:13,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2752895a-dfb0-4929-abd1-07c79eda89a0 2019-01-03 18:32:13,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.021192073822s 2019-01-03 18:32:13,410 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2752895a-dfb0-4929-abd1-07c79eda89a0 2019-01-03 18:32:13,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 18:32:13,413 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8"}' 2019-01-03 18:32:13,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d X-Openstack-Request-Id: req-28117e66-59c4-4f64-baad-f55a1debc53c Date: Thu, 03 Jan 2019 18:32:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "d09d7ecd-7413-4e02-9fa2-c796a066a21d", "size": null, "self": "/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:13Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": null, "created_at": "2019-01-03T18:32:13Z", "protected": false} 2019-01-03 18:32:13,609 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-28117e66-59c4-4f64-baad-f55a1debc53c 2019-01-03 18:32:13,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.196266889572s 2019-01-03 18:32:13,610 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-28117e66-59c4-4f64-baad-f55a1debc53c returning object d09d7ecd-7413-4e02-9fa2-c796a066a21d 2019-01-03 18:32:13,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 18:32:13,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/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}d38105ba11f38b5680c3f6c728d37e49f8886390" -d '' 2019-01-03 18:32:15,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f798d148-4752-4528-bcc4-16414f4e985b Date: Thu, 03 Jan 2019 18:32:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:32:15,583 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/file used request id req-f798d148-4752-4528-bcc4-16414f4e985b 2019-01-03 18:32:15,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.97225499153s 2019-01-03 18:32:15,583 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/file used request id req-f798d148-4752-4528-bcc4-16414f4e985b 2019-01-03 18:32:15,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:32:15,584 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:32:15,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-bb3433d9-1fdd-4720-8511-32bf53263be1 Date: Thu, 03 Jan 2019 18:32:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/snap", "metadata": {}}], "file": "/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "d09d7ecd-7413-4e02-9fa2-c796a066a21d", "size": 12716032, "self": "/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:15Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:32:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "metadata": {}}], "file": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "79a4e514-e1fd-4ca5-8818-d6f0351eef67", "size": 12716032, "self": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:12Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:32:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:32:15,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bb3433d9-1fdd-4720-8511-32bf53263be1 2019-01-03 18:32:15,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0227320194244s 2019-01-03 18:32:15,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-bb3433d9-1fdd-4720-8511-32bf53263be1 2019-01-03 18:32:15,610 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/file', 'owner': u'd53a6936612d436eb90ba70658da9c2c', 'id': u'd09d7ecd-7413-4e02-9fa2-c796a066a21d', 'size': 12716032, u'self': u'/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd53a6936612d436eb90ba70658da9c2c', 'name': 'patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T18:32:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T18:32:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8', 'created': u'2019-01-03T18:32:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T18:32:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_841d3cb4-238d-42d3-ac50-2606255043d8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 18:32:15,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 18:32:15,613 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 18:32:15,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-951184f7-d2f8-4fdc-969a-84b47fea4cff x-compute-request-id: req-951184f7-d2f8-4fdc-969a-84b47fea4cff Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b11f4f41-b49d-429f-8da4-047946b48189", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b11f4f41-b49d-429f-8da4-047946b48189", "name": "patrole-flavor_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 18:32:15,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-951184f7-d2f8-4fdc-969a-84b47fea4cff 2019-01-03 18:32:15,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0595028400421s 2019-01-03 18:32:15,671 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-951184f7-d2f8-4fdc-969a-84b47fea4cff returning object b11f4f41-b49d-429f-8da4-047946b48189 2019-01-03 18:32:15,671 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_841d3cb4-238d-42d3-ac50-2606255043d8', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'b11f4f41-b49d-429f-8da4-047946b48189', 'swap': 0}) 2019-01-03 18:32:15,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 18:32:15,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189/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}83dc6683ef06b9188f0d8f1e587d815f376b1251" -d '{"extra_specs": {}}' 2019-01-03 18:32:15,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:32:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d530864-0617-4844-ba4c-54cc8a49b9c8 x-compute-request-id: req-0d530864-0617-4844-ba4c-54cc8a49b9c8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 18:32:15,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189/os-extra_specs used request id req-0d530864-0617-4844-ba4c-54cc8a49b9c8 2019-01-03 18:32:15,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0286800861359s 2019-01-03 18:32:15,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189/os-extra_specs used request id req-0d530864-0617-4844-ba4c-54cc8a49b9c8 2019-01-03 18:32:15,702 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_841d3cb4-238d-42d3-ac50-2606255043d8', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'b11f4f41-b49d-429f-8da4-047946b48189', 'swap': 0}) 2019-01-03 18:32:18,884 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 18:32:17.817 11309 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1) for deployment 'opnfv-rally' (UUID=99646825-2482-430e-b03b-c85784e1b4f0). 2019-01-03 18:32:18.718 11309 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 18:32:18.720 11309 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1) has been successfully configured for deployment 'opnfv-rally' (UUID=99646825-2482-430e-b03b-c85784e1b4f0)! 2019-01-03 18:32:18,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 18:32:18,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 18:32:18,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 18:32:18,908 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 18:32:22,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8d915c41-7514-4a12-98de-0a7d8e18f4b1/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) 2019-01-03 18:32:22,199 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 18:32:22,232 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 18:32:22,233 - 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']'. 2019-01-03 18:32:24,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 18:32:24.416 11318 INFO rally.api [-] Starting verification (UUID=7c562919-2c03-472c-95aa-6d7dd6ddb47a) for deployment 'opnfv-rally' (UUID=99646825-2482-430e-b03b-c85784e1b4f0) by verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1). 2019-01-03 18:32:24,418 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 7c562919-2c03-472c-95aa-6d7dd6ddb47a 2019-01-03 18:34:58,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7c562919-2c03-472c-95aa-6d7dd6ddb47a 2019-01-03 18:34:58,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7c562919-2c03-472c-95aa-6d7dd6ddb47a']'. 2019-01-03 18:34:59,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 18:34:59,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7c562919-2c03-472c-95aa-6d7dd6ddb47a | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 18:32:24 | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 18:34:58 | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:34 | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 18:34:59,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8d915c41-7514-4a12-98de-0a7d8e18f4b1) | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 99646825-2482-430e-b03b-c85784e1b4f0) | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.095 | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2019-01-03 18:34:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 18:34:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 18:34:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 18:34:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 18:34:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 18:34:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 18:34:59,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2019-01-03 18:35:00,039 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 18:35:00,039 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:50 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 18:35:00,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 18:35:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:35:01,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22fc1d5d-a286-4914-b790-03d0064075d4 Date: Thu, 03 Jan 2019 18:35:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:35:01,277 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d used request id req-22fc1d5d-a286-4914-b790-03d0064075d4 2019-01-03 18:35:01,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23228597641s 2019-01-03 18:35:01,277 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d09d7ecd-7413-4e02-9fa2-c796a066a21d used request id req-22fc1d5d-a286-4914-b790-03d0064075d4 2019-01-03 18:35:01,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:35:01,281 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:01,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-029579a0-f160-4815-b06c-0e76d42d8091 x-compute-request-id: req-029579a0-f160-4815-b06c-0e76d42d8091 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a170b8f7-0411-4082-a6c3-1819d931ecc0", "name": "patrole-flavor_841d3cb4-238d-42d3-ac50-2606255043d8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b11f4f41-b49d-429f-8da4-047946b48189", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b11f4f41-b49d-429f-8da4-047946b48189", "name": "patrole-flavor_alt_841d3cb4-238d-42d3-ac50-2606255043d8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:35:01,313 - 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-029579a0-f160-4815-b06c-0e76d42d8091 2019-01-03 18:35:01,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0349781513214s 2019-01-03 18:35:01,313 - 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-029579a0-f160-4815-b06c-0e76d42d8091 2019-01-03 18:35:01,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:35:01,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:01,367 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18:35:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85d129d6-5615-4cc0-a3fd-5412d4b7be61 x-compute-request-id: req-85d129d6-5615-4cc0-a3fd-5412d4b7be61 Content-Length: 0 Content-Type: application/json 2019-01-03 18:35:01,367 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189 used request id req-85d129d6-5615-4cc0-a3fd-5412d4b7be61 2019-01-03 18:35:01,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0517539978027s 2019-01-03 18:35:01,367 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b11f4f41-b49d-429f-8da4-047946b48189 used request id req-85d129d6-5615-4cc0-a3fd-5412d4b7be61 2019-01-03 18:35:01,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 18:35:01,367 - 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}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:35:01,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-4fcec151-6685-4868-a8d6-1e7cf4fec4f4 Date: Thu, 03 Jan 2019 18:35:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "metadata": {}}], "file": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/file", "owner": "d53a6936612d436eb90ba70658da9c2c", "id": "79a4e514-e1fd-4ca5-8818-d6f0351eef67", "size": 12716032, "self": "/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T18:32:12Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_841d3cb4-238d-42d3-ac50-2606255043d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T18:32:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 18:35:01,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4fcec151-6685-4868-a8d6-1e7cf4fec4f4 2019-01-03 18:35:01,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169481039047s 2019-01-03 18:35:01,537 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-4fcec151-6685-4868-a8d6-1e7cf4fec4f4 2019-01-03 18:35:01,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 18:35:01,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d38105ba11f38b5680c3f6c728d37e49f8886390" 2019-01-03 18:35:03,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2213ff64-d65c-49df-9d26-7de6cdb7e484 Date: Thu, 03 Jan 2019 18:35:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 18:35:03,373 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67 used request id req-2213ff64-d65c-49df-9d26-7de6cdb7e484 2019-01-03 18:35:03,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.83508610725s 2019-01-03 18:35:03,373 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/79a4e514-e1fd-4ca5-8818-d6f0351eef67 used request id req-2213ff64-d65c-49df-9d26-7de6cdb7e484 2019-01-03 18:35:03,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 18:35:03,377 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81a582b2-a2a3-40bb-86d7-5a3d19136108 x-compute-request-id: req-81a582b2-a2a3-40bb-86d7-5a3d19136108 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a170b8f7-0411-4082-a6c3-1819d931ecc0", "name": "patrole-flavor_841d3cb4-238d-42d3-ac50-2606255043d8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 18:35:03,410 - 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-81a582b2-a2a3-40bb-86d7-5a3d19136108 2019-01-03 18:35:03,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0366702079773s 2019-01-03 18:35:03,411 - 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-81a582b2-a2a3-40bb-86d7-5a3d19136108 2019-01-03 18:35:03,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 18:35:03,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,457 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e757447-4944-494a-b2a4-5ddfefd7a568 x-compute-request-id: req-1e757447-4944-494a-b2a4-5ddfefd7a568 Content-Length: 0 Content-Type: application/json 2019-01-03 18:35:03,458 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0 used request id req-1e757447-4944-494a-b2a4-5ddfefd7a568 2019-01-03 18:35:03,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045352935791s 2019-01-03 18:35:03,458 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a170b8f7-0411-4082-a6c3-1819d931ecc0 used request id req-1e757447-4944-494a-b2a4-5ddfefd7a568 2019-01-03 18:35:03,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:35:03,459 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967c7b74-51d4-42c7-b0ea-63b7bf0da830 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8", "links": {"self": "http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4"}, "domain_id": "default", "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 18:35:03,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-967c7b74-51d4-42c7-b0ea-63b7bf0da830 2019-01-03 18:35:03,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0980010032654s 2019-01-03 18:35:03,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-967c7b74-51d4-42c7-b0ea-63b7bf0da830 2019-01-03 18:35:03,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 18:35:03,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfcf7106-00a8-49ad-b1b3-d9ac2125bd22 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/f864fe4146334bb2948df0963b933ec4"}, "enabled": true, "id": "f864fe4146334bb2948df0963b933ec4", "options": {}, "domain_id": "default", "name": "patrole-user_841d3cb4-238d-42d3-ac50-2606255043d8"}} 2019-01-03 18:35:03,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 used request id req-bfcf7106-00a8-49ad-b1b3-d9ac2125bd22 2019-01-03 18:35:03,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0876610279083s 2019-01-03 18:35:03,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 used request id req-bfcf7106-00a8-49ad-b1b3-d9ac2125bd22 2019-01-03 18:35:03,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 18:35:03,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2591cf20-68b7-47d3-b9fd-fc89aa0484d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:35:03,862 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 used request id req-2591cf20-68b7-47d3-b9fd-fc89aa0484d1 2019-01-03 18:35:03,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.211497068405s 2019-01-03 18:35:03,863 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f864fe4146334bb2948df0963b933ec4 used request id req-2591cf20-68b7-47d3-b9fd-fc89aa0484d1 2019-01-03 18:35:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 18:35:03,864 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:03,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41fe407-9b8f-4e72-a7c0-0307f3744b3e 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c"}, "enabled": true, "id": "d53a6936612d436eb90ba70658da9c2c", "parent_id": "default", "domain_id": "default", "name": "patrole-project_841d3cb4-238d-42d3-ac50-2606255043d8"}]} 2019-01-03 18:35:03,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f41fe407-9b8f-4e72-a7c0-0307f3744b3e 2019-01-03 18:35:03,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792810916901s 2019-01-03 18:35:03,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f41fe407-9b8f-4e72-a7c0-0307f3744b3e 2019-01-03 18:35:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 18:35:03,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:04,098 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bef4f0b-626b-4441-807a-7784316df7ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:35:04,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c used request id req-3bef4f0b-626b-4441-807a-7784316df7ba 2019-01-03 18:35:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153663873672s 2019-01-03 18:35:04,099 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d53a6936612d436eb90ba70658da9c2c used request id req-3bef4f0b-626b-4441-807a-7784316df7ba 2019-01-03 18:35:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 18:35:04,100 - 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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:04,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2873a3c-814a-4e66-a17e-4ceb7fdd760b 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": "24d675ccd3cb4bab92f51213b3168ed7", "links": {"self": "http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7"}, "name": "Member"}, {"domain_id": null, "id": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 18:35:04,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d2873a3c-814a-4e66-a17e-4ceb7fdd760b 2019-01-03 18:35:04,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826330184937s 2019-01-03 18:35:04,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 18:35:04,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:04,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 18:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eef6e1c4-c026-469c-b91a-266593130995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 18:35:04,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/24d675ccd3cb4bab92f51213b3168ed7 used request id req-eef6e1c4-c026-469c-b91a-266593130995 2019-01-03 18:35:04,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0976688861847s 2019-01-03 18:35:04,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 18:35:04,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d53a6936612d436eb90ba70658da9c2c&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}83dc6683ef06b9188f0d8f1e587d815f376b1251" 2019-01-03 18:35:04,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-40bc3351-035c-4426-bb4d-4ba694a38597 Date: Thu, 03 Jan 2019 18:35:04 GMT RESP BODY: {"security_groups": []} 2019-01-03 18:35:04,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d53a6936612d436eb90ba70658da9c2c&name=default used request id req-40bc3351-035c-4426-bb4d-4ba694a38597 2019-01-03 18:35:04,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179911136627s 2019-01-03 18:35:04,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d53a6936612d436eb90ba70658da9c2c&name=default used request id req-40bc3351-035c-4426-bb4d-4ba694a38597 2019-01-03 18:35:04,516 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2019-01-03 18:35:05,336 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2019-01-03 18:35:05,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 18:35:05,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 18:35:05,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 18:35:05,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 18:35:05,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 18:35:05,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 18:35:05,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-03 18:35:05,342 - 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" 2019-01-03 18:35:05,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a62f4c5-817a-4563-92d9-93edb9febe69 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"}]}} 2019-01-03 18:35:05,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4a62f4c5-817a-4563-92d9-93edb9febe69 2019-01-03 18:35:05,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 18:35:05,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T19:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["PH-FRRzvSiaJB3OucbQ2Lg"], "issued_at": "2019-01-03T18:35:05.000000Z"}} 2019-01-03 18:35:05,745 - 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}7ef482198fcf23366f6c3353159d845701941f86" 2019-01-03 18:35:05,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 18:35: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"}]}]}} 2019-01-03 18:35:05,755 - 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}7ef482198fcf23366f6c3353159d845701941f86" 2019-01-03 18:35:05,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d60889-5485-4e8e-80e1-2d6457c77c85 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/0e5e1dc7e4f54a1a9aed2e2554924c5a"}, "enabled": true, "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/1eea0470b29a487f9ffdd9b4aa3b646c"}, "enabled": true, "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/2743e5ac27354c939b56d694eef37035"}, "enabled": true, "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/321638b06846405689f863562f161edd"}, "enabled": true, "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/430b7194050a4417a0a192adcb1e6478"}, "enabled": true, "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/4768e7379efc45a9bafc15febbe27dd7"}, "enabled": true, "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/4bfa573ca45d4fc292d4eadd64de8133"}, "enabled": true, "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/53407ab424124181960bc9838bdae84f"}, "enabled": true, "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/55fd5b0549ed469fbb318b9cfb17fa4f"}, "enabled": true, "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/6eb8e397fde344c5aaaca04f481052f7"}, "enabled": true, "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7aeefed8dd4f42d1b82d3aa93fd9f14a"}, "enabled": true, "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/9e2e9f06406e4ee3aad3344cad3c1901"}, "enabled": true, "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/d8e380b81cc5459c9031c3ab0b635caa"}, "enabled": true, "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/ed1e750d7fb1429eb864dfd289101a53"}, "enabled": true, "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/fbcc48ce6065428a8d3c047988f57177"}, "enabled": true, "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2019-01-03 18:35:05,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-13d60889-5485-4e8e-80e1-2d6457c77c85 2019-01-03 18:35:05,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.493928909302s 2019-01-03 18:35:05,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-03 18:35:05,841 - 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}7ef482198fcf23366f6c3353159d845701941f86" 2019-01-03 18:35:05,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 18:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535ea194-2dab-4414-b365-88daab7f3f46 Content-Encoding: gzip Content-Length: 1938 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/030d9f7df92041ff89dc4b7f5d0b29ad"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "321638b06846405689f863562f161edd", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0b47913318754d19879d91d081dadabe"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4768e7379efc45a9bafc15febbe27dd7", "id": "0b47913318754d19879d91d081dadabe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0df443ed705b4baeac6778ab02f65e7a"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4768e7379efc45a9bafc15febbe27dd7", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/14ca502671f64398abb6e7fdd5a4e175"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "430b7194050a4417a0a192adcb1e6478", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/192730aceac14bf38d977896f681bb36"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "55fd5b0549ed469fbb318b9cfb17fa4f", "id": "192730aceac14bf38d977896f681bb36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/30022b7d844a4ff8aa9af4e0f8645af9"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/359ce1536a814c9fa2194f036dba4c08"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "53407ab424124181960bc9838bdae84f", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/38bc019d4d334c479d2d682048a4e1b0"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "321638b06846405689f863562f161edd", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/435ee8c10d7143ca912c84ee87e48424"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/47eaf8d7c5ea479ea69986dbe4adebdf"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6eb8e397fde344c5aaaca04f481052f7", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4b77a4221bb74b6aaa3245ea213cf95c"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4bfa573ca45d4fc292d4eadd64de8133", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4d465c3b78b243aa8385303942ff7b4d"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4bfa573ca45d4fc292d4eadd64de8133", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4fe114b7b127405e94264065e5b1f836"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4bfa573ca45d4fc292d4eadd64de8133", "id": "4fe114b7b127405e94264065e5b1f836"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/50f731c1f1944be6ade7085752a6200e"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ed1e750d7fb1429eb864dfd289101a53", "id": "50f731c1f1944be6ade7085752a6200e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6915bfe9c6724376aa954fda4a525853"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "53407ab424124181960bc9838bdae84f", "id": "6915bfe9c6724376aa954fda4a525853"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6ccdb50471b94c3eb63fdbf7019c66e7"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6eb8e397fde344c5aaaca04f481052f7", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/78cf9efd85c5465aab04ec8711bb3796"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "321638b06846405689f863562f161edd", "id": "78cf9efd85c5465aab04ec8711bb3796"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7991df12b4e3486f806c47e49da55853"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ed1e750d7fb1429eb864dfd289101a53", "id": "7991df12b4e3486f806c47e49da55853"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7d6ace35ae9d4d428326dbe1419fe3f0"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1eea0470b29a487f9ffdd9b4aa3b646c", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7d6e183eef6d44b7b445465d40fcb82a"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fbcc48ce6065428a8d3c047988f57177", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/857373218eac4d418787a66b044ac4de"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "id": "857373218eac4d418787a66b044ac4de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8afe99c90542474fb6ab2948ccc956a4"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4768e7379efc45a9bafc15febbe27dd7", "id": "8afe99c90542474fb6ab2948ccc956a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/914e477526814a82bfcba08c14d6ef27"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2743e5ac27354c939b56d694eef37035", "id": "914e477526814a82bfcba08c14d6ef27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a202c5421791428dbd7d4a7faeffccea"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2743e5ac27354c939b56d694eef37035", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a7058afa0ad84a93918a04d7cfbebc72"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fbcc48ce6065428a8d3c047988f57177", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aa060dcb70aa438f805693dff613116b"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "55fd5b0549ed469fbb318b9cfb17fa4f", "id": "aa060dcb70aa438f805693dff613116b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/aa4d6c4d049648debe3eaa89a62a70d8"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "430b7194050a4417a0a192adcb1e6478", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b06de6db8bc447c9804186c25f4eb975"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6eb8e397fde344c5aaaca04f481052f7", "id": "b06de6db8bc447c9804186c25f4eb975"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b2db96b41dd14e3290e215eec9e143a2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d8e380b81cc5459c9031c3ab0b635caa", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b59a9e447f104d8fa1845909d33cc518"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ed1e750d7fb1429eb864dfd289101a53", "id": "b59a9e447f104d8fa1845909d33cc518"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bb7525e4df234fcd90dfeee1a9e49c16"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bec43ca0def24766b1f7300c77431600"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2743e5ac27354c939b56d694eef37035", "id": "bec43ca0def24766b1f7300c77431600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cf53c81327904decb838568917f1e036"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d8e380b81cc5459c9031c3ab0b635caa", "id": "cf53c81327904decb838568917f1e036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d49c628895c646f39d7c193738045d78"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "53407ab424124181960bc9838bdae84f", "id": "d49c628895c646f39d7c193738045d78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/dcb6bb84927a447795cbe6bafdcca438"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "id": "dcb6bb84927a447795cbe6bafdcca438"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e05f2f57015c45288f242d16430fb117"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "55fd5b0549ed469fbb318b9cfb17fa4f", "id": "e05f2f57015c45288f242d16430fb117"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e575c9fee6a74f169d774272d4b6be06"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "430b7194050a4417a0a192adcb1e6478", "id": "e575c9fee6a74f169d774272d4b6be06"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e5aef62f779646e9a5b4567264e0e540"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1eea0470b29a487f9ffdd9b4aa3b646c", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ef0d95a21e0b42e4b2e55e77676d52d6"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fbcc48ce6065428a8d3c047988f57177", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f67cd81328c54069a2ea1aaf07578d85"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1eea0470b29a487f9ffdd9b4aa3b646c", "id": "f67cd81328c54069a2ea1aaf07578d85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fd009c854d4e4684bdc9723b07fd18a1"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d8e380b81cc5459c9031c3ab0b635caa", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-03 18:35:05,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-535ea194-2dab-4414-b365-88daab7f3f46 2019-01-03 18:35:05,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0939900875092s 2019-01-03 18:35:25,767 - 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 2019-01-03 18:35:25,806 - xtesting.core.robotframework - INFO - Results were successfully parsed 2019-01-03 18:35:26,087 - xtesting.core.robotframework - INFO - Results were successfully generated 2019-01-03 18:35:26,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 18:35:26,202 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 18:35:26,255 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2019-01-03 18:35:27,677 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 18:35:29,776 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 18:35:29,776 - openstack_tests - INFO - OS Credentials = > 2019-01-03 18:35:30,618 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 18:35:30,618 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2019-01-03 18:35:31,928 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8cb7e07f-286b-484-proj 2019-01-03 18:35:32,976 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8cb7e07f-286b-484-user 2019-01-03 18:35:33,109 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8cb7e07f-286b-484-proj-role 2019-01-03 18:35:33,200 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8cb7e07f-286b-484-proj-role to project CreateSecurityGroupTests-8cb7e07f-286b-484-proj 2019-01-03 18:35:34,136 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c97236b6-2df1-4c35-9fa5-6cd9580dab49name... 2019-01-03 18:35:34,136 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c97236b6-2df1-4c35-9fa5-6cd9580dab49name 2019-01-03 18:35:34,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:34,744 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:34,951 - neutron_utils - INFO - Retrieving security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:35,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:35,214 - neutron_utils - INFO - Retrieving security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:35,406 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:35,594 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c97236b6-2df1-4c35-9fa5-6cd9580dab49name 2019-01-03 18:35:35,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:36,338 - neutron_utils - INFO - Retrieving security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:36,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:37,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:37,339 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:37,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:37,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:38,065 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c97236b6-2df1-4c35-9fa5-6cd9580dab49name 2019-01-03 18:35:38,357 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:38,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49e15980-59ab-4f05-89b5-6501cec545d1 2019-01-03 18:35:38,929 - neutron_utils - INFO - Deleting security group rule with ID - efd122d5-8c1d-41e1-be7c-6ceac012873a 2019-01-03 18:35:39,201 - neutron_utils - INFO - Deleting security group rule with ID - 0637631c-1a36-4210-a898-777cd55b9833 2019-01-03 18:35:39,324 - neutron_utils - INFO - Deleting security group rule with ID - 1975a36f-3070-4cb7-9c8e-888d0bf716f4 2019-01-03 18:35:39,570 - neutron_utils - INFO - Deleting security group rule with ID - d78cf5c4-d3de-4e1e-a422-f7f9dd1f9417 2019-01-03 18:35:39,930 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c97236b6-2df1-4c35-9fa5-6cd9580dab49name 2019-01-03 18:35:40,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e857131-d2ca-430a-896d-e66c5b737b30 2019-01-03 18:35:40,907 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:35:41,221 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8cb7e07f-286b-484-proj 2019-01-03 18:35:41,458 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8cb7e07f-286b-484-proj-role 2019-01-03 18:35:41,663 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8cb7e07f-286b-484-user 2019-01-03 18:35:43,198 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-563afb36-4a47-493-proj 2019-01-03 18:35:44,319 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-563afb36-4a47-493-user 2019-01-03 18:35:44,528 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-563afb36-4a47-493-proj-role 2019-01-03 18:35:44,547 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-563afb36-4a47-493-proj-role to project CreateSecurityGroupTests-563afb36-4a47-493-proj 2019-01-03 18:35:45,472 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2d5e7a12-9dbc-4f14-b8f8-25f2a8b8f82cname... 2019-01-03 18:35:45,472 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2d5e7a12-9dbc-4f14-b8f8-25f2a8b8f82cname 2019-01-03 18:35:45,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:46,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:46,315 - neutron_utils - INFO - Retrieving security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:46,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:46,713 - neutron_utils - INFO - Retrieving security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:46,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:47,082 - neutron_utils - INFO - Retrieving security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:47,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a34425d4-6824-47ff-9698-17a29b0514ac 2019-01-03 18:35:47,306 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2d5e7a12-9dbc-4f14-b8f8-25f2a8b8f82cname 2019-01-03 18:35:48,265 - neutron_utils - INFO - Deleting security group rule with ID - 58c8acfc-797a-4dc6-9fd2-3722c6fa095c 2019-01-03 18:35:48,309 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 58c8acfc-797a-4dc6-9fd2-3722c6fa095c does not exist Neutron server returns request_ids: ['req-ccbec98a-25c7-48ba-b93d-edd47d4e3940'] 2019-01-03 18:35:48,309 - neutron_utils - INFO - Deleting security group rule with ID - ef3d33dd-ff45-4154-a83d-70fd0ed2c6ac 2019-01-03 18:35:48,492 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule ef3d33dd-ff45-4154-a83d-70fd0ed2c6ac does not exist Neutron server returns request_ids: ['req-9027a868-f559-4f43-a24c-510bcc258610'] 2019-01-03 18:35:48,492 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2d5e7a12-9dbc-4f14-b8f8-25f2a8b8f82cname 2019-01-03 18:35:48,657 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group a34425d4-6824-47ff-9698-17a29b0514ac does not exist Neutron server returns request_ids: ['req-d382c7f1-4b83-4644-b07c-1928ecf1465c'] 2019-01-03 18:35:48,996 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 275b7c87-494b-4009-b8a1-124fb7ef856c 2019-01-03 18:35:49,184 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:35:49,494 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-563afb36-4a47-493-proj 2019-01-03 18:35:49,748 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-563afb36-4a47-493-proj-role 2019-01-03 18:35:49,962 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-563afb36-4a47-493-user 2019-01-03 18:35:51,372 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj 2019-01-03 18:35:52,415 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-user 2019-01-03 18:35:52,611 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj-role 2019-01-03 18:35:52,694 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj-role to project CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj 2019-01-03 18:35:53,420 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-61cc56b9-e158-4e4f-87f4-5650a2999ca5name... 2019-01-03 18:35:53,420 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-61cc56b9-e158-4e4f-87f4-5650a2999ca5name 2019-01-03 18:35:54,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,474 - neutron_utils - INFO - Retrieving security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,746 - neutron_utils - INFO - Retrieving security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:54,982 - neutron_utils - INFO - Retrieving security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:55,026 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:55,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:56,066 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:56,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:57,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:57,341 - neutron_utils - INFO - Retrieving security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:57,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 975279cd-9c8b-4394-afad-b7a171dc7ccf 2019-01-03 18:35:57,715 - neutron_utils - INFO - Deleting security group rule with ID - 07a574f2-510a-47e3-aebf-bf938545ee88 2019-01-03 18:35:57,812 - neutron_utils - INFO - Deleting security group rule with ID - 31a31058-b5dc-4abd-8495-b902b8421bb9 2019-01-03 18:35:58,068 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-61cc56b9-e158-4e4f-87f4-5650a2999ca5name 2019-01-03 18:35:58,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cab5d95-54f7-4051-be0d-69854b0d5b1b 2019-01-03 18:35:58,950 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:35:59,240 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj 2019-01-03 18:35:59,501 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-proj-role 2019-01-03 18:35:59,717 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a16b9e9c-dbd1-4a8-user 2019-01-03 18:36:01,156 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-proj 2019-01-03 18:36:02,348 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-user 2019-01-03 18:36:02,552 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-proj-role 2019-01-03 18:36:02,647 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d80d8d2d-07ef-473-proj-role to project CreateSecurityGroupTests-d80d8d2d-07ef-473-proj 2019-01-03 18:36:03,382 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-79ef4127-0f5f-4e40-bb92-5c33d1923a37name... 2019-01-03 18:36:03,382 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-79ef4127-0f5f-4e40-bb92-5c33d1923a37name 2019-01-03 18:36:03,996 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,353 - neutron_utils - INFO - Retrieving security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,451 - neutron_utils - INFO - Retrieving security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,679 - neutron_utils - INFO - Retrieving security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:04,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:05,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:05,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 76fd2298-1bc4-47cd-b5ef-704f6d79da59 2019-01-03 18:36:05,991 - neutron_utils - INFO - Deleting security group rule with ID - 1f3efea2-4831-4c68-8441-d9c397729f28 2019-01-03 18:36:06,243 - neutron_utils - INFO - Deleting security group rule with ID - 4a142013-3bb3-4b91-aa7f-97630cfccf3c 2019-01-03 18:36:06,340 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-79ef4127-0f5f-4e40-bb92-5c33d1923a37name 2019-01-03 18:36:07,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5dd76e9d-a6a4-4791-8976-5825e305216d 2019-01-03 18:36:07,203 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:36:07,586 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-proj 2019-01-03 18:36:07,866 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-proj-role 2019-01-03 18:36:08,076 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d80d8d2d-07ef-473-user 2019-01-03 18:36:09,497 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-dd66f194-335f-460-proj 2019-01-03 18:36:10,552 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-dd66f194-335f-460-user 2019-01-03 18:36:10,761 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-dd66f194-335f-460-proj-role 2019-01-03 18:36:10,782 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-dd66f194-335f-460-proj-role to project CreateSecurityGroupTests-dd66f194-335f-460-proj 2019-01-03 18:36:11,724 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0f2329d7-1140-4cb5-8d4e-a5faefb7473dname... 2019-01-03 18:36:11,725 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0f2329d7-1140-4cb5-8d4e-a5faefb7473dname 2019-01-03 18:36:12,145 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,309 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,500 - neutron_utils - INFO - Retrieving security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,614 - neutron_utils - INFO - Retrieving security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:12,891 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-0f2329d7-1140-4cb5-8d4e-a5faefb7473dname 2019-01-03 18:36:13,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:13,714 - neutron_utils - INFO - Retrieving security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:13,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:14,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:14,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:15,270 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:15,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2857817-43b0-42d9-8040-7a9358ffa3af 2019-01-03 18:36:15,692 - neutron_utils - INFO - Deleting security group rule with ID - 91b384dd-6ba8-4306-9c39-7ef980239079 2019-01-03 18:36:15,952 - neutron_utils - INFO - Deleting security group rule with ID - 110e8610-b6bf-45ff-a019-2972e362c2e3 2019-01-03 18:36:16,060 - neutron_utils - INFO - Deleting security group rule with ID - 477e89a1-a6a8-4345-a43d-5994ebc87abc 2019-01-03 18:36:16,315 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0f2329d7-1140-4cb5-8d4e-a5faefb7473dname 2019-01-03 18:36:16,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6378cce3-1e10-4190-a772-31983ef54cbc 2019-01-03 18:36:17,155 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:36:17,488 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-dd66f194-335f-460-proj 2019-01-03 18:36:17,753 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-dd66f194-335f-460-proj-role 2019-01-03 18:36:17,956 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-dd66f194-335f-460-user 2019-01-03 18:36:19,366 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-proj 2019-01-03 18:36:20,611 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-user 2019-01-03 18:36:20,809 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-proj-role 2019-01-03 18:36:20,898 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-96d880f7-b48c-4fa-proj-role to project CreateSecurityGroupTests-96d880f7-b48c-4fa-proj 2019-01-03 18:36:21,800 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2f8412a7-6992-4e3f-88d3-b0e336469826name... 2019-01-03 18:36:21,800 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2f8412a7-6992-4e3f-88d3-b0e336469826name 2019-01-03 18:36:22,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:22,335 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:22,512 - neutron_utils - INFO - Retrieving security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:22,711 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:22,741 - neutron_utils - INFO - Retrieving security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:22,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:23,140 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2f8412a7-6992-4e3f-88d3-b0e336469826name 2019-01-03 18:36:23,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:23,954 - neutron_utils - INFO - Retrieving security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:24,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:24,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:25,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:25,436 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:25,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:26,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f9b96a0f-85ea-4573-8b63-f50d0d6cb4b5 2019-01-03 18:36:26,373 - neutron_utils - INFO - Deleting security group rule with ID - 1cf3015f-298b-4156-bda1-efc8e0c8f615 2019-01-03 18:36:26,638 - neutron_utils - INFO - Deleting security group rule with ID - 660de263-a155-482f-a7c2-ce9a1f8e47ac 2019-01-03 18:36:26,886 - neutron_utils - INFO - Deleting security group rule with ID - ad111d9c-3b18-4efb-9ac9-d83cf4567e3c 2019-01-03 18:36:27,145 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2f8412a7-6992-4e3f-88d3-b0e336469826name 2019-01-03 18:36:27,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4cf9e0c3-3acb-4737-b7fb-e6d140445521 2019-01-03 18:36:28,017 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:36:28,331 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-proj 2019-01-03 18:36:28,560 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-proj-role 2019-01-03 18:36:28,758 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-96d880f7-b48c-4fa-user 2019-01-03 18:36:30,186 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-407d28c0-1799-48f-proj 2019-01-03 18:36:31,318 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-407d28c0-1799-48f-user 2019-01-03 18:36:31,443 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-407d28c0-1799-48f-proj-role 2019-01-03 18:36:31,533 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-407d28c0-1799-48f-proj-role to project CreateSecurityGroupTests-407d28c0-1799-48f-proj 2019-01-03 18:36:32,436 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name... 2019-01-03 18:36:32,436 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name 2019-01-03 18:36:32,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,054 - neutron_utils - INFO - Retrieving security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,325 - neutron_utils - INFO - Retrieving security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:33,538 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name 2019-01-03 18:36:33,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:34,417 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name 2019-01-03 18:36:34,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:35,206 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name 2019-01-03 18:36:35,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:35,841 - neutron_utils - INFO - Retrieving security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:36,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:36,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:36,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:37,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:37,436 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:37,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:38,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:38,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:38,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51341958-8af9-42ac-bb29-43facae1512b 2019-01-03 18:36:39,016 - neutron_utils - INFO - Deleting security group rule with ID - 7e1d1c7c-c06d-42f0-ab06-e322fd10218b 2019-01-03 18:36:39,140 - neutron_utils - INFO - Deleting security group rule with ID - 77f46f30-8689-429f-86b4-4f0fcfa179d9 2019-01-03 18:36:39,246 - neutron_utils - INFO - Deleting security group rule with ID - 3c597ad1-47b3-492a-b315-e77abfa703ae 2019-01-03 18:36:39,497 - neutron_utils - INFO - Deleting security group rule with ID - 3ac12ae1-bdaa-4c2b-be7b-c3fee86f05af 2019-01-03 18:36:39,747 - neutron_utils - INFO - Deleting security group rule with ID - 8e137e2a-cba7-40c3-8cb6-e3c5cd2e55cf 2019-01-03 18:36:39,987 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7c30d76f-d48b-4aa4-9960-dddccd458b72name 2019-01-03 18:36:40,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b844889-f2b0-4020-96e7-e15733beb5e0 2019-01-03 18:36:40,831 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:36:41,154 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-407d28c0-1799-48f-proj 2019-01-03 18:36:41,399 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-407d28c0-1799-48f-proj-role 2019-01-03 18:36:41,624 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-407d28c0-1799-48f-user 2019-01-03 18:36:42,989 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-proj 2019-01-03 18:36:44,109 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-user 2019-01-03 18:36:44,300 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-proj-role 2019-01-03 18:36:44,392 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3b602ea2-20b5-44e-proj-role to project CreateSecurityGroupTests-3b602ea2-20b5-44e-proj 2019-01-03 18:36:45,298 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e83b17d2-5b52-44f1-b623-c90a192db773name... 2019-01-03 18:36:45,299 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e83b17d2-5b52-44f1-b623-c90a192db773name 2019-01-03 18:36:45,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:45,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,072 - neutron_utils - INFO - Retrieving security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,336 - neutron_utils - INFO - Retrieving security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,436 - neutron_utils - INFO - Retrieving security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:46,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:47,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:47,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afc029b-8aa9-4fcf-af57-3e3e42f295f6 2019-01-03 18:36:47,664 - neutron_utils - INFO - Deleting security group rule with ID - 8d59cb99-277c-4428-b94f-100594bc370e 2019-01-03 18:36:47,930 - neutron_utils - INFO - Deleting security group rule with ID - 68670aa8-228d-465f-b4eb-b1941925d8ed 2019-01-03 18:36:48,191 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e83b17d2-5b52-44f1-b623-c90a192db773name 2019-01-03 18:36:49,066 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f3c8d7f-55a6-4c22-9635-a85f2898ee99 2019-01-03 18:36:49,252 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:36:49,558 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-proj 2019-01-03 18:36:49,831 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-proj-role 2019-01-03 18:36:50,054 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3b602ea2-20b5-44e-user 2019-01-03 18:36:51,576 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-proj 2019-01-03 18:36:52,690 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-user 2019-01-03 18:36:52,821 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-proj-role 2019-01-03 18:36:52,905 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a8a0367b-92c7-41d-proj-role to project CreateSecurityGroupTests-a8a0367b-92c7-41d-proj 2019-01-03 18:36:53,795 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname... 2019-01-03 18:36:53,795 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname 2019-01-03 18:36:54,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,404 - neutron_utils - INFO - Retrieving security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,679 - neutron_utils - INFO - Retrieving security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,731 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:54,790 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname 2019-01-03 18:36:55,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:55,490 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname 2019-01-03 18:36:55,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:56,032 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname 2019-01-03 18:36:56,297 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:56,668 - neutron_utils - INFO - Retrieving security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:56,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:57,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:57,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:57,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:58,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:58,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:58,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:59,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:59,390 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:59,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:36:59,987 - neutron_utils - INFO - Deleting security group rule with ID - 109bfd00-0a8e-4f39-b981-a8518d9f7530 2019-01-03 18:37:00,259 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-03 18:37:00,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2dde036-6232-4688-8209-8f608eaacb4b 2019-01-03 18:37:00,296 - neutron_utils - INFO - Deleting security group rule with ID - 96818256-5ca4-40c8-9ce4-bbea93e8e1c7 2019-01-03 18:37:00,544 - neutron_utils - INFO - Deleting security group rule with ID - d3781448-e692-4437-bfe7-8fd6f6de805b 2019-01-03 18:37:00,656 - neutron_utils - INFO - Deleting security group rule with ID - 109bfd00-0a8e-4f39-b981-a8518d9f7530 2019-01-03 18:37:00,683 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 109bfd00-0a8e-4f39-b981-a8518d9f7530 does not exist Neutron server returns request_ids: ['req-0fa7c7b8-fc3f-4c9c-b75e-caddeaec3a26'] 2019-01-03 18:37:00,683 - neutron_utils - INFO - Deleting security group rule with ID - 7fa59c76-19f4-4500-8ef8-1211c237bdb9 2019-01-03 18:37:00,938 - neutron_utils - INFO - Deleting security group rule with ID - 69ee6da3-3fbe-4fd4-ae35-de3603b35809 2019-01-03 18:37:01,202 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7cbb186e-aa3f-4675-a6ab-19417ad61b5dname 2019-01-03 18:37:01,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f3636eb-7b26-424b-b620-408d44613539 2019-01-03 18:37:01,980 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:37:02,384 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-proj 2019-01-03 18:37:02,693 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-proj-role 2019-01-03 18:37:02,900 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a8a0367b-92c7-41d-user 2019-01-03 18:37:04,343 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-953e74b9-02ef-414-proj 2019-01-03 18:37:05,523 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-953e74b9-02ef-414-user 2019-01-03 18:37:05,719 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-953e74b9-02ef-414-proj-role 2019-01-03 18:37:05,826 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-953e74b9-02ef-414-proj-role to project CreateSecurityGroupTests-953e74b9-02ef-414-proj 2019-01-03 18:37:06,879 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname... 2019-01-03 18:37:06,879 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname 2019-01-03 18:37:07,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:07,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:07,671 - neutron_utils - INFO - Retrieving security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:07,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:07,894 - neutron_utils - INFO - Retrieving security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:08,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:08,236 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname 2019-01-03 18:37:08,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:09,135 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname 2019-01-03 18:37:09,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:09,817 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname 2019-01-03 18:37:10,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:10,661 - neutron_utils - INFO - Retrieving security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:10,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:11,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:11,693 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:12,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:12,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:12,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:12,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:13,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:13,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:13,478 - neutron_utils - INFO - Deleting security group rule with ID - 7c8de2af-2bbe-45ec-85d7-62148d99f763 2019-01-03 18:37:13,734 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-03 18:37:13,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 18873e11-0080-4d7b-bd54-bdb1774ea2f9 2019-01-03 18:37:13,914 - neutron_utils - INFO - Deleting security group rule with ID - 361d3d9a-d7c0-4d35-af4f-aab37d13b425 2019-01-03 18:37:14,260 - neutron_utils - INFO - Deleting security group rule with ID - 90dcc110-3fce-4a5c-8c45-46bfb79a090a 2019-01-03 18:37:14,530 - neutron_utils - INFO - Deleting security group rule with ID - 8171e64a-c464-4513-ae89-44e3ffcef0eb 2019-01-03 18:37:14,636 - neutron_utils - INFO - Deleting security group rule with ID - 1185a1ce-4764-492e-8e27-4b64d2650b5d 2019-01-03 18:37:14,750 - neutron_utils - INFO - Deleting security group rule with ID - 7c8de2af-2bbe-45ec-85d7-62148d99f763 2019-01-03 18:37:14,776 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 7c8de2af-2bbe-45ec-85d7-62148d99f763 does not exist Neutron server returns request_ids: ['req-f5595adb-4303-40e4-8b70-c9cd192d7e68'] 2019-01-03 18:37:14,776 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2aaa2749-02af-4ab3-be63-d1186eefcdabname 2019-01-03 18:37:15,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5ece39d2-0dc5-4a6e-9a37-da474b360ade 2019-01-03 18:37:15,664 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:37:15,985 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-953e74b9-02ef-414-proj 2019-01-03 18:37:16,208 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-953e74b9-02ef-414-proj-role 2019-01-03 18:37:16,426 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-953e74b9-02ef-414-user 2019-01-03 18:37:17,839 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-94ec811f-3d74-4ce-proj 2019-01-03 18:37:18,978 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-94ec811f-3d74-4ce-user 2019-01-03 18:37:19,180 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-94ec811f-3d74-4ce-proj-role 2019-01-03 18:37:19,267 - keystone_utils - INFO - Granting role CreateImageSuccessTests-94ec811f-3d74-4ce-proj-role to project CreateImageSuccessTests-94ec811f-3d74-4ce-proj 2019-01-03 18:37:22,778 - create_image - INFO - Created image with name - CreateImageSuccessTests-6be49fad-21f9-4704-975b-e9c9dcf1eb3e 2019-01-03 18:37:23,021 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6be49fad-21f9-4704-975b-e9c9dcf1eb3e 2019-01-03 18:37:23,734 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6be49fad-21f9-4704-975b-e9c9dcf1eb3e 2019-01-03 18:37:25,199 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6be49fad-21f9-4704-975b-e9c9dcf1eb3e 2019-01-03 18:37:25,833 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-94ec811f-3d74-4ce-proj 2019-01-03 18:37:26,022 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-94ec811f-3d74-4ce-proj-role 2019-01-03 18:37:26,221 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-94ec811f-3d74-4ce-user 2019-01-03 18:37:27,612 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2808e290-1d32-431-proj 2019-01-03 18:37:28,654 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2808e290-1d32-431-user 2019-01-03 18:37:28,845 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2808e290-1d32-431-proj-role 2019-01-03 18:37:28,939 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2808e290-1d32-431-proj-role to project CreateImageSuccessTests-2808e290-1d32-431-proj 2019-01-03 18:37:31,669 - create_image - INFO - Created image with name - CreateImageSuccessTests-fc691978-21c8-41c8-915b-b15246cf6c5c 2019-01-03 18:37:31,837 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fc691978-21c8-41c8-915b-b15246cf6c5c 2019-01-03 18:37:32,541 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fc691978-21c8-41c8-915b-b15246cf6c5c 2019-01-03 18:37:34,448 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2808e290-1d32-431-proj 2019-01-03 18:37:34,668 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2808e290-1d32-431-proj-role 2019-01-03 18:37:34,869 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2808e290-1d32-431-user 2019-01-03 18:37:36,408 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-proj 2019-01-03 18:37:37,468 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-user 2019-01-03 18:37:37,684 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-proj-role 2019-01-03 18:37:37,705 - keystone_utils - INFO - Granting role CreateImageSuccessTests-0f4136d9-76e2-4d7-proj-role to project CreateImageSuccessTests-0f4136d9-76e2-4d7-proj 2019-01-03 18:37:40,301 - create_image - INFO - Created image with name - CreateImageSuccessTests-b69ac97d-3bef-4381-b5ac-5406daca4099 2019-01-03 18:37:40,470 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b69ac97d-3bef-4381-b5ac-5406daca4099 2019-01-03 18:37:41,179 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b69ac97d-3bef-4381-b5ac-5406daca4099 2019-01-03 18:37:42,919 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-proj 2019-01-03 18:37:43,129 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-proj-role 2019-01-03 18:37:43,334 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-0f4136d9-76e2-4d7-user 2019-01-03 18:37:44,786 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj 2019-01-03 18:37:45,835 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-user 2019-01-03 18:37:46,031 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj-role 2019-01-03 18:37:46,050 - keystone_utils - INFO - Granting role CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj-role to project CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj 2019-01-03 18:37:49,476 - create_image - INFO - Created image with name - CreateImageSuccessTests-ca137dba-9796-4793-97ce-dadc7e2ff9f2 2019-01-03 18:37:49,640 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-ca137dba-9796-4793-97ce-dadc7e2ff9f2 2019-01-03 18:37:50,442 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ca137dba-9796-4793-97ce-dadc7e2ff9f2 2019-01-03 18:37:52,219 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj 2019-01-03 18:37:52,435 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-proj-role 2019-01-03 18:37:52,654 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-11b9bbbb-eb4e-4a2-user 2019-01-03 18:37:54,074 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-proj 2019-01-03 18:37:55,254 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-user 2019-01-03 18:37:55,456 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-proj-role 2019-01-03 18:37:55,544 - keystone_utils - INFO - Granting role CreateImageSuccessTests-8cb38c5c-83ce-45f-proj-role to project CreateImageSuccessTests-8cb38c5c-83ce-45f-proj 2019-01-03 18:37:58,180 - create_image - INFO - Created image with name - CreateImageSuccessTests-c4c42575-4bdf-4873-977c-a9da6517d968 2019-01-03 18:37:58,343 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c4c42575-4bdf-4873-977c-a9da6517d968 2019-01-03 18:37:59,832 - create_image - INFO - Found image with name - CreateImageSuccessTests-c4c42575-4bdf-4873-977c-a9da6517d968 2019-01-03 18:37:59,833 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c4c42575-4bdf-4873-977c-a9da6517d968 2019-01-03 18:38:02,217 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-proj 2019-01-03 18:38:02,405 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-proj-role 2019-01-03 18:38:02,611 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-8cb38c5c-83ce-45f-user 2019-01-03 18:38:04,037 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-130ccec4-a607-4c0-proj 2019-01-03 18:38:05,164 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-130ccec4-a607-4c0-user 2019-01-03 18:38:05,366 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-130ccec4-a607-4c0-proj-role 2019-01-03 18:38:05,453 - keystone_utils - INFO - Granting role CreateImageSuccessTests-130ccec4-a607-4c0-proj-role to project CreateImageSuccessTests-130ccec4-a607-4c0-proj 2019-01-03 18:38:07,995 - create_image - INFO - Created image with name - CreateImageSuccessTests-8a9ec768-91c5-4193-9dd5-8dade83a0c77 2019-01-03 18:38:08,153 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-8a9ec768-91c5-4193-9dd5-8dade83a0c77 2019-01-03 18:38:09,737 - create_image - INFO - Found image with name - CreateImageSuccessTests-8a9ec768-91c5-4193-9dd5-8dade83a0c77 2019-01-03 18:38:09,738 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-8a9ec768-91c5-4193-9dd5-8dade83a0c77 2019-01-03 18:38:11,795 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-130ccec4-a607-4c0-proj 2019-01-03 18:38:12,006 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-130ccec4-a607-4c0-proj-role 2019-01-03 18:38:12,209 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-130ccec4-a607-4c0-user 2019-01-03 18:38:13,654 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj 2019-01-03 18:38:14,649 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-user 2019-01-03 18:38:14,846 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj-role 2019-01-03 18:38:14,938 - keystone_utils - INFO - Granting role CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj-role to project CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj 2019-01-03 18:38:16,197 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-03 18:38:16,197 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-31e7cfaf-a52e-49dd-a373-8d9a31c1745e 2019-01-03 18:38:16,911 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj 2019-01-03 18:38:17,124 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-proj-role 2019-01-03 18:38:17,331 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-1c4b39e4-69e2-4c0-user 2019-01-03 18:38:18,757 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-proj 2019-01-03 18:38:19,834 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-user 2019-01-03 18:38:20,103 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-proj-role 2019-01-03 18:38:20,196 - keystone_utils - INFO - Granting role CreateImageNegativeTests-c7a0fef3-98ca-40e-proj-role to project CreateImageNegativeTests-c7a0fef3-98ca-40e-proj 2019-01-03 18:38:21,414 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-03 18:38:21,414 - glance_utils - INFO - Removing file ./tmp/88f38a17-4f3c-4620-94c6-5e3f3d116832 2019-01-03 18:38:21,889 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-proj 2019-01-03 18:38:22,093 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-proj-role 2019-01-03 18:38:22,308 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-c7a0fef3-98ca-40e-user 2019-01-03 18:38:23,816 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-9ff44856-bb05-417-proj 2019-01-03 18:38:24,942 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-9ff44856-bb05-417-user 2019-01-03 18:38:25,152 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-9ff44856-bb05-417-proj-role 2019-01-03 18:38:25,237 - keystone_utils - INFO - Granting role CreateImageNegativeTests-9ff44856-bb05-417-proj-role to project CreateImageNegativeTests-9ff44856-bb05-417-proj 2019-01-03 18:38:26,602 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-9ff44856-bb05-417-proj 2019-01-03 18:38:26,844 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-9ff44856-bb05-417-proj-role 2019-01-03 18:38:27,043 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-9ff44856-bb05-417-user 2019-01-03 18:38:28,480 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-e4bfefc4-4797-497-proj 2019-01-03 18:38:29,534 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-e4bfefc4-4797-497-user 2019-01-03 18:38:29,726 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-e4bfefc4-4797-497-proj-role 2019-01-03 18:38:29,819 - keystone_utils - INFO - Granting role CreateImageNegativeTests-e4bfefc4-4797-497-proj-role to project CreateImageNegativeTests-e4bfefc4-4797-497-proj 2019-01-03 18:38:31,161 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-e4bfefc4-4797-497-proj 2019-01-03 18:38:31,382 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-e4bfefc4-4797-497-proj-role 2019-01-03 18:38:31,580 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-e4bfefc4-4797-497-user 2019-01-03 18:38:33,032 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-4f62089e-25ab-437-proj 2019-01-03 18:38:34,110 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-4f62089e-25ab-437-user 2019-01-03 18:38:34,301 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-4f62089e-25ab-437-proj-role 2019-01-03 18:38:34,395 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-4f62089e-25ab-437-proj-role to project CreateMultiPartImageTests-4f62089e-25ab-437-proj 2019-01-03 18:38:34,519 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2019-01-03 18:38:34,988 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-4f62089e-25ab-437-proj 2019-01-03 18:38:35,212 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-4f62089e-25ab-437-proj-role 2019-01-03 18:38:35,413 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-4f62089e-25ab-437-user 2019-01-03 18:38:36,863 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-2a474990-3375-421-proj 2019-01-03 18:38:37,947 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-2a474990-3375-421-user 2019-01-03 18:38:38,133 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-2a474990-3375-421-proj-role 2019-01-03 18:38:38,224 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-2a474990-3375-421-proj-role to project CreateMultiPartImageTests-2a474990-3375-421-proj 2019-01-03 18:38:38,369 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 18:38:38,871 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-2a474990-3375-421-proj 2019-01-03 18:38:39,082 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-2a474990-3375-421-proj-role 2019-01-03 18:38:39,285 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-2a474990-3375-421-user 2019-01-03 18:38:40,678 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-0ce3d572-063e-435-proj 2019-01-03 18:38:41,720 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-0ce3d572-063e-435-user 2019-01-03 18:38:41,935 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-0ce3d572-063e-435-proj-role 2019-01-03 18:38:41,950 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-0ce3d572-063e-435-proj-role to project CreateMultiPartImageTests-0ce3d572-063e-435-proj 2019-01-03 18:38:42,016 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 18:38:42,475 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-0ce3d572-063e-435-proj 2019-01-03 18:38:42,662 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-0ce3d572-063e-435-proj-role 2019-01-03 18:38:42,725 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-0ce3d572-063e-435-user 2019-01-03 18:38:44,133 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d801909e-7a30-469-proj 2019-01-03 18:38:45,199 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d801909e-7a30-469-user 2019-01-03 18:38:45,397 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d801909e-7a30-469-proj-role 2019-01-03 18:38:45,484 - keystone_utils - INFO - Granting role CreateKeypairsTests-d801909e-7a30-469-proj-role to project CreateKeypairsTests-d801909e-7a30-469-proj 2019-01-03 18:38:46,325 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d2b6490a-42af-4852-a92c-2371f728ee55... 2019-01-03 18:38:46,325 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:38:46,367 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d2b6490a-42af-4852-a92c-2371f728ee55 2019-01-03 18:38:47,674 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d801909e-7a30-469-proj 2019-01-03 18:38:47,867 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d801909e-7a30-469-proj-role 2019-01-03 18:38:48,070 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d801909e-7a30-469-user 2019-01-03 18:38:49,523 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-32f73f62-3c76-400-proj 2019-01-03 18:38:50,661 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-32f73f62-3c76-400-user 2019-01-03 18:38:50,863 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-32f73f62-3c76-400-proj-role 2019-01-03 18:38:50,960 - keystone_utils - INFO - Granting role CreateKeypairsTests-32f73f62-3c76-400-proj-role to project CreateKeypairsTests-32f73f62-3c76-400-proj 2019-01-03 18:38:51,167 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-6b78d7b1-83fe-4726-b51f-496d5130c232.pub 2019-01-03 18:38:51,810 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6b78d7b1-83fe-4726-b51f-496d5130c232... 2019-01-03 18:38:51,810 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 18:38:51,810 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-6b78d7b1-83fe-4726-b51f-496d5130c232.pub 2019-01-03 18:38:51,810 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6b78d7b1-83fe-4726-b51f-496d5130c232 2019-01-03 18:38:53,035 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-32f73f62-3c76-400-proj 2019-01-03 18:38:53,250 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-32f73f62-3c76-400-proj-role 2019-01-03 18:38:53,457 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-32f73f62-3c76-400-user 2019-01-03 18:38:54,863 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj 2019-01-03 18:38:55,909 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-user 2019-01-03 18:38:56,109 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj-role 2019-01-03 18:38:56,196 - keystone_utils - INFO - Granting role CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj-role to project CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj 2019-01-03 18:38:57,033 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9e1eb5c3-3abf-43bc-a740-8adee708e04a... 2019-01-03 18:38:57,033 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:39:51,127 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9e1eb5c3-3abf-43bc-a740-8adee708e04a 2019-01-03 18:39:52,272 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj 2019-01-03 18:39:52,484 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-proj-role 2019-01-03 18:39:52,689 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-8ed5fcee-2cb3-4cc-user 2019-01-03 18:39:54,103 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-841beb31-5c53-46a-proj 2019-01-03 18:39:55,175 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-841beb31-5c53-46a-user 2019-01-03 18:39:55,361 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-841beb31-5c53-46a-proj-role 2019-01-03 18:39:55,453 - keystone_utils - INFO - Granting role CreateKeypairsTests-841beb31-5c53-46a-proj-role to project CreateKeypairsTests-841beb31-5c53-46a-proj 2019-01-03 18:39:56,216 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-81e59f67-5157-417d-a57f-feb9a9308cfe... 2019-01-03 18:39:56,217 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:39:56,244 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-81e59f67-5157-417d-a57f-feb9a9308cfe 2019-01-03 18:39:57,424 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-841beb31-5c53-46a-proj 2019-01-03 18:39:57,651 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-841beb31-5c53-46a-proj-role 2019-01-03 18:39:57,849 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-841beb31-5c53-46a-user 2019-01-03 18:39:59,264 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-c7690aea-6ef9-478-proj 2019-01-03 18:40:00,415 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-c7690aea-6ef9-478-user 2019-01-03 18:40:00,613 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-c7690aea-6ef9-478-proj-role 2019-01-03 18:40:00,707 - keystone_utils - INFO - Granting role CreateKeypairsTests-c7690aea-6ef9-478-proj-role to project CreateKeypairsTests-c7690aea-6ef9-478-proj 2019-01-03 18:40:01,456 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea... 2019-01-03 18:40:01,456 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:40:01,470 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea 2019-01-03 18:40:01,532 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea.pub 2019-01-03 18:40:01,532 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea 2019-01-03 18:40:02,140 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea.pub] 2019-01-03 18:40:02,140 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-c4388b95-85aa-42ef-9d99-9def60397cea] 2019-01-03 18:40:02,632 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-c7690aea-6ef9-478-proj 2019-01-03 18:40:02,902 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-c7690aea-6ef9-478-proj-role 2019-01-03 18:40:03,197 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-c7690aea-6ef9-478-user 2019-01-03 18:40:04,726 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-b82c105d-f068-4e2-proj 2019-01-03 18:40:05,773 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-b82c105d-f068-4e2-user 2019-01-03 18:40:06,055 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-b82c105d-f068-4e2-proj-role 2019-01-03 18:40:06,136 - keystone_utils - INFO - Granting role CreateKeypairsTests-b82c105d-f068-4e2-proj-role to project CreateKeypairsTests-b82c105d-f068-4e2-proj 2019-01-03 18:40:06,893 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-8e783ac1-646c-431d-8544-a8787b6bf29c... 2019-01-03 18:40:06,893 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:40:06,953 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-8e783ac1-646c-431d-8544-a8787b6bf29c 2019-01-03 18:40:07,044 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-8e783ac1-646c-431d-8544-a8787b6bf29c.pub 2019-01-03 18:40:07,619 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-8e783ac1-646c-431d-8544-a8787b6bf29c.pub] 2019-01-03 18:40:08,130 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-b82c105d-f068-4e2-proj 2019-01-03 18:40:08,340 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-b82c105d-f068-4e2-proj-role 2019-01-03 18:40:08,537 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-b82c105d-f068-4e2-user 2019-01-03 18:40:09,966 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-proj 2019-01-03 18:40:11,019 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-user 2019-01-03 18:40:11,217 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-proj-role 2019-01-03 18:40:11,312 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-72447ce7-7a04-413-proj-role to project CreateKeypairsCleanupTests-72447ce7-7a04-413-proj 2019-01-03 18:40:11,661 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179.pub 2019-01-03 18:40:11,661 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179 2019-01-03 18:40:12,292 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179... 2019-01-03 18:40:12,292 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 18:40:12,292 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179.pub 2019-01-03 18:40:12,293 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179 2019-01-03 18:40:12,391 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179.pub] 2019-01-03 18:40:12,391 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-b7f71a67-5454-4008-8d55-4dd737a3c179] 2019-01-03 18:40:12,964 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-proj 2019-01-03 18:40:13,153 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-proj-role 2019-01-03 18:40:13,349 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-72447ce7-7a04-413-user 2019-01-03 18:40:14,786 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-26cba948-d858-49a-proj 2019-01-03 18:40:15,942 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-26cba948-d858-49a-user 2019-01-03 18:40:16,145 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-26cba948-d858-49a-proj-role 2019-01-03 18:40:16,228 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-26cba948-d858-49a-proj-role to project CreateKeypairsCleanupTests-26cba948-d858-49a-proj 2019-01-03 18:40:16,541 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-fd05c5d8-a250-4846-876c-e7eba4952cae.pub 2019-01-03 18:40:16,541 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-fd05c5d8-a250-4846-876c-e7eba4952cae 2019-01-03 18:40:17,160 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-fd05c5d8-a250-4846-876c-e7eba4952cae... 2019-01-03 18:40:17,160 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 18:40:17,160 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-fd05c5d8-a250-4846-876c-e7eba4952cae.pub 2019-01-03 18:40:17,160 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-fd05c5d8-a250-4846-876c-e7eba4952cae 2019-01-03 18:40:17,766 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-26cba948-d858-49a-proj 2019-01-03 18:40:17,968 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-26cba948-d858-49a-proj-role 2019-01-03 18:40:18,160 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-26cba948-d858-49a-user 2019-01-03 18:40:19,661 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-proj 2019-01-03 18:40:20,912 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-user 2019-01-03 18:40:21,109 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-proj-role 2019-01-03 18:40:21,202 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c590d374-2dd3-490-proj-role to project CreateKeypairsCleanupTests-c590d374-2dd3-490-proj 2019-01-03 18:40:21,966 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c... 2019-01-03 18:40:21,966 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:40:22,017 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c 2019-01-03 18:40:22,086 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c.pub 2019-01-03 18:40:22,087 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c 2019-01-03 18:40:22,121 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c.pub] 2019-01-03 18:40:22,122 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-62407cc9-f640-42f5-9000-c733049a574c] 2019-01-03 18:40:22,608 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-proj 2019-01-03 18:40:22,801 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-proj-role 2019-01-03 18:40:22,997 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c590d374-2dd3-490-user 2019-01-03 18:40:24,422 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj 2019-01-03 18:40:25,558 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-user 2019-01-03 18:40:25,750 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj-role 2019-01-03 18:40:25,770 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj-role to project CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj 2019-01-03 18:40:26,541 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66... 2019-01-03 18:40:26,541 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:40:26,556 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66 2019-01-03 18:40:26,625 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66.pub 2019-01-03 18:40:26,625 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66 2019-01-03 18:40:26,654 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66.pub] 2019-01-03 18:40:26,655 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-b7324484-c0a8-4b61-a722-8abc76ccfd66] 2019-01-03 18:40:27,092 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj 2019-01-03 18:40:27,286 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-proj-role 2019-01-03 18:40:27,493 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-3fdb4011-24a0-4d9-user 2019-01-03 18:40:28,894 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj 2019-01-03 18:40:29,948 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-user 2019-01-03 18:40:30,145 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj-role 2019-01-03 18:40:30,229 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj-role to project CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj 2019-01-03 18:40:31,055 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-1f9255ab-782c-4565-8896-0970a6ffd948... 2019-01-03 18:40:31,055 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 18:40:31,074 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-1f9255ab-782c-4565-8896-0970a6ffd948 2019-01-03 18:40:31,130 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-1f9255ab-782c-4565-8896-0970a6ffd948.pub 2019-01-03 18:40:31,131 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-1f9255ab-782c-4565-8896-0970a6ffd948 2019-01-03 18:40:31,660 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj 2019-01-03 18:40:31,867 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-proj-role 2019-01-03 18:40:32,072 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0cb65d62-a1f9-4e4-user 2019-01-03 18:40:33,499 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj 2019-01-03 18:40:34,564 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-user 2019-01-03 18:40:34,756 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj-role 2019-01-03 18:40:34,846 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj-role to project CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj 2019-01-03 18:40:35,609 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-net 2019-01-03 18:40:36,537 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-subnet 2019-01-03 18:40:38,835 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-subnet 2019-01-03 18:40:38,835 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-subnet 2019-01-03 18:40:41,379 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-net 2019-01-03 18:40:42,925 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-subnet 2019-01-03 18:40:42,925 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-subnet 2019-01-03 18:40:42,965 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1292c94f-e44a-43bc-b091-55bef0958c00-pub-net 2019-01-03 18:40:43,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10e54a46-a6d2-4077-bed3-21ab75b7c6d6 2019-01-03 18:40:43,638 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:40:44,002 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj 2019-01-03 18:40:44,238 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-proj-role 2019-01-03 18:40:44,448 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ed6e72c8-8aa4-40f-user 2019-01-03 18:40:45,960 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj 2019-01-03 18:40:46,948 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-user 2019-01-03 18:40:47,163 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj-role 2019-01-03 18:40:47,247 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj-role to project CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj 2019-01-03 18:40:48,037 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-net 2019-01-03 18:40:50,303 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-subnet 2019-01-03 18:40:55,269 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router 2019-01-03 18:40:57,629 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router 2019-01-03 18:41:00,654 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router and subnet CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-subnet 2019-01-03 18:41:00,654 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router 2019-01-03 18:41:01,881 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router 2019-01-03 18:41:01,882 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-router 2019-01-03 18:41:03,210 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-subnet 2019-01-03 18:41:03,211 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-subnet 2019-01-03 18:41:05,566 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b7a02d13-6cd2-4e40-8ff1-98626cbd1478-pub-net 2019-01-03 18:41:08,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8791373b-d327-47da-82e4-c3434cb5e946 2019-01-03 18:41:08,266 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:41:08,584 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj 2019-01-03 18:41:08,831 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-proj-role 2019-01-03 18:41:09,044 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f6d9eb5c-48cc-4c8-user 2019-01-03 18:41:10,595 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-ca767c88-560b-446-proj 2019-01-03 18:41:11,732 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-ca767c88-560b-446-user 2019-01-03 18:41:11,930 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-ca767c88-560b-446-proj-role 2019-01-03 18:41:12,022 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-ca767c88-560b-446-proj-role to project CreateNetworkSuccessTests-ca767c88-560b-446-proj 2019-01-03 18:41:12,790 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-net 2019-01-03 18:41:14,932 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-subnet 2019-01-03 18:41:18,657 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router 2019-01-03 18:41:20,867 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router 2019-01-03 18:41:23,210 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router and subnet CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-subnet 2019-01-03 18:41:23,211 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router 2019-01-03 18:41:24,279 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router 2019-01-03 18:41:24,279 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-router 2019-01-03 18:41:25,403 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-subnet 2019-01-03 18:41:25,403 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-subnet 2019-01-03 18:41:27,714 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-764f4e0b-d08b-4c38-9278-6da37bd711b3-pub-net 2019-01-03 18:41:30,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a49cc0dd-91c8-4d67-bfd2-42dbf490613b 2019-01-03 18:41:30,284 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:41:30,619 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-ca767c88-560b-446-proj 2019-01-03 18:41:30,885 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-ca767c88-560b-446-proj-role 2019-01-03 18:41:31,109 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-ca767c88-560b-446-user 2019-01-03 18:41:32,548 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0577d967-ad30-48e-proj 2019-01-03 18:41:33,606 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0577d967-ad30-48e-user 2019-01-03 18:41:33,822 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0577d967-ad30-48e-proj-role 2019-01-03 18:41:33,911 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0577d967-ad30-48e-proj-role to project CreateNetworkSuccessTests-0577d967-ad30-48e-proj 2019-01-03 18:41:34,699 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-net 2019-01-03 18:41:35,584 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-subnet 2019-01-03 18:41:38,397 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router 2019-01-03 18:41:40,208 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router 2019-01-03 18:41:44,397 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router and subnet CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-subnet 2019-01-03 18:41:44,398 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router 2019-01-03 18:41:45,680 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router 2019-01-03 18:41:45,680 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-router 2019-01-03 18:41:46,950 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-subnet 2019-01-03 18:41:46,950 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-subnet 2019-01-03 18:41:49,439 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-68052eb0-60e7-4745-b188-fc40a4bda4a3-pub-net 2019-01-03 18:41:51,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62c6bcfa-2029-4a08-b41b-881453885b9a 2019-01-03 18:41:51,402 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:41:51,753 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0577d967-ad30-48e-proj 2019-01-03 18:41:52,029 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0577d967-ad30-48e-proj-role 2019-01-03 18:41:52,241 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0577d967-ad30-48e-user 2019-01-03 18:41:53,696 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-abf7f689-0551-418-proj 2019-01-03 18:41:54,846 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-abf7f689-0551-418-user 2019-01-03 18:41:55,038 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-abf7f689-0551-418-proj-role 2019-01-03 18:41:55,126 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-abf7f689-0551-418-proj-role to project CreateNetworkSuccessTests-abf7f689-0551-418-proj 2019-01-03 18:41:55,875 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-9a8fd298-e776-4910-a4cd-3a1c36b17a6a-pub-net 2019-01-03 18:41:56,921 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-9a8fd298-e776-4910-a4cd-3a1c36b17a6a-pub-subnet 2019-01-03 18:41:59,409 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a8fd298-e776-4910-a4cd-3a1c36b17a6a-pub-subnet 2019-01-03 18:41:59,409 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a8fd298-e776-4910-a4cd-3a1c36b17a6a-pub-subnet 2019-01-03 18:42:01,731 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-9a8fd298-e776-4910-a4cd-3a1c36b17a6a-pub-net 2019-01-03 18:42:03,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 05e98a39-48a6-40b9-affc-297983b65e06 2019-01-03 18:42:03,478 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:42:03,844 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-abf7f689-0551-418-proj 2019-01-03 18:42:04,071 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-abf7f689-0551-418-proj-role 2019-01-03 18:42:04,286 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-abf7f689-0551-418-user 2019-01-03 18:42:05,726 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-6f139250-4db1-430-proj 2019-01-03 18:42:06,835 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-6f139250-4db1-430-user 2019-01-03 18:42:06,983 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-6f139250-4db1-430-proj-role 2019-01-03 18:42:07,066 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-6f139250-4db1-430-proj-role to project CreateNetworkSuccessTests-6f139250-4db1-430-proj 2019-01-03 18:42:07,823 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-263e6d58-53fb-4fbd-9e25-b2549b3705ac-pub-net 2019-01-03 18:42:08,842 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-263e6d58-53fb-4fbd-9e25-b2549b3705ac-pub-subnet 2019-01-03 18:42:11,144 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-263e6d58-53fb-4fbd-9e25-b2549b3705ac-pub-subnet 2019-01-03 18:42:11,144 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-263e6d58-53fb-4fbd-9e25-b2549b3705ac-pub-subnet 2019-01-03 18:42:13,279 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-263e6d58-53fb-4fbd-9e25-b2549b3705ac-pub-net 2019-01-03 18:42:15,151 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d8a7f09-346a-4907-9311-5fb60bc658ea 2019-01-03 18:42:15,322 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:42:15,630 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-6f139250-4db1-430-proj 2019-01-03 18:42:15,849 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-6f139250-4db1-430-proj-role 2019-01-03 18:42:16,073 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-6f139250-4db1-430-user 2019-01-03 18:42:17,565 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj 2019-01-03 18:42:18,637 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-user 2019-01-03 18:42:18,769 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj-role 2019-01-03 18:42:18,855 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj-role to project CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj 2019-01-03 18:42:20,539 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-202fdd68-b78d-4f40-9692-a6841e7a96ad-pub-router 2019-01-03 18:42:23,339 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-202fdd68-b78d-4f40-9692-a6841e7a96ad-pub-router 2019-01-03 18:42:24,909 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-202fdd68-b78d-4f40-9692-a6841e7a96ad-pub-router 2019-01-03 18:42:24,909 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-202fdd68-b78d-4f40-9692-a6841e7a96ad-pub-router 2019-01-03 18:42:25,593 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj 2019-01-03 18:42:25,784 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-proj-role 2019-01-03 18:42:25,985 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-89cbceed-dc9f-4e3-user 2019-01-03 18:42:27,337 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7a6a41e0-7769-489-proj 2019-01-03 18:42:28,625 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7a6a41e0-7769-489-user 2019-01-03 18:42:28,823 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7a6a41e0-7769-489-proj-role 2019-01-03 18:42:28,918 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7a6a41e0-7769-489-proj-role to project CreateRouterSuccessTests-7a6a41e0-7769-489-proj 2019-01-03 18:42:30,155 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b51b5101-a6d9-4273-ac6f-1643087dead9-pub-router 2019-01-03 18:42:31,711 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b51b5101-a6d9-4273-ac6f-1643087dead9-pub-router 2019-01-03 18:42:31,712 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b51b5101-a6d9-4273-ac6f-1643087dead9-pub-router 2019-01-03 18:42:32,512 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7a6a41e0-7769-489-proj 2019-01-03 18:42:32,849 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7a6a41e0-7769-489-proj-role 2019-01-03 18:42:33,050 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7a6a41e0-7769-489-user 2019-01-03 18:42:34,403 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-503848a1-635f-4cb-proj 2019-01-03 18:42:35,516 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-503848a1-635f-4cb-user 2019-01-03 18:42:35,709 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-503848a1-635f-4cb-proj-role 2019-01-03 18:42:35,792 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-503848a1-635f-4cb-proj-role to project CreateRouterSuccessTests-503848a1-635f-4cb-proj 2019-01-03 18:42:37,052 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8434f284-032f-4e02-ac21-55225a97d1bb-pub-router 2019-01-03 18:42:38,756 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8434f284-032f-4e02-ac21-55225a97d1bb-pub-router 2019-01-03 18:42:38,756 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8434f284-032f-4e02-ac21-55225a97d1bb-pub-router 2019-01-03 18:42:39,529 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-503848a1-635f-4cb-proj 2019-01-03 18:42:39,719 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-503848a1-635f-4cb-proj-role 2019-01-03 18:42:39,919 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-503848a1-635f-4cb-user 2019-01-03 18:42:41,344 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-proj 2019-01-03 18:42:42,475 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-user 2019-01-03 18:42:42,679 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-proj-role 2019-01-03 18:42:42,763 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5602d8cc-c7e6-426-proj-role to project CreateRouterSuccessTests-5602d8cc-c7e6-426-proj 2019-01-03 18:42:44,628 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ee36934d-d997-40d3-8f45-563e79989a92-pub-router 2019-01-03 18:42:48,014 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ee36934d-d997-40d3-8f45-563e79989a92-pub-router 2019-01-03 18:42:48,014 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ee36934d-d997-40d3-8f45-563e79989a92-pub-router 2019-01-03 18:42:49,853 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-proj 2019-01-03 18:42:50,047 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-proj-role 2019-01-03 18:42:50,256 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5602d8cc-c7e6-426-user 2019-01-03 18:42:51,715 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7046b229-368c-454-proj 2019-01-03 18:42:52,769 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7046b229-368c-454-user 2019-01-03 18:42:52,984 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7046b229-368c-454-proj-role 2019-01-03 18:42:53,084 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7046b229-368c-454-proj-role to project CreateRouterSuccessTests-7046b229-368c-454-proj 2019-01-03 18:42:53,846 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-net1 2019-01-03 18:42:54,990 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-subnet1 2019-01-03 18:42:57,881 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:42:59,612 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-port1 for router - CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:01,108 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-net1 2019-01-03 18:43:02,049 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-port1 for router - CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:02,049 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:06,890 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router and port CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-port1 2019-01-03 18:43:06,891 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:08,001 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:08,002 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-router 2019-01-03 18:43:09,273 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-subnet1 2019-01-03 18:43:09,274 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-subnet1 2019-01-03 18:43:11,483 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-84d0ada1-b9b6-4676-8bdd-e7dff3e7be31-pub-net1 2019-01-03 18:43:13,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3ba4c61-2ae5-4dab-8c72-ca2a78457491 2019-01-03 18:43:13,499 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:43:13,841 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7046b229-368c-454-proj 2019-01-03 18:43:14,149 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7046b229-368c-454-proj-role 2019-01-03 18:43:14,370 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7046b229-368c-454-user 2019-01-03 18:43:15,805 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2afa56b2-29ed-432-proj 2019-01-03 18:43:16,877 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2afa56b2-29ed-432-user 2019-01-03 18:43:17,087 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2afa56b2-29ed-432-proj-role 2019-01-03 18:43:17,260 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2afa56b2-29ed-432-proj-role to project CreateRouterSuccessTests-2afa56b2-29ed-432-proj 2019-01-03 18:43:19,069 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-3f270f28-11d2-481d-9e83-65a5616e3c5b-pub-router 2019-01-03 18:43:23,008 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-3f270f28-11d2-481d-9e83-65a5616e3c5b-pub-router 2019-01-03 18:43:23,008 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-3f270f28-11d2-481d-9e83-65a5616e3c5b-pub-router 2019-01-03 18:43:24,777 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2afa56b2-29ed-432-proj 2019-01-03 18:43:25,005 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2afa56b2-29ed-432-proj-role 2019-01-03 18:43:25,198 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2afa56b2-29ed-432-user 2019-01-03 18:43:26,660 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0ad3f644-77de-404-proj 2019-01-03 18:43:27,877 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0ad3f644-77de-404-user 2019-01-03 18:43:28,075 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0ad3f644-77de-404-proj-role 2019-01-03 18:43:28,167 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0ad3f644-77de-404-proj-role to project CreateRouterSuccessTests-0ad3f644-77de-404-proj 2019-01-03 18:43:28,941 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net1 2019-01-03 18:43:30,000 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet1 2019-01-03 18:43:31,977 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net2 2019-01-03 18:43:32,899 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet2 2019-01-03 18:43:34,789 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:36,175 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port1 for router - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:37,655 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net1 2019-01-03 18:43:38,492 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port1 for router - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:38,492 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:40,878 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port2 for router - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:41,987 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net2 2019-01-03 18:43:43,031 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port2 for router - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:43,031 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:51,750 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router and port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port1 2019-01-03 18:43:51,750 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:52,917 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router and port CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-port2 2019-01-03 18:43:52,917 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:53,948 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:53,948 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-router 2019-01-03 18:43:54,428 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet1 2019-01-03 18:43:54,428 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet1 2019-01-03 18:43:56,614 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net1 2019-01-03 18:43:57,971 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet2 2019-01-03 18:43:57,972 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-subnet2 2019-01-03 18:44:00,383 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-d10f7a52-228d-4b5a-b8f1-e338daf5ce29-pub-net2 2019-01-03 18:44:02,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ee2bfbf-5835-4fb9-b0cd-f5c574f3b0b0 2019-01-03 18:44:02,848 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:44:03,168 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0ad3f644-77de-404-proj 2019-01-03 18:44:03,400 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0ad3f644-77de-404-proj-role 2019-01-03 18:44:03,634 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0ad3f644-77de-404-user 2019-01-03 18:44:05,068 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7759d826-569c-4a3-proj 2019-01-03 18:44:06,200 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7759d826-569c-4a3-user 2019-01-03 18:44:06,398 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7759d826-569c-4a3-proj-role 2019-01-03 18:44:06,499 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7759d826-569c-4a3-proj-role to project CreateRouterSuccessTests-7759d826-569c-4a3-proj 2019-01-03 18:44:08,199 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router 2019-01-03 18:44:13,482 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router 2019-01-03 18:44:13,483 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router 2019-01-03 18:44:15,314 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7759d826-569c-4a3-proj 2019-01-03 18:44:15,502 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7759d826-569c-4a3-proj-role 2019-01-03 18:44:15,710 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7759d826-569c-4a3-user 2019-01-03 18:44:17,188 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj 2019-01-03 18:44:18,308 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-user 2019-01-03 18:44:18,511 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj-role 2019-01-03 18:44:18,529 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj-role to project CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj 2019-01-03 18:44:19,806 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:20,830 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-port1 for router - CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:21,757 - neutron_utils - INFO - Creating port for network with name - external 2019-01-03 18:44:22,486 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-port1 for router - CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:22,486 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:25,876 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router and port CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-port1 2019-01-03 18:44:25,877 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:26,917 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:26,917 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-75cd3203-8376-4115-9b7a-b207b84e86e9-pub-router 2019-01-03 18:44:28,031 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj 2019-01-03 18:44:28,251 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-proj-role 2019-01-03 18:44:28,444 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ec44a91b-ba79-4b4-user 2019-01-03 18:44:29,870 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj 2019-01-03 18:44:30,943 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-user 2019-01-03 18:44:31,135 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj-role 2019-01-03 18:44:31,226 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj-role to project CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj 2019-01-03 18:44:31,996 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-net1 2019-01-03 18:44:33,165 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-subnet1 2019-01-03 18:44:35,886 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router 2019-01-03 18:44:40,772 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-subnet1 2019-01-03 18:44:40,772 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-subnet1 2019-01-03 18:44:43,227 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-net1 2019-01-03 18:44:45,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a41f0bb-2cba-4014-8080-6869670d0763 2019-01-03 18:44:45,286 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:44:45,639 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj 2019-01-03 18:44:45,886 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-proj-role 2019-01-03 18:44:46,098 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ce2fb012-c0cf-4ad-user 2019-01-03 18:44:47,602 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-346d9319-ac5a-409-proj 2019-01-03 18:44:48,728 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-346d9319-ac5a-409-user 2019-01-03 18:44:48,942 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-346d9319-ac5a-409-proj-role 2019-01-03 18:44:48,962 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-346d9319-ac5a-409-proj-role to project CreateRouterSuccessTests-346d9319-ac5a-409-proj 2019-01-03 18:44:49,730 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-net1 2019-01-03 18:44:50,570 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-subnet1 2019-01-03 18:44:53,006 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-router 2019-01-03 18:44:54,074 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-subnet1 2019-01-03 18:44:54,074 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-subnet1 2019-01-03 18:44:56,199 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-9bca4267-bf0b-4465-9fd2-12b26a6ab0ee-pub-net1 2019-01-03 18:44:58,312 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-346d9319-ac5a-409-proj 2019-01-03 18:44:58,520 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-346d9319-ac5a-409-proj-role 2019-01-03 18:44:58,715 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-346d9319-ac5a-409-user 2019-01-03 18:45:00,200 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-7c0ca49a-f438-453-proj 2019-01-03 18:45:01,339 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-7c0ca49a-f438-453-user 2019-01-03 18:45:01,457 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-7c0ca49a-f438-453-proj-role 2019-01-03 18:45:01,477 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-7c0ca49a-f438-453-proj-role to project CreateRouterNegativeTests-7c0ca49a-f438-453-proj 2019-01-03 18:45:02,241 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-net1 2019-01-03 18:45:03,075 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-subnet1 2019-01-03 18:45:05,502 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-router 2019-01-03 18:45:06,451 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-subnet1 2019-01-03 18:45:06,451 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-subnet1 2019-01-03 18:45:08,592 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-34e844f9-8b5e-4f84-a386-b1767545df3f-pub-net1 2019-01-03 18:45:10,394 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-7c0ca49a-f438-453-proj 2019-01-03 18:45:10,605 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-7c0ca49a-f438-453-proj-role 2019-01-03 18:45:10,814 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-7c0ca49a-f438-453-user 2019-01-03 18:45:12,230 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-d5cd578e-eb48-419-proj 2019-01-03 18:45:13,344 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-d5cd578e-eb48-419-user 2019-01-03 18:45:13,542 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-d5cd578e-eb48-419-proj-role 2019-01-03 18:45:13,629 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-d5cd578e-eb48-419-proj-role to project CreateRouterNegativeTests-d5cd578e-eb48-419-proj 2019-01-03 18:45:15,486 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-d5cd578e-eb48-419-proj 2019-01-03 18:45:15,694 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-d5cd578e-eb48-419-proj-role 2019-01-03 18:45:15,902 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-d5cd578e-eb48-419-user 2019-01-03 18:45:17,332 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-e6c48627-cb37-44a-proj 2019-01-03 18:45:18,428 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-e6c48627-cb37-44a-user 2019-01-03 18:45:18,631 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-e6c48627-cb37-44a-proj-role 2019-01-03 18:45:18,714 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-e6c48627-cb37-44a-proj-role to project CreateRouterNegativeTests-e6c48627-cb37-44a-proj 2019-01-03 18:45:19,268 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-e6c48627-cb37-44a-proj 2019-01-03 18:45:19,460 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-e6c48627-cb37-44a-proj-role 2019-01-03 18:45:19,652 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-e6c48627-cb37-44a-user 2019-01-03 18:45:21,159 - keystone_utils - INFO - Created project with name - CreateQoSTests-dac9cde5-a8ff-4b8-proj 2019-01-03 18:45:22,290 - keystone_utils - INFO - Created user with name - CreateQoSTests-dac9cde5-a8ff-4b8-user 2019-01-03 18:45:22,422 - keystone_utils - INFO - Created role with name - CreateQoSTests-dac9cde5-a8ff-4b8-proj-role 2019-01-03 18:45:22,442 - keystone_utils - INFO - Granting role CreateQoSTests-dac9cde5-a8ff-4b8-proj-role to project CreateQoSTests-dac9cde5-a8ff-4b8-proj 2019-01-03 18:45:23,490 - create_qos - INFO - Created qos with name - CreateQoSTests-e686adb2-c9f2-42e7-a921-ca09084fccb9 2019-01-03 18:45:23,667 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e686adb2-c9f2-42e7-a921-ca09084fccb9 2019-01-03 18:45:24,035 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-e686adb2-c9f2-42e7-a921-ca09084fccb9 2019-01-03 18:45:24,692 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-dac9cde5-a8ff-4b8-proj 2019-01-03 18:45:24,880 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-dac9cde5-a8ff-4b8-proj-role 2019-01-03 18:45:25,093 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-dac9cde5-a8ff-4b8-user 2019-01-03 18:45:26,548 - keystone_utils - INFO - Created project with name - CreateQoSTests-0f79ee66-d808-4f7-proj 2019-01-03 18:45:27,643 - keystone_utils - INFO - Created user with name - CreateQoSTests-0f79ee66-d808-4f7-user 2019-01-03 18:45:27,835 - keystone_utils - INFO - Created role with name - CreateQoSTests-0f79ee66-d808-4f7-proj-role 2019-01-03 18:45:27,920 - keystone_utils - INFO - Granting role CreateQoSTests-0f79ee66-d808-4f7-proj-role to project CreateQoSTests-0f79ee66-d808-4f7-proj 2019-01-03 18:45:28,842 - create_qos - INFO - Created qos with name - CreateQoSTests-b9256044-9b44-4556-acaf-c9bf3c359bfe 2019-01-03 18:45:29,017 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-b9256044-9b44-4556-acaf-c9bf3c359bfe 2019-01-03 18:45:30,172 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-0f79ee66-d808-4f7-proj 2019-01-03 18:45:30,389 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-0f79ee66-d808-4f7-proj-role 2019-01-03 18:45:30,591 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-0f79ee66-d808-4f7-user 2019-01-03 18:45:31,954 - keystone_utils - INFO - Created project with name - CreateQoSTests-6c9106ea-9e96-452-proj 2019-01-03 18:45:33,098 - keystone_utils - INFO - Created user with name - CreateQoSTests-6c9106ea-9e96-452-user 2019-01-03 18:45:33,302 - keystone_utils - INFO - Created role with name - CreateQoSTests-6c9106ea-9e96-452-proj-role 2019-01-03 18:45:33,393 - keystone_utils - INFO - Granting role CreateQoSTests-6c9106ea-9e96-452-proj-role to project CreateQoSTests-6c9106ea-9e96-452-proj 2019-01-03 18:45:34,363 - create_qos - INFO - Created qos with name - CreateQoSTests-fc3baa4e-92ff-485a-b25d-225963e8f3ef 2019-01-03 18:45:35,262 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-fc3baa4e-92ff-485a-b25d-225963e8f3ef 2019-01-03 18:45:36,339 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-6c9106ea-9e96-452-proj 2019-01-03 18:45:36,574 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-6c9106ea-9e96-452-proj-role 2019-01-03 18:45:36,776 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-6c9106ea-9e96-452-user 2019-01-03 18:45:38,213 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj 2019-01-03 18:45:39,339 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-user 2019-01-03 18:45:39,458 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj-role 2019-01-03 18:45:39,549 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj-role to project CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj 2019-01-03 18:45:40,531 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-ac1baad5-286f-40a1-b566-e30b8fdfbdb8 2019-01-03 18:45:41,093 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ac1baad5-286f-40a1-b566-e30b8fdfbdb8 2019-01-03 18:45:41,491 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ac1baad5-286f-40a1-b566-e30b8fdfbdb8 2019-01-03 18:45:42,135 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj 2019-01-03 18:45:42,354 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-proj-role 2019-01-03 18:45:42,557 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-88bf0747-5dd1-4e0-user 2019-01-03 18:45:43,967 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj 2019-01-03 18:45:45,033 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-user 2019-01-03 18:45:45,236 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj-role 2019-01-03 18:45:45,326 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj-role to project CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj 2019-01-03 18:45:46,283 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-50b101e4-15d5-4bcd-bd19-9e89581893c5 2019-01-03 18:45:47,828 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-50b101e4-15d5-4bcd-bd19-9e89581893c5 2019-01-03 18:45:48,533 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj 2019-01-03 18:45:48,755 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-proj-role 2019-01-03 18:45:48,892 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-7d019fa8-6e49-474-user 2019-01-03 18:45:50,230 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj 2019-01-03 18:45:51,350 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-user 2019-01-03 18:45:51,554 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj-role 2019-01-03 18:45:51,645 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj-role to project CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj 2019-01-03 18:45:52,661 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-854a72a2-7449-4e71-ad9d-9105bfe2046e 2019-01-03 18:45:53,808 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-854a72a2-7449-4e71-ad9d-9105bfe2046e 2019-01-03 18:45:54,498 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj 2019-01-03 18:45:54,706 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-proj-role 2019-01-03 18:45:54,913 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-fb68cf03-0e64-4dd-user 2019-01-03 18:45:56,363 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj 2019-01-03 18:45:57,470 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-user 2019-01-03 18:45:57,595 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj-role 2019-01-03 18:45:57,678 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj-role to project CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj 2019-01-03 18:45:58,638 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-6cae6117-f554-41ce-b35f-c751ef6b09e4-qos-spec 2019-01-03 18:45:59,830 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-6cae6117-f554-41ce-b35f-c751ef6b09e4-vol_type 2019-01-03 18:46:00,514 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-6cae6117-f554-41ce-b35f-c751ef6b09e4-vol_type 2019-01-03 18:46:00,746 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-6cae6117-f554-41ce-b35f-c751ef6b09e4-qos-spec 2019-01-03 18:46:01,443 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj 2019-01-03 18:46:01,652 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-proj-role 2019-01-03 18:46:01,864 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-bbfcd57c-5318-47c-user 2019-01-03 18:46:03,284 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj 2019-01-03 18:46:04,410 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-user 2019-01-03 18:46:04,613 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj-role 2019-01-03 18:46:04,696 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj-role to project CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj 2019-01-03 18:46:05,663 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-4fc1d3f5-bf0b-4725-bdc0-fe0735ee6320-qos-spec 2019-01-03 18:46:06,908 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-4fc1d3f5-bf0b-4725-bdc0-fe0735ee6320-vol_type 2019-01-03 18:46:07,585 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-4fc1d3f5-bf0b-4725-bdc0-fe0735ee6320-vol_type 2019-01-03 18:46:07,794 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-4fc1d3f5-bf0b-4725-bdc0-fe0735ee6320-qos-spec 2019-01-03 18:46:08,580 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj 2019-01-03 18:46:08,784 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-proj-role 2019-01-03 18:46:08,915 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-e943f0f3-bce5-4b6-user 2019-01-03 18:46:10,236 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj 2019-01-03 18:46:11,260 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-user 2019-01-03 18:46:11,465 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj-role 2019-01-03 18:46:11,546 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj-role to project CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj 2019-01-03 18:46:12,892 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-1390e1bf-1a26-4506-8fe3-93e13c15d41d-qos-spec 2019-01-03 18:46:14,368 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-1390e1bf-1a26-4506-8fe3-93e13c15d41d-vol_type 2019-01-03 18:46:15,071 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-1390e1bf-1a26-4506-8fe3-93e13c15d41d-vol_type 2019-01-03 18:46:15,279 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-1390e1bf-1a26-4506-8fe3-93e13c15d41d-qos-spec 2019-01-03 18:46:15,903 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj 2019-01-03 18:46:16,084 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-proj-role 2019-01-03 18:46:16,286 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-00d862d8-0bf7-4cd-user 2019-01-03 18:46:17,686 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj 2019-01-03 18:46:18,650 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-user 2019-01-03 18:46:18,854 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj-role 2019-01-03 18:46:18,941 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj-role to project CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj 2019-01-03 18:46:20,729 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-feb7a105-c5d6-4080-8e35-fd6fb378dbd7 2019-01-03 18:46:20,919 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-feb7a105-c5d6-4080-8e35-fd6fb378dbd7 2019-01-03 18:46:21,389 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-feb7a105-c5d6-4080-8e35-fd6fb378dbd7 2019-01-03 18:46:24,853 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-feb7a105-c5d6-4080-8e35-fd6fb378dbd7 2019-01-03 18:46:25,543 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj 2019-01-03 18:46:25,754 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-proj-role 2019-01-03 18:46:25,945 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8b152aad-9803-4ca-user 2019-01-03 18:46:27,308 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj 2019-01-03 18:46:28,436 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-user 2019-01-03 18:46:28,710 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj-role 2019-01-03 18:46:28,730 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj-role to project CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj 2019-01-03 18:46:30,486 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-8a30ed50-60ee-49e4-bddf-e36bde253df7 2019-01-03 18:46:30,673 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-8a30ed50-60ee-49e4-bddf-e36bde253df7 2019-01-03 18:46:31,709 - create_volume - INFO - Did not create volume due to cleanup mode 2019-01-03 18:46:31,763 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-8a30ed50-60ee-49e4-bddf-e36bde253df7 2019-01-03 18:46:35,383 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-8a30ed50-60ee-49e4-bddf-e36bde253df7 2019-01-03 18:46:35,896 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj 2019-01-03 18:46:36,098 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-proj-role 2019-01-03 18:46:36,295 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-f94c2408-e803-40c-user 2019-01-03 18:46:37,740 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj 2019-01-03 18:46:38,853 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-user 2019-01-03 18:46:39,057 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj-role 2019-01-03 18:46:39,147 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj-role to project CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj 2019-01-03 18:46:41,011 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-9dfde14b-3065-47d8-8d3b-d38078647e51 2019-01-03 18:46:41,208 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-9dfde14b-3065-47d8-8d3b-d38078647e51 2019-01-03 18:46:41,694 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-9dfde14b-3065-47d8-8d3b-d38078647e51 2019-01-03 18:46:45,325 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-9dfde14b-3065-47d8-8d3b-d38078647e51 2019-01-03 18:46:45,812 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj 2019-01-03 18:46:46,012 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-proj-role 2019-01-03 18:46:46,215 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8f3682aa-1951-4bf-user 2019-01-03 18:46:47,842 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-proj 2019-01-03 18:46:48,998 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-user 2019-01-03 18:46:49,188 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-proj-role 2019-01-03 18:46:49,284 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-03989601-09d8-407-proj-role to project CreateSimpleVolumeFailureTests-03989601-09d8-407-proj 2019-01-03 18:46:50,903 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-proj 2019-01-03 18:46:51,120 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-proj-role 2019-01-03 18:46:51,325 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-03989601-09d8-407-user 2019-01-03 18:46:52,734 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj 2019-01-03 18:46:53,793 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-user 2019-01-03 18:46:53,985 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj-role 2019-01-03 18:46:54,006 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj-role to project CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj 2019-01-03 18:46:55,480 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj 2019-01-03 18:46:55,665 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-proj-role 2019-01-03 18:46:55,861 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-58ea9259-ef5c-423-user 2019-01-03 18:46:57,285 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj 2019-01-03 18:46:58,411 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-user 2019-01-03 18:46:58,614 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj-role 2019-01-03 18:46:58,698 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj-role to project CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj 2019-01-03 18:47:00,143 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj 2019-01-03 18:47:00,335 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-proj-role 2019-01-03 18:47:00,472 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-26f31748-c19a-48e-user 2019-01-03 18:47:01,883 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj 2019-01-03 18:47:02,883 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-user 2019-01-03 18:47:03,068 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj-role 2019-01-03 18:47:03,164 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj-role to project CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj 2019-01-03 18:47:04,232 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-2c46940b-94e6-45bb-8600-cb830436f20a-vol-type 2019-01-03 18:47:05,039 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-2c46940b-94e6-45bb-8600-cb830436f20a-vol-type 2019-01-03 18:47:05,753 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj 2019-01-03 18:47:05,983 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-proj-role 2019-01-03 18:47:06,185 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-70b80c67-ddd4-4af-user 2019-01-03 18:47:07,608 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj 2019-01-03 18:47:08,752 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-user 2019-01-03 18:47:08,943 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj-role 2019-01-03 18:47:09,033 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj-role to project CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj 2019-01-03 18:47:10,017 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol-type 2019-01-03 18:47:11,285 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol 2019-01-03 18:47:11,488 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol 2019-01-03 18:47:11,690 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol 2019-01-03 18:47:15,353 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol 2019-01-03 18:47:15,354 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a1dc546d-00f4-46ae-bf31-7e453a3ff1d9-vol-type 2019-01-03 18:47:16,045 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj 2019-01-03 18:47:16,264 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-proj-role 2019-01-03 18:47:16,470 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-b03069d5-55b2-41b-user 2019-01-03 18:47:17,932 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj 2019-01-03 18:47:18,991 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-user 2019-01-03 18:47:19,189 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj-role 2019-01-03 18:47:19,278 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj-role to project CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj 2019-01-03 18:47:22,625 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-dda17707-3d6d-4539-9e92-f17c6fb8c6fe-image 2019-01-03 18:47:22,644 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-dda17707-3d6d-4539-9e92-f17c6fb8c6fe-image 2019-01-03 18:47:23,626 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-dda17707-3d6d-4539-9e92-f17c6fb8c6fe-image 2019-01-03 18:47:25,429 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj 2019-01-03 18:47:25,658 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-proj-role 2019-01-03 18:47:25,853 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ddf57dac-367f-4bf-user 2019-01-03 18:47:27,297 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-dd0671ff-213c-431-proj 2019-01-03 18:47:28,440 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-dd0671ff-213c-431-user 2019-01-03 18:47:28,560 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-dd0671ff-213c-431-proj-role 2019-01-03 18:47:28,651 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-dd0671ff-213c-431-proj-role to project CreateVolumeWithImageTests-dd0671ff-213c-431-proj 2019-01-03 18:47:31,566 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-image 2019-01-03 18:47:31,737 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-image 2019-01-03 18:47:33,830 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-vol 2019-01-03 18:47:40,300 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-vol 2019-01-03 18:47:41,227 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-vol 2019-01-03 18:47:44,530 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-vol 2019-01-03 18:47:44,531 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-b63f3ae6-87d3-40cd-bbcc-ee1bd46f3e22-image 2019-01-03 18:47:46,037 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-dd0671ff-213c-431-proj 2019-01-03 18:47:46,275 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-dd0671ff-213c-431-proj-role 2019-01-03 18:47:46,538 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-dd0671ff-213c-431-user 2019-01-03 18:47:48,040 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-5017ab50-85f2-469-proj 2019-01-03 18:47:49,171 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-5017ab50-85f2-469-user 2019-01-03 18:47:49,363 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-5017ab50-85f2-469-proj-role 2019-01-03 18:47:49,384 - keystone_utils - INFO - Granting role SimpleHealthCheck-5017ab50-85f2-469-proj-role to project SimpleHealthCheck-5017ab50-85f2-469-proj 2019-01-03 18:47:52,067 - create_image - INFO - Created image with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-image 2019-01-03 18:47:52,245 - create_image - INFO - Image is now active with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-image 2019-01-03 18:47:52,858 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-net 2019-01-03 18:47:53,920 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-subnet 2019-01-03 18:47:59,886 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-net 2019-01-03 18:48:01,683 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-inst 2019-01-03 18:48:04,105 - create_instance - INFO - Created instance with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-inst 2019-01-03 18:48:11,812 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:48:12,860 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2019-01-03 18:48:14,407 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 18:48:14,407 - create_instance - INFO - Deleting Port with ID - 4a4c4e92-ba3f-420d-831b-86dc0ed99e6f 2019-01-03 18:48:14,407 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3port-1 2019-01-03 18:48:15,028 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-inst 2019-01-03 18:48:15,179 - create_instance - INFO - Checking deletion status 2019-01-03 18:48:21,831 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-inst 2019-01-03 18:48:21,833 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-subnet 2019-01-03 18:48:21,833 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-subnet 2019-01-03 18:48:24,362 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-priv-net 2019-01-03 18:48:25,839 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-eae060af-8f94-450a-a0eb-97a7ef1439d3-image 2019-01-03 18:48:28,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 469edef9-b1bc-46a1-8003-129b5ec7812f 2019-01-03 18:48:28,638 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:48:29,028 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-5017ab50-85f2-469-proj 2019-01-03 18:48:29,307 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-5017ab50-85f2-469-proj-role 2019-01-03 18:48:29,506 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-5017ab50-85f2-469-user 2019-01-03 18:48:30,854 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj 2019-01-03 18:48:32,130 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-user 2019-01-03 18:48:32,327 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj-role 2019-01-03 18:48:32,423 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj-role to project CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj 2019-01-03 18:48:35,402 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-e2a42121-f946-4cbc-a17b-3ff18c20069c 2019-01-03 18:48:35,568 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-e2a42121-f946-4cbc-a17b-3ff18c20069c 2019-01-03 18:48:36,217 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net1 2019-01-03 18:48:37,323 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet1 2019-01-03 18:48:39,355 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net2 2019-01-03 18:48:40,439 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet2 2019-01-03 18:48:42,632 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:43,769 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port1 for router - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:45,052 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net1 2019-01-03 18:48:46,128 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port1 for router - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:46,128 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:47,901 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port2 for router - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:49,701 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net2 2019-01-03 18:48:50,643 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port2 for router - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:50,643 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:48:53,751 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-sec-grp... 2019-01-03 18:48:53,752 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-sec-grp 2019-01-03 18:48:54,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:54,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:54,494 - neutron_utils - INFO - Retrieving security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:54,693 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:54,861 - neutron_utils - INFO - Retrieving security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:55,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:55,094 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-sec-grp 2019-01-03 18:48:55,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:55,813 - neutron_utils - INFO - Retrieving security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:55,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2f7e4654-3cfa-4b09-9bb0-0bf693ab0a22 2019-01-03 18:48:59,659 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net1 2019-01-03 18:49:01,103 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst1 2019-01-03 18:49:03,103 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst1 2019-01-03 18:49:10,245 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:49:15,164 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net2 2019-01-03 18:49:16,785 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst2 2019-01-03 18:49:19,183 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst2 2019-01-03 18:49:30,424 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:49:31,650 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2019-01-03 18:49:33,236 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 18:49:33,236 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2019-01-03 18:49:34,922 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 18:49:53,805 - create_instance - INFO - Deleting Port with ID - 3da52770-4566-4202-85b7-c8e5233feb15 2019-01-03 18:49:53,805 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-vm1-port 2019-01-03 18:49:54,481 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst1 2019-01-03 18:49:54,647 - create_instance - INFO - Checking deletion status 2019-01-03 18:50:11,362 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst1 2019-01-03 18:50:11,363 - create_instance - INFO - Deleting Port with ID - 07eced79-a413-4b30-85fe-3deb2319d357 2019-01-03 18:50:11,363 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-vm2-port 2019-01-03 18:50:12,175 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst2 2019-01-03 18:50:12,317 - create_instance - INFO - Checking deletion status 2019-01-03 18:50:22,604 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-inst2 2019-01-03 18:50:22,660 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router and port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port1 2019-01-03 18:50:22,660 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:50:24,078 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router and port CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-router-port2 2019-01-03 18:50:24,078 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:50:25,285 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:50:25,286 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-pub-router 2019-01-03 18:50:25,577 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet1 2019-01-03 18:50:25,577 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet1 2019-01-03 18:50:28,074 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net1 2019-01-03 18:50:29,234 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet2 2019-01-03 18:50:29,235 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-subnet2 2019-01-03 18:50:31,962 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-net2 2019-01-03 18:50:33,703 - neutron_utils - INFO - Deleting security group rule with ID - 9b656365-e105-46db-8a5e-9a6322bb5875 2019-01-03 18:50:34,013 - neutron_utils - INFO - Deleting security group rule with ID - 147f5c35-37de-4f97-9693-dc71a4936b78 2019-01-03 18:50:34,278 - neutron_utils - INFO - Deleting security group rule with ID - a079276f-ad2f-4cb4-aec7-c4c721babfc0 2019-01-03 18:50:34,384 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-cee2521e-73ee-4723-a72a-7489c5721f1d-sec-grp 2019-01-03 18:50:34,835 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-e2a42121-f946-4cbc-a17b-3ff18c20069c 2019-01-03 18:50:36,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ff18519f-0a6b-418b-91b0-1e8ee109ff52 2019-01-03 18:50:37,039 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:50:37,364 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj 2019-01-03 18:50:37,666 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-proj-role 2019-01-03 18:50:37,882 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-e247acd4-1c3f-413-user 2019-01-03 18:50:39,231 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj 2019-01-03 18:50:40,323 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-user 2019-01-03 18:50:40,537 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj-role 2019-01-03 18:50:40,621 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj-role to project CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj 2019-01-03 18:50:43,915 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-image 2019-01-03 18:50:44,077 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-image 2019-01-03 18:50:45,448 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-net 2019-01-03 18:50:46,541 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-subnet 2019-01-03 18:50:51,836 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-net 2019-01-03 18:50:53,372 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-inst 2019-01-03 18:50:55,417 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-inst 2019-01-03 18:51:02,858 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:51:09,126 - create_instance - INFO - Deleting Port with ID - d6353587-df1d-4284-85da-688c0b55ded6 2019-01-03 18:51:09,126 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-port 2019-01-03 18:51:09,709 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-inst 2019-01-03 18:51:09,868 - create_instance - INFO - Checking deletion status 2019-01-03 18:51:16,432 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-inst 2019-01-03 18:51:16,479 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-subnet 2019-01-03 18:51:16,479 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-subnet 2019-01-03 18:51:18,859 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-pub-net 2019-01-03 18:51:20,680 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-acc2272c-d2d9-433b-bb68-16b2fac0a272-image 2019-01-03 18:51:22,496 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj 2019-01-03 18:51:22,726 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-proj-role 2019-01-03 18:51:22,921 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-b8021b4e-b9d4-4f8-user 2019-01-03 18:51:24,388 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-proj 2019-01-03 18:51:25,465 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-user 2019-01-03 18:51:25,596 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-proj-role 2019-01-03 18:51:25,690 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-d74ea6c4-4260-443-proj-role to project CreateInstanceSimpleTests-d74ea6c4-4260-443-proj 2019-01-03 18:51:29,653 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-image 2019-01-03 18:51:29,811 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-image 2019-01-03 18:51:31,164 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-net 2019-01-03 18:51:32,283 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-subnet 2019-01-03 18:51:37,267 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-net 2019-01-03 18:51:38,683 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-inst 2019-01-03 18:51:41,093 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-inst 2019-01-03 18:51:48,614 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:52:05,475 - create_instance - INFO - Deleting Port with ID - 70e67530-ff41-48c2-8cb6-9c2c9021ab08 2019-01-03 18:52:05,476 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-port 2019-01-03 18:52:06,134 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-inst 2019-01-03 18:52:06,181 - create_instance - WARNING - Instance already deleted - Instance 0a9cc49c-d3f8-40a1-9704-5fd67363f5e4 could not be found. (HTTP 404) (Request-ID: req-45653d43-9011-4dd1-a0b4-2dd4429bf709) 2019-01-03 18:52:06,182 - create_instance - INFO - Checking deletion status 2019-01-03 18:52:06,234 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-inst 2019-01-03 18:52:06,282 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-subnet 2019-01-03 18:52:06,282 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-subnet 2019-01-03 18:52:08,897 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-pub-net 2019-01-03 18:52:11,152 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-0d8ce0f1-f219-496f-aa4f-b78fd22752b3-image 2019-01-03 18:52:13,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 425323a9-2d9e-49cd-aee2-f7e0e137e7af 2019-01-03 18:52:13,573 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:52:14,094 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-proj 2019-01-03 18:52:14,469 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-proj-role 2019-01-03 18:52:14,670 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-d74ea6c4-4260-443-user 2019-01-03 18:52:16,160 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj 2019-01-03 18:52:17,171 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-user 2019-01-03 18:52:17,387 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj-role 2019-01-03 18:52:17,480 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj-role to project CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj 2019-01-03 18:52:20,521 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-image 2019-01-03 18:52:20,695 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-image 2019-01-03 18:52:21,319 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-net 2019-01-03 18:52:22,212 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-subnet 2019-01-03 18:52:27,847 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-net 2019-01-03 18:52:29,317 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-inst 2019-01-03 18:52:31,837 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-inst 2019-01-03 18:52:39,147 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:52:40,111 - create_instance - INFO - Deleting Port with ID - 1c532ebe-fa31-4e73-961a-a386158c0b67 2019-01-03 18:52:40,111 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdaeport-1 2019-01-03 18:52:40,919 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-inst 2019-01-03 18:52:41,103 - create_instance - INFO - Checking deletion status 2019-01-03 18:52:44,426 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-inst 2019-01-03 18:52:44,468 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-subnet 2019-01-03 18:52:44,468 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-subnet 2019-01-03 18:52:46,692 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-pub-net 2019-01-03 18:52:48,070 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-cf99bbe9-fe8b-4c9a-8295-50652777fdae-image 2019-01-03 18:52:50,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d201579-1de6-4f32-87d5-569ae5c135d2 2019-01-03 18:52:50,340 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:52:50,664 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj 2019-01-03 18:52:50,864 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-proj-role 2019-01-03 18:52:51,069 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-116a651a-fbbd-4b3-user 2019-01-03 18:52:52,586 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj 2019-01-03 18:52:53,767 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-user 2019-01-03 18:52:53,962 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj-role 2019-01-03 18:52:53,983 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj-role to project CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj 2019-01-03 18:52:57,871 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-image 2019-01-03 18:52:58,030 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-image 2019-01-03 18:52:58,656 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-net 2019-01-03 18:52:59,769 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-subnet 2019-01-03 18:53:05,204 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-net 2019-01-03 18:53:05,270 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-subnet 2019-01-03 18:53:05,270 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-subnet 2019-01-03 18:53:07,618 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-pub-net 2019-01-03 18:53:08,884 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8e819612-51fa-4d0c-ae2d-5679bf634fe0-image 2019-01-03 18:53:11,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89f34437-f530-4694-acbb-5a6b4547d62e 2019-01-03 18:53:11,396 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:53:11,716 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj 2019-01-03 18:53:11,954 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-proj-role 2019-01-03 18:53:12,172 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-105dc5cd-771b-4ea-user 2019-01-03 18:53:13,693 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj 2019-01-03 18:53:14,861 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-user 2019-01-03 18:53:15,071 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj-role 2019-01-03 18:53:15,154 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj-role to project CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj 2019-01-03 18:53:18,344 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-image 2019-01-03 18:53:18,512 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-image 2019-01-03 18:53:19,164 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-net 2019-01-03 18:53:20,164 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-subnet 2019-01-03 18:53:25,554 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-net 2019-01-03 18:53:25,767 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-subnet 2019-01-03 18:53:25,767 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-subnet 2019-01-03 18:53:28,111 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-pub-net 2019-01-03 18:53:29,428 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-40296493-f65a-4f1a-a6a1-fc36bdf7f43a-image 2019-01-03 18:53:31,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fda705e-0392-47c3-8ece-9c4ce0c6c22f 2019-01-03 18:53:31,918 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:53:32,239 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj 2019-01-03 18:53:32,469 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-proj-role 2019-01-03 18:53:32,672 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ecd6289f-0e18-43f-user 2019-01-03 18:53:34,172 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-proj 2019-01-03 18:53:35,250 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-user 2019-01-03 18:53:35,454 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-proj-role 2019-01-03 18:53:35,549 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-71a22797-f109-4e7-proj-role to project CreateInstancePortManipulationTests-71a22797-f109-4e7-proj 2019-01-03 18:53:38,931 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-image 2019-01-03 18:53:38,951 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-image 2019-01-03 18:53:39,582 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-net 2019-01-03 18:53:40,686 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-subnet 2019-01-03 18:53:46,468 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-net 2019-01-03 18:53:47,080 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-subnet 2019-01-03 18:53:47,080 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-subnet 2019-01-03 18:53:49,508 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-pub-net 2019-01-03 18:53:50,900 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e26a8dde-e213-4663-9e65-f3078bb57b08-image 2019-01-03 18:53:53,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c007fd51-2cf8-4245-8b44-1533733c780d 2019-01-03 18:53:53,882 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:53:54,244 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-proj 2019-01-03 18:53:54,504 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-proj-role 2019-01-03 18:53:54,711 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-71a22797-f109-4e7-user 2019-01-03 18:53:56,190 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj 2019-01-03 18:53:57,244 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-user 2019-01-03 18:53:57,478 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj-role 2019-01-03 18:53:57,560 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj-role to project CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj 2019-01-03 18:54:00,657 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-image 2019-01-03 18:54:00,827 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-image 2019-01-03 18:54:01,462 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-net 2019-01-03 18:54:02,553 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-subnet 2019-01-03 18:54:07,952 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-net 2019-01-03 18:54:08,163 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-subnet 2019-01-03 18:54:08,164 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-subnet 2019-01-03 18:54:10,556 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-pub-net 2019-01-03 18:54:11,902 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7c15a9aa-8985-4f12-87aa-7fe4e6adf546-image 2019-01-03 18:54:14,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 856540ed-3427-46cf-9a77-f259221f4154 2019-01-03 18:54:14,193 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:54:14,507 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj 2019-01-03 18:54:14,822 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-proj-role 2019-01-03 18:54:15,047 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-512e4e8f-35c7-489-user 2019-01-03 18:54:16,484 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-dc905da7-3650-447-proj 2019-01-03 18:54:17,501 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-dc905da7-3650-447-user 2019-01-03 18:54:17,699 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-dc905da7-3650-447-proj-role 2019-01-03 18:54:17,720 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-dc905da7-3650-447-proj-role to project CreateInstancePortManipulationTests-dc905da7-3650-447-proj 2019-01-03 18:54:21,120 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-image 2019-01-03 18:54:21,139 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-image 2019-01-03 18:54:21,763 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-net 2019-01-03 18:54:22,689 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-subnet 2019-01-03 18:54:28,133 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-net 2019-01-03 18:54:29,680 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-inst 2019-01-03 18:54:31,997 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-inst 2019-01-03 18:54:39,590 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:54:41,049 - create_instance - INFO - Deleting Port with ID - d1c92abc-ff8b-43a3-8ad3-87cea6edb7af 2019-01-03 18:54:41,049 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4port-1 2019-01-03 18:54:41,670 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-inst 2019-01-03 18:54:41,838 - create_instance - INFO - Checking deletion status 2019-01-03 18:54:45,131 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-inst 2019-01-03 18:54:45,180 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-subnet 2019-01-03 18:54:45,180 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-subnet 2019-01-03 18:54:47,562 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-pub-net 2019-01-03 18:54:48,967 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-29d38d4b-29da-44ab-a6df-c7941619c9d4-image 2019-01-03 18:54:51,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec3b2ff7-c0f2-4966-bf4a-bf451847ed8b 2019-01-03 18:54:51,300 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:54:51,635 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-dc905da7-3650-447-proj 2019-01-03 18:54:51,876 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-dc905da7-3650-447-proj-role 2019-01-03 18:54:52,071 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-dc905da7-3650-447-user 2019-01-03 18:54:53,496 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj 2019-01-03 18:54:54,640 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-user 2019-01-03 18:54:54,843 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj-role 2019-01-03 18:54:54,862 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj-role to project CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj 2019-01-03 18:54:58,308 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-image 2019-01-03 18:54:58,474 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-image 2019-01-03 18:54:59,091 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-net 2019-01-03 18:55:00,157 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-subnet 2019-01-03 18:55:05,613 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-net 2019-01-03 18:55:07,579 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-inst 2019-01-03 18:55:09,687 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-inst 2019-01-03 18:55:17,517 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:55:19,002 - create_instance - INFO - Deleting Port with ID - 46a44cfa-2138-4fa4-ad29-720ef5c07d08 2019-01-03 18:55:19,002 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638port-1 2019-01-03 18:55:19,602 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-inst 2019-01-03 18:55:19,761 - create_instance - INFO - Checking deletion status 2019-01-03 18:55:26,374 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-inst 2019-01-03 18:55:26,420 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-subnet 2019-01-03 18:55:26,420 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-subnet 2019-01-03 18:55:29,018 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-pub-net 2019-01-03 18:55:30,884 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a2186d2b-6491-48b6-8d9d-4d655437c638-image 2019-01-03 18:55:32,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a5a10f6-a029-43ef-a2db-12fbc42e4273 2019-01-03 18:55:32,714 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:55:33,043 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj 2019-01-03 18:55:33,482 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-proj-role 2019-01-03 18:55:33,685 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-df2a6e21-4706-4db-user 2019-01-03 18:55:35,095 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-24761f6e-9488-494-proj 2019-01-03 18:55:36,221 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-24761f6e-9488-494-user 2019-01-03 18:55:36,448 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-24761f6e-9488-494-proj-role 2019-01-03 18:55:36,530 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-24761f6e-9488-494-proj-role to project CreateInstancePortManipulationTests-24761f6e-9488-494-proj 2019-01-03 18:55:39,692 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-image 2019-01-03 18:55:39,858 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-image 2019-01-03 18:55:40,588 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-net 2019-01-03 18:55:41,629 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-subnet 2019-01-03 18:55:46,664 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-net 2019-01-03 18:55:48,627 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-inst 2019-01-03 18:55:51,023 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-inst 2019-01-03 18:55:58,303 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:55:59,420 - create_instance - INFO - Deleting Port with ID - a97f90c9-8c46-4407-870a-6d96c9c96128 2019-01-03 18:55:59,420 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203port-1 2019-01-03 18:56:00,004 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-inst 2019-01-03 18:56:00,439 - create_instance - INFO - Checking deletion status 2019-01-03 18:56:03,754 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-inst 2019-01-03 18:56:03,805 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-subnet 2019-01-03 18:56:03,805 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-subnet 2019-01-03 18:56:06,232 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-pub-net 2019-01-03 18:56:07,432 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-00b7b409-98b1-4492-a476-d55b21091203-image 2019-01-03 18:56:08,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e9e817e-8d0f-414e-95e5-9ace8d6f7268 2019-01-03 18:56:09,095 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:56:09,417 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-24761f6e-9488-494-proj 2019-01-03 18:56:09,763 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-24761f6e-9488-494-proj-role 2019-01-03 18:56:09,975 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-24761f6e-9488-494-user 2019-01-03 18:56:11,436 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj 2019-01-03 18:56:12,568 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-user 2019-01-03 18:56:12,796 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj-role 2019-01-03 18:56:12,882 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj-role to project CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj 2019-01-03 18:56:16,305 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-image 2019-01-03 18:56:16,325 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-image 2019-01-03 18:56:16,966 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-net 2019-01-03 18:56:18,049 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-subnet 2019-01-03 18:56:23,831 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-net 2019-01-03 18:56:25,521 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-inst 2019-01-03 18:56:27,711 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-inst 2019-01-03 18:56:35,481 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:56:36,927 - create_instance - INFO - Deleting Port with ID - 0bada9ab-4b2e-4700-b82c-e4e78834b520 2019-01-03 18:56:36,928 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729port-1 2019-01-03 18:56:37,578 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-inst 2019-01-03 18:56:37,732 - create_instance - INFO - Checking deletion status 2019-01-03 18:56:44,276 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-inst 2019-01-03 18:56:44,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-subnet 2019-01-03 18:56:44,350 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-subnet 2019-01-03 18:56:46,753 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-pub-net 2019-01-03 18:56:48,174 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-403a4d33-f9bc-4a94-b69d-e3a45dd6c729-image 2019-01-03 18:56:50,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6afb147-bd02-457b-b079-adad9db69664 2019-01-03 18:56:50,528 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:56:50,867 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj 2019-01-03 18:56:51,380 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-proj-role 2019-01-03 18:56:51,599 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f93a2e5f-e21d-46e-user 2019-01-03 18:56:53,089 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj 2019-01-03 18:56:54,173 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-user 2019-01-03 18:56:54,383 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj-role 2019-01-03 18:56:54,476 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj-role to project CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj 2019-01-03 18:56:58,540 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-image 2019-01-03 18:56:58,711 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-image 2019-01-03 18:56:59,349 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-pub-net 2019-01-03 18:57:00,361 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-pub-subnet 2019-01-03 18:57:03,039 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023net2 2019-01-03 18:57:03,883 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet1 2019-01-03 18:57:04,782 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet2 2019-01-03 18:57:09,784 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023net2 2019-01-03 18:57:11,723 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-inst 2019-01-03 18:57:13,916 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-inst 2019-01-03 18:57:21,409 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:57:22,649 - create_instance - INFO - Deleting Port with ID - 1fcacd74-d18c-4908-972c-3eb431e6df5a 2019-01-03 18:57:22,649 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023port-1 2019-01-03 18:57:23,213 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-inst 2019-01-03 18:57:23,493 - create_instance - INFO - Checking deletion status 2019-01-03 18:57:33,466 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-inst 2019-01-03 18:57:33,517 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-pub-subnet 2019-01-03 18:57:33,517 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-pub-subnet 2019-01-03 18:57:35,956 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-pub-net 2019-01-03 18:57:37,767 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet2 2019-01-03 18:57:37,767 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet2 2019-01-03 18:57:40,203 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet1 2019-01-03 18:57:40,203 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-subnet1 2019-01-03 18:57:42,535 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023net2 2019-01-03 18:57:43,861 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-6d852b71-b5a1-4513-975d-a88bc3e1f023-image 2019-01-03 18:57:46,249 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be84ef41-df77-422b-9296-c0b854fa3cbd 2019-01-03 18:57:46,432 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:57:46,921 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj 2019-01-03 18:57:47,201 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-proj-role 2019-01-03 18:57:47,425 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bbb92ff5-973d-456-user 2019-01-03 18:57:48,981 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj 2019-01-03 18:57:50,090 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-user 2019-01-03 18:57:50,294 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj-role 2019-01-03 18:57:50,381 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj-role to project InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj 2019-01-03 18:57:53,408 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-image 2019-01-03 18:57:53,427 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-image 2019-01-03 18:57:53,996 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-net 2019-01-03 18:57:55,224 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-subnet 2019-01-03 18:58:00,344 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-net 2019-01-03 18:58:02,219 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-inst 2019-01-03 18:58:04,535 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-inst 2019-01-03 18:58:12,306 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:58:13,989 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name... 2019-01-03 18:58:13,989 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name 2019-01-03 18:58:14,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:14,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:14,723 - neutron_utils - INFO - Retrieving security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:14,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:14,984 - neutron_utils - INFO - Retrieving security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:15,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:15,310 - neutron_utils - INFO - Retrieving security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:15,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e7290cd-911c-4cf6-8bc2-79811ab22930 2019-01-03 18:58:15,516 - neutron_utils - INFO - Deleting security group rule with ID - 593db0c7-6d83-4080-9554-da864b1260a1 2019-01-03 18:58:15,804 - neutron_utils - INFO - Deleting security group rule with ID - 75c66a0b-ccb1-4a9f-a10d-d6c9ee03efa0 2019-01-03 18:58:16,076 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name 2019-01-03 18:58:19,496 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:58:22,477 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name] - Security group InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name is not found for project c5c33219c50d45b7a56a175f32ca067c (HTTP 404) (Request-ID: req-263d1b9b-1b00-4718-82d3-26c2808e766a) 2019-01-03 18:58:22,477 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-name is not found for project c5c33219c50d45b7a56a175f32ca067c (HTTP 404) (Request-ID: req-263d1b9b-1b00-4718-82d3-26c2808e766a) 2019-01-03 18:58:24,176 - create_instance - INFO - Deleting Port with ID - 44280bd2-f7d0-4816-9619-2bb4423083fc 2019-01-03 18:58:24,176 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-port 2019-01-03 18:58:24,619 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-inst 2019-01-03 18:58:24,798 - create_instance - INFO - Checking deletion status 2019-01-03 18:58:31,550 - create_instance - INFO - VM is - DELETED 2019-01-03 18:58:31,550 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-inst 2019-01-03 18:58:31,595 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-subnet 2019-01-03 18:58:31,595 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-subnet 2019-01-03 18:58:34,060 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-pub-net 2019-01-03 18:58:35,439 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7903c0c8-3717-437f-8578-3cde282e797e-image 2019-01-03 18:58:37,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 432ba172-c9aa-4cbf-9588-ceaf68254ab6 2019-01-03 18:58:37,432 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:58:38,013 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj 2019-01-03 18:58:38,260 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-proj-role 2019-01-03 18:58:38,456 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b7d2d7c2-c8e6-4da-user 2019-01-03 18:58:39,880 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-proj 2019-01-03 18:58:41,018 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-user 2019-01-03 18:58:41,215 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-proj-role 2019-01-03 18:58:41,309 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-060adcde-e4b8-41c-proj-role to project InstanceSecurityGroupTests-060adcde-e4b8-41c-proj 2019-01-03 18:58:44,500 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-image 2019-01-03 18:58:44,662 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-image 2019-01-03 18:58:45,280 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-net 2019-01-03 18:58:46,208 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-subnet 2019-01-03 18:58:49,109 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-name... 2019-01-03 18:58:49,110 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-name 2019-01-03 18:58:49,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:49,668 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:49,838 - neutron_utils - INFO - Retrieving security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:50,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:50,197 - neutron_utils - INFO - Retrieving security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:50,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:50,575 - neutron_utils - INFO - Retrieving security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:50,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf6f62ff-187a-4a1b-a87a-ce78169ab977 2019-01-03 18:58:54,246 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-net 2019-01-03 18:58:55,856 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-inst 2019-01-03 18:58:58,743 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-inst 2019-01-03 18:59:06,664 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:59:08,318 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:59:14,129 - create_instance - INFO - VM is - ACTIVE 2019-01-03 18:59:17,337 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-name] already added to VM [InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-inst] 2019-01-03 18:59:18,804 - create_instance - INFO - Deleting Port with ID - f9d0278b-03fb-42ae-93d9-cee7d447b626 2019-01-03 18:59:18,804 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-port 2019-01-03 18:59:19,669 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-inst 2019-01-03 18:59:19,828 - create_instance - INFO - Checking deletion status 2019-01-03 18:59:29,482 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-inst 2019-01-03 18:59:29,484 - neutron_utils - INFO - Deleting security group rule with ID - 15fc2b81-2907-48b1-b2e2-a51e270cf86c 2019-01-03 18:59:29,605 - neutron_utils - INFO - Deleting security group rule with ID - 6413d54e-ce6a-4b0b-b8e3-16a816f8afc2 2019-01-03 18:59:29,865 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-name 2019-01-03 18:59:30,104 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-subnet 2019-01-03 18:59:30,104 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-subnet 2019-01-03 18:59:32,496 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-pub-net 2019-01-03 18:59:33,969 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e6909a7e-2865-45f7-aa25-d6b328ada170-image 2019-01-03 18:59:35,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9854a6e0-cdbb-4666-8b39-e26ea84db192 2019-01-03 18:59:36,022 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 18:59:36,368 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-proj 2019-01-03 18:59:36,693 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-proj-role 2019-01-03 18:59:36,941 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-060adcde-e4b8-41c-user 2019-01-03 18:59:38,509 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj 2019-01-03 18:59:39,779 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-user 2019-01-03 18:59:39,988 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj-role 2019-01-03 18:59:40,079 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj-role to project InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj 2019-01-03 18:59:42,995 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-image 2019-01-03 18:59:43,278 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-image 2019-01-03 18:59:43,841 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-net 2019-01-03 18:59:44,698 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-subnet 2019-01-03 18:59:50,724 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-net 2019-01-03 18:59:52,585 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-inst 2019-01-03 18:59:54,514 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-inst 2019-01-03 19:00:02,025 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:00:04,045 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-name... 2019-01-03 19:00:04,045 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-name 2019-01-03 19:00:04,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:04,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:04,800 - neutron_utils - INFO - Retrieving security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:04,989 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:05,164 - neutron_utils - INFO - Retrieving security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:05,365 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:05,536 - neutron_utils - INFO - Retrieving security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:05,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44c5c54d-b070-4ff8-ab24-37285993a5ba 2019-01-03 19:00:08,977 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:00:13,816 - create_instance - INFO - Deleting Port with ID - 2278f9e4-3c36-4580-b380-53934625501c 2019-01-03 19:00:13,816 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-port 2019-01-03 19:00:14,282 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-inst 2019-01-03 19:00:14,421 - create_instance - INFO - Checking deletion status 2019-01-03 19:00:24,239 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-inst 2019-01-03 19:00:24,240 - neutron_utils - INFO - Deleting security group rule with ID - 9ed9dbc8-0100-43d3-b173-72573ff12835 2019-01-03 19:00:24,363 - neutron_utils - INFO - Deleting security group rule with ID - e6e3a445-8076-4a71-ae23-7c98fb0e17eb 2019-01-03 19:00:24,485 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-name 2019-01-03 19:00:24,679 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-subnet 2019-01-03 19:00:24,679 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-subnet 2019-01-03 19:00:27,013 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-pub-net 2019-01-03 19:00:28,831 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-dc76bafa-8def-40c4-aa6e-9b2f0e3d8c57-image 2019-01-03 19:00:30,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c16ca53-0e86-434e-b242-6d99f4420ac7 2019-01-03 19:00:30,867 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:00:31,201 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj 2019-01-03 19:00:31,512 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-proj-role 2019-01-03 19:00:31,733 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f330b7c1-351c-4d2-user 2019-01-03 19:00:33,450 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-074745dd-2835-455-proj 2019-01-03 19:00:34,533 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-074745dd-2835-455-user 2019-01-03 19:00:34,737 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-074745dd-2835-455-proj-role 2019-01-03 19:00:34,820 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-074745dd-2835-455-proj-role to project InstanceSecurityGroupTests-074745dd-2835-455-proj 2019-01-03 19:00:37,895 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-image 2019-01-03 19:00:38,067 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-image 2019-01-03 19:00:38,708 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-net 2019-01-03 19:00:39,902 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-subnet 2019-01-03 19:00:42,517 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-name... 2019-01-03 19:00:42,518 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-name 2019-01-03 19:00:43,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,197 - neutron_utils - INFO - Retrieving security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,579 - neutron_utils - INFO - Retrieving security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,793 - neutron_utils - INFO - Retrieving security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:43,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f382d9b5-9b75-4402-9dd6-d764c1be5310 2019-01-03 19:00:47,619 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-net 2019-01-03 19:00:49,478 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-inst 2019-01-03 19:00:51,767 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-inst 2019-01-03 19:00:58,738 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:01:00,584 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:01:04,854 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:01:09,115 - create_instance - INFO - Deleting Port with ID - 1f7cedc8-69fa-4e6a-bc7c-895e6babe2e4 2019-01-03 19:01:09,115 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-port 2019-01-03 19:01:09,573 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-inst 2019-01-03 19:01:09,744 - create_instance - INFO - Checking deletion status 2019-01-03 19:01:16,446 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-inst 2019-01-03 19:01:16,448 - neutron_utils - INFO - Deleting security group rule with ID - 93ff439f-7899-47f4-a96b-a06da171047f 2019-01-03 19:01:16,698 - neutron_utils - INFO - Deleting security group rule with ID - 4803e540-f91b-46c4-9ead-cb22fbf6b03e 2019-01-03 19:01:16,963 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-name 2019-01-03 19:01:17,272 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-subnet 2019-01-03 19:01:17,272 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-subnet 2019-01-03 19:01:19,784 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-pub-net 2019-01-03 19:01:21,513 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-6595834c-85af-4743-9b83-c2db8309afa6-image 2019-01-03 19:01:23,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11dd0137-6a16-4dbf-a43c-cfd3da05f494 2019-01-03 19:01:23,369 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:01:23,713 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-074745dd-2835-455-proj 2019-01-03 19:01:23,943 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-074745dd-2835-455-proj-role 2019-01-03 19:01:24,164 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-074745dd-2835-455-user 2019-01-03 19:01:25,611 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj 2019-01-03 19:01:26,713 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-user 2019-01-03 19:01:26,917 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj-role 2019-01-03 19:01:26,937 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj-role to project InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj 2019-01-03 19:01:30,750 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-image 2019-01-03 19:01:30,917 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-image 2019-01-03 19:01:31,534 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-net 2019-01-03 19:01:32,713 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-subnet 2019-01-03 19:01:35,396 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-name... 2019-01-03 19:01:35,396 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-name 2019-01-03 19:01:35,799 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:35,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:36,173 - neutron_utils - INFO - Retrieving security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:36,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:36,563 - neutron_utils - INFO - Retrieving security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:36,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:36,897 - neutron_utils - INFO - Retrieving security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:37,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11ba5c41-ba2f-4930-9cd4-d6e7279ee748 2019-01-03 19:01:40,976 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-net 2019-01-03 19:01:42,897 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-inst 2019-01-03 19:01:44,943 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-inst 2019-01-03 19:01:52,315 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:01:56,238 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:01:58,411 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-name not associated with the instance 6dcd4818-94a8-401d-b365-8caae621dee6 (HTTP 404) (Request-ID: req-b3aaa175-2b0b-4eb1-ad56-b4e9a0dc9c16) 2019-01-03 19:02:00,090 - create_instance - INFO - Deleting Port with ID - 3a09b827-b0c9-423c-8406-14870b2901c1 2019-01-03 19:02:00,090 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-port 2019-01-03 19:02:00,862 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-inst 2019-01-03 19:02:01,015 - create_instance - INFO - Checking deletion status 2019-01-03 19:02:07,815 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-inst 2019-01-03 19:02:07,816 - neutron_utils - INFO - Deleting security group rule with ID - c44ed530-b636-43a4-b0ee-d7ddc3d9bb88 2019-01-03 19:02:07,943 - neutron_utils - INFO - Deleting security group rule with ID - c46c85bd-eb49-486b-81e7-b43021d247bd 2019-01-03 19:02:08,189 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-name 2019-01-03 19:02:08,584 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-subnet 2019-01-03 19:02:08,584 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-subnet 2019-01-03 19:02:11,071 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-pub-net 2019-01-03 19:02:12,384 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e7248306-2233-4b98-9e5e-be0ba6b0b495-image 2019-01-03 19:02:14,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 24de39b6-438f-4182-81db-23f29b19a355 2019-01-03 19:02:14,816 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:02:15,158 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj 2019-01-03 19:02:15,430 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-proj-role 2019-01-03 19:02:15,651 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-339cc1b7-79fe-48e-user 2019-01-03 19:02:17,115 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj 2019-01-03 19:02:18,204 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-user 2019-01-03 19:02:18,405 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj-role 2019-01-03 19:02:18,423 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj-role to project CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj 2019-01-03 19:02:19,128 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-net 2019-01-03 19:02:19,769 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-subnet 2019-01-03 19:02:24,023 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-image 2019-01-03 19:02:24,190 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-image 2019-01-03 19:02:28,015 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-net 2019-01-03 19:02:29,698 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 19:02:32,063 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 19:02:39,456 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:02:45,587 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-net 2019-01-03 19:02:47,044 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 19:02:49,108 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 19:02:56,585 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:03:00,285 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:03:02,098 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:03:03,771 - create_instance - INFO - Deleting Port with ID - 46c2f231-b787-4152-a651-74bbd825c26e 2019-01-03 19:03:03,771 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383port-1 2019-01-03 19:03:04,197 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 19:03:04,380 - create_instance - INFO - Checking deletion status 2019-01-03 19:03:07,540 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 19:03:07,542 - create_instance - INFO - Deleting Port with ID - 9c62226c-5633-4ccd-aa12-b3cd882f42f7 2019-01-03 19:03:07,542 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383port-2 2019-01-03 19:03:08,161 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 19:03:08,320 - create_instance - INFO - Checking deletion status 2019-01-03 19:03:11,639 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 19:03:11,673 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-subnet 2019-01-03 19:03:11,674 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-subnet 2019-01-03 19:03:13,820 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-priv-net 2019-01-03 19:03:15,197 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-8cab172f-7136-449b-a77a-2e1f3052c383-image 2019-01-03 19:03:17,170 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj 2019-01-03 19:03:17,489 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-proj-role 2019-01-03 19:03:17,689 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-822383a7-ce85-4e3-user 2019-01-03 19:03:19,187 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj 2019-01-03 19:03:20,252 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-user 2019-01-03 19:03:20,456 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj-role 2019-01-03 19:03:20,547 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj-role to project CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj 2019-01-03 19:03:20,682 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2019-01-03 19:03:23,399 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1 2019-01-03 19:03:23,419 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1 2019-01-03 19:03:24,775 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-net 2019-01-03 19:03:25,918 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-subnet 2019-01-03 19:03:30,622 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-net 2019-01-03 19:03:32,244 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-inst 2019-01-03 19:03:34,162 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-inst 2019-01-03 19:03:41,563 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:03:42,391 - create_instance - INFO - Deleting Port with ID - f172bf4b-7069-4ef4-a36c-dea7c1d8f5a3 2019-01-03 19:03:42,392 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-port 2019-01-03 19:03:43,041 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-inst 2019-01-03 19:03:43,230 - create_instance - INFO - Checking deletion status 2019-01-03 19:03:49,948 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-inst 2019-01-03 19:03:49,991 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-subnet 2019-01-03 19:03:49,992 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-subnet 2019-01-03 19:03:52,485 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1-pub-net 2019-01-03 19:03:53,848 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-b72084e0-a6d4-41de-bd62-f6f966256cd1 2019-01-03 19:03:56,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7fc151e0-eb58-44f4-93a7-a3e7f525583c 2019-01-03 19:03:56,218 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:03:56,504 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj 2019-01-03 19:03:56,687 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-proj-role 2019-01-03 19:03:56,899 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-badb5f95-7148-4c5-user 2019-01-03 19:03:58,427 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-proj 2019-01-03 19:03:59,457 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-user 2019-01-03 19:03:59,666 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-proj-role 2019-01-03 19:03:59,752 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-941995ca-5c68-4bd-proj-role to project CreateInstanceVolumeTests-941995ca-5c68-4bd-proj 2019-01-03 19:04:02,476 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-image 2019-01-03 19:04:02,497 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-image 2019-01-03 19:04:03,850 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-net 2019-01-03 19:04:05,024 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-subnet 2019-01-03 19:04:07,596 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-1 2019-01-03 19:04:11,383 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-1 2019-01-03 19:04:12,576 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-2 2019-01-03 19:04:12,785 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-2 2019-01-03 19:04:16,508 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-net 2019-01-03 19:04:17,962 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-inst 2019-01-03 19:04:20,376 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-inst 2019-01-03 19:04:27,708 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:04:29,816 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:04:34,635 - create_instance - INFO - Deleting Port with ID - 14b6d5ac-880a-4240-bf93-08de4a7443c5 2019-01-03 19:04:34,636 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-port 2019-01-03 19:04:39,269 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-inst 2019-01-03 19:04:39,441 - create_instance - INFO - Checking deletion status 2019-01-03 19:04:42,878 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-inst 2019-01-03 19:04:42,919 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-subnet 2019-01-03 19:04:42,920 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-subnet 2019-01-03 19:04:45,437 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-pub-net 2019-01-03 19:04:46,987 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-2 2019-01-03 19:04:50,980 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-2 2019-01-03 19:04:51,188 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-1 2019-01-03 19:04:54,663 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-1 2019-01-03 19:04:54,664 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-1f9ae6d7-b0ff-4350-bfd0-df1b445e06c0-image 2019-01-03 19:04:57,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6f57e9bf-705e-4149-9a8f-c3cf942d1cda 2019-01-03 19:04:57,302 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:04:57,654 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-proj 2019-01-03 19:04:57,927 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-proj-role 2019-01-03 19:04:58,231 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-941995ca-5c68-4bd-user 2019-01-03 19:04:59,678 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj 2019-01-03 19:05:00,775 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-user 2019-01-03 19:05:00,990 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj-role 2019-01-03 19:05:01,086 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj-role to project CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj 2019-01-03 19:05:04,635 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-image 2019-01-03 19:05:04,804 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-image 2019-01-03 19:05:06,173 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-net 2019-01-03 19:05:07,302 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-subnet 2019-01-03 19:05:09,605 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-1 2019-01-03 19:05:13,019 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-1 2019-01-03 19:05:14,215 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-2 2019-01-03 19:05:14,408 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-2 2019-01-03 19:05:18,270 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-net 2019-01-03 19:05:20,120 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-inst 2019-01-03 19:05:22,020 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-inst 2019-01-03 19:05:30,042 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:05:32,798 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:05:37,197 - create_instance - INFO - VM is - ACTIVE 2019-01-03 19:05:42,150 - create_instance - INFO - Deleting Port with ID - 30dc1598-8395-41fc-bffa-f80a8997c2bf 2019-01-03 19:05:42,150 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-port 2019-01-03 19:05:51,473 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-inst 2019-01-03 19:05:51,626 - create_instance - INFO - Checking deletion status 2019-01-03 19:05:54,920 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-inst 2019-01-03 19:05:54,968 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-subnet 2019-01-03 19:05:54,969 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-subnet 2019-01-03 19:05:57,253 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-pub-net 2019-01-03 19:05:59,286 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-2 2019-01-03 19:06:03,127 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-2 2019-01-03 19:06:03,189 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-1 2019-01-03 19:06:06,834 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-1 2019-01-03 19:06:06,835 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-56f39a17-5e9f-4d91-9538-d25821bd86a3-image 2019-01-03 19:06:08,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 804b8ef6-0e6a-492f-9869-680720e8d0c8 2019-01-03 19:06:09,128 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:06:09,494 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj 2019-01-03 19:06:09,760 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-proj-role 2019-01-03 19:06:09,962 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-9d0f23d3-ffd9-458-user 2019-01-03 19:06:11,356 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-35f833d2-5dad-495-proj 2019-01-03 19:06:12,952 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-35f833d2-5dad-495-proj 2019-01-03 19:06:13,088 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-35f833d2-5dad-495-user 2019-01-03 19:06:13,283 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-35f833d2-5dad-495-proj-role 2019-01-03 19:06:13,372 - keystone_utils - INFO - Granting role CreateStackSuccessTests-35f833d2-5dad-495-proj-role to project CreateStackSuccessTests-35f833d2-5dad-495-proj 2019-01-03 19:06:16,178 - create_image - INFO - Created image with name - CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-image 2019-01-03 19:06:16,343 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-image 2019-01-03 19:06:22,379 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-stack 2019-01-03 19:06:38,903 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-stack 2019-01-03 19:06:54,239 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-stack 2019-01-03 19:06:54,600 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-eea502b0-08c8-42eb-a303-bb9302babfd5-image 2019-01-03 19:06:56,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61014295-5de9-4efc-9c8b-cdca1e8f20c6 2019-01-03 19:06:56,439 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:06:56,813 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-35f833d2-5dad-495-proj 2019-01-03 19:06:57,101 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-35f833d2-5dad-495-proj-role 2019-01-03 19:06:57,302 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-35f833d2-5dad-495-user 2019-01-03 19:06:58,793 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj 2019-01-03 19:07:00,560 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj 2019-01-03 19:07:00,633 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-user 2019-01-03 19:07:00,841 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj-role 2019-01-03 19:07:00,937 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj-role to project CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj 2019-01-03 19:07:04,157 - create_image - INFO - Created image with name - CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-image 2019-01-03 19:07:04,318 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-image 2019-01-03 19:07:08,398 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:25,540 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:27,129 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:27,129 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:27,129 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:36,992 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-stack 2019-01-03 19:07:37,183 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a3d254bf-56c8-4662-9765-f8862948e8af-image 2019-01-03 19:07:38,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fafffd1-6a0b-4f96-8847-81f0ae412032 2019-01-03 19:07:38,630 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:07:38,962 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj 2019-01-03 19:07:39,263 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-proj-role 2019-01-03 19:07:39,478 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3a4a6b95-c37b-4e9-user 2019-01-03 19:07:40,901 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5e7148a7-d989-417-proj 2019-01-03 19:07:42,413 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-5e7148a7-d989-417-proj 2019-01-03 19:07:42,556 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5e7148a7-d989-417-user 2019-01-03 19:07:42,763 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5e7148a7-d989-417-proj-role 2019-01-03 19:07:42,849 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5e7148a7-d989-417-proj-role to project CreateStackSuccessTests-5e7148a7-d989-417-proj 2019-01-03 19:07:45,789 - create_image - INFO - Created image with name - CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-image 2019-01-03 19:07:45,808 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-image 2019-01-03 19:07:50,142 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-stack 2019-01-03 19:07:50,142 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2019-01-03 19:07:50,363 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2019-01-03 19:07:50,363 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-stack 2019-01-03 19:08:01,017 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-stack 2019-01-03 19:08:01,755 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-112bf528-7040-4cc6-b188-13543e51d76e-image 2019-01-03 19:08:03,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e279ecf6-c56d-4456-9bf5-38c9e3f1acb0 2019-01-03 19:08:03,766 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:08:04,117 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5e7148a7-d989-417-proj 2019-01-03 19:08:04,455 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5e7148a7-d989-417-proj-role 2019-01-03 19:08:04,675 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5e7148a7-d989-417-user 2019-01-03 19:08:06,117 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b7358680-345e-418-proj 2019-01-03 19:08:07,578 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b7358680-345e-418-proj 2019-01-03 19:08:07,711 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b7358680-345e-418-user 2019-01-03 19:08:08,002 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b7358680-345e-418-proj-role 2019-01-03 19:08:08,090 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b7358680-345e-418-proj-role to project CreateStackSuccessTests-b7358680-345e-418-proj 2019-01-03 19:08:10,536 - create_image - INFO - Created image with name - CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-image 2019-01-03 19:08:10,556 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-image 2019-01-03 19:08:14,567 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-stack 2019-01-03 19:08:31,436 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-stack 2019-01-03 19:08:32,388 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-stack 2019-01-03 19:08:45,449 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-stack 2019-01-03 19:08:45,656 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fca3e4bd-4a87-46d2-9e4c-674470581395-image 2019-01-03 19:08:47,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a3a049-4798-4cca-908e-963ab9175662 2019-01-03 19:08:47,304 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:08:47,944 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b7358680-345e-418-proj 2019-01-03 19:08:48,263 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b7358680-345e-418-proj-role 2019-01-03 19:08:48,456 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b7358680-345e-418-user 2019-01-03 19:08:49,901 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2aa25e28-4f58-482-proj 2019-01-03 19:08:51,475 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2aa25e28-4f58-482-proj 2019-01-03 19:08:51,654 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2aa25e28-4f58-482-user 2019-01-03 19:08:51,865 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2aa25e28-4f58-482-proj-role 2019-01-03 19:08:51,956 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2aa25e28-4f58-482-proj-role to project CreateStackSuccessTests-2aa25e28-4f58-482-proj 2019-01-03 19:08:54,012 - create_image - INFO - Created image with name - CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-image 2019-01-03 19:08:54,172 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-image 2019-01-03 19:08:58,573 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-stack 2019-01-03 19:09:14,952 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-stack 2019-01-03 19:09:16,571 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-stack 2019-01-03 19:09:16,932 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-stack 2019-01-03 19:09:30,058 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-stack 2019-01-03 19:09:30,115 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-edde0358-8c50-453d-8ef9-a8c7653ecbcc-image 2019-01-03 19:09:31,675 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c0d013fa-cb92-40c2-b668-1f1f303483cf 2019-01-03 19:09:31,849 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:09:32,212 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2aa25e28-4f58-482-proj 2019-01-03 19:09:32,472 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2aa25e28-4f58-482-proj-role 2019-01-03 19:09:32,674 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2aa25e28-4f58-482-user 2019-01-03 19:09:34,135 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj 2019-01-03 19:09:35,623 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj 2019-01-03 19:09:35,766 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-user 2019-01-03 19:09:35,966 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj-role 2019-01-03 19:09:36,058 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj-role to project CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj 2019-01-03 19:09:39,166 - create_image - INFO - Created image with name - CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-image 2019-01-03 19:09:39,337 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-image 2019-01-03 19:09:43,269 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-stack 2019-01-03 19:09:59,997 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-stack 2019-01-03 19:10:03,584 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-stack 2019-01-03 19:10:17,134 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-stack 2019-01-03 19:10:17,705 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-41c0b204-822f-4387-808f-60635e87f85c-image 2019-01-03 19:10:19,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee7314e1-73bd-4cf7-8191-61d8683b1edf 2019-01-03 19:10:19,541 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:10:19,873 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj 2019-01-03 19:10:20,132 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-proj-role 2019-01-03 19:10:20,339 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d4003bbd-ef8d-4b5-user 2019-01-03 19:10:21,770 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-85c7a033-d801-477-proj 2019-01-03 19:10:23,268 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-85c7a033-d801-477-proj 2019-01-03 19:10:23,413 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-85c7a033-d801-477-user 2019-01-03 19:10:23,625 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-85c7a033-d801-477-proj-role 2019-01-03 19:10:23,721 - keystone_utils - INFO - Granting role CreateStackSuccessTests-85c7a033-d801-477-proj-role to project CreateStackSuccessTests-85c7a033-d801-477-proj 2019-01-03 19:10:26,712 - create_image - INFO - Created image with name - CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-image 2019-01-03 19:10:26,732 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-image 2019-01-03 19:10:30,965 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-stack 2019-01-03 19:10:47,463 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-stack 2019-01-03 19:10:53,640 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-inst 2019-01-03 19:11:02,035 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-stack 2019-01-03 19:11:11,836 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-stack 2019-01-03 19:11:11,908 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-76d69782-1dac-4c90-9596-a5f01c7debf0-image 2019-01-03 19:11:13,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c3d45b4-dd33-4b3c-8020-b7fd6ab90031 2019-01-03 19:11:13,569 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:11:13,904 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-85c7a033-d801-477-proj 2019-01-03 19:11:14,162 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-85c7a033-d801-477-proj-role 2019-01-03 19:11:14,387 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-85c7a033-d801-477-user 2019-01-03 19:11:15,866 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-62996558-55e0-488-proj 2019-01-03 19:11:17,533 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-62996558-55e0-488-proj 2019-01-03 19:11:17,981 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-62996558-55e0-488-proj 2019-01-03 19:11:18,122 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-62996558-55e0-488-user 2019-01-03 19:11:18,410 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-62996558-55e0-488-proj-role 2019-01-03 19:11:18,501 - keystone_utils - INFO - Granting role CreateStackVolumeTests-62996558-55e0-488-proj-role to project CreateStackVolumeTests-62996558-55e0-488-proj 2019-01-03 19:11:21,208 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-10607760-1208-4aad-88cf-5a7954680170-stack 2019-01-03 19:11:25,190 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-10607760-1208-4aad-88cf-5a7954680170-stack 2019-01-03 19:11:26,630 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-10607760-1208-4aad-88cf-5a7954680170-stack 2019-01-03 19:11:30,419 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-10607760-1208-4aad-88cf-5a7954680170-stack 2019-01-03 19:11:31,066 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-62996558-55e0-488-proj 2019-01-03 19:11:31,318 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-62996558-55e0-488-proj-role 2019-01-03 19:11:31,519 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-62996558-55e0-488-user 2019-01-03 19:11:32,950 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj 2019-01-03 19:11:34,427 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj 2019-01-03 19:11:34,943 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj 2019-01-03 19:11:35,077 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-user 2019-01-03 19:11:35,284 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj-role 2019-01-03 19:11:35,367 - keystone_utils - INFO - Granting role CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj-role to project CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj 2019-01-03 19:11:38,087 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-9fc4c5b1-920f-4b2f-956d-2f4a1a125a09-stack 2019-01-03 19:11:41,664 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-9fc4c5b1-920f-4b2f-956d-2f4a1a125a09-stack 2019-01-03 19:11:43,536 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-9fc4c5b1-920f-4b2f-956d-2f4a1a125a09-stack 2019-01-03 19:11:47,921 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-9fc4c5b1-920f-4b2f-956d-2f4a1a125a09-stack 2019-01-03 19:11:48,603 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj 2019-01-03 19:11:48,904 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-proj-role 2019-01-03 19:11:49,113 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-c8c9fa04-1c6a-4d7-user 2019-01-03 19:11:50,512 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-proj 2019-01-03 19:11:52,042 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-c0fe3c0a-5e61-499-proj 2019-01-03 19:11:52,550 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-c0fe3c0a-5e61-499-proj 2019-01-03 19:11:52,682 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-user 2019-01-03 19:11:52,872 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-proj-role 2019-01-03 19:11:52,962 - keystone_utils - INFO - Granting role CreateStackFlavorTests-c0fe3c0a-5e61-499-proj-role to project CreateStackFlavorTests-c0fe3c0a-5e61-499-proj 2019-01-03 19:11:55,716 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-78d7ec21-b511-44e2-a528-16bf8aeb6be9-stack 2019-01-03 19:11:55,932 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-78d7ec21-b511-44e2-a528-16bf8aeb6be9-stack 2019-01-03 19:11:57,003 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-78d7ec21-b511-44e2-a528-16bf8aeb6be9-stack-flavor-yprxfawzpkcl 2019-01-03 19:11:57,004 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-78d7ec21-b511-44e2-a528-16bf8aeb6be9-stack 2019-01-03 19:12:00,857 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-78d7ec21-b511-44e2-a528-16bf8aeb6be9-stack 2019-01-03 19:12:01,535 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-proj 2019-01-03 19:12:01,802 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-proj-role 2019-01-03 19:12:01,999 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-c0fe3c0a-5e61-499-user 2019-01-03 19:12:03,410 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-2a35e221-0739-46b-proj 2019-01-03 19:12:04,871 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-2a35e221-0739-46b-proj 2019-01-03 19:12:05,000 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-2a35e221-0739-46b-user 2019-01-03 19:12:05,201 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-2a35e221-0739-46b-proj-role 2019-01-03 19:12:05,291 - keystone_utils - INFO - Granting role CreateStackKeypairTests-2a35e221-0739-46b-proj-role to project CreateStackKeypairTests-2a35e221-0739-46b-proj 2019-01-03 19:12:08,033 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-c3284079-23c7-4a71-936f-affb966e5283-stack 2019-01-03 19:12:08,515 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-c3284079-23c7-4a71-936f-affb966e5283-stack 2019-01-03 19:12:10,403 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-c3284079-23c7-4a71-936f-affb966e5283-stack 2019-01-03 19:12:13,982 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-c3284079-23c7-4a71-936f-affb966e5283-stack 2019-01-03 19:12:14,680 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-2a35e221-0739-46b-proj 2019-01-03 19:12:14,946 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-2a35e221-0739-46b-proj-role 2019-01-03 19:12:15,157 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-2a35e221-0739-46b-user 2019-01-03 19:12:16,566 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-proj 2019-01-03 19:12:18,207 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-dcba1901-e10a-407-proj 2019-01-03 19:12:18,257 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-user 2019-01-03 19:12:18,452 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-proj-role 2019-01-03 19:12:18,538 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-dcba1901-e10a-407-proj-role to project CreateStackSecurityGroupTests-dcba1901-e10a-407-proj 2019-01-03 19:12:21,258 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-90019e4a-63a0-4bf7-ad89-e69c1e5fa061-stack 2019-01-03 19:12:24,844 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-90019e4a-63a0-4bf7-ad89-e69c1e5fa061-stack 2019-01-03 19:12:25,224 - neutron_utils - INFO - Retrieving security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:25,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:25,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:26,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:26,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:26,917 - neutron_utils - INFO - Retrieving security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:27,123 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 912c7664-b2dc-4fa1-896b-9262166db05a 2019-01-03 19:12:27,152 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-90019e4a-63a0-4bf7-ad89-e69c1e5fa061-stack 2019-01-03 19:12:31,035 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-90019e4a-63a0-4bf7-ad89-e69c1e5fa061-stack 2019-01-03 19:12:31,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2520fab3-81b9-41b4-8ce6-7d70330f5a0e 2019-01-03 19:12:31,894 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:12:32,215 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-proj 2019-01-03 19:12:32,546 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-proj-role 2019-01-03 19:12:32,753 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-dcba1901-e10a-407-user 2019-01-03 19:12:34,183 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-c17d77db-3725-4f4-proj 2019-01-03 19:12:35,737 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-c17d77db-3725-4f4-proj 2019-01-03 19:12:35,797 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-c17d77db-3725-4f4-user 2019-01-03 19:12:35,998 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-c17d77db-3725-4f4-proj-role 2019-01-03 19:12:36,092 - keystone_utils - INFO - Granting role CreateStackNegativeTests-c17d77db-3725-4f4-proj-role to project CreateStackNegativeTests-c17d77db-3725-4f4-proj 2019-01-03 19:12:37,347 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-c17d77db-3725-4f4-proj 2019-01-03 19:12:37,569 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-c17d77db-3725-4f4-proj-role 2019-01-03 19:12:37,763 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-c17d77db-3725-4f4-user 2019-01-03 19:12:39,213 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-fabca366-ecf3-4c0-proj 2019-01-03 19:12:40,685 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-fabca366-ecf3-4c0-proj 2019-01-03 19:12:40,814 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-fabca366-ecf3-4c0-user 2019-01-03 19:12:41,015 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-fabca366-ecf3-4c0-proj-role 2019-01-03 19:12:41,105 - keystone_utils - INFO - Granting role CreateStackNegativeTests-fabca366-ecf3-4c0-proj-role to project CreateStackNegativeTests-fabca366-ecf3-4c0-proj 2019-01-03 19:12:42,888 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-fabca366-ecf3-4c0-proj 2019-01-03 19:12:43,109 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-fabca366-ecf3-4c0-proj-role 2019-01-03 19:12:43,302 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-fabca366-ecf3-4c0-user 2019-01-03 19:12:44,722 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-proj 2019-01-03 19:12:45,842 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-user 2019-01-03 19:12:46,046 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-proj-role 2019-01-03 19:12:46,142 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-bab77466-b622-414-proj-role to project CreateInstanceSingleNetworkTests-bab77466-b622-414-proj 2019-01-03 19:12:48,649 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-image 2019-01-03 19:12:48,818 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-image 2019-01-03 19:12:49,453 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-net 2019-01-03 19:12:50,423 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-subnet 2019-01-03 19:12:52,845 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-router 2019-01-03 19:12:53,967 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-subnet 2019-01-03 19:12:53,968 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-subnet 2019-01-03 19:12:56,564 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-pub-net 2019-01-03 19:12:57,784 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-11da7444-d89a-4abb-92a1-ba55d0c9eb2a-image 2019-01-03 19:12:59,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f7b1fa4-917c-4011-a2d7-2bce139c2111 2019-01-03 19:12:59,815 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:13:00,182 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-proj 2019-01-03 19:13:00,539 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-proj-role 2019-01-03 19:13:00,728 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-bab77466-b622-414-user 2019-01-03 19:13:02,159 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj 2019-01-03 19:13:03,261 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-user 2019-01-03 19:13:03,458 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj-role 2019-01-03 19:13:03,485 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj-role to project CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj 2019-01-03 19:13:06,047 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-image 2019-01-03 19:13:06,226 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-image 2019-01-03 19:13:06,856 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-net 2019-01-03 19:13:07,874 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-subnet 2019-01-03 19:13:10,824 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-router 2019-01-03 19:13:12,015 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-subnet 2019-01-03 19:13:12,015 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-subnet 2019-01-03 19:13:14,210 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-pub-net 2019-01-03 19:13:15,677 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-2a7ec345-02eb-4f87-8373-9001424bd91c-image 2019-01-03 19:13:17,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c15e251-9f5c-41a2-90c1-8cc542d45211 2019-01-03 19:13:17,478 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:13:17,785 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj 2019-01-03 19:13:18,086 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-proj-role 2019-01-03 19:13:18,309 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-65639c2d-8af3-494-user 2019-01-03 19:13:19,776 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj 2019-01-03 19:13:20,884 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-user 2019-01-03 19:13:21,081 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj-role 2019-01-03 19:13:21,174 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj-role to project CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj 2019-01-03 19:13:23,899 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-image 2019-01-03 19:13:24,074 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-image 2019-01-03 19:13:24,697 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-net 2019-01-03 19:13:25,514 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-subnet 2019-01-03 19:13:28,236 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-router 2019-01-03 19:13:29,153 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-subnet 2019-01-03 19:13:29,153 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-subnet 2019-01-03 19:13:31,645 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-pub-net 2019-01-03 19:13:33,211 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-294e9e0a-2749-41ff-8f12-78b563cb9beb-image 2019-01-03 19:13:35,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f075ed3e-2cdc-49f6-b4dc-398189025fba 2019-01-03 19:13:35,558 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:13:35,891 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj 2019-01-03 19:13:36,163 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-proj-role 2019-01-03 19:13:36,385 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2f6ac22c-395c-483-user 2019-01-03 19:13:37,831 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj 2019-01-03 19:13:39,002 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-user 2019-01-03 19:13:39,202 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj-role 2019-01-03 19:13:39,286 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj-role to project CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj 2019-01-03 19:13:41,585 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-image 2019-01-03 19:13:41,757 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-image 2019-01-03 19:13:42,404 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-net 2019-01-03 19:13:43,682 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-subnet 2019-01-03 19:13:46,205 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-router 2019-01-03 19:13:47,380 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-subnet 2019-01-03 19:13:47,380 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-subnet 2019-01-03 19:13:49,889 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-pub-net 2019-01-03 19:13:51,722 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-baaa0498-10a4-4dc3-97e5-eda27e4b377b-image 2019-01-03 19:13:53,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf786866-3bcc-4093-9e11-69c5b67ba768 2019-01-03 19:13:53,306 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:13:53,640 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj 2019-01-03 19:13:53,983 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-proj-role 2019-01-03 19:13:54,193 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-6e35b757-0111-443-user 2019-01-03 19:13:55,602 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj 2019-01-03 19:13:56,614 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-user 2019-01-03 19:13:56,837 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj-role 2019-01-03 19:13:56,934 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj-role to project CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj 2019-01-03 19:13:59,304 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-image 2019-01-03 19:13:59,324 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-image 2019-01-03 19:13:59,875 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-net 2019-01-03 19:14:01,413 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-subnet 2019-01-03 19:14:04,292 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-router 2019-01-03 19:14:05,272 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-subnet 2019-01-03 19:14:05,272 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-subnet 2019-01-03 19:14:07,709 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-pub-net 2019-01-03 19:14:08,798 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-9472410a-d763-40c3-8be3-ce7710e3807d-image 2019-01-03 19:14:10,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 389c4c2c-49e1-4b99-b31a-6e80da2954a0 2019-01-03 19:14:10,472 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:14:10,827 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj 2019-01-03 19:14:11,115 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-proj-role 2019-01-03 19:14:11,314 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-681ad751-b624-48c-user 2019-01-03 19:14:12,783 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj 2019-01-03 19:14:13,867 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-user 2019-01-03 19:14:14,075 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj-role 2019-01-03 19:14:14,097 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj-role to project CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj 2019-01-03 19:14:16,670 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-image 2019-01-03 19:14:16,837 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-image 2019-01-03 19:14:17,456 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-net 2019-01-03 19:14:18,723 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-subnet 2019-01-03 19:14:21,306 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-router 2019-01-03 19:14:22,404 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-subnet 2019-01-03 19:14:22,404 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-subnet 2019-01-03 19:14:24,780 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-pub-net 2019-01-03 19:14:26,341 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d3376625-9d14-4882-9ded-4f0b08e3db64-image 2019-01-03 19:14:28,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2d465e5-f718-47bb-b4b3-bbd29452b577 2019-01-03 19:14:28,365 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:14:28,915 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj 2019-01-03 19:14:29,235 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-proj-role 2019-01-03 19:14:29,443 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-246e5ddf-e36b-431-user 2019-01-03 19:14:30,927 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj 2019-01-03 19:14:31,914 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-user 2019-01-03 19:14:32,136 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj-role 2019-01-03 19:14:32,219 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj-role to project CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj 2019-01-03 19:14:35,620 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-image 2019-01-03 19:14:35,780 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-image 2019-01-03 19:14:36,423 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-net 2019-01-03 19:14:37,647 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-subnet 2019-01-03 19:14:40,216 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-router 2019-01-03 19:14:41,362 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-subnet 2019-01-03 19:14:41,362 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-subnet 2019-01-03 19:14:43,825 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-pub-net 2019-01-03 19:14:45,579 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-474c0690-00f3-4046-8145-ce8a5af7ef05-image 2019-01-03 19:14:46,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ba507e2-8d69-4b6f-a05b-4d7cd45915c5 2019-01-03 19:14:47,119 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:14:47,455 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj 2019-01-03 19:14:47,989 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-proj-role 2019-01-03 19:14:48,200 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-35158f42-842e-4fc-user 2019-01-03 19:14:49,628 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-35c1988b-0358-41d-proj 2019-01-03 19:14:51,362 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-35c1988b-0358-41d-proj 2019-01-03 19:14:51,862 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-35c1988b-0358-41d-proj 2019-01-03 19:14:52,001 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-35c1988b-0358-41d-user 2019-01-03 19:14:52,196 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-35c1988b-0358-41d-proj-role 2019-01-03 19:14:52,289 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-35c1988b-0358-41d-proj-role to project CreateStackFloatingIpTests-35c1988b-0358-41d-proj 2019-01-03 19:14:55,556 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-image 2019-01-03 19:14:55,728 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-image 2019-01-03 19:15:00,347 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-stack 2019-01-03 19:15:08,010 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-stack failed 2019-01-03 19:15:08,010 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:08,010 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:08,010 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:08,010 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 473b156e-3bb1-44d1-a29a-a9b9baaee688. Neutron server returns request_ids: ['req-5bca5019-095a-4830-aadd-9116f414abaf']] 2019-01-03 19:15:08,010 - create_stack - ERROR - Resource: [vm1] status: [CREATE_IN_PROGRESS] reason: [state changed] 2019-01-03 19:15:08,011 - create_stack - ERROR - Resource: [vm2] status: [CREATE_IN_PROGRESS] reason: [state changed] 2019-01-03 19:15:08,032 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-stack 2019-01-03 19:15:29,196 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-stack 2019-01-03 19:15:29,251 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-dab0defb-9717-473a-b2a4-4c3e87fec528-image 2019-01-03 19:15:31,571 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 236725cc-0abc-4913-b5c1-2e90b3a95748 2019-01-03 19:15:31,751 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:15:32,264 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-35c1988b-0358-41d-proj 2019-01-03 19:15:32,564 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-35c1988b-0358-41d-proj-role 2019-01-03 19:15:32,779 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-35c1988b-0358-41d-user 2019-01-03 19:15:34,237 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj 2019-01-03 19:15:35,804 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj 2019-01-03 19:15:36,321 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj 2019-01-03 19:15:36,444 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-user 2019-01-03 19:15:36,652 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj-role 2019-01-03 19:15:36,748 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj-role to project CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj 2019-01-03 19:15:39,245 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-image 2019-01-03 19:15:39,407 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-image 2019-01-03 19:15:44,062 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-stack 2019-01-03 19:15:51,464 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-stack failed 2019-01-03 19:15:51,464 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,464 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 473b156e-3bb1-44d1-a29a-a9b9baaee688. Neutron server returns request_ids: ['req-7ef46191-3708-4d6d-a2fc-3b4ce492adb1']] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,465 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2019-01-03 19:15:51,466 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-stack 2019-01-03 19:16:08,385 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-stack 2019-01-03 19:16:08,446 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-76e683e3-ad03-43c4-a828-555aaf7b7706-image 2019-01-03 19:16:09,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b362526-e26a-47b0-a8a5-62398151e66c 2019-01-03 19:16:09,974 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:16:10,286 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj 2019-01-03 19:16:10,564 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-proj-role 2019-01-03 19:16:10,767 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-985a4f49-65c2-4b1-user 2019-01-03 19:16:12,190 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-043ecdf7-dca6-461-proj 2019-01-03 19:16:13,184 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-043ecdf7-dca6-461-user 2019-01-03 19:16:13,382 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-043ecdf7-dca6-461-proj-role 2019-01-03 19:16:13,474 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-043ecdf7-dca6-461-proj-role to project AnsibleProvisioningTests-043ecdf7-dca6-461-proj 2019-01-03 19:16:21,475 - create_image - INFO - Created image with name - AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab--image 2019-01-03 19:16:21,495 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab--image 2019-01-03 19:16:22,505 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-net 2019-01-03 19:16:23,369 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-subnet 2019-01-03 19:16:26,802 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-router 2019-01-03 19:16:28,105 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-subnet 2019-01-03 19:16:28,105 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-subnet 2019-01-03 19:16:30,359 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab-pub-net 2019-01-03 19:16:31,937 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-51e5d2a7-9581-409e-b10a-21129518feab--image 2019-01-03 19:16:33,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 727227ba-542f-498e-9505-4743cc6bf609 2019-01-03 19:16:33,621 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:16:34,109 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-043ecdf7-dca6-461-proj 2019-01-03 19:16:34,469 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-043ecdf7-dca6-461-proj-role 2019-01-03 19:16:34,667 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-043ecdf7-dca6-461-user 2019-01-03 19:16:36,274 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-36b0328d-7803-452-proj 2019-01-03 19:16:37,335 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-36b0328d-7803-452-user 2019-01-03 19:16:37,538 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-36b0328d-7803-452-proj-role 2019-01-03 19:16:37,632 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-36b0328d-7803-452-proj-role to project AnsibleProvisioningTests-36b0328d-7803-452-proj 2019-01-03 19:16:45,101 - create_image - INFO - Created image with name - AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a--image 2019-01-03 19:16:45,275 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a--image 2019-01-03 19:16:46,258 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-net 2019-01-03 19:16:48,091 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-subnet 2019-01-03 19:16:51,788 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-router 2019-01-03 19:16:52,764 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-subnet 2019-01-03 19:16:52,764 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-subnet 2019-01-03 19:16:55,464 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a-pub-net 2019-01-03 19:16:56,748 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-53b9baab-d429-4a80-8a25-04031b8e731a--image 2019-01-03 19:16:58,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbf63d27-c40c-4e65-89ed-cdfcbe7bbd0b 2019-01-03 19:16:58,587 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 19:16:59,294 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-36b0328d-7803-452-proj 2019-01-03 19:16:59,589 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-36b0328d-7803-452-proj-role 2019-01-03 19:16:59,791 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-36b0328d-7803-452-user 2019-01-03 19:17:00,151 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 19:17:00,152 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:29 | FAIL | +---------------------+------------------+------------------+----------------+ 2019-01-03 19:17:02,103 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2019-01-03 19:17:02,156 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2019-01-03 19:17:03,583 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 19:17:05,409 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 19:17:07,938 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 19:17:07.523 11408 INFO rally.deployment.engine [-] Deployment 99646825-2482-430e-b03b-c85784e1b4f0 | Starting: Destroy cloud and free allocated resources. 2019-01-03 19:17:07.601 11408 INFO rally.deployment.engine [-] Deployment 99646825-2482-430e-b03b-c85784e1b4f0 | Completed: Destroy cloud and free allocated resources. 2019-01-03 19:17:07.655 11408 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1) for deployment 'opnfv-rally'. 2019-01-03 19:17:07.686 11408 INFO rally.api [-] Deleting verification (UUID=7c562919-2c03-472c-95aa-6d7dd6ddb47a). 2019-01-03 19:17:07.726 11408 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 19:17:07.726 11408 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1). 2019-01-03 19:17:07.734 11408 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 19:17:10,384 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 19:17:10.099 11411 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=d91b90f2-2d15-4426-9a84-8f3488a501d6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | d91b90f2-2d15-4426-9a84-8f3488a501d6 | 2019-01-03T19:17:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: d91b90f2-2d15-4426-9a84-8f3488a501d6 ~/.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 2019-01-03 19:17:13,752 - 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 | +-------------+----------------+-----------+ 2019-01-03 19:17:13,752 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 19:17:16,080 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 19:17:15.779 11417 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8d915c41-7514-4a12-98de-0a7d8e18f4b1). 2019-01-03 19:17:15.918 11417 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 19:17:19,560 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 19:17:18.153 11420 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 19:17:18.302 11420 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 19:17:19.374 11420 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=904f8f60-5a95-4f58-b6d8-177732ef06a4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=904f8f60-5a95-4f58-b6d8-177732ef06a4) as the default verifier for the future CLI operations. 2019-01-03 19:17:22,550 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2019-01-03 19:17:31,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 19:17:30.790 11439 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=904f8f60-5a95-4f58-b6d8-177732ef06a4) for deployment 'opnfv-rally' (UUID=d91b90f2-2d15-4426-9a84-8f3488a501d6). 2019-01-03 19:17:31.679 11439 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 19:17:31.681 11439 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=904f8f60-5a95-4f58-b6d8-177732ef06a4) has been successfully configured for deployment 'opnfv-rally' (UUID=d91b90f2-2d15-4426-9a84-8f3488a501d6)! 2019-01-03 19:17:35,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-904f8f60-5a95-4f58-b6d8-177732ef06a4/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2019-01-03 19:17:35,321 - 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']'. 2019-01-03 19:17:37,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 19:17:37.738 11448 INFO rally.api [-] Starting verification (UUID=496dba95-0ba1-40a8-bfa1-3f76716c759d) for deployment 'opnfv-rally' (UUID=d91b90f2-2d15-4426-9a84-8f3488a501d6) by verifier 'opnfv-tempest' (UUID=904f8f60-5a95-4f58-b6d8-177732ef06a4). 2019-01-03 19:19:28,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 496dba95-0ba1-40a8-bfa1-3f76716c759d 2019-01-03 19:19:28,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '496dba95-0ba1-40a8-bfa1-3f76716c759d']'. 2019-01-03 19:19:29,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 19:19:29,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 19:19:29,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 19:19:29,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 496dba95-0ba1-40a8-bfa1-3f76716c759d | 2019-01-03 19:19:29,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-03 19:19:29,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 19:17:37 | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 19:19:28 | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 904f8f60-5a95-4f58-b6d8-177732ef06a4) | 2019-01-03 19:19:29,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d91b90f2-2d15-4426-9a84-8f3488a501d6) | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.842 | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 19:19:29,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 19:19:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2019-01-03 19:19:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 19:19:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 19:19:29,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 19:19:30,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2019-01-03 19:19:30,185 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 19:19:30,186 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:07 | FAIL | +-----------------------+------------------+------------------+----------------+ 2019-01-03 19:19:33,729 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2019-01-03 19:19:33,730 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:49 | FAIL | | vping_userdata | functest | smoke | 09:13 | FAIL | | tempest_smoke_serial | functest | smoke | 14:10 | PASS | | rally_sanity | functest | smoke | 25:02 | PASS | | refstack_defcore | functest | smoke | 07:44 | FAIL | | patrole | functest | smoke | 02:50 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 41:29 | FAIL | | neutron_trunk | functest | smoke | 02:07 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2019-01-03 19:19:33,741 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-03 19:19:37,070 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 19:19:37,073 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 19:19:37,073 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 19:19:37,073 - 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 | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2019-01-03 19:19:37,086 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2019-01-03 19:19:37,736 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2019-01-03 19:23:10,475 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2019-01-03 19:23:10,602 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 19:23:10,602 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:33 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2019-01-03 19:23:10,636 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2019-01-03 19:23:13,116 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2019-01-03 19:23:14,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:23:14,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:23:14,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:23:14,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:23:14,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:23:14,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:23:14,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:23:14,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:23:14,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:23:14,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:23:14,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:23:14,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:23:14,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:23:14,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:23:14,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:23:14,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:23:14,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:23:14,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:23:14,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:23:14,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:23:14,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:23:14,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:23:14,550 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2019-01-03 19:23:14,551 - 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" 2019-01-03 19:23:14,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4accb1ae-e94c-46d8-920e-f9faa0553685 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"}]}} 2019-01-03 19:23:14,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4accb1ae-e94c-46d8-920e-f9faa0553685 2019-01-03 19:23:14,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:23:14,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["j2Ty8UaYTRW32_q8PBAogg"], "issued_at": "2019-01-03T19:23:14.000000Z"}} 2019-01-03 19:23:14,955 - 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}540ce4bd678330060fb0c6a8d5bcd7e484614581" 2019-01-03 19:23:15,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3826a4f-93a2-4789-b721-9bdba4984995 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"}]}} 2019-01-03 19:23:15,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e3826a4f-93a2-4789-b721-9bdba4984995 2019-01-03 19:23:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 19:23:15,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 19:23:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://192.30.9.8: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.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 19:23:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}540ce4bd678330060fb0c6a8d5bcd7e484614581" 2019-01-03 19:23:15,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838793d6-d7e0-418a-87d9-6e1082ece34c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.8:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.8:35357/v3/projects/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.8:35357/v3/projects/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-03 19:23:15,126 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/projects used request id req-838793d6-d7e0-418a-87d9-6e1082ece34c 2019-01-03 19:23:15,127 - 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" 2019-01-03 19:23:15,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820ef628-edc2-46a5-938e-deae78963bff 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"}]}} 2019-01-03 19:23:15,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-820ef628-edc2-46a5-938e-deae78963bff 2019-01-03 19:23:15,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:23:15,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["85LwNxqISuu5UXV6oopZQA"], "issued_at": "2019-01-03T19:23:15.000000Z"}} 2019-01-03 19:23:15,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:15,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-1a557d20-f786-4e71-9758-90463ec93742 Date: Thu, 03 Jan 2019 19:23:15 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}} 2019-01-03 19:23:15,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-1a557d20-f786-4e71-9758-90463ec93742 2019-01-03 19:23:15,687 - 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" 2019-01-03 19:23:15,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f16110e-84cd-4997-8d6b-c61cd2b736b5 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"}]}} 2019-01-03 19:23:15,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f16110e-84cd-4997-8d6b-c61cd2b736b5 2019-01-03 19:23:15,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:23:16,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["N60ld-XhTFiVs5ghXAjENA"], "issued_at": "2019-01-03T19:23:16.000000Z"}} 2019-01-03 19:23:16,066 - 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}3b2385c5e670c900ac838315b021e7c5798c96c3" 2019-01-03 19:23:16,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-354b9b2f-678c-4bd8-a8d4-a52533aa127a x-compute-request-id: req-354b9b2f-678c-4bd8-a8d4-a52533aa127a 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}} 2019-01-03 19:23:16,240 - 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-354b9b2f-678c-4bd8-a8d4-a52533aa127a 2019-01-03 19:23:16,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2019-01-03 19:23:16,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2019-01-03 19:23:16,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-99e1ab92-6230-41ee-b505-80ca90cf7d68 Date: Thu, 03 Jan 2019 19:23:16 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}} 2019-01-03 19:23:16,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-99e1ab92-6230-41ee-b505-80ca90cf7d68 2019-01-03 19:23:16,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:23:16,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:23:16,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:23:16,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:23:16,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:23:16,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:23:16,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:23:16,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:23:16,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:23:16,553 - 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" 2019-01-03 19:23:16,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b89c259-208f-4531-9544-36243744a1a0 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"}]}} 2019-01-03 19:23:16,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b89c259-208f-4531-9544-36243744a1a0 2019-01-03 19:23:16,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:23:16,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["qgb6QjlrSBmmFUP0DvOahw"], "issued_at": "2019-01-03T19:23:16.000000Z"}} 2019-01-03 19:23:16,935 - 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}bb8c50957662024fb6734aa2261931074c0bce0a" 2019-01-03 19:23:17,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4f375a4-12d1-4ab6-acd8-d949dcceb28b x-compute-request-id: req-c4f375a4-12d1-4ab6-acd8-d949dcceb28b Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 19:23:17,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-c4f375a4-12d1-4ab6-acd8-d949dcceb28b 2019-01-03 19:23:17,115 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2019-01-03 19:23:17,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2019-01-03 19:23:17,118 - 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}3b2385c5e670c900ac838315b021e7c5798c96c3" -d '{"quota_class_set": {"instances": -1}}' 2019-01-03 19:23:17,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:23: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-c41b032e-afa2-4911-8485-78fa39f03992 x-compute-request-id: req-c41b032e-afa2-4911-8485-78fa39f03992 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}} 2019-01-03 19:23:17,172 - 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-c41b032e-afa2-4911-8485-78fa39f03992 2019-01-03 19:23:17,172 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2019-01-03 19:23:17,177 - 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}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:17,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e993cab8-560f-4eee-b7a6-387d25831a14 Date: Thu, 03 Jan 2019 19:23:17 GMT RESP BODY: {"floatingips": []} 2019-01-03 19:23:17,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-e993cab8-560f-4eee-b7a6-387d25831a14 2019-01-03 19:23:17,342 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2019-01-03 19:23:17,347 - 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}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:17,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-429f67e0-3bb5-4ad0-9f38-f29743ca8797 Date: Thu, 03 Jan 2019 19:23:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.203"}],"id":"01ee358a-072a-4c5a-8742-7c0cae5daec9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:98:ec","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"066c298f-616e-4445-b207-68cf1cb25131","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:30:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:57:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.212"}],"id":"049f118d-6bb3-4126-bdde-b65d89cc146b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:31:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"69e6949c-5a83-46a8-9f5c-6252ac24d7da","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:57:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:54:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.218"}],"id":"04e1ca8f-9a82-4404-8e0f-3a7413e17972","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:9b:73","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b8619b16-6af6-46e1-93e6-89741a671874","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:54:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:13:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.209"}],"id":"05a39b72-5f44-422d-8fe7-dd1c09028046","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:82:4f:c4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e9ea1f2e-f10d-4741-8c4c-e3a17d67db77","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:13:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:44:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.213"}],"id":"13eb9d19-309e-4faf-b461-79e8ee23d819","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:bc:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:44:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.208"}],"id":"16eacd6b-8b75-41ba-806e-a3e13b37f5d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:4a:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cc38056f-bed6-4e9f-bd55-0442a4737540","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:30:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:33:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.211"}],"id":"484fc631-60f3-41ee-b993-34f24e2a2240","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:1a:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f74603fb-f1f7-47b7-97a0-cad341af70fc","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:33:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.201"}],"id":"4f7e19f4-bdc8-4391-bea8-3568c9e922a9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:38:0b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7e97f493-31d8-4329-8d56-9d43a314d2a3","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:30:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:44:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.220"}],"id":"52a2149c-c826-465d-9ed8-0017af670319","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:e0:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"786e5f13-5465-41ea-8144-9daae4501faf","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:44:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:30:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.202"}],"id":"592a5339-e967-425b-bd1f-191a65e3e31a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:95:67","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"06a440a9-93f7-4b3b-bcf9-ed77043f8531","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:30:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:13:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.214"}],"id":"62365e13-c22c-464a-a537-0d4d7a942266","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:dc:3d:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"85ae42dd-6209-4550-ad13-6949525a2478","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:13:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:11:46Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.217"}],"id":"62f071e8-751e-471d-8b4f-c004da278ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:21:30","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1401a686-e047-4950-99cd-6da4787d6fc5","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:11:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:44:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.210"}],"id":"8a260e7d-235f-4434-a18b-3af0c9f734c4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:74:eb:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"378f49fa-01bb-4aef-8a27-e53cc331e3e7","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:44:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:26:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.207"}],"id":"a3e9dc88-de0f-47b7-8858-2b76edbc5afa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:ca:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c021e0d8-9d9e-44c5-a896-9178c4eddf68","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:26:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:13:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.219"}],"id":"a6c08310-888d-4cfd-be35-3881a3dd7a4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:ab:b5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:13:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:33:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.215"}],"id":"ac4a83d8-41aa-40aa-afb6-ad8a749d92ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:08:67","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5b243376-b86c-4239-b4e0-d9ee42142f30","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:33:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.206"}],"id":"c3c75999-38a4-4553-93b7-efc8906c8dde","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e1:a9:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8d8d46be-ba11-4c4d-b281-1f60fade0642","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:44:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.204"}],"id":"c47711d5-76e0-4308-90fe-e1a09d5a82ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:49:a5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5e41c3eb-427c-43ec-8673-5777fffec847","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:44:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:46:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.205"}],"id":"d9364c3a-cf37-41d2-b499-233fface0929","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1d:dd:4e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f50f1893-a5f8-4387-a75a-c4d4650cc86d","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:46:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T17:23:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.200"}],"id":"d987ef35-6647-44e9-886d-b68bee52c2db","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b9:ec:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7c6fa1cc-c25e-42c1-a063-6f7ac7879579","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T17:23:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T18:44:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.216"}],"id":"ecdde249-5adc-430a-b33d-c5af8197f407","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:44:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"047bc9d7-1b2a-4ec7-93ae-92dd356e8c33","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T18:44:37Z","binding:vnic_type":"normal"}]} 2019-01-03 19:23:17,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-429f67e0-3bb5-4ad0-9f38-f29743ca8797 2019-01-03 19:23:17,549 - 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}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:17,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13099 X-Openstack-Request-Id: req-6509ef6a-7880-4947-af0f-bbbe2931286e Date: Thu, 03 Jan 2019 19:23:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:44:38Z", "revision_number": 2, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "047bc9d7-1b2a-4ec7-93ae-92dd356e8c33", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:36Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "066c298f-616e-4445-b207-68cf1cb25131", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:40Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "06a440a9-93f7-4b3b-bcf9-ed77043f8531", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "29e6bbd5b134402a802bdcddee64f56c", "created_at": "2019-01-03T18:11:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:11:47Z", "revision_number": 2, "routes": [], "project_id": "29e6bbd5b134402a802bdcddee64f56c", "id": "1401a686-e047-4950-99cd-6da4787d6fc5", "name": "c_rally_1bd01b56_oFgvbabM"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "created_at": "2019-01-03T18:44:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:44:09Z", "revision_number": 2, "routes": [], "project_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "id": "1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6", "name": "CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:44:39Z", "revision_number": 2, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "378f49fa-01bb-4aef-8a27-e53cc331e3e7", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:49Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:33:12Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "5b243376-b86c-4239-b4e0-d9ee42142f30", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:44:36Z", "revision_number": 2, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "5e41c3eb-427c-43ec-8673-5777fffec847", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "064275fbbd3a476ebe25a9bcdbd40b62", "created_at": "2019-01-03T17:57:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:57:33Z", "revision_number": 2, "routes": [], "project_id": "064275fbbd3a476ebe25a9bcdbd40b62", "id": "69e6949c-5a83-46a8-9f5c-6252ac24d7da", "name": "tempest-TestServerMultinode-1639281174-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "created_at": "2019-01-03T18:44:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:44:10Z", "revision_number": 2, "routes": [], "project_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "id": "786e5f13-5465-41ea-8144-9daae4501faf", "name": "CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:17Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7c6fa1cc-c25e-42c1-a063-6f7ac7879579", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:37Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7e97f493-31d8-4329-8d56-9d43a314d2a3", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:48Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "85ae42dd-6209-4550-ad13-6949525a2478", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:23:16Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "8d8d46be-ba11-4c4d-b281-1f60fade0642", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "4e56b872717742eb940ee727e2e69ddd", "created_at": "2019-01-03T17:54:04Z", "admin_state_up": false, "distributed": false, "updated_at": "2019-01-03T17:54:04Z", "revision_number": 2, "routes": [], "project_id": "4e56b872717742eb940ee727e2e69ddd", "id": "b8619b16-6af6-46e1-93e6-89741a671874", "name": "tempest-RoutersTest-router-1922036568"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "08f1a21600c74c48907e685ccefe68c3", "created_at": "2019-01-03T18:26:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:26:18Z", "revision_number": 2, "routes": [], "project_id": "08f1a21600c74c48907e685ccefe68c3", "id": "c021e0d8-9d9e-44c5-a896-9178c4eddf68", "name": "tempest-AttachVolumeTestJSON-1479963989-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:30:38Z", "revision_number": 2, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "cc38056f-bed6-4e9f-bd55-0442a4737540", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T18:13:51Z", "revision_number": 2, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "e9ea1f2e-f10d-4741-8c4c-e3a17d67db77", "name": "c_rally_f77eeeec_MOKf858g"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "70e3756eb63a49738335cb4689b7a06b", "created_at": "2019-01-03T17:46:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:46:32Z", "revision_number": 2, "routes": [], "project_id": "70e3756eb63a49738335cb4689b7a06b", "id": "f50f1893-a5f8-4387-a75a-c4d4650cc86d", "name": "tempest-ServersTestManualDisk-999426534-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T17:33:11Z", "revision_number": 2, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "f74603fb-f1f7-47b7-97a0-cad341af70fc", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}]} 2019-01-03 19:23:17,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-6509ef6a-7880-4947-af0f-bbbe2931286e 2019-01-03 19:23:17,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/047bc9d7-1b2a-4ec7-93ae-92dd356e8c33 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:18,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-a244bac4-8521-45a0-9872-d02b54078758 Date: Thu, 03 Jan 2019 19:23:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:18Z", "revision_number": 5, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "047bc9d7-1b2a-4ec7-93ae-92dd356e8c33", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}} 2019-01-03 19:23:18,797 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/047bc9d7-1b2a-4ec7-93ae-92dd356e8c33 used request id req-a244bac4-8521-45a0-9872-d02b54078758 2019-01-03 19:23:18,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/047bc9d7-1b2a-4ec7-93ae-92dd356e8c33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:19,231 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5934bc4c-a4f9-46c4-939e-1e67203e68e2 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:19,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/047bc9d7-1b2a-4ec7-93ae-92dd356e8c33 used request id req-5934bc4c-a4f9-46c4-939e-1e67203e68e2 2019-01-03 19:23:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/066c298f-616e-4445-b207-68cf1cb25131 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:20,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-22b340fb-3e26-4249-86a2-6cba390736ab Date: Thu, 03 Jan 2019 19:23:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:19Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "066c298f-616e-4445-b207-68cf1cb25131", "name": "mgmt_router"}} 2019-01-03 19:23:20,359 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/066c298f-616e-4445-b207-68cf1cb25131 used request id req-22b340fb-3e26-4249-86a2-6cba390736ab 2019-01-03 19:23:20,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/066c298f-616e-4445-b207-68cf1cb25131 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:20,833 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bdf5f79-1bdd-440c-a337-0ee71dd64320 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:20,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/066c298f-616e-4445-b207-68cf1cb25131 used request id req-7bdf5f79-1bdd-440c-a337-0ee71dd64320 2019-01-03 19:23:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/06a440a9-93f7-4b3b-bcf9-ed77043f8531 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:21,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-950aa75c-f093-4ac4-8751-142a6f1f625a Date: Thu, 03 Jan 2019 19:23:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:21Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "06a440a9-93f7-4b3b-bcf9-ed77043f8531", "name": "mgmt_router"}} 2019-01-03 19:23:21,904 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/06a440a9-93f7-4b3b-bcf9-ed77043f8531 used request id req-950aa75c-f093-4ac4-8751-142a6f1f625a 2019-01-03 19:23:21,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/06a440a9-93f7-4b3b-bcf9-ed77043f8531 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:22,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19a72ed2-cd10-49a5-aa27-9c9c25e8101e Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:22,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/06a440a9-93f7-4b3b-bcf9-ed77043f8531 used request id req-19a72ed2-cd10-49a5-aa27-9c9c25e8101e 2019-01-03 19:23:22,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/1401a686-e047-4950-99cd-6da4787d6fc5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:23,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-8aa2c79a-901c-4c0f-9244-769ef2f32730 Date: Thu, 03 Jan 2019 19:23:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "29e6bbd5b134402a802bdcddee64f56c", "created_at": "2019-01-03T18:11:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:23Z", "revision_number": 5, "routes": [], "project_id": "29e6bbd5b134402a802bdcddee64f56c", "id": "1401a686-e047-4950-99cd-6da4787d6fc5", "name": "c_rally_1bd01b56_oFgvbabM"}} 2019-01-03 19:23:23,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/1401a686-e047-4950-99cd-6da4787d6fc5 used request id req-8aa2c79a-901c-4c0f-9244-769ef2f32730 2019-01-03 19:23:23,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/1401a686-e047-4950-99cd-6da4787d6fc5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:23,915 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d539090b-30a3-4915-85be-cfc4d4d83fe7 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:23,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/1401a686-e047-4950-99cd-6da4787d6fc5 used request id req-d539090b-30a3-4915-85be-cfc4d4d83fe7 2019-01-03 19:23:23,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:24,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-9c1abd2b-e05f-4bac-82ed-b4cf77a9c14a Date: Thu, 03 Jan 2019 19:23:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "created_at": "2019-01-03T18:44:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:24Z", "revision_number": 5, "routes": [], "project_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "id": "1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6", "name": "CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router"}} 2019-01-03 19:23:24,994 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6 used request id req-9c1abd2b-e05f-4bac-82ed-b4cf77a9c14a 2019-01-03 19:23:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:25,575 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d21356b-c022-4177-9170-4af57ef72c48 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:25,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/1e4ca6e7-3b0f-44ae-a60b-5995a659f9f6 used request id req-9d21356b-c022-4177-9170-4af57ef72c48 2019-01-03 19:23:25,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/378f49fa-01bb-4aef-8a27-e53cc331e3e7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:26,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-22ecc456-6adf-417f-98ce-e3e58739d0a4 Date: Thu, 03 Jan 2019 19:23:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:26Z", "revision_number": 5, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "378f49fa-01bb-4aef-8a27-e53cc331e3e7", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}} 2019-01-03 19:23:26,629 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/378f49fa-01bb-4aef-8a27-e53cc331e3e7 used request id req-22ecc456-6adf-417f-98ce-e3e58739d0a4 2019-01-03 19:23:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/378f49fa-01bb-4aef-8a27-e53cc331e3e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:27,223 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7298cba-14bc-4c53-8065-0c64136cf876 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:27,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/378f49fa-01bb-4aef-8a27-e53cc331e3e7 used request id req-f7298cba-14bc-4c53-8065-0c64136cf876 2019-01-03 19:23:27,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:28,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-91170091-6e85-4163-8b47-b4c38eeba871 Date: Thu, 03 Jan 2019 19:23:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:27Z", "revision_number": 5, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3", "name": "c_rally_f77eeeec_MOKf858g"}} 2019-01-03 19:23:28,087 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3 used request id req-91170091-6e85-4163-8b47-b4c38eeba871 2019-01-03 19:23:28,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:28,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a7261b5-85a4-48a9-b4a6-37fa4aa8165e Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:28,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/4b4f8ebb-99ed-4712-b1fb-7f37d7075fa3 used request id req-9a7261b5-85a4-48a9-b4a6-37fa4aa8165e 2019-01-03 19:23:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/5b243376-b86c-4239-b4e0-d9ee42142f30 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:29,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-a4b00278-77b9-4e13-b180-27189771a8d5 Date: Thu, 03 Jan 2019 19:23:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:29Z", "revision_number": 5, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "5b243376-b86c-4239-b4e0-d9ee42142f30", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 19:23:29,533 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5b243376-b86c-4239-b4e0-d9ee42142f30 used request id req-a4b00278-77b9-4e13-b180-27189771a8d5 2019-01-03 19:23:29,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/5b243376-b86c-4239-b4e0-d9ee42142f30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:30,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2717ec54-7807-4730-82a7-d87dd249465d Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:30,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5b243376-b86c-4239-b4e0-d9ee42142f30 used request id req-2717ec54-7807-4730-82a7-d87dd249465d 2019-01-03 19:23:30,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/5e41c3eb-427c-43ec-8673-5777fffec847 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:30,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-12ca211c-420d-4fba-8e63-6ae6615324a8 Date: Thu, 03 Jan 2019 19:23:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9986c381d6974d63918fb4e5cade6a19", "created_at": "2019-01-03T18:44:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:30Z", "revision_number": 5, "routes": [], "project_id": "9986c381d6974d63918fb4e5cade6a19", "id": "5e41c3eb-427c-43ec-8673-5777fffec847", "name": "CreateRouterSuccessTests-988e91d8-980b-4a5c-b607-3eca46c900b5-pub-router"}} 2019-01-03 19:23:30,977 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/5e41c3eb-427c-43ec-8673-5777fffec847 used request id req-12ca211c-420d-4fba-8e63-6ae6615324a8 2019-01-03 19:23:30,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/5e41c3eb-427c-43ec-8673-5777fffec847 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:31,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a712edc-8e59-4c9d-b4e0-28921a55dabc Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:31,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/5e41c3eb-427c-43ec-8673-5777fffec847 used request id req-3a712edc-8e59-4c9d-b4e0-28921a55dabc 2019-01-03 19:23:31,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/69e6949c-5a83-46a8-9f5c-6252ac24d7da -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:32,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-e349a636-f552-4033-bdcb-057e043ee6f9 Date: Thu, 03 Jan 2019 19:23:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "064275fbbd3a476ebe25a9bcdbd40b62", "created_at": "2019-01-03T17:57:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:31Z", "revision_number": 5, "routes": [], "project_id": "064275fbbd3a476ebe25a9bcdbd40b62", "id": "69e6949c-5a83-46a8-9f5c-6252ac24d7da", "name": "tempest-TestServerMultinode-1639281174-router"}} 2019-01-03 19:23:32,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/69e6949c-5a83-46a8-9f5c-6252ac24d7da used request id req-e349a636-f552-4033-bdcb-057e043ee6f9 2019-01-03 19:23:32,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/69e6949c-5a83-46a8-9f5c-6252ac24d7da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:32,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12028c0f-66da-403a-a518-2ad0d2f2edbb Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:32,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/69e6949c-5a83-46a8-9f5c-6252ac24d7da used request id req-12028c0f-66da-403a-a518-2ad0d2f2edbb 2019-01-03 19:23:32,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/786e5f13-5465-41ea-8144-9daae4501faf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:33,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-428bf2e3-bd85-4aae-a8cc-82da0e2ace9f Date: Thu, 03 Jan 2019 19:23:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "created_at": "2019-01-03T18:44:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:32Z", "revision_number": 5, "routes": [], "project_id": "6eccbdd5a6f44a6d8a30c951949f96a5", "id": "786e5f13-5465-41ea-8144-9daae4501faf", "name": "CreateRouterSuccessTests-adb687fa-8068-4eeb-91e2-50871c147cf6-pub-router"}} 2019-01-03 19:23:33,379 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/786e5f13-5465-41ea-8144-9daae4501faf used request id req-428bf2e3-bd85-4aae-a8cc-82da0e2ace9f 2019-01-03 19:23:33,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/786e5f13-5465-41ea-8144-9daae4501faf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:33,665 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1090aa72-5513-4ab4-b19b-c8b4d7daba8a Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:33,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/786e5f13-5465-41ea-8144-9daae4501faf used request id req-1090aa72-5513-4ab4-b19b-c8b4d7daba8a 2019-01-03 19:23:33,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/7c6fa1cc-c25e-42c1-a063-6f7ac7879579 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:34,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-41a911a0-dc17-4b2e-a52d-610f096e491b Date: Thu, 03 Jan 2019 19:23:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:34Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7c6fa1cc-c25e-42c1-a063-6f7ac7879579", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}} 2019-01-03 19:23:34,892 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7c6fa1cc-c25e-42c1-a063-6f7ac7879579 used request id req-41a911a0-dc17-4b2e-a52d-610f096e491b 2019-01-03 19:23:34,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/7c6fa1cc-c25e-42c1-a063-6f7ac7879579 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:35,318 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34bf5e0c-6531-4eae-b03e-675c29867439 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:35,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7c6fa1cc-c25e-42c1-a063-6f7ac7879579 used request id req-34bf5e0c-6531-4eae-b03e-675c29867439 2019-01-03 19:23:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/7e97f493-31d8-4329-8d56-9d43a314d2a3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:36,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-62a7dbb8-2cac-4df5-b125-6955c34139c4 Date: Thu, 03 Jan 2019 19:23:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:35Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "7e97f493-31d8-4329-8d56-9d43a314d2a3", "name": "mgmt_router"}} 2019-01-03 19:23:36,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7e97f493-31d8-4329-8d56-9d43a314d2a3 used request id req-62a7dbb8-2cac-4df5-b125-6955c34139c4 2019-01-03 19:23:36,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/7e97f493-31d8-4329-8d56-9d43a314d2a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:36,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b19d21ff-5576-4600-9811-704f837ead1e Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:36,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7e97f493-31d8-4329-8d56-9d43a314d2a3 used request id req-b19d21ff-5576-4600-9811-704f837ead1e 2019-01-03 19:23:36,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/85ae42dd-6209-4550-ad13-6949525a2478 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:37,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-7f1b978b-b452-4bb2-90a4-d16c115eee5e Date: Thu, 03 Jan 2019 19:23:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:37Z", "revision_number": 5, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "85ae42dd-6209-4550-ad13-6949525a2478", "name": "c_rally_f77eeeec_MOKf858g"}} 2019-01-03 19:23:37,830 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/85ae42dd-6209-4550-ad13-6949525a2478 used request id req-7f1b978b-b452-4bb2-90a4-d16c115eee5e 2019-01-03 19:23:37,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/85ae42dd-6209-4550-ad13-6949525a2478 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:38,255 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f4d05ba-1f14-48ee-8dd2-cd53625efd85 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:38,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/85ae42dd-6209-4550-ad13-6949525a2478 used request id req-7f4d05ba-1f14-48ee-8dd2-cd53625efd85 2019-01-03 19:23:38,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/8d8d46be-ba11-4c4d-b281-1f60fade0642 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:38,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-c4c4baf5-fa3a-43d6-b27e-9cb9e7a41c29 Date: Thu, 03 Jan 2019 19:23:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:23:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:38Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "8d8d46be-ba11-4c4d-b281-1f60fade0642", "name": "NeutronUtilsRouterTests-81d8ee8a-0615-4cf7-a03a-6d4170fadef5-pub-router"}} 2019-01-03 19:23:38,940 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/8d8d46be-ba11-4c4d-b281-1f60fade0642 used request id req-c4c4baf5-fa3a-43d6-b27e-9cb9e7a41c29 2019-01-03 19:23:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/8d8d46be-ba11-4c4d-b281-1f60fade0642 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:39,213 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc3e8ae9-42d6-4e60-9656-e4ab2c7d5d89 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:39,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/8d8d46be-ba11-4c4d-b281-1f60fade0642 used request id req-cc3e8ae9-42d6-4e60-9656-e4ab2c7d5d89 2019-01-03 19:23:39,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b8619b16-6af6-46e1-93e6-89741a671874 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:40,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 447 X-Openstack-Request-Id: req-33388dd0-1ec9-4b8f-bf9f-262297edc291 Date: Thu, 03 Jan 2019 19:23:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "4e56b872717742eb940ee727e2e69ddd", "created_at": "2019-01-03T17:54:04Z", "admin_state_up": false, "distributed": false, "updated_at": "2019-01-03T19:23:39Z", "revision_number": 5, "routes": [], "project_id": "4e56b872717742eb940ee727e2e69ddd", "id": "b8619b16-6af6-46e1-93e6-89741a671874", "name": "tempest-RoutersTest-router-1922036568"}} 2019-01-03 19:23:40,039 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b8619b16-6af6-46e1-93e6-89741a671874 used request id req-33388dd0-1ec9-4b8f-bf9f-262297edc291 2019-01-03 19:23:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/b8619b16-6af6-46e1-93e6-89741a671874 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:40,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48c30669-4fb0-4a79-92cb-ff256f47e159 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:40,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b8619b16-6af6-46e1-93e6-89741a671874 used request id req-48c30669-4fb0-4a79-92cb-ff256f47e159 2019-01-03 19:23:40,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c021e0d8-9d9e-44c5-a896-9178c4eddf68 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:41,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-77fa3af2-c9c0-45fb-b3f6-40e2a4497aff Date: Thu, 03 Jan 2019 19:23:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "08f1a21600c74c48907e685ccefe68c3", "created_at": "2019-01-03T18:26:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:40Z", "revision_number": 5, "routes": [], "project_id": "08f1a21600c74c48907e685ccefe68c3", "id": "c021e0d8-9d9e-44c5-a896-9178c4eddf68", "name": "tempest-AttachVolumeTestJSON-1479963989-router"}} 2019-01-03 19:23:41,199 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c021e0d8-9d9e-44c5-a896-9178c4eddf68 used request id req-77fa3af2-c9c0-45fb-b3f6-40e2a4497aff 2019-01-03 19:23:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/c021e0d8-9d9e-44c5-a896-9178c4eddf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:41,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0f1c708-6c09-4980-a4da-f3419d62ce07 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:41,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c021e0d8-9d9e-44c5-a896-9178c4eddf68 used request id req-d0f1c708-6c09-4980-a4da-f3419d62ce07 2019-01-03 19:23:41,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc38056f-bed6-4e9f-bd55-0442a4737540 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:42,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-3d20177b-ed36-4c3b-955a-ef147fb484ee Date: Thu, 03 Jan 2019 19:23:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f722d3fa025d4075b293873d61c918ee", "created_at": "2019-01-03T17:30:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:42Z", "revision_number": 5, "routes": [], "project_id": "f722d3fa025d4075b293873d61c918ee", "id": "cc38056f-bed6-4e9f-bd55-0442a4737540", "name": "mgmt_router"}} 2019-01-03 19:23:42,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc38056f-bed6-4e9f-bd55-0442a4737540 used request id req-3d20177b-ed36-4c3b-955a-ef147fb484ee 2019-01-03 19:23:42,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/cc38056f-bed6-4e9f-bd55-0442a4737540 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:42,713 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9a190ac-af80-4b55-869b-9baac2aa146a Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:42,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/cc38056f-bed6-4e9f-bd55-0442a4737540 used request id req-e9a190ac-af80-4b55-869b-9baac2aa146a 2019-01-03 19:23:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/e9ea1f2e-f10d-4741-8c4c-e3a17d67db77 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:43,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-cc6e5ccb-3a74-4f67-ac34-f1e2d186cd33 Date: Thu, 03 Jan 2019 19:23:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "9fbdebd8aad54f83867d4a5b30c03eac", "created_at": "2019-01-03T18:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:43Z", "revision_number": 5, "routes": [], "project_id": "9fbdebd8aad54f83867d4a5b30c03eac", "id": "e9ea1f2e-f10d-4741-8c4c-e3a17d67db77", "name": "c_rally_f77eeeec_MOKf858g"}} 2019-01-03 19:23:43,432 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/e9ea1f2e-f10d-4741-8c4c-e3a17d67db77 used request id req-cc6e5ccb-3a74-4f67-ac34-f1e2d186cd33 2019-01-03 19:23:43,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/e9ea1f2e-f10d-4741-8c4c-e3a17d67db77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:43,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb3034b9-8743-4070-a37e-9dc61ae1b2d3 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:43,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/e9ea1f2e-f10d-4741-8c4c-e3a17d67db77 used request id req-fb3034b9-8743-4070-a37e-9dc61ae1b2d3 2019-01-03 19:23:43,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f50f1893-a5f8-4387-a75a-c4d4650cc86d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:44,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-4de845e9-8542-4c86-9b11-109005217902 Date: Thu, 03 Jan 2019 19:23:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "70e3756eb63a49738335cb4689b7a06b", "created_at": "2019-01-03T17:46:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:44Z", "revision_number": 5, "routes": [], "project_id": "70e3756eb63a49738335cb4689b7a06b", "id": "f50f1893-a5f8-4387-a75a-c4d4650cc86d", "name": "tempest-ServersTestManualDisk-999426534-router"}} 2019-01-03 19:23:44,592 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f50f1893-a5f8-4387-a75a-c4d4650cc86d used request id req-4de845e9-8542-4c86-9b11-109005217902 2019-01-03 19:23:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f50f1893-a5f8-4387-a75a-c4d4650cc86d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:44,863 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e66bc96-b4ad-4001-aa58-227d4112117c Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:44,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f50f1893-a5f8-4387-a75a-c4d4650cc86d used request id req-7e66bc96-b4ad-4001-aa58-227d4112117c 2019-01-03 19:23:44,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f74603fb-f1f7-47b7-97a0-cad341af70fc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:23:45,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-8392bb5a-3637-4597-8a17-5d93ddf804b1 Date: Thu, 03 Jan 2019 19:23:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0b6453e131974eb0bb3d51740258a5c1", "created_at": "2019-01-03T17:33:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:23:45Z", "revision_number": 5, "routes": [], "project_id": "0b6453e131974eb0bb3d51740258a5c1", "id": "f74603fb-f1f7-47b7-97a0-cad341af70fc", "name": "vping_ssh-router_1a89c814-8635-489d-8638-733826ecce92"}} 2019-01-03 19:23:45,586 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f74603fb-f1f7-47b7-97a0-cad341af70fc used request id req-8392bb5a-3637-4597-8a17-5d93ddf804b1 2019-01-03 19:23:45,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f74603fb-f1f7-47b7-97a0-cad341af70fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" 2019-01-03 19:23:46,025 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37d3bb7a-5990-4ee4-8e93-08392e4d0ab3 Content-Length: 0 Date: Thu, 03 Jan 2019 19:23:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:23:46,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f74603fb-f1f7-47b7-97a0-cad341af70fc used request id req-37d3bb7a-5990-4ee4-8e93-08392e4d0ab3 2019-01-03 19:23:46,096 - 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.' 2019-01-03 19:23:46,096 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2019-01-03 19:23:46,096 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2019-01-03 19:23:46,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2019-01-03 19:23:46,188 - paramiko.transport - DEBUG - starting thread (client mode): 0xbb604b90L 2019-01-03 19:23:46,188 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:46,219 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:46,219 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:46,224 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:46,224 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:46,224 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:46,224 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:46,225 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:46,225 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:46,234 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:46,235 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:46,252 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 19:23:46,253 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:46,274 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:46,311 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:46,317 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:46,559 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:46,559 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:46,598 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:46,599 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:46,630 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:51,533 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:51,535 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:51,537 - paramiko.transport - DEBUG - starting thread (client mode): 0xb83dbe50L 2019-01-03 19:23:51,537 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:51,545 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:51,545 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:51,548 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:51,549 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:51,549 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:51,549 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:51,549 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:51,549 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:51,554 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:51,555 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:51,569 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:23:51,570 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:51,594 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:51,607 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:51,634 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:51,713 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:51,714 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:51,753 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:51,754 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:51,770 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:51,808 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:51,809 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:51,810 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:51,811 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:51,811 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:51,852 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:51,899 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:51,901 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:51,901 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:51,902 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:51,902 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:51,943 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:51,978 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:51,979 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:51,981 - paramiko.transport - DEBUG - starting thread (client mode): 0xb83af050L 2019-01-03 19:23:51,982 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:51,987 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:51,987 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:51,989 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:51,990 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:51,990 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:51,990 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:51,990 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:51,990 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:51,995 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:51,995 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:51,997 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:23:51,997 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:52,034 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:52,045 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:52,061 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:52,132 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:52,132 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:52,171 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:52,172 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:52,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:52,215 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:52,215 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:52,216 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:52,217 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:52,217 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:52,258 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:52,303 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:52,304 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:52,305 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:52,306 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:52,306 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:52,346 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:52,377 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:52,378 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:52,380 - paramiko.transport - DEBUG - starting thread (client mode): 0xb83a6bd0L 2019-01-03 19:23:52,381 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:52,385 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:52,386 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:52,388 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:52,388 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:52,388 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:52,388 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:52,389 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:52,389 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:52,393 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:52,394 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:52,396 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:23:52,396 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:52,433 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:52,444 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:52,460 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:52,537 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:52,537 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:52,576 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:52,576 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:52,595 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:52,630 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:52,630 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:52,631 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:52,632 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:52,632 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:52,673 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:52,721 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:52,723 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:52,723 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:52,724 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:52,724 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:52,765 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:52,794 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:52,796 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:52,797 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82da6d0L 2019-01-03 19:23:52,797 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:52,802 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:52,802 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:52,805 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:52,805 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:52,805 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:52,805 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:52,806 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:52,806 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:52,810 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:52,811 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:52,813 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:23:52,814 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:52,850 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:52,860 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:52,878 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:52,941 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:52,941 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:52,980 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:52,980 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:52,985 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:53,015 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:53,016 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:53,017 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:53,017 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:53,017 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:53,058 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:53,100 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:53,102 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:53,102 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:53,103 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:53,103 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:53,144 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:53,173 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:53,174 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:53,176 - paramiko.transport - DEBUG - starting thread (client mode): 0xb832a5d0L 2019-01-03 19:23:53,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:53,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:53,181 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:53,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 2019-01-03 19:23:53,184 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:53,184 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:53,184 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:53,184 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:53,184 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:53,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:53,189 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:53,192 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:23:53,193 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:53,229 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:53,239 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:53,257 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:53,320 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:53,320 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:53,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:53,360 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:53,363 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:53,397 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:53,398 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:53,398 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:53,399 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:53,399 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:53,439 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:53,481 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:53,482 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:53,483 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:53,484 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:53,484 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:53,524 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:53,553 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:53,554 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:53,555 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:53,556 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:53,556 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:53,563 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:58,448 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:58,449 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:58,451 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8367e50L 2019-01-03 19:23:58,451 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:58,456 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:58,456 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:58,458 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:58,458 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:58,459 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:58,459 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:58,459 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:58,459 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:58,463 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:58,464 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:58,467 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:23:58,467 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:58,503 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:58,515 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:58,532 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:58,598 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:58,599 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:58,638 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:58,639 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:58,642 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:58,676 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:58,677 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:58,677 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:58,678 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:58,678 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:58,719 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:58,752 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:58,754 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:58,755 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:58,756 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:58,756 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:58,796 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:58,824 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:58,825 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:58,827 - paramiko.transport - DEBUG - starting thread (client mode): 0xb8331150L 2019-01-03 19:23:58,827 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:58,833 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:58,833 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:58,836 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:58,841 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:58,841 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:58,842 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:23:58,843 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:58,880 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:58,891 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:58,908 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:58,975 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:58,975 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:59,015 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:59,015 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:59,028 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:59,065 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:59,066 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:59,067 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:59,068 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:59,068 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:59,108 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:59,147 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:59,149 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:59,150 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:59,150 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:59,151 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:59,191 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:59,224 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:59,226 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:59,227 - paramiko.transport - DEBUG - starting thread (client mode): 0xb832a550L 2019-01-03 19:23:59,228 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:59,233 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:59,233 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:59,235 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:59,235 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:59,235 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:59,236 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:59,236 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:59,236 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:59,241 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:59,241 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:59,243 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:23:59,244 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:59,281 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:59,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:59,308 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:59,374 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:59,374 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:59,413 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:59,413 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:59,419 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:59,452 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:59,453 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:59,454 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:59,455 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:59,455 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:59,496 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:59,532 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:59,534 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:59,535 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:59,535 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:59,535 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:59,576 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:23:59,606 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:23:59,608 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:23:59,610 - paramiko.transport - DEBUG - starting thread (client mode): 0xb833ae90L 2019-01-03 19:23:59,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:23:59,616 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:23:59,616 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:23:59,619 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:23:59,624 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:23:59,625 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:23:59,641 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:23:59,642 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:23:59,664 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:23:59,675 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:23:59,706 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:23:59,777 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:23:59,777 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:23:59,816 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:23:59,817 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:23:59,825 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:23:59,853 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:23:59,854 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:23:59,855 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:23:59,856 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:23:59,856 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:23:59,897 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:23:59,929 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:23:59,931 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:23:59,931 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:23:59,932 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:23:59,932 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:23:59,973 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:00,001 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:00,002 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:00,004 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82c0d90L 2019-01-03 19:24:00,004 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:00,008 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:00,009 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:00,011 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:00,011 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:00,011 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:00,011 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:00,011 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:00,012 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:00,016 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:00,016 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:00,019 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:24:00,020 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:00,056 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:00,066 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:00,084 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:00,136 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:00,136 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:00,175 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:00,175 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:00,187 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:00,216 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:00,217 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:00,218 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:00,219 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:00,219 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:00,260 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:00,291 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:00,292 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:00,293 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:00,294 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:00,294 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:00,334 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:00,362 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:00,363 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:00,364 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:00,364 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:00,364 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:00,369 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:00,419 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:00,420 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:00,420 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:00,421 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:00,421 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:00,424 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:00,478 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:00,480 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:00,480 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:00,481 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:00,481 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:00,485 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:00,534 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:00,536 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:00,536 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:00,537 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:00,537 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:00,541 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:00,620 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:00,621 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:00,623 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:00,623 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:00,623 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:00,627 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:00,716 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:00,716 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2019-01-03 19:24:00,717 - __name__ - INFO - Controller (ODL) list is ready 2019-01-03 19:24:00,717 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:00,719 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82da0d0L 2019-01-03 19:24:00,720 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:00,747 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:00,747 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:00,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 2019-01-03 19:24:00,752 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:00,752 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:00,752 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:00,753 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:00,753 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:00,760 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:00,761 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:00,783 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 19:24:00,784 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:00,801 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:00,835 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:00,848 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:01,066 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:01,066 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:01,105 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:01,106 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:01,121 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:06,021 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:06,023 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:06,025 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82c6d50L 2019-01-03 19:24:06,026 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:06,033 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:06,033 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:06,037 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:06,037 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:06,037 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:06,037 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:06,038 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:06,038 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:06,042 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:06,043 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:06,057 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:24:06,058 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:06,083 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:06,095 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:06,123 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:06,189 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:06,189 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:06,228 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:06,229 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:06,234 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:06,271 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:06,273 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:06,273 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:06,274 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:06,274 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:06,315 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:06,354 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:06,355 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:06,356 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:06,357 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:06,357 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:06,397 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:06,430 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:06,431 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:06,433 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82d8c50L 2019-01-03 19:24:06,433 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:06,439 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:06,439 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:06,442 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:06,442 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:06,443 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:06,443 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:06,443 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:06,443 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:06,448 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:06,448 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:06,465 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:24:06,465 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:06,487 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:06,499 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:06,529 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:06,603 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:06,603 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:06,642 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:06,643 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:06,648 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:06,683 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:06,684 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:06,685 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:06,686 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:06,686 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:06,727 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:06,762 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:06,764 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:06,764 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:06,765 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:06,765 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:06,806 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:06,838 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:06,840 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:06,842 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82dbc50L 2019-01-03 19:24:06,843 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:06,847 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:06,847 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:06,851 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:06,851 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:06,851 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:06,852 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:06,852 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:06,852 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:06,856 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:06,857 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:06,858 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:24:06,858 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:06,897 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:06,909 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:06,923 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:07,013 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:07,013 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:07,052 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:07,053 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:07,058 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:07,095 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:07,096 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:07,097 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:07,098 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:07,098 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:07,140 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:07,178 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:07,180 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:07,180 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:07,181 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:07,181 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:07,222 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:07,253 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:07,254 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:07,256 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82e47d0L 2019-01-03 19:24:07,257 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:07,262 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:07,262 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:07,264 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:07,265 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:07,265 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:07,265 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:07,265 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:07,265 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:07,270 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:07,270 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:07,272 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:24:07,273 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:07,310 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:07,323 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:07,337 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:07,422 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:07,422 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:07,461 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:07,462 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:07,473 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:07,508 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:07,509 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:07,509 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:07,510 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:07,510 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:07,551 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:07,587 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:07,588 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:07,589 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:07,590 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:07,590 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:07,632 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:07,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:07,667 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:07,669 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82fc5d0L 2019-01-03 19:24:07,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:07,674 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:07,674 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:07,675 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:07,676 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:07,676 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:07,676 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:07,676 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:07,676 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:07,681 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:07,681 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:07,685 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:24:07,686 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:07,721 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:07,731 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:07,750 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:07,800 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:07,800 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:07,840 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:07,841 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:07,853 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:07,882 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:07,883 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:07,884 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:07,885 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:07,885 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:07,926 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:07,956 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:07,958 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:07,959 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:07,959 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:07,959 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:07,999 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:08,027 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:08,028 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:08,028 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:08,029 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:08,030 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:08,035 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:12,400 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:12,402 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:12,405 - paramiko.transport - DEBUG - starting thread (client mode): 0xb82c6890L 2019-01-03 19:24:12,405 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:12,412 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:12,412 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:12,415 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:12,415 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:12,416 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:12,416 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:12,416 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:12,416 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:12,421 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:12,422 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:12,437 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:24:12,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:12,461 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:12,474 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:12,502 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:12,576 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:12,577 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:12,616 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:12,617 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:12,622 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:12,657 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:12,658 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:12,659 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:12,660 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:12,660 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:12,702 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:12,739 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:12,741 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:12,742 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:12,742 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:12,743 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:12,783 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:12,816 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:12,818 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:12,819 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7254f10L 2019-01-03 19:24:12,820 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:12,827 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:12,827 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:12,831 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:12,831 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:12,831 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:12,831 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:12,831 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:12,832 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:12,836 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:12,837 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:12,852 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:24:12,852 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:12,876 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:12,889 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:12,917 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:12,994 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:12,994 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:13,033 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:13,034 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:13,053 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:13,090 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:13,091 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:13,092 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:13,093 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:13,093 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:13,133 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:13,172 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:13,174 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:13,174 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:13,175 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:13,175 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:13,217 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:13,249 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:13,251 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:13,252 - paramiko.transport - DEBUG - starting thread (client mode): 0xb725ffd0L 2019-01-03 19:24:13,253 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:13,259 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:13,259 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:13,262 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:13,263 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:13,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:13,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:13,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:13,263 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:13,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:13,268 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:13,285 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:24:13,285 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:13,308 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:13,320 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:13,350 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:13,419 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:13,419 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:13,458 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:13,459 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:13,469 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:13,507 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:13,508 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:13,509 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:13,510 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:13,510 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:13,552 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:13,589 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:13,591 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:13,592 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:13,592 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:13,593 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:13,633 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:13,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:13,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:13,669 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7268f90L 2019-01-03 19:24:13,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:13,675 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:13,676 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:13,677 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:13,678 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:13,678 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:13,678 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:13,678 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:13,678 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:13,683 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:13,683 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:13,686 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:24:13,686 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:13,722 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:13,734 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:13,751 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:13,817 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:13,817 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:13,856 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:13,857 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:13,861 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:13,891 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:13,892 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:13,893 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:13,893 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:13,894 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:13,934 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:13,967 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:13,969 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:13,969 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:13,970 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:13,970 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:14,011 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:14,041 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:14,042 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:14,044 - paramiko.transport - DEBUG - starting thread (client mode): 0xb7270750L 2019-01-03 19:24:14,044 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:24:14,051 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:24:14,051 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:24:14,053 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:24:14,053 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:24:14,053 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:24:14,053 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:24:14,054 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:24:14,054 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:24:14,058 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:24:14,059 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:24:14,060 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:24:14,060 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:24:14,098 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:24:14,110 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:24:14,125 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:24:14,205 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:24:14,205 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:24:14,244 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:24:14,245 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:24:14,259 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:24:14,289 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:24:14,289 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:24:14,290 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:24:14,291 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:24:14,291 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:24:14,332 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:24:14,363 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:24:14,365 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:24:14,365 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:24:14,366 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:24:14,366 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:24:14,407 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:24:14,434 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:24:14,435 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:14,437 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:14,437 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:14,437 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:24:14,442 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:14,492 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:14,493 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:24:14,494 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:14,494 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:24:14,494 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:24:14,535 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:24:14,577 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:24:14,578 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:14,578 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:24:14,579 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:14,580 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:14,585 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:14,635 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:14,636 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:24:14,637 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:14,638 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:24:14,638 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:24:14,679 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:24:14,722 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:24:14,723 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:14,724 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:24:14,724 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:14,725 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:14,729 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:14,781 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:14,781 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:24:14,782 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:14,783 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:24:14,783 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:24:14,824 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:24:14,866 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:24:14,867 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:14,868 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:24:14,869 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:14,869 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:14,871 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:14,911 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:14,912 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:24:14,912 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:14,913 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:24:14,914 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:24:14,954 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:24:14,988 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:24:14,989 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:24:14,989 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:24:14,990 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:24:14,990 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:24:14,994 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:24:15,033 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:24:15,034 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:24:15,035 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:24:15,036 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:24:15,036 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:24:15,077 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:24:15,112 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:24:15,113 - 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 | +========================================================================================+ 2019-01-03 19:24:15,113 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-03 19:24:15,113 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2019-01-03 19:24:15,114 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:24:15,114 - 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'}]} 2019-01-03 19:24:15,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2019-01-03 19:24:15,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2019-01-03 19:24:15,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2019-01-03 19:24:15,203 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2019-01-03 19:24:15,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:15,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:15,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:15,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:15,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:15,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:15,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:24:15,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:15,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:15,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:15,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:15,213 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:24:15,330 - 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" 2019-01-03 19:24:15,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6debf78b-80fb-4684-ac92-7c32c2b6559a 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"}]}} 2019-01-03 19:24:15,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6debf78b-80fb-4684-ac92-7c32c2b6559a 2019-01-03 19:24:15,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:15,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["hkpyDykyQnm2hx5TscbrLA"], "issued_at": "2019-01-03T19:24:15.000000Z"}} 2019-01-03 19:24:15,730 - 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}2586f43088d283e40805be11d65165b9926e781c" 2019-01-03 19:24:16,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9cb6817a-49a5-411e-a0b2-03981adb4630 Date: Thu, 03 Jan 2019 19:24:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:24:16,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-9cb6817a-49a5-411e-a0b2-03981adb4630 2019-01-03 19:24:16,274 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:24:16,277 - 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}2586f43088d283e40805be11d65165b9926e781c" 2019-01-03 19:24:16,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-63d8d8d0-fccc-46e3-9df8-280f710be3ef Date: Thu, 03 Jan 2019 19:24:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 19:24:16,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-63d8d8d0-fccc-46e3-9df8-280f710be3ef 2019-01-03 19:24:16,853 - 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}2586f43088d283e40805be11d65165b9926e781c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:24:17,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312 X-Openstack-Request-Id: req-68b3032f-50bb-4a0c-bdde-13999c8baa5b Date: Thu, 03 Jan 2019 19:24:17 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:24:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:24:17Z", "visibility": "public", "locations": [], "self": "/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "min_disk": 0, "protected": false, "id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "file": "/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:24:17,048 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-68b3032f-50bb-4a0c-bdde-13999c8baa5b 2019-01-03 19:24:17,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2586f43088d283e40805be11d65165b9926e781c" -d '' 2019-01-03 19:24:17,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c090cde-7577-40f4-85eb-d817fdfb961d Date: Thu, 03 Jan 2019 19:24:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:24:17,853 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312/file used request id req-4c090cde-7577-40f4-85eb-d817fdfb961d 2019-01-03 19:24:17,854 - 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" 2019-01-03 19:24:17,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8a8b46-4c98-4d2e-bf1f-c1776cfd6b96 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"}]}} 2019-01-03 19:24:17,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-de8a8b46-4c98-4d2e-bf1f-c1776cfd6b96 2019-01-03 19:24:17,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:18,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["paxYIE1lTRKKtQtxorlAWA"], "issued_at": "2019-01-03T19:24:18.000000Z"}} 2019-01-03 19:24:18,240 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:18,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-896459e0-ee25-4e80-a4cf-7786ce5ffd43 Date: Thu, 03 Jan 2019 19:24:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:24:18,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-896459e0-ee25-4e80-a4cf-7786ce5ffd43 2019-01-03 19:24:18,571 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:18,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2db48b3d-0017-4526-99cb-56dae89e2235 Date: Thu, 03 Jan 2019 19:24:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 19:24:18,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2db48b3d-0017-4526-99cb-56dae89e2235 2019-01-03 19:24:18,757 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:19,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-476d1631-9c78-456b-a5e8-3d4451113bd7 Date: Thu, 03 Jan 2019 19:24:19 GMT RESP BODY: {"routers": []} 2019-01-03 19:24:19,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-476d1631-9c78-456b-a5e8-3d4451113bd7 2019-01-03 19:24:19,110 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2019-01-03 19:24:19,116 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2019-01-03 19:24:19,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1cc2162f-8e6e-4cac-87da-12df0e0a0860 Date: Thu, 03 Jan 2019 19:24:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:24:19Z","is_default":false,"provider:segmentation_id":47,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","mtu":1450}} 2019-01-03 19:24:19,574 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1cc2162f-8e6e-4cac-87da-12df0e0a0860 2019-01-03 19:24:19,575 - sdnvpn.lib.openstack_utils - DEBUG - Network '1b258c9e-04cf-42c7-b1ed-7085a58c16f2' created successfully 2019-01-03 19:24:19,575 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 19:24:19,580 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnets": [{"ip_version": 4, "network_id": "1b258c9e-04cf-42c7-b1ed-7085a58c16f2", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2019-01-03 19:24:20,184 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7897110d-99fa-4b3a-a2a9-332dd2d82649 Date: Thu, 03 Jan 2019 19:24:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:24:19Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"875a2e19-3f93-4557-9997-75096de542ed","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2019-01-03 19:24:20,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7897110d-99fa-4b3a-a2a9-332dd2d82649 2019-01-03 19:24:20,185 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '875a2e19-3f93-4557-9997-75096de542ed' created successfully 2019-01-03 19:24:20,185 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 19:24:20,190 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2019-01-03 19:24:20,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-4059f04d-f50a-4f79-9ab1-99e1f7a79ba8 Date: Thu, 03 Jan 2019 19:24:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:24:20Z", "revision_number": 0, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51", "name": "sdnvpn-8-1-router"}} 2019-01-03 19:24:20,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4059f04d-f50a-4f79-9ab1-99e1f7a79ba8 2019-01-03 19:24:20,529 - sdnvpn.lib.openstack_utils - DEBUG - Router '830db9ed-3c48-44ab-a9e9-2457d5416e51' created successfully 2019-01-03 19:24:20,529 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 19:24:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnet_id": "875a2e19-3f93-4557-9997-75096de542ed"}' 2019-01-03 19:24:21,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3c1bf85a-1c02-446d-81d1-f9cb8c879143 Date: Thu, 03 Jan 2019 19:24:21 GMT RESP BODY: {"network_id": "1b258c9e-04cf-42c7-b1ed-7085a58c16f2", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "875a2e19-3f93-4557-9997-75096de542ed", "subnet_ids": ["875a2e19-3f93-4557-9997-75096de542ed"], "port_id": "1fe20bd9-153d-468c-b0c9-8ae91e6ea45b", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51"} 2019-01-03 19:24:21,900 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/add_router_interface used request id req-3c1bf85a-1c02-446d-81d1-f9cb8c879143 2019-01-03 19:24:21,900 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 19:24:21,900 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 19:24:21,905 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:22,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-fa5b124b-e4be-4f61-a8c3-4821fca1980f Date: Thu, 03 Jan 2019 19:24:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["875a2e19-3f93-4557-9997-75096de542ed"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:19Z","provider:segmentation_id":47,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:24:22,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fa5b124b-e4be-4f61-a8c3-4821fca1980f 2019-01-03 19:24:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 19:24:23,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-246e5a64-223b-4490-8888-acf5d2e62307 Date: Thu, 03 Jan 2019 19:24:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:24:23Z", "revision_number": 4, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51", "name": "sdnvpn-8-1-router"}} 2019-01-03 19:24:23,840 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 used request id req-246e5a64-223b-4490-8888-acf5d2e62307 2019-01-03 19:24:23,840 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 19:24:23,845 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:24,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3ed4a678-09ba-461a-a933-a292b0e659ef Date: Thu, 03 Jan 2019 19:24:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["875a2e19-3f93-4557-9997-75096de542ed"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:19Z","provider:segmentation_id":47,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:24:24,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-3ed4a678-09ba-461a-a933-a292b0e659ef 2019-01-03 19:24:24,092 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:24,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-b752d3eb-6379-481c-8635-cbbd97c004aa Date: Thu, 03 Jan 2019 19:24:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:24:19Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"875a2e19-3f93-4557-9997-75096de542ed","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2019-01-03 19:24:24,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b752d3eb-6379-481c-8635-cbbd97c004aa 2019-01-03 19:24:24,284 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:24,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-239d8a93-6d59-4911-9993-52df7ab630b3 Date: Thu, 03 Jan 2019 19:24:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:24:23Z", "revision_number": 4, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51", "name": "sdnvpn-8-1-router"}]} 2019-01-03 19:24:24,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-239d8a93-6d59-4911-9993-52df7ab630b3 2019-01-03 19:24:24,492 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2019-01-03 19:24:24,497 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2019-01-03 19:24:25,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-56d99d8f-f332-4397-91cb-bfd209130774 Date: Thu, 03 Jan 2019 19:24:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"49d02313-bbe1-4117-af67-c1f795eaa3b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:24:25Z","is_default":false,"provider:segmentation_id":40,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:25Z","mtu":1450}} 2019-01-03 19:24:25,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-56d99d8f-f332-4397-91cb-bfd209130774 2019-01-03 19:24:25,292 - sdnvpn.lib.openstack_utils - DEBUG - Network '49d02313-bbe1-4117-af67-c1f795eaa3b7' created successfully 2019-01-03 19:24:25,292 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 19:24:25,297 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnets": [{"ip_version": 4, "network_id": "49d02313-bbe1-4117-af67-c1f795eaa3b7", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2019-01-03 19:24:25,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8fd1a552-2806-4192-accb-d42de82c864a Date: Thu, 03 Jan 2019 19:24:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"49d02313-bbe1-4117-af67-c1f795eaa3b7","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:24:25Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"2a3e90c9-4d52-4328-a693-255899324a96","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2019-01-03 19:24:25,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8fd1a552-2806-4192-accb-d42de82c864a 2019-01-03 19:24:25,862 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '2a3e90c9-4d52-4328-a693-255899324a96' created successfully 2019-01-03 19:24:25,862 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 19:24:25,862 - sdnvpn.lib.openstack_utils - DEBUG - Router '830db9ed-3c48-44ab-a9e9-2457d5416e51' created successfully 2019-01-03 19:24:25,862 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 19:24:25,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnet_id": "2a3e90c9-4d52-4328-a693-255899324a96"}' 2019-01-03 19:24:27,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e03a57a9-3f7c-436d-9d7c-aa78607d2aa3 Date: Thu, 03 Jan 2019 19:24:27 GMT RESP BODY: {"network_id": "49d02313-bbe1-4117-af67-c1f795eaa3b7", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "2a3e90c9-4d52-4328-a693-255899324a96", "subnet_ids": ["2a3e90c9-4d52-4328-a693-255899324a96"], "port_id": "135c869d-8412-4160-8a3c-31cbb863c9ac", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51"} 2019-01-03 19:24:27,437 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/add_router_interface used request id req-e03a57a9-3f7c-436d-9d7c-aa78607d2aa3 2019-01-03 19:24:27,437 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 19:24:27,437 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 19:24:27,442 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:27,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-c08eaa6d-90a1-42e9-8870-8b08874c59f3 Date: Thu, 03 Jan 2019 19:24:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["875a2e19-3f93-4557-9997-75096de542ed"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:19Z","provider:segmentation_id":47,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"49d02313-bbe1-4117-af67-c1f795eaa3b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["2a3e90c9-4d52-4328-a693-255899324a96"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:25Z","provider:segmentation_id":40,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:25Z","provider:network_type":"vxlan"}]} 2019-01-03 19:24:27,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c08eaa6d-90a1-42e9-8870-8b08874c59f3 2019-01-03 19:24:27,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 19:24:27,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-bef7289e-a42d-413b-a026-52e1807a6f2a Date: Thu, 03 Jan 2019 19:24:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:24:27Z", "revision_number": 6, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51", "name": "sdnvpn-8-1-router"}} 2019-01-03 19:24:27,978 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 used request id req-bef7289e-a42d-413b-a026-52e1807a6f2a 2019-01-03 19:24:27,979 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 19:24:27,984 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:28,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3ce23084-19c7-4d7f-bf6d-2c3bee6a3802 Date: Thu, 03 Jan 2019 19:24:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}]} 2019-01-03 19:24:28,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-3ce23084-19c7-4d7f-bf6d-2c3bee6a3802 2019-01-03 19:24:28,048 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2019-01-03 19:24:28,053 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2019-01-03 19:24:28,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-095620e6-383d-445c-ad01-b84d5f4a5e69 Date: Thu, 03 Jan 2019 19:24:28 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:24:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 2, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}} 2019-01-03 19:24:28,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-095620e6-383d-445c-ad01-b84d5f4a5e69 2019-01-03 19:24:28,290 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=e51d5782-c04e-4f28-9ecd-302fd79e8fae created successfully. 2019-01-03 19:24:28,290 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2019-01-03 19:24:28,290 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2019-01-03 19:24:28,295 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:28,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-38b0f59e-3e30-48f9-8a21-16693fcb2902 Date: Thu, 03 Jan 2019 19:24:28 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": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}} 2019-01-03 19:24:28,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-38b0f59e-3e30-48f9-8a21-16693fcb2902 2019-01-03 19:24:28,523 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2019-01-03 19:24:28,523 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-03 19:24:28,528 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:28,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e7c9583e-0409-480f-972a-e9900102a56a Date: Thu, 03 Jan 2019 19:24:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}} 2019-01-03 19:24:28,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-e7c9583e-0409-480f-972a-e9900102a56a 2019-01-03 19:24:28,810 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-03 19:24:28,816 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:29,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-dc22334d-44b8-480a-bbf0-12a309cd0d91 Date: Thu, 03 Jan 2019 19:24:29 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": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}} 2019-01-03 19:24:29,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-dc22334d-44b8-480a-bbf0-12a309cd0d91 2019-01-03 19:24:29,176 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:29,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-66a692b6-7f66-4273-9930-28575461d146 Date: Thu, 03 Jan 2019 19:24:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "1468158a-d3eb-448e-ad56-358cb11523df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "23897079-6103-499a-aeac-ed29950a9afd"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3598b2e6-d0b5-4d05-a23d-420433104e62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "84275003-0292-4c97-a685-9e83e49bb66f"}, {"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "a77b7b0f-effa-43e9-a704-1de529117d4c"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d7c89c5c-f368-4790-9d93-5c253c3af103"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ee788727-0eea-46e1-989b-9864448e37f3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "fc810fb4-3638-4751-ab73-7ce84d02025f"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "fe4d2705-31b7-47cb-8002-30d997685305"}]} 2019-01-03 19:24:29,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-66a692b6-7f66-4273-9930-28575461d146 2019-01-03 19:24:29,203 - sdnvpn_test_utils - INFO - This rule exists for security group: e51d5782-c04e-4f28-9ecd-302fd79e8fae 2019-01-03 19:24:29,208 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:24:29,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-29445e2b-3010-4651-8867-b911f98eec7d Date: Thu, 03 Jan 2019 19:24:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "1468158a-d3eb-448e-ad56-358cb11523df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "23897079-6103-499a-aeac-ed29950a9afd"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3598b2e6-d0b5-4d05-a23d-420433104e62"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "84275003-0292-4c97-a685-9e83e49bb66f"}, {"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "a77b7b0f-effa-43e9-a704-1de529117d4c"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d7c89c5c-f368-4790-9d93-5c253c3af103"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ee788727-0eea-46e1-989b-9864448e37f3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "fc810fb4-3638-4751-ab73-7ce84d02025f"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "fe4d2705-31b7-47cb-8002-30d997685305"}]} 2019-01-03 19:24:29,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-29445e2b-3010-4651-8867-b911f98eec7d 2019-01-03 19:24:29,235 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-03 19:24:29,241 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:29,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-256cb751-ddf0-4d9a-bab5-217834391612 Date: Thu, 03 Jan 2019 19:24:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 80, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce"}} 2019-01-03 19:24:29,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-256cb751-ddf0-4d9a-bab5-217834391612 2019-01-03 19:24:29,409 - 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" 2019-01-03 19:24:29,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397cd76f-a00e-4990-98aa-04726260ebdc 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"}]}} 2019-01-03 19:24:29,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-397cd76f-a00e-4990-98aa-04726260ebdc 2019-01-03 19:24:29,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:29,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["s7b2TvTsSrugOzpftndSdw"], "issued_at": "2019-01-03T19:24:29.000000Z"}} 2019-01-03 19:24:29,801 - 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}70a767dc64f7a584917043e32e92ba59eaa4bc05" 2019-01-03 19:24:30,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-5833786c-a3de-4882-b687-98708b4c52e9 x-compute-request-id: req-5833786c-a3de-4882-b687-98708b4c52e9 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:24:30,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5833786c-a3de-4882-b687-98708b4c52e9 2019-01-03 19:24:30,367 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 19:24:30,367 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2019-01-03 19:24:30,367 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=67c89ef7-063e-4c73-9b5c-e43f141a8312 network=49d02313-bbe1-4117-af67-c1f795eaa3b7 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:30,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:30,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:30,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:30,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:30,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:30,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:30,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:30,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:30,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:30,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:30,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:30,378 - 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" 2019-01-03 19:24:30,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf5cf1f-31e9-4d8c-afd5-af90803f9b92 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"}]}} 2019-01-03 19:24:30,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bbf5cf1f-31e9-4d8c-afd5-af90803f9b92 2019-01-03 19:24:30,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:30,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["18KSlCoTTBaaqQf36xQv4A"], "issued_at": "2019-01-03T19:24:30.000000Z"}} 2019-01-03 19:24:30,766 - 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}61f13279b80e0a08be7ae3db7aab1dda7bb21676" 2019-01-03 19:24:31,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65b8af8a-3324-4ca7-a5d5-b2986ec7fe91 x-compute-request-id: req-65b8af8a-3324-4ca7-a5d5-b2986ec7fe91 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:24:31,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-65b8af8a-3324-4ca7-a5d5-b2986ec7fe91 2019-01-03 19:24:31,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" 2019-01-03 19:24:31,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-083293ef-bd6e-4fd5-a2be-b088014d905f x-compute-request-id: req-083293ef-bd6e-4fd5-a2be-b088014d905f Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:24:31,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-083293ef-bd6e-4fd5-a2be-b088014d905f 2019-01-03 19:24:31,349 - 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}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "49d02313-bbe1-4117-af67-c1f795eaa3b7"}]}}' 2019-01-03 19:24:33,440 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-985ca7ab-cc1c-4bce-91a5-7c4386b022bd x-compute-request-id: req-985ca7ab-cc1c-4bce-91a5-7c4386b022bd Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "adminPass": "n5J556bxz5Vg"}} 2019-01-03 19:24:33,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-985ca7ab-cc1c-4bce-91a5-7c4386b022bd 2019-01-03 19:24:33,441 - 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" 2019-01-03 19:24:33,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6044e4-a87f-45d9-abb5-93c527909cb8 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"}]}} 2019-01-03 19:24:33,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ce6044e4-a87f-45d9-abb5-93c527909cb8 2019-01-03 19:24:33,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:33,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["zP8KTRQ4RNCzRPgZNLOaqA"], "issued_at": "2019-01-03T19:24:33.000000Z"}} 2019-01-03 19:24:33,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e97c4e8ec412ab8c4556baf1c2fdfc818633f28" 2019-01-03 19:24:34,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32b69433-fa92-4a32-9db9-50f482642c04 x-compute-request-id: req-32b69433-fa92-4a32-9db9-50f482642c04 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:24:34Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:34,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 used request id req-32b69433-fa92-4a32-9db9-50f482642c04 2019-01-03 19:24:37,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e97c4e8ec412ab8c4556baf1c2fdfc818633f28" 2019-01-03 19:24:38,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-1c4bb97a-8071-4acb-a701-5af136b991f8 x-compute-request-id: req-1c4bb97a-8071-4acb-a701-5af136b991f8 Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:24:35Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:38,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 used request id req-1c4bb97a-8071-4acb-a701-5af136b991f8 2019-01-03 19:24:41,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e97c4e8ec412ab8c4556baf1c2fdfc818633f28" 2019-01-03 19:24:42,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24: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-33867399-c2d1-4e26-9aa2-d4267455d962 x-compute-request-id: req-33867399-c2d1-4e26-9aa2-d4267455d962 Content-Encoding: gzip Content-Length: 776 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:a3:66:0c", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": "2019-01-03T19:24:38.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:24:39Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:42,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 used request id req-33867399-c2d1-4e26-9aa2-d4267455d962 2019-01-03 19:24:42,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" 2019-01-03 19:24:43,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59dfbc84-b822-4706-9567-386d68552a27 x-compute-request-id: req-59dfbc84-b822-4706-9567-386d68552a27 Content-Encoding: gzip Content-Length: 776 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:a3:66:0c", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": "2019-01-03T19:24:38.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:24:39Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:43,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314 used request id req-59dfbc84-b822-4706-9567-386d68552a27 2019-01-03 19:24:43,311 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.10'. 2019-01-03 19:24:43,311 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2019-01-03 19:24:43,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a767dc64f7a584917043e32e92ba59eaa4bc05" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:44,909 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:24: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-3e444964-812f-461e-a045-39239b346c30 x-compute-request-id: req-3e444964-812f-461e-a045-39239b346c30 Content-Length: 0 Content-Type: application/json 2019-01-03 19:24:44,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-3e444964-812f-461e-a045-39239b346c30 2019-01-03 19:24:44,910 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2019-01-03 19:24:44,910 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=67c89ef7-063e-4c73-9b5c-e43f141a8312 network=1b258c9e-04cf-42c7-b1ed-7085a58c16f2 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.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 2019-01-03 19:24:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:44,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:44,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:44,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:44,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:44,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:44,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:44,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:24:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:24:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:24:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:24:44,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:24:44,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:24:44,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:24:44,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:24:44,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:24:44,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:24:44,920 - 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" 2019-01-03 19:24:44,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d17df3-6f85-45c3-8c4c-a9ac1bd3baba 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"}]}} 2019-01-03 19:24:44,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9d17df3-6f85-45c3-8c4c-a9ac1bd3baba 2019-01-03 19:24:44,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:45,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["agTeC12pSqegzXR8pJBFbw"], "issued_at": "2019-01-03T19:24:45.000000Z"}} 2019-01-03 19:24:45,306 - 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}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" 2019-01-03 19:24:45,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e26998a-494e-4fa4-8568-ae43b7932e22 x-compute-request-id: req-8e26998a-494e-4fa4-8568-ae43b7932e22 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:24:45,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8e26998a-494e-4fa4-8568-ae43b7932e22 2019-01-03 19:24:45,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" 2019-01-03 19:24:45,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d29e6c9-e6a8-48cd-9314-1f69cdc3ad31 x-compute-request-id: req-8d29e6c9-e6a8-48cd-9314-1f69cdc3ad31 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:24:45,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-8d29e6c9-e6a8-48cd-9314-1f69cdc3ad31 2019-01-03 19:24:45,832 - 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}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1b258c9e-04cf-42c7-b1ed-7085a58c16f2"}], "config_drive": true}}' 2019-01-03 19:24:48,216 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08cc45d0-2ba9-4089-b488-e956a20b3401 x-compute-request-id: req-08cc45d0-2ba9-4089-b488-e956a20b3401 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "adminPass": "8A8VkAsWwa53"}} 2019-01-03 19:24:48,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-08cc45d0-2ba9-4089-b488-e956a20b3401 2019-01-03 19:24:48,217 - 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" 2019-01-03 19:24:48,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64143c37-9a98-43b8-a72f-7cfdc76e9153 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"}]}} 2019-01-03 19:24:48,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-64143c37-9a98-43b8-a72f-7cfdc76e9153 2019-01-03 19:24:48,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:24:48,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["mGY0LuT3Qee-uiRKeaxAnA"], "issued_at": "2019-01-03T19:24:48.000000Z"}} 2019-01-03 19:24:48,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ab78e98d3b75428da777d2166c28ba4ccb7c34" 2019-01-03 19:24:49,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e2dc4fe-3355-4030-bdfe-1f03f2560efd x-compute-request-id: req-1e2dc4fe-3355-4030-bdfe-1f03f2560efd 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/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:24:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2019-01-03T19:24:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:49,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f used request id req-1e2dc4fe-3355-4030-bdfe-1f03f2560efd 2019-01-03 19:24:52,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ab78e98d3b75428da777d2166c28ba4ccb7c34" 2019-01-03 19:24:52,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e2a1b49-6fdd-40c7-b4bf-0d0817b77618 x-compute-request-id: req-6e2a1b49-6fdd-40c7-b4bf-0d0817b77618 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/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:24:50Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-03T19:24:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:52,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f used request id req-6e2a1b49-6fdd-40c7-b4bf-0d0817b77618 2019-01-03 19:24:55,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63ab78e98d3b75428da777d2166c28ba4ccb7c34" 2019-01-03 19:24:56,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34817cd4-5361-4a94-968e-b8836cd14e14 x-compute-request-id: req-34817cd4-5361-4a94-968e-b8836cd14e14 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:28:5f", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2019-01-03T19:24:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:24:55Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-03T19:24:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:56,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f used request id req-34817cd4-5361-4a94-968e-b8836cd14e14 2019-01-03 19:24:56,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" 2019-01-03 19:24:57,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24: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-5fb07330-1e8b-47a4-8b79-622e3df8cf8a x-compute-request-id: req-5fb07330-1e8b-47a4-8b79-622e3df8cf8a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:28:5f", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2019-01-03T19:24:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:24:55Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-03T19:24:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:24:57,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f used request id req-5fb07330-1e8b-47a4-8b79-622e3df8cf8a 2019-01-03 19:24:57,754 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.12'. 2019-01-03 19:24:57,754 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2019-01-03 19:24:57,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a767dc64f7a584917043e32e92ba59eaa4bc05" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:24:59,613 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc701abe-d0b3-4030-9e60-19981861fc17 x-compute-request-id: req-fc701abe-d0b3-4030-9e60-19981861fc17 Content-Length: 0 Content-Type: application/json 2019-01-03 19:24:59,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-fc701abe-d0b3-4030-9e60-19981861fc17 2019-01-03 19:24:59,613 - sdnvpn_test_utils - INFO - Waiting for instance 22f2c1d4-4f34-4863-a4d5-9873b01e6314 to boot up 2019-01-03 19:24:59,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:00,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:24:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34499d89-b7a2-481e-bb1e-bda680dedcce x-compute-request-id: req-34499d89-b7a2-481e-bb1e-bda680dedcce Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:00,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-34499d89-b7a2-481e-bb1e-bda680dedcce 2019-01-03 19:25:02,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:03,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4ba316c1-0c8a-4e90-a3fa-8bbe7b2fd236 x-compute-request-id: req-4ba316c1-0c8a-4e90-a3fa-8bbe7b2fd236 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:03,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-4ba316c1-0c8a-4e90-a3fa-8bbe7b2fd236 2019-01-03 19:25:05,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:06,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25: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-c25ed33a-866a-4d86-a25e-83b6504ada4e x-compute-request-id: req-c25ed33a-866a-4d86-a25e-83b6504ada4e Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:06,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-c25ed33a-866a-4d86-a25e-83b6504ada4e 2019-01-03 19:25:08,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:10,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c06ea778-66f6-4896-bc5e-a046cf154ff6 x-compute-request-id: req-c06ea778-66f6-4896-bc5e-a046cf154ff6 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:10,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-c06ea778-66f6-4896-bc5e-a046cf154ff6 2019-01-03 19:25:12,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:13,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcf74c98-8932-4be6-aadd-da2a401cf0d3 x-compute-request-id: req-dcf74c98-8932-4be6-aadd-da2a401cf0d3 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:13,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-dcf74c98-8932-4be6-aadd-da2a401cf0d3 2019-01-03 19:25:15,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:16,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6eecaa50-b990-4e79-8f25-d66a2284e9d3 x-compute-request-id: req-6eecaa50-b990-4e79-8f25-d66a2284e9d3 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:16,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-6eecaa50-b990-4e79-8f25-d66a2284e9d3 2019-01-03 19:25:18,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:19,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8acfa404-61d9-43db-8415-61abb661016d x-compute-request-id: req-8acfa404-61d9-43db-8415-61abb661016d Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:19,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-8acfa404-61d9-43db-8415-61abb661016d 2019-01-03 19:25:21,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:22,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-008a9619-0542-406a-b72e-34fc3fd923ab x-compute-request-id: req-008a9619-0542-406a-b72e-34fc3fd923ab Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:22,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-008a9619-0542-406a-b72e-34fc3fd923ab 2019-01-03 19:25:24,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:25,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4717f3b-ed24-489e-80bf-2c208f969986 x-compute-request-id: req-e4717f3b-ed24-489e-80bf-2c208f969986 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:25,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-e4717f3b-ed24-489e-80bf-2c208f969986 2019-01-03 19:25:27,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:28,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-e60ca26f-4082-41c7-8715-bc81a1dd4207 x-compute-request-id: req-e60ca26f-4082-41c7-8715-bc81a1dd4207 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:28,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-e60ca26f-4082-41c7-8715-bc81a1dd4207 2019-01-03 19:25:30,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:31,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-507d36bd-b4db-4706-9be3-4427786c580a x-compute-request-id: req-507d36bd-b4db-4706-9be3-4427786c580a Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:31,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-507d36bd-b4db-4706-9be3-4427786c580a 2019-01-03 19:25:33,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:34,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30556d58-63b6-4e87-b1e1-ba9bf8c40012 x-compute-request-id: req-30556d58-63b6-4e87-b1e1-ba9bf8c40012 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:34,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-30556d58-63b6-4e87-b1e1-ba9bf8c40012 2019-01-03 19:25:36,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:38,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a21862e-418e-4c1e-b898-a9f27787e65f x-compute-request-id: req-1a21862e-418e-4c1e-b898-a9f27787e65f Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:38,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-1a21862e-418e-4c1e-b898-a9f27787e65f 2019-01-03 19:25:40,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:41,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-dae2f263-4513-46e6-93ee-eb939e64e4b2 x-compute-request-id: req-dae2f263-4513-46e6-93ee-eb939e64e4b2 Content-Encoding: gzip Content-Length: 7682 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:25:41,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-dae2f263-4513-46e6-93ee-eb939e64e4b2 2019-01-03 19:25:43,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:44,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-3358edfa-3f7c-4591-b5f0-33d70135a4c7 x-compute-request-id: req-3358edfa-3f7c-4591-b5f0-33d70135a4c7 Content-Encoding: gzip Content-Length: 9461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 62.00. iid=i-000000f2\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOWqwQ3jjoBBUTRz7//jForU3AJbR6VHyJHfXIh9L4Bdu67/WtK+6yxx4oQW+NMZTR+R51O9i2IgpmrSenUzpbdWr7ji6s5v0ohOlhBuPBZdUGYMhiL4IFtOiN+6Aof+TcQ4VfgdqaeGqfscpXFQsimi+91jM43Ilw3T8nsQAdZvjYIH7l4XAOImrP0Q3RahF/140kvB1g6V0Bf+IVqsgQG4UStZ1r8R4sPYHX9M+mMpsyO+7del3CmEsy9D9Dgs2Y85no3TEQB1JAxY5ibEuNOgSsKX4MY+rJ85RjJfflDzNg1b36v88PHZDzCoj/aGOHtU6Z0fTWv6djC8B7oGg9 root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJJ0R9R+eZxiXRFIGO/hfjwrT5KC9KgK/HQTiPUgcmekGS0JcVn7edK2bqz22QkfPB4FU91ZCSlXzWubx+VG9jFchYey+/+KOiL381ofTCDkG3OS4tux/Ov/7EcPepjgf1WAK7p/7zJ7pUksRqxTH5WQ3rfMhEpK3twF3UbGiY/xAAAAFQCXZC5hwgFK9xTu++Wu/OmQdL5ExQAAAIBeV26L/BS1EM6Y8KrmJtid7zf8qyDN1D8LkcwRz9mlK41bzWCtVQr2cJaPdMvFOuQHlo+Bko7ORiKpNHyOcDUUdv5wxaq3AQeNveRlfgpzHmmN5CEH214FJ6UG92bCH21Wc40vmP/LMImoYiwOUGFf8IhFpVRjbIl0Wh1xsCNLCgAAAIEAgaAH3oj3B8xy1dtHCtzR+SR44xLhZjSUbnZcbXVHkwkJ4JCItHbtRik5KhdHE7Nl7xbfGpxhiFyL0nNok/2mqE2w+4HyJjw05qHZYppK+hPfUl+JjNZ4FJSohebRcaT5ZQjmeBU69OkxjJkgKwRLCoxu4bJn+HbKp0Y5UsWryX4= 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:fea3:660c/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.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-000000f2\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=64.23 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2019-01-03 19:25:44,194 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-3358edfa-3f7c-4591-b5f0-33d70135a4c7 2019-01-03 19:25:46,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61f13279b80e0a08be7ae3db7aab1dda7bb21676" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:47,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3f3ad1a-042f-43e6-898c-9d4bae73d049 x-compute-request-id: req-c3f3ad1a-042f-43e6-898c-9d4bae73d049 Content-Encoding: gzip Content-Length: 9539 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487851472 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.126975] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128589] pid_max: default: 32768 minimum: 301\n[ 0.129456] ACPI: Core revision 20150930\n[ 0.130815] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132085] Security Framework initialized\n[ 0.132880] Yama: becoming mindful.\n[ 0.133589] AppArmor: AppArmor initialized\n[ 0.134430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135729] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136967] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138138] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139483] Initializing cgroup subsys io\n[ 0.140275] Initializing cgroup subsys memory\n[ 0.141113] Initializing cgroup subsys devices\n[ 0.141956] Initializing cgroup subsys freezer\n[ 0.142806] Initializing cgroup subsys net_cls\n[ 0.143649] Initializing cgroup subsys perf_event\n[ 0.144527] Initializing cgroup subsys net_prio\n[ 0.145374] Initializing cgroup subsys hugetlb\n[ 0.146221] Initializing cgroup subsys pids\n[ 0.147070] CPU: Physical Processor ID: 0\n[ 0.148536] mce: CPU supports 10 MCE banks\n[ 0.149364] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150345] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161458] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167757] ftrace: allocating 31920 entries in 125 pages\n[ 0.193755] smpboot: Max logical packages: 1\n[ 0.194608] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195928] x2apic enabled\n[ 0.196727] Switched APIC routing to physical x2apic.\n[ 0.198459] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199564] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201517] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203274] KVM setup paravirtual spinlock\n[ 0.204557] x86: Booted up 1 node, 1 CPUs\n[ 0.205345] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206706] devtmpfs: initialized\n[ 0.208402] evm: security.selinux\n[ 0.209092] evm: security.SMACK64\n[ 0.209768] evm: security.SMACK64EXEC\n[ 0.210494] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212026] evm: security.ima\n[ 0.212659] evm: security.capability\n[ 0.213447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215262] pinctrl core: initialized pinctrl subsystem\n[ 0.216336] RTC time: 19:24:38, date: 01/03/19\n[ 0.217287] NET: Registered protocol family 16\n[ 0.218244] cpuidle: using governor ladder\n[ 0.219050] cpuidle: using governor menu\n[ 0.219822] PCCT header not found.\n[ 0.220555] ACPI: bus type PCI registered\n[ 0.221343] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222561] PCI: Using configuration type 1 for base access\n[ 0.224288] ACPI: Added _OSI(Module Device)\n[ 0.225115] ACPI: Added _OSI(Processor Device)\n[ 0.225965] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226847] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228955] ACPI: Interpreter enabled\n[ 0.229715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236949] ACPI: (supports S0 S5)\n[ 0.237644] ACPI: Using IOAPIC for interrupt routing\n[ 0.238666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241712] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242833] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244043] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245208] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247381] acpiphp: Slot [3] registered\n[ 0.248173] acpiphp: Slot [4] registered\n[ 0.248961] acpiphp: Slot [5] registered\n[ 0.249743] acpiphp: Slot [6] registered\n[ 0.250522] acpiphp: Slot [7] registered\n[ 0.251308] acpiphp: Slot [8] registered\n[ 0.252093] acpiphp: Slot [9] registered\n[ 0.252888] acpiphp: Slot [10] registered\n[ 0.253683] acpiphp: Slot [11] registered\n[ 0.254473] acpiphp: Slot [12] registered\n[ 0.255274] acpiphp: Slot [13] registered\n[ 0.256072] acpiphp: Slot [14] registered\n[ 0.256870] acpiphp: Slot [15] registered\n[ 0.267840] acpiphp: Slot [16] registered\n[ 0.268646] acpiphp: Slot [17] registered\n[ 0.269441] acpiphp: Slot [18] registered\n[ 0.270239] acpiphp: Slot [19] registered\n[ 0.271038] acpiphp: Slot [20] registered\n[ 0.271845] acpiphp: Slot [21] registered\n[ 0.272641] acpiphp: Slot [22] registered\n[ 0.273431] acpiphp: Slot [23] registered\n[ 0.274227] acpiphp: Slot [24] registered\n[ 0.275022] acpiphp: Slot [25] registered\n[ 0.275814] acpiphp: Slot [26] registered\n[ 0.276611] acpiphp: Slot [27] registered\n[ 0.277404] acpiphp: Slot [28] registered\n[ 0.278202] acpiphp: Slot [29] registered\n[ 0.279121] acpiphp: Slot [30] registered\n[ 0.280061] acpiphp: Slot [31] registered\n[ 0.280862] PCI host bridge to bus 0000:00\n[ 0.281661] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284060] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285493] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294524] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295680] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296940] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303363] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350834] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352312] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353726] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355133] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357746] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360187] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361708] vgaarb: loaded\n[ 0.362298] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363421] SCSI subsystem initialized\n[ 0.364237] ACPI: bus type USB registered\n[ 0.365048] usbcore: registered new interface driver usbfs\n[ 0.366061] usbcore: registered new interface driver hub\n[ 0.367050] usbcore: registered new device driver usb\n[ 0.368088] PCI: Using ACPI for IRQ routing\n[ 0.369095] NetLabel: Initializing\n[ 0.369807] NetLabel: domain hash size = 128\n[ 0.370646] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371579] NetLabel: unlabeled traffic allowed by default\n[ 0.372663] clocksource: Switched to clocksource kvm-clock\n[ 0.378046] AppArmor: AppArmor Filesystem Enabled\n[ 0.379006] pnp: PnP ACPI init\n[ 0.379909] pnp: PnP ACPI: found 5 devices\n[ 0.386268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387951] NET: Registered protocol family 2\n[ 0.388901] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391316] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394726] NET: Registered protocol family 1\n[ 0.395583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396684] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397739] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411730] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425697] Trying to unpack rootfs image as initramfs...\n[ 0.474448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488314] Scanning for low memory corruption every 60 seconds\n[ 0.489615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490742] audit: initializing netlink subsys (disabled)\n[ 0.491747] audit: type=2000 audit(1546543479.547:1): initialized\n[ 0.493048] Initialise system trusted keyring\n[ 0.493959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497056] zbud: loaded\n[ 0.497752] VFS: Disk quotas dquot_6.6.0\n[ 0.498560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500037] fuse init (API version 7.23)\n[ 0.500931] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.502819] Key type asymmetric registered\n[ 0.503635] Asymmetric key parser 'x509' registered\n[ 0.504571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506022] io scheduler noop registered\n[ 0.506804] io scheduler deadline registered (default)\n[ 0.507772] io scheduler cfq registered\n[ 0.508592] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509630] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512682] ACPI: Power Button [PWRF]\n[ 0.513508] GHES: HEST is not enabled!\n[ 0.527201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585674] Linux agpgart interface v0.103\n[ 0.587757] brd: module loaded\n[ 0.588979] loop: module loaded\n[ 0.593685] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595111] GPT:90111 != 2097151\n[ 0.595773] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596842] GPT:90111 != 2097151\n[ 0.597499] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598438] vda: vda1 vda15\n[ 0.600128] scsi host0: ata_piix\n[ 0.600859] scsi host1: ata_piix\n[ 0.601556] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602741] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604149] libphy: Fixed MDIO Bus: probed\n[ 0.604961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605890] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608112] PPP generic driver version 2.4.2\n[ 0.608997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610320] ehci-pci: EHCI PCI platform driver\n[ 0.611173] ehci-platform: EHCI generic platform driver\n[ 0.612130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613227] ohci-pci: OHCI PCI platform driver\n[ 0.614074] ohci-platform: OHCI generic platform driver\n[ 0.615033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629495] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630488] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631902] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632904] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636570] usb usb1: Product: UHCI Host Controller\n[ 0.637478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638592] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639588] hub 1-0:1.0: USB hub found\n[ 0.640339] hub 1-0:1.0: 2 ports detected\n[ 0.641225] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643275] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645193] mousedev: PS/2 mouse device common for all mice\n[ 0.646409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648198] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649272] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651595] i2c /dev entries driver\n[ 0.652333] device-mapper: uevent: version 1.0.3\n[ 0.653244] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654826] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656077] NET: Registered protocol family 10\n[ 0.657048] NET: Registered protocol family 17\n[ 0.657920] Key type dns_resolver registered\n[ 0.658823] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659891] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661603] registered taskstats version 1\n[ 0.662425] Loading compiled-in X.509 certificates\n[ 0.663838] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665655] zswap: loaded using pool lzo/zbud\n[ 0.667000] Key type trusted registered\n[ 0.668531] Key type encrypted registered\n[ 0.669333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671323] evm: HMAC attrs: 0x1\n[ 0.672253] Magic number: 3:583:444\n[ 0.673083] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:39 UTC (1546543479)\n[ 0.674635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675715] EDD information not available.\n[ 0.761638] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763161] Write protecting the kernel read-only data: 14336k\n[ 0.774796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776568] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819003] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\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 62.00. iid=i-000000f2\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOWqwQ3jjoBBUTRz7//jForU3AJbR6VHyJHfXIh9L4Bdu67/WtK+6yxx4oQW+NMZTR+R51O9i2IgpmrSenUzpbdWr7ji6s5v0ohOlhBuPBZdUGYMhiL4IFtOiN+6Aof+TcQ4VfgdqaeGqfscpXFQsimi+91jM43Ilw3T8nsQAdZvjYIH7l4XAOImrP0Q3RahF/140kvB1g6V0Bf+IVqsgQG4UStZ1r8R4sPYHX9M+mMpsyO+7del3CmEsy9D9Dgs2Y85no3TEQB1JAxY5ibEuNOgSsKX4MY+rJ85RjJfflDzNg1b36v88PHZDzCoj/aGOHtU6Z0fTWv6djC8B7oGg9 root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJJ0R9R+eZxiXRFIGO/hfjwrT5KC9KgK/HQTiPUgcmekGS0JcVn7edK2bqz22QkfPB4FU91ZCSlXzWubx+VG9jFchYey+/+KOiL381ofTCDkG3OS4tux/Ov/7EcPepjgf1WAK7p/7zJ7pUksRqxTH5WQ3rfMhEpK3twF3UbGiY/xAAAAFQCXZC5hwgFK9xTu++Wu/OmQdL5ExQAAAIBeV26L/BS1EM6Y8KrmJtid7zf8qyDN1D8LkcwRz9mlK41bzWCtVQr2cJaPdMvFOuQHlo+Bko7ORiKpNHyOcDUUdv5wxaq3AQeNveRlfgpzHmmN5CEH214FJ6UG92bCH21Wc40vmP/LMImoYiwOUGFf8IhFpVRjbIl0Wh1xsCNLCgAAAIEAgaAH3oj3B8xy1dtHCtzR+SR44xLhZjSUbnZcbXVHkwkJ4JCItHbtRik5KhdHE7Nl7xbfGpxhiFyL0nNok/2mqE2w+4HyJjw05qHZYppK+hPfUl+JjNZ4FJSohebRcaT5ZQjmeBU69OkxjJkgKwRLCoxu4bJn+HbKp0Y5UsWryX4= 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:fea3:660c/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.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-000000f2\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=64.23 ===\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: /dev/root resized successfully [took 2.75s]\n"} 2019-01-03 19:25:47,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-c3f3ad1a-042f-43e6-898c-9d4bae73d049 2019-01-03 19:25:49,312 - sdnvpn_test_utils - INFO - Waiting for instance 9d9fabfb-fcc5-4b47-a7f5-9613a079431f to boot up 2019-01-03 19:25:49,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:25:50,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:25:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c812316-952a-4f54-8a94-d17fb127c21d x-compute-request-id: req-7c812316-952a-4f54-8a94-d17fb127c21d Content-Encoding: gzip Content-Length: 8089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477504189 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133122] pid_max: default: 32768 minimum: 301\n[ 0.134030] ACPI: Core revision 20150930\n[ 0.135425] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136743] Security Framework initialized\n[ 0.137559] Yama: becoming mindful.\n[ 0.138301] AppArmor: AppArmor initialized\n[ 0.139183] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141878] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143124] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144554] Initializing cgroup subsys io\n[ 0.145390] Initializing cgroup subsys memory\n[ 0.146273] Initializing cgroup subsys devices\n[ 0.147179] Initializing cgroup subsys freezer\n[ 0.148075] Initializing cgroup subsys net_cls\n[ 0.148958] Initializing cgroup subsys perf_event\n[ 0.149875] Initializing cgroup subsys net_prio\n[ 0.150800] Initializing cgroup subsys hugetlb\n[ 0.151701] Initializing cgroup subsys pids\n[ 0.152601] CPU: Physical Processor ID: 0\n[ 0.154117] mce: CPU supports 10 MCE banks\n[ 0.154998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167157] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173625] ftrace: allocating 31920 entries in 125 pages\n[ 0.200050] smpboot: Max logical packages: 1\n[ 0.200923] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202307] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206051] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209917] KVM setup paravirtual spinlock\n[ 0.211218] x86: Booted up 1 node, 1 CPUs\n[ 0.212050] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213481] devtmpfs: initialized\n[ 0.215205] evm: security.selinux\n[ 0.215902] evm: security.SMACK64\n[ 0.216586] evm: security.SMACK64EXEC\n[ 0.217324] evm: security.SMACK64TRANSMUTE\n[ 0.218120] evm: security.SMACK64MMAP\n[ 0.218862] evm: security.ima\n[ 0.219501] evm: security.capability\n[ 0.220298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222134] pinctrl core: initialized pinctrl subsystem\n[ 0.223229] RTC time: 19:24:54, date: 01/03/19\n[ 0.224174] NET: Registered protocol family 16\n[ 0.225135] cpuidle: using governor ladder\n[ 0.225955] cpuidle: using governor menu\n[ 0.226734] PCCT header not found.\n[ 0.227485] ACPI: bus type PCI registered\n[ 0.228288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229516] PCI: Using configuration type 1 for base access\n[ 0.231251] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232970] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235991] ACPI: Interpreter enabled\n[ 0.236760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244096] ACPI: (supports S0 S5)\n[ 0.244797] ACPI: Using IOAPIC for interrupt routing\n[ 0.245748] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251214] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252403] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254606] acpiphp: Slot [3] registered\n[ 0.255400] acpiphp: Slot [4] registered\n[ 0.256191] acpiphp: Slot [5] registered\n[ 0.256992] acpiphp: Slot [6] registered\n[ 0.257781] acpiphp: Slot [7] registered\n[ 0.258583] acpiphp: Slot [8] registered\n[ 0.259381] acpiphp: Slot [9] registered\n[ 0.260175] acpiphp: Slot [10] registered\n[ 0.260985] acpiphp: Slot [11] registered\n[ 0.261793] acpiphp: Slot [12] registered\n[ 0.262606] acpiphp: Slot [13] registered\n[ 0.263417] acpiphp: Slot [14] registered\n[ 0.264223] acpiphp: Slot [15] registered\n[ 0.275162] acpiphp: Slot [16] registered\n[ 0.275973] acpiphp: Slot [17] registered\n[ 0.276780] acpiphp: Slot [18] registered\n[ 0.277584] acpiphp: Slot [19] registered\n[ 0.278384] acpiphp: Slot [20] registered\n[ 0.279208] acpiphp: Slot [21] registered\n[ 0.280023] acpiphp: Slot [22] registered\n[ 0.280830] acpiphp: Slot [23] registered\n[ 0.281644] acpiphp: Slot [24] registered\n[ 0.282457] acpiphp: Slot [25] registered\n[ 0.283264] acpiphp: Slot [26] registered\n[ 0.284089] acpiphp: Slot [27] registered\n[ 0.284901] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286529] acpiphp: Slot [30] registered\n[ 0.287337] acpiphp: Slot [31] registered\n[ 0.288132] PCI host bridge to bus 0000:00\n[ 0.288941] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294253] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300392] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304133] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358687] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361499] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362900] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365309] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368077] vgaarb: loaded\n[ 0.368688] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369827] SCSI subsystem initialized\n[ 0.370651] ACPI: bus type USB registered\n[ 0.371464] usbcore: registered new interface driver usbfs\n[ 0.372494] usbcore: registered new interface driver hub\n[ 0.373503] usbcore: registered new device driver usb\n[ 0.374549] PCI: Using ACPI for IRQ routing\n[ 0.375563] NetLabel: Initializing\n[ 0.376269] NetLabel: domain hash size = 128\n[ 0.377116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378059] NetLabel: unlabeled traffic allowed by default\n[ 0.379154] clocksource: Switched to clocksource kvm-clock\n[ 0.384679] AppArmor: AppArmor Filesystem Enabled\n[ 0.385625] pnp: PnP ACPI init\n[ 0.386523] pnp: PnP ACPI: found 5 devices\n[ 0.392881] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394586] NET: Registered protocol family 2\n[ 0.395532] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399062] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401292] NET: Registered protocol family 1\n[ 0.402141] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403221] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404280] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432555] Trying to unpack rootfs image as initramfs...\n[ 0.482970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496847] Scanning for low memory corruption every 60 seconds\n[ 0.498222] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499376] audit: initializing netlink subsys (disabled)\n[ 0.500394] audit: type=2000 audit(1546543495.413:1): initialized\n[ 0.501688] Initialise system trusted keyring\n[ 0.502612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505737] zbud: loaded\n[ 0.506436] VFS: Disk quotas dquot_6.6.0\n[ 0.507257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508774] fuse init (API version 7.23)\n[ 0.509662] Key type big_key registered\n[ 0.510458] Allocating IMA MOK and blacklist keyrings.\n[ 0.511560] Key type asymmetric registered\n[ 0.512378] Asymmetric key parser 'x509' registered\n[ 0.513320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515127] io scheduler noop registered\n[ 0.515929] io scheduler deadline registered (default)\n[ 0.516911] io scheduler cfq registered\n[ 0.517734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521468] ACPI: Power Button [PWRF]\n[ 0.522291] GHES: HEST is not enabled!\n[ 0.535954] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563864] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566055] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592193] Linux agpgart interface v0.103\n[ 0.594213] brd: module loaded\n[ 0.595401] loop: module loaded\n[ 0.599065] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600504] GPT:90111 != 2097151\n[ 0.601166] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602231] GPT:90111 != 2097151\n[ 0.604355] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605294] vda: vda1 vda15\n[ 0.606984] scsi host0: ata_piix\n[ 0.607722] scsi host1: ata_piix\n[ 0.608423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611007] libphy: Fixed MDIO Bus: probed\n[ 0.611817] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612741] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614883] PPP generic driver version 2.4.2\n[ 0.615768] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617068] ehci-pci: EHCI PCI platform driver\n[ 0.617921] ehci-platform: EHCI generic platform driver\n[ 0.618884] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619996] ohci-pci: OHCI PCI platform driver\n[ 0.620846] ohci-platform: OHCI generic platform driver\n[ 0.621805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636108] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638504] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643160] usb usb1: Product: UHCI Host Controller\n[ 0.644071] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645179] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646110] hub 1-0:1.0: USB hub found\n[ 0.646872] hub 1-0:1.0: 2 ports detected\n[ 0.647763] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649830] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651765] mousedev: PS/2 mouse device common for all mice\n[ 0.652974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655838] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656985] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658134] i2c /dev entries driver\n[ 0.658871] device-mapper: uevent: version 1.0.3\n[ 0.659793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661369] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662618] NET: Registered protocol family 10\n[ 0.663594] NET: Registered protocol family 17\n[ 0.664459] Key type dns_resolver registered\n[ 0.665358] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668123] registered taskstats version 1\n[ 0.668935] Loading compiled-in X.509 certificates\n[ 0.670341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672157] zswap: loaded using pool lzo/zbud\n[ 0.673513] Key type trusted registered\n[ 0.675031] Key type encrypted registered\n[ 0.675844] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676841] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677844] evm: HMAC attrs: 0x1\n[ 0.678745] Magic number: 3:583:444\n[ 0.679588] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:55 UTC (1546543495)\n[ 0.681138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682216] EDD information not available.\n[ 0.763710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765103] ata1.00: configured for MWDMA2\n[ 0.766299] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778635] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779832] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781054] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782888] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784385] Write protecting the kernel read-only data: 14336k\n[ 0.785906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787689] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.147881] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.52s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\nping 10.10.20.10 OK\n"} 2019-01-03 19:25:50,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-7c812316-952a-4f54-8a94-d17fb127c21d 2019-01-03 19:25:52,390 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:26:22,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:26:23,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6e8fd2fb-d235-43a1-91c3-c3f30cdbd54c x-compute-request-id: req-6e8fd2fb-d235-43a1-91c3-c3f30cdbd54c Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477504189 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133122] pid_max: default: 32768 minimum: 301\n[ 0.134030] ACPI: Core revision 20150930\n[ 0.135425] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136743] Security Framework initialized\n[ 0.137559] Yama: becoming mindful.\n[ 0.138301] AppArmor: AppArmor initialized\n[ 0.139183] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141878] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143124] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144554] Initializing cgroup subsys io\n[ 0.145390] Initializing cgroup subsys memory\n[ 0.146273] Initializing cgroup subsys devices\n[ 0.147179] Initializing cgroup subsys freezer\n[ 0.148075] Initializing cgroup subsys net_cls\n[ 0.148958] Initializing cgroup subsys perf_event\n[ 0.149875] Initializing cgroup subsys net_prio\n[ 0.150800] Initializing cgroup subsys hugetlb\n[ 0.151701] Initializing cgroup subsys pids\n[ 0.152601] CPU: Physical Processor ID: 0\n[ 0.154117] mce: CPU supports 10 MCE banks\n[ 0.154998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167157] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173625] ftrace: allocating 31920 entries in 125 pages\n[ 0.200050] smpboot: Max logical packages: 1\n[ 0.200923] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202307] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206051] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209917] KVM setup paravirtual spinlock\n[ 0.211218] x86: Booted up 1 node, 1 CPUs\n[ 0.212050] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213481] devtmpfs: initialized\n[ 0.215205] evm: security.selinux\n[ 0.215902] evm: security.SMACK64\n[ 0.216586] evm: security.SMACK64EXEC\n[ 0.217324] evm: security.SMACK64TRANSMUTE\n[ 0.218120] evm: security.SMACK64MMAP\n[ 0.218862] evm: security.ima\n[ 0.219501] evm: security.capability\n[ 0.220298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222134] pinctrl core: initialized pinctrl subsystem\n[ 0.223229] RTC time: 19:24:54, date: 01/03/19\n[ 0.224174] NET: Registered protocol family 16\n[ 0.225135] cpuidle: using governor ladder\n[ 0.225955] cpuidle: using governor menu\n[ 0.226734] PCCT header not found.\n[ 0.227485] ACPI: bus type PCI registered\n[ 0.228288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229516] PCI: Using configuration type 1 for base access\n[ 0.231251] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232970] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235991] ACPI: Interpreter enabled\n[ 0.236760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244096] ACPI: (supports S0 S5)\n[ 0.244797] ACPI: Using IOAPIC for interrupt routing\n[ 0.245748] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251214] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252403] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254606] acpiphp: Slot [3] registered\n[ 0.255400] acpiphp: Slot [4] registered\n[ 0.256191] acpiphp: Slot [5] registered\n[ 0.256992] acpiphp: Slot [6] registered\n[ 0.257781] acpiphp: Slot [7] registered\n[ 0.258583] acpiphp: Slot [8] registered\n[ 0.259381] acpiphp: Slot [9] registered\n[ 0.260175] acpiphp: Slot [10] registered\n[ 0.260985] acpiphp: Slot [11] registered\n[ 0.261793] acpiphp: Slot [12] registered\n[ 0.262606] acpiphp: Slot [13] registered\n[ 0.263417] acpiphp: Slot [14] registered\n[ 0.264223] acpiphp: Slot [15] registered\n[ 0.275162] acpiphp: Slot [16] registered\n[ 0.275973] acpiphp: Slot [17] registered\n[ 0.276780] acpiphp: Slot [18] registered\n[ 0.277584] acpiphp: Slot [19] registered\n[ 0.278384] acpiphp: Slot [20] registered\n[ 0.279208] acpiphp: Slot [21] registered\n[ 0.280023] acpiphp: Slot [22] registered\n[ 0.280830] acpiphp: Slot [23] registered\n[ 0.281644] acpiphp: Slot [24] registered\n[ 0.282457] acpiphp: Slot [25] registered\n[ 0.283264] acpiphp: Slot [26] registered\n[ 0.284089] acpiphp: Slot [27] registered\n[ 0.284901] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286529] acpiphp: Slot [30] registered\n[ 0.287337] acpiphp: Slot [31] registered\n[ 0.288132] PCI host bridge to bus 0000:00\n[ 0.288941] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294253] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300392] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304133] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358687] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361499] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362900] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365309] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368077] vgaarb: loaded\n[ 0.368688] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369827] SCSI subsystem initialized\n[ 0.370651] ACPI: bus type USB registered\n[ 0.371464] usbcore: registered new interface driver usbfs\n[ 0.372494] usbcore: registered new interface driver hub\n[ 0.373503] usbcore: registered new device driver usb\n[ 0.374549] PCI: Using ACPI for IRQ routing\n[ 0.375563] NetLabel: Initializing\n[ 0.376269] NetLabel: domain hash size = 128\n[ 0.377116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378059] NetLabel: unlabeled traffic allowed by default\n[ 0.379154] clocksource: Switched to clocksource kvm-clock\n[ 0.384679] AppArmor: AppArmor Filesystem Enabled\n[ 0.385625] pnp: PnP ACPI init\n[ 0.386523] pnp: PnP ACPI: found 5 devices\n[ 0.392881] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394586] NET: Registered protocol family 2\n[ 0.395532] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399062] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401292] NET: Registered protocol family 1\n[ 0.402141] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403221] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404280] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432555] Trying to unpack rootfs image as initramfs...\n[ 0.482970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496847] Scanning for low memory corruption every 60 seconds\n[ 0.498222] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499376] audit: initializing netlink subsys (disabled)\n[ 0.500394] audit: type=2000 audit(1546543495.413:1): initialized\n[ 0.501688] Initialise system trusted keyring\n[ 0.502612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505737] zbud: loaded\n[ 0.506436] VFS: Disk quotas dquot_6.6.0\n[ 0.507257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508774] fuse init (API version 7.23)\n[ 0.509662] Key type big_key registered\n[ 0.510458] Allocating IMA MOK and blacklist keyrings.\n[ 0.511560] Key type asymmetric registered\n[ 0.512378] Asymmetric key parser 'x509' registered\n[ 0.513320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515127] io scheduler noop registered\n[ 0.515929] io scheduler deadline registered (default)\n[ 0.516911] io scheduler cfq registered\n[ 0.517734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521468] ACPI: Power Button [PWRF]\n[ 0.522291] GHES: HEST is not enabled!\n[ 0.535954] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563864] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566055] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592193] Linux agpgart interface v0.103\n[ 0.594213] brd: module loaded\n[ 0.595401] loop: module loaded\n[ 0.599065] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600504] GPT:90111 != 2097151\n[ 0.601166] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602231] GPT:90111 != 2097151\n[ 0.604355] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605294] vda: vda1 vda15\n[ 0.606984] scsi host0: ata_piix\n[ 0.607722] scsi host1: ata_piix\n[ 0.608423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611007] libphy: Fixed MDIO Bus: probed\n[ 0.611817] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612741] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614883] PPP generic driver version 2.4.2\n[ 0.615768] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617068] ehci-pci: EHCI PCI platform driver\n[ 0.617921] ehci-platform: EHCI generic platform driver\n[ 0.618884] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619996] ohci-pci: OHCI PCI platform driver\n[ 0.620846] ohci-platform: OHCI generic platform driver\n[ 0.621805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636108] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638504] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643160] usb usb1: Product: UHCI Host Controller\n[ 0.644071] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645179] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646110] hub 1-0:1.0: USB hub found\n[ 0.646872] hub 1-0:1.0: 2 ports detected\n[ 0.647763] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649830] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651765] mousedev: PS/2 mouse device common for all mice\n[ 0.652974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655838] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656985] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658134] i2c /dev entries driver\n[ 0.658871] device-mapper: uevent: version 1.0.3\n[ 0.659793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661369] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662618] NET: Registered protocol family 10\n[ 0.663594] NET: Registered protocol family 17\n[ 0.664459] Key type dns_resolver registered\n[ 0.665358] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668123] registered taskstats version 1\n[ 0.668935] Loading compiled-in X.509 certificates\n[ 0.670341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672157] zswap: loaded using pool lzo/zbud\n[ 0.673513] Key type trusted registered\n[ 0.675031] Key type encrypted registered\n[ 0.675844] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676841] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677844] evm: HMAC attrs: 0x1\n[ 0.678745] Magic number: 3:583:444\n[ 0.679588] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:55 UTC (1546543495)\n[ 0.681138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682216] EDD information not available.\n[ 0.763710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765103] ata1.00: configured for MWDMA2\n[ 0.766299] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778635] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779832] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781054] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782888] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784385] Write protecting the kernel read-only data: 14336k\n[ 0.785906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787689] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.147881] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.52s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\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"} 2019-01-03 19:26:23,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-6e8fd2fb-d235-43a1-91c3-c3f30cdbd54c 2019-01-03 19:26:23,503 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.12) to 'sdnvpn-8-2' (10.10.20.10). -->Expected result: can ping. 2019-01-03 19:26:23,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ea16d5c9d829eded948d43c9c40b3c8ad9e04d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:26:24,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:26:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32c39e4e-6fe2-45bb-98a3-43f559debbeb x-compute-request-id: req-32c39e4e-6fe2-45bb-98a3-43f559debbeb Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 477504189 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131459] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133122] pid_max: default: 32768 minimum: 301\n[ 0.134030] ACPI: Core revision 20150930\n[ 0.135425] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136743] Security Framework initialized\n[ 0.137559] Yama: becoming mindful.\n[ 0.138301] AppArmor: AppArmor initialized\n[ 0.139183] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141878] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143124] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144554] Initializing cgroup subsys io\n[ 0.145390] Initializing cgroup subsys memory\n[ 0.146273] Initializing cgroup subsys devices\n[ 0.147179] Initializing cgroup subsys freezer\n[ 0.148075] Initializing cgroup subsys net_cls\n[ 0.148958] Initializing cgroup subsys perf_event\n[ 0.149875] Initializing cgroup subsys net_prio\n[ 0.150800] Initializing cgroup subsys hugetlb\n[ 0.151701] Initializing cgroup subsys pids\n[ 0.152601] CPU: Physical Processor ID: 0\n[ 0.154117] mce: CPU supports 10 MCE banks\n[ 0.154998] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167157] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173625] ftrace: allocating 31920 entries in 125 pages\n[ 0.200050] smpboot: Max logical packages: 1\n[ 0.200923] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202307] x2apic enabled\n[ 0.203135] Switched APIC routing to physical x2apic.\n[ 0.204908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206051] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209917] KVM setup paravirtual spinlock\n[ 0.211218] x86: Booted up 1 node, 1 CPUs\n[ 0.212050] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213481] devtmpfs: initialized\n[ 0.215205] evm: security.selinux\n[ 0.215902] evm: security.SMACK64\n[ 0.216586] evm: security.SMACK64EXEC\n[ 0.217324] evm: security.SMACK64TRANSMUTE\n[ 0.218120] evm: security.SMACK64MMAP\n[ 0.218862] evm: security.ima\n[ 0.219501] evm: security.capability\n[ 0.220298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222134] pinctrl core: initialized pinctrl subsystem\n[ 0.223229] RTC time: 19:24:54, date: 01/03/19\n[ 0.224174] NET: Registered protocol family 16\n[ 0.225135] cpuidle: using governor ladder\n[ 0.225955] cpuidle: using governor menu\n[ 0.226734] PCCT header not found.\n[ 0.227485] ACPI: bus type PCI registered\n[ 0.228288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229516] PCI: Using configuration type 1 for base access\n[ 0.231251] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232970] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235991] ACPI: Interpreter enabled\n[ 0.236760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240429] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244096] ACPI: (supports S0 S5)\n[ 0.244797] ACPI: Using IOAPIC for interrupt routing\n[ 0.245748] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248838] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251214] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252403] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254606] acpiphp: Slot [3] registered\n[ 0.255400] acpiphp: Slot [4] registered\n[ 0.256191] acpiphp: Slot [5] registered\n[ 0.256992] acpiphp: Slot [6] registered\n[ 0.257781] acpiphp: Slot [7] registered\n[ 0.258583] acpiphp: Slot [8] registered\n[ 0.259381] acpiphp: Slot [9] registered\n[ 0.260175] acpiphp: Slot [10] registered\n[ 0.260985] acpiphp: Slot [11] registered\n[ 0.261793] acpiphp: Slot [12] registered\n[ 0.262606] acpiphp: Slot [13] registered\n[ 0.263417] acpiphp: Slot [14] registered\n[ 0.264223] acpiphp: Slot [15] registered\n[ 0.275162] acpiphp: Slot [16] registered\n[ 0.275973] acpiphp: Slot [17] registered\n[ 0.276780] acpiphp: Slot [18] registered\n[ 0.277584] acpiphp: Slot [19] registered\n[ 0.278384] acpiphp: Slot [20] registered\n[ 0.279208] acpiphp: Slot [21] registered\n[ 0.280023] acpiphp: Slot [22] registered\n[ 0.280830] acpiphp: Slot [23] registered\n[ 0.281644] acpiphp: Slot [24] registered\n[ 0.282457] acpiphp: Slot [25] registered\n[ 0.283264] acpiphp: Slot [26] registered\n[ 0.284089] acpiphp: Slot [27] registered\n[ 0.284901] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286529] acpiphp: Slot [30] registered\n[ 0.287337] acpiphp: Slot [31] registered\n[ 0.288132] PCI host bridge to bus 0000:00\n[ 0.288941] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290151] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292819] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294253] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300392] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301699] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304133] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358687] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361499] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362900] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365309] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368077] vgaarb: loaded\n[ 0.368688] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369827] SCSI subsystem initialized\n[ 0.370651] ACPI: bus type USB registered\n[ 0.371464] usbcore: registered new interface driver usbfs\n[ 0.372494] usbcore: registered new interface driver hub\n[ 0.373503] usbcore: registered new device driver usb\n[ 0.374549] PCI: Using ACPI for IRQ routing\n[ 0.375563] NetLabel: Initializing\n[ 0.376269] NetLabel: domain hash size = 128\n[ 0.377116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378059] NetLabel: unlabeled traffic allowed by default\n[ 0.379154] clocksource: Switched to clocksource kvm-clock\n[ 0.384679] AppArmor: AppArmor Filesystem Enabled\n[ 0.385625] pnp: PnP ACPI init\n[ 0.386523] pnp: PnP ACPI: found 5 devices\n[ 0.392881] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394586] NET: Registered protocol family 2\n[ 0.395532] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399062] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401292] NET: Registered protocol family 1\n[ 0.402141] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403221] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404280] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432555] Trying to unpack rootfs image as initramfs...\n[ 0.482970] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496847] Scanning for low memory corruption every 60 seconds\n[ 0.498222] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499376] audit: initializing netlink subsys (disabled)\n[ 0.500394] audit: type=2000 audit(1546543495.413:1): initialized\n[ 0.501688] Initialise system trusted keyring\n[ 0.502612] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505737] zbud: loaded\n[ 0.506436] VFS: Disk quotas dquot_6.6.0\n[ 0.507257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508774] fuse init (API version 7.23)\n[ 0.509662] Key type big_key registered\n[ 0.510458] Allocating IMA MOK and blacklist keyrings.\n[ 0.511560] Key type asymmetric registered\n[ 0.512378] Asymmetric key parser 'x509' registered\n[ 0.513320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515127] io scheduler noop registered\n[ 0.515929] io scheduler deadline registered (default)\n[ 0.516911] io scheduler cfq registered\n[ 0.517734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521468] ACPI: Power Button [PWRF]\n[ 0.522291] GHES: HEST is not enabled!\n[ 0.535954] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563864] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566055] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592193] Linux agpgart interface v0.103\n[ 0.594213] brd: module loaded\n[ 0.595401] loop: module loaded\n[ 0.599065] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600504] GPT:90111 != 2097151\n[ 0.601166] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602231] GPT:90111 != 2097151\n[ 0.604355] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605294] vda: vda1 vda15\n[ 0.606984] scsi host0: ata_piix\n[ 0.607722] scsi host1: ata_piix\n[ 0.608423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611007] libphy: Fixed MDIO Bus: probed\n[ 0.611817] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612741] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614883] PPP generic driver version 2.4.2\n[ 0.615768] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617068] ehci-pci: EHCI PCI platform driver\n[ 0.617921] ehci-platform: EHCI generic platform driver\n[ 0.618884] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619996] ohci-pci: OHCI PCI platform driver\n[ 0.620846] ohci-platform: OHCI generic platform driver\n[ 0.621805] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636108] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637078] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638504] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639514] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643160] usb usb1: Product: UHCI Host Controller\n[ 0.644071] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645179] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646110] hub 1-0:1.0: USB hub found\n[ 0.646872] hub 1-0:1.0: 2 ports detected\n[ 0.647763] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649830] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651765] mousedev: PS/2 mouse device common for all mice\n[ 0.652974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654762] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655838] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656985] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658134] i2c /dev entries driver\n[ 0.658871] device-mapper: uevent: version 1.0.3\n[ 0.659793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661369] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662618] NET: Registered protocol family 10\n[ 0.663594] NET: Registered protocol family 17\n[ 0.664459] Key type dns_resolver registered\n[ 0.665358] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668123] registered taskstats version 1\n[ 0.668935] Loading compiled-in X.509 certificates\n[ 0.670341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672157] zswap: loaded using pool lzo/zbud\n[ 0.673513] Key type trusted registered\n[ 0.675031] Key type encrypted registered\n[ 0.675844] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676841] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677844] evm: HMAC attrs: 0x1\n[ 0.678745] Magic number: 3:583:444\n[ 0.679588] rtc_cmos 00:00: setting system clock to 2019-01-03 19:24:55 UTC (1546543495)\n[ 0.681138] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682216] EDD information not available.\n[ 0.763710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765103] ata1.00: configured for MWDMA2\n[ 0.766299] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.778635] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779832] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.781054] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782888] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784385] Write protecting the kernel read-only data: 14336k\n[ 0.785906] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787689] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.147881] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.52s]\nping 10.10.20.10 KO\nping 10.10.20.10 KO\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"} 2019-01-03 19:26:24,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-32c39e4e-6fe2-45bb-98a3-43f559debbeb 2019-01-03 19:26:24,580 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2019-01-03 19:26:24,580 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2019-01-03 19:26:24,589 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:24,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-5b683d20-4234-4d86-bbd3-4f74de0fa497 Date: Thu, 03 Jan 2019 19:26:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1b258c9e-04cf-42c7-b1ed-7085a58c16f2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["875a2e19-3f93-4557-9997-75096de542ed"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:19Z","provider:segmentation_id":47,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"49d02313-bbe1-4117-af67-c1f795eaa3b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["2a3e90c9-4d52-4328-a693-255899324a96"],"description":"","tags":[],"updated_at":"2019-01-03T19:24:25Z","provider:segmentation_id":40,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:24:25Z","provider:network_type":"vxlan"}]} 2019-01-03 19:26:24,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5b683d20-4234-4d86-bbd3-4f74de0fa497 2019-01-03 19:26:24,825 - 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}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"floatingip": {"floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}' 2019-01-03 19:26:26,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-0164c67f-ecc4-4198-99dd-217274984cd3 Date: Thu, 03 Jan 2019 19:26:26 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T19:26:25Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "c20e582b-8d2b-4a45-a513-e32db829ee92", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:26:25Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}} 2019-01-03 19:26:26,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-0164c67f-ecc4-4198-99dd-217274984cd3 2019-01-03 19:26:26,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a767dc64f7a584917043e32e92ba59eaa4bc05" -d '{"addFloatingIp": {"address": "172.30.9.201"}}' 2019-01-03 19:26:28,534 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4673a725-c876-496d-8eb9-96e3cef6da41 x-compute-request-id: req-4673a725-c876-496d-8eb9-96e3cef6da41 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. 2019-01-03 19:26:28,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-4673a725-c876-496d-8eb9-96e3cef6da41 2019-01-03 19:26:28,534 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2019-01-03 19:26:28,534 - sdnvpn-results - DEBUG - Ping IP 172.30.9.201 2019-01-03 19:26:28,534 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.201 -c 10' 2019-01-03 19:26:37,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a767dc64f7a584917043e32e92ba59eaa4bc05" -d '{"forceDelete": null}' 2019-01-03 19:26:37,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-245ac312-e17e-478a-8a35-bb5e947f9899 x-compute-request-id: req-245ac312-e17e-478a-8a35-bb5e947f9899 Content-Length: 0 Content-Type: application/json 2019-01-03 19:26:37,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f/action used request id req-245ac312-e17e-478a-8a35-bb5e947f9899 2019-01-03 19:26:37,746 - sdnvpn_test_utils - DEBUG - Waiting for instance 9d9fabfb-fcc5-4b47-a7f5-9613a079431f to be deleted 2019-01-03 19:26:37,749 - 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}70a767dc64f7a584917043e32e92ba59eaa4bc05" 2019-01-03 19:26:38,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-af276064-8f3d-47b6-8506-95ec7b312dac x-compute-request-id: req-af276064-8f3d-47b6-8506-95ec7b312dac Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:28:5f", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:28:5f", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f8", "OS-SRV-USG:launched_at": "2019-01-03T19:24:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "9d9fabfb-fcc5-4b47-a7f5-9613a079431f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:26:37Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-03T19:24:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:a3:66:0c", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": "2019-01-03T19:24:38.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:24:39Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:26:38,554 - 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-af276064-8f3d-47b6-8506-95ec7b312dac 2019-01-03 19:26:40,561 - 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}70a767dc64f7a584917043e32e92ba59eaa4bc05" 2019-01-03 19:26:41,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-966e44cb-884a-4439-80b2-66bdc6dbf79d x-compute-request-id: req-966e44cb-884a-4439-80b2-66bdc6dbf79d Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:66:0c", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": "2019-01-03T19:24:38.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:24:39Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:26:41,554 - 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-966e44cb-884a-4439-80b2-66bdc6dbf79d 2019-01-03 19:26:43,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a767dc64f7a584917043e32e92ba59eaa4bc05" -d '{"forceDelete": null}' 2019-01-03 19:26:43,723 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-765c1563-4a24-4f22-8921-4540870ce87c x-compute-request-id: req-765c1563-4a24-4f22-8921-4540870ce87c Content-Length: 0 Content-Type: application/json 2019-01-03 19:26:43,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314/action used request id req-765c1563-4a24-4f22-8921-4540870ce87c 2019-01-03 19:26:43,723 - sdnvpn_test_utils - DEBUG - Waiting for instance 22f2c1d4-4f34-4863-a4d5-9873b01e6314 to be deleted 2019-01-03 19:26:43,726 - 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}70a767dc64f7a584917043e32e92ba59eaa4bc05" 2019-01-03 19:26:44,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4004dac5-647b-4ca4-b607-201aa4d45fb1 x-compute-request-id: req-4004dac5-647b-4ca4-b607-201aa4d45fb1 Content-Encoding: gzip Content-Length: 791 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:a3:66:0c", "version": 4, "addr": "10.10.20.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/22f2c1d4-4f34-4863-a4d5-9873b01e6314", "rel": "bookmark"}], "image": {"id": "67c89ef7-063e-4c73-9b5c-e43f141a8312", "links": [{"href": "http://172.30.9.30:8774/images/67c89ef7-063e-4c73-9b5c-e43f141a8312", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f5", "OS-SRV-USG:launched_at": "2019-01-03T19:24:38.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "22f2c1d4-4f34-4863-a4d5-9873b01e6314", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:26:43Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-03T19:24:33Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:26:44,534 - 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-4004dac5-647b-4ca4-b607-201aa4d45fb1 2019-01-03 19:26:46,540 - 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}70a767dc64f7a584917043e32e92ba59eaa4bc05" 2019-01-03 19:26:46,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aadb0f92-2b5e-4a73-ae16-c34686f4e2ca x-compute-request-id: req-aadb0f92-2b5e-4a73-ae16-c34686f4e2ca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:26:46,628 - 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-aadb0f92-2b5e-4a73-ae16-c34686f4e2ca 2019-01-03 19:26:48,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2586f43088d283e40805be11d65165b9926e781c" 2019-01-03 19:26:50,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f78f3e08-10f4-42c8-b4d9-1b7c2ebe01eb Date: Thu, 03 Jan 2019 19:26:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:26:50,499 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/67c89ef7-063e-4c73-9b5c-e43f141a8312 used request id req-f78f3e08-10f4-42c8-b4d9-1b7c2ebe01eb 2019-01-03 19:26:50,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/c20e582b-8d2b-4a45-a513-e32db829ee92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:51,054 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-349a07c6-723f-4c89-9812-5e08ce72e124 Content-Length: 0 Date: Thu, 03 Jan 2019 19:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:26:51,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/c20e582b-8d2b-4a45-a513-e32db829ee92 used request id req-349a07c6-723f-4c89-9812-5e08ce72e124 2019-01-03 19:26:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnet_id": "875a2e19-3f93-4557-9997-75096de542ed"}' 2019-01-03 19:26:52,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0acd050-142f-48fa-98a1-7c739277101e Date: Thu, 03 Jan 2019 19:26:52 GMT RESP BODY: {"network_id": "1b258c9e-04cf-42c7-b1ed-7085a58c16f2", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "875a2e19-3f93-4557-9997-75096de542ed", "subnet_ids": ["875a2e19-3f93-4557-9997-75096de542ed"], "port_id": "1fe20bd9-153d-468c-b0c9-8ae91e6ea45b", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51"} 2019-01-03 19:26:52,271 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/remove_router_interface used request id req-d0acd050-142f-48fa-98a1-7c739277101e 2019-01-03 19:26:52,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"subnet_id": "2a3e90c9-4d52-4328-a693-255899324a96"}' 2019-01-03 19:26:53,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-99b6edcb-f22d-4e96-bc9c-214d1f3eaa55 Date: Thu, 03 Jan 2019 19:26:53 GMT RESP BODY: {"network_id": "49d02313-bbe1-4117-af67-c1f795eaa3b7", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "2a3e90c9-4d52-4328-a693-255899324a96", "subnet_ids": ["2a3e90c9-4d52-4328-a693-255899324a96"], "port_id": "135c869d-8412-4160-8a3c-31cbb863c9ac", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51"} 2019-01-03 19:26:53,521 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51/remove_router_interface used request id req-99b6edcb-f22d-4e96-bc9c-214d1f3eaa55 2019-01-03 19:26:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:26:54,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-86eab203-7501-4f10-9fbe-c5702e6daadf Date: Thu, 03 Jan 2019 19:26:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:26:54Z", "revision_number": 11, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "830db9ed-3c48-44ab-a9e9-2457d5416e51", "name": "sdnvpn-8-1-router"}} 2019-01-03 19:26:54,431 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 used request id req-86eab203-7501-4f10-9fbe-c5702e6daadf 2019-01-03 19:26:54,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/875a2e19-3f93-4557-9997-75096de542ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:56,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c4e1705-fef3-4763-9d6a-c2e349539c26 Date: Thu, 03 Jan 2019 19:26:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:26:56,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/875a2e19-3f93-4557-9997-75096de542ed used request id req-2c4e1705-fef3-4763-9d6a-c2e349539c26 2019-01-03 19:26:56,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/2a3e90c9-4d52-4328-a693-255899324a96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:58,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-720c236b-ec55-45a1-be91-088e2aacc21a Date: Thu, 03 Jan 2019 19:26:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:26:58,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2a3e90c9-4d52-4328-a693-255899324a96 used request id req-720c236b-ec55-45a1-be91-088e2aacc21a 2019-01-03 19:26:58,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:59,115 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f701958-61cf-4cc4-a5c4-46fd1f1ffdfe Content-Length: 0 Date: Thu, 03 Jan 2019 19:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:26:59,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/830db9ed-3c48-44ab-a9e9-2457d5416e51 used request id req-9f701958-61cf-4cc4-a5c4-46fd1f1ffdfe 2019-01-03 19:26:59,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/1b258c9e-04cf-42c7-b1ed-7085a58c16f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:26:59,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9763dde4-1eef-4060-9521-f6143a72856d Date: Thu, 03 Jan 2019 19:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:26:59,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1b258c9e-04cf-42c7-b1ed-7085a58c16f2 used request id req-9763dde4-1eef-4060-9521-f6143a72856d 2019-01-03 19:26:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/49d02313-bbe1-4117-af67-c1f795eaa3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2e3280b94b0c8fa5fde50776e3d7cad5b260156" 2019-01-03 19:27:00,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8d04f9e-323a-445d-92d9-4ff7f2f211f8 Date: Thu, 03 Jan 2019 19:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:27:00,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/49d02313-bbe1-4117-af67-c1f795eaa3b7 used request id req-c8d04f9e-323a-445d-92d9-4ff7f2f211f8 2019-01-03 19:27:00,609 - 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.201 | +========================================================================================+ 2019-01-03 19:27:00,609 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-03 19:27:00,610 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2019-01-03 19:27:00,610 - 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.201': 'PASS'}]} 2019-01-03 19:27:00,610 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2019-01-03 19:27:00,610 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2019-01-03 19:27:00,610 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2019-01-03 19:27:00,709 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2019-01-03 19:27:00,711 - paramiko.transport - DEBUG - starting thread (client mode): 0xb696c050L 2019-01-03 19:27:00,712 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:00,730 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:00,730 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:00,735 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:00,735 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:00,735 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:00,736 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:00,736 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:00,736 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:00,741 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:00,742 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:00,743 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 19:27:00,744 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:00,780 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:00,814 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:00,845 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:01,014 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:01,014 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:01,054 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:01,054 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:01,070 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:05,239 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:05,241 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:05,243 - paramiko.transport - DEBUG - starting thread (client mode): 0xb68bd7d0L 2019-01-03 19:27:05,244 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:05,251 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:05,251 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:05,254 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:05,254 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:05,254 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:05,255 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:05,255 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:05,255 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:05,260 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:05,260 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:05,275 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:27:05,276 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:05,300 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:05,313 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:05,341 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:05,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:05,413 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:05,452 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:05,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:05,461 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:05,499 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:05,499 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:05,501 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:05,501 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:05,501 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:05,542 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:05,580 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:05,582 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:05,583 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:05,584 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:05,584 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:05,624 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:05,658 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:05,659 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:05,661 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6952190L 2019-01-03 19:27:05,662 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:05,667 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:05,667 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:05,670 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:05,670 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:05,670 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:05,670 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:05,670 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:05,671 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:05,676 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:05,676 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:05,677 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:27:05,678 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:05,715 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:05,727 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:05,742 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:05,814 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:05,815 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:05,854 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:05,855 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:05,862 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:05,894 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:05,895 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:05,896 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:05,897 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:05,897 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:05,937 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:05,972 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:05,973 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:05,974 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:05,975 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:05,975 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:06,015 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:06,044 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:06,045 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:06,047 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6971710L 2019-01-03 19:27:06,048 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:06,053 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:06,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:06,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 2019-01-03 19:27:06,057 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:06,057 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:06,058 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:06,058 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:06,058 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:06,063 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:06,064 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:06,079 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:27:06,080 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:06,103 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:06,114 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:06,144 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:06,200 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:06,200 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:06,239 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:06,240 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:06,248 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:06,283 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:06,284 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:06,285 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:06,286 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:06,286 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:06,327 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:06,365 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:06,367 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:06,367 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:06,368 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:06,368 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:06,409 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:06,442 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:06,444 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:06,446 - paramiko.transport - DEBUG - starting thread (client mode): 0xb69197d0L 2019-01-03 19:27:06,446 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:06,452 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:06,452 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:06,455 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:06,456 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:06,456 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:06,456 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:06,456 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:06,456 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:06,461 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:06,461 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:06,478 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:27:06,478 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:06,501 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:06,514 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:06,543 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:06,619 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:06,620 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:06,659 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:06,660 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:06,678 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:06,710 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:06,711 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:06,712 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:06,712 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:06,713 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:06,753 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:06,788 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:06,790 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:06,790 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:06,791 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:06,791 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:06,833 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:06,863 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:06,864 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:06,866 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6893710L 2019-01-03 19:27:06,866 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:06,871 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:06,871 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:06,874 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:06,879 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:06,879 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:06,882 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:27:06,883 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:06,919 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:06,930 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:06,947 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:07,001 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:07,001 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:07,040 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:07,041 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:07,051 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:07,081 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:07,082 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:07,082 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:07,083 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:07,083 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:07,124 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:07,156 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:07,157 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:07,158 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:07,159 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:07,159 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:07,199 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:07,226 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:07,227 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:07,227 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:07,229 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:07,229 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:07,235 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:11,880 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:11,881 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:11,883 - paramiko.transport - DEBUG - starting thread (client mode): 0xb68bd1d0L 2019-01-03 19:27:11,883 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:11,889 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:11,889 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:11,893 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:11,898 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:11,899 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:11,915 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:27:11,916 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:11,939 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:11,952 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:11,980 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:12,034 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:12,034 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:12,073 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:12,074 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:12,086 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:12,121 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:12,122 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:12,123 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:12,124 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:12,124 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:12,165 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:12,204 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:12,206 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:12,206 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:12,207 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:12,207 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:12,248 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:12,280 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:12,281 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:12,283 - paramiko.transport - DEBUG - starting thread (client mode): 0xb698d190L 2019-01-03 19:27:12,284 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:12,290 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:12,290 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:12,293 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:12,293 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:12,294 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:12,294 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:12,294 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:12,294 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:12,299 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:12,299 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:12,315 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:27:12,316 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:12,338 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:12,350 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:12,380 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:12,431 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:12,431 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:12,470 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:12,471 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:12,484 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:12,520 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:12,520 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:12,522 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:12,522 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:12,522 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:12,563 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:12,602 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:12,604 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:12,604 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:12,605 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:12,605 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:12,646 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:12,681 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:12,682 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:12,684 - paramiko.transport - DEBUG - starting thread (client mode): 0xb698df50L 2019-01-03 19:27:12,685 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:12,690 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:12,690 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:12,692 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:12,693 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:12,693 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:12,693 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:12,693 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:12,693 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:12,698 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:12,699 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:12,700 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:27:12,701 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:12,738 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:12,750 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:12,765 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:12,835 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:12,835 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:12,875 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:12,875 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:12,885 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:12,918 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:12,919 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:12,920 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:12,921 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:12,921 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:12,962 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:12,999 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:13,000 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:13,001 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:13,001 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:13,002 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:13,042 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:13,073 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:13,075 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:13,077 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6990150L 2019-01-03 19:27:13,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:13,082 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:13,082 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:13,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 2019-01-03 19:27:13,084 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:13,085 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:13,085 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:13,085 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:13,085 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:13,089 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:13,090 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:13,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:27:13,093 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:13,129 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:13,139 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:13,158 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:13,215 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:13,216 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:13,255 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:13,256 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:13,261 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:13,292 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:13,294 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:13,294 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:13,295 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:13,295 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:13,336 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:13,368 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:13,369 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:13,370 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:13,371 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:13,371 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:13,411 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:13,440 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:13,441 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:13,443 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6990d90L 2019-01-03 19:27:13,443 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:27:13,449 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:27:13,449 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:27:13,450 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:27:13,451 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:27:13,451 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:27:13,451 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:27:13,451 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:27:13,451 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:27:13,456 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:27:13,456 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:27:13,459 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:27:13,460 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:27:13,495 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:27:13,507 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:27:13,524 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:27:13,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:27:13,591 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:27:13,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:27:13,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:27:13,634 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:27:13,663 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:27:13,664 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:27:13,665 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:27:13,666 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:27:13,666 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:27:13,706 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:27:13,737 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:27:13,738 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:27:13,738 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:27:13,739 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:27:13,740 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:27:13,780 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:27:13,806 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:27:13,807 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:27:13,809 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:27:13,809 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:27:13,809 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:27:13,812 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:27:13,866 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:27:13,867 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:27:13,868 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:27:13,869 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:27:13,869 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:27:13,873 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:27:13,924 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:27:13,925 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:27:13,926 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:27:13,927 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:27:13,927 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:27:13,931 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:27:13,981 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:27:13,982 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:27:13,983 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:27:13,984 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:27:13,984 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:27:13,986 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:27:14,031 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:27:14,032 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:27:14,033 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:27:14,033 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:27:14,034 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:27:14,037 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:27:14,076 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:27:14,077 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2019-01-03 19:27:14,077 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2019-01-03 19:27:14,078 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2019-01-03 19:27:14,078 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:27:14,079 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:27:14,080 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:27:14,080 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:27:14,082 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:27:14,133 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:27:14,134 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2019-01-03 19:27:14,135 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:27:14,135 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:27:14,136 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:27:14,136 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:27:14,140 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:27:14,196 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:27:14,196 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2019-01-03 19:27:14,197 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:27:14,198 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:27:14,199 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:27:14,199 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:27:14,201 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:27:14,249 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:27:14,250 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2019-01-03 19:27:14,254 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:27:14,277 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:27:14,278 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:27:14,278 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:27:14,281 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:27:14,321 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:27:14,322 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:27:14,323 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:27:14,324 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:27:14,324 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:27:14,365 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:27:14,403 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:27:14,404 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:27:14,405 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:27:14,446 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:27:14,446 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:27:14,472 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:27:14,503 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2019-01-03 19:27:14,504 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2019-01-03 19:27:14,505 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2019-01-03 19:27:14,506 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2019-01-03 19:27:14,510 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2019-01-03 19:27:14,512 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:27:14,513 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:27:14,513 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:27:14,515 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:27:14,554 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:27:14,555 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:27:14,556 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:27:14,557 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:27:14,557 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:27:14,598 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:27:14,634 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:27:14,636 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:27:14,637 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:27:14,676 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:27:14,676 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:27:14,703 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:27:14,734 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2019-01-03 19:27:14,735 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2019-01-03 19:27:14,736 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2019-01-03 19:27:14,737 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2019-01-03 19:27:14,741 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2019-01-03 19:27:14,742 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2019-01-03 19:27:14,743 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:27:14,744 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:27:14,744 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:27:14,746 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:27:14,747 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:27:14,748 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-03 19:27:14,748 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-03 19:27:14,748 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-03 19:27:14,784 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:27:14,785 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.32 2019-01-03 19:27:14,786 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:27:14,786 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:27:14,827 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:27:14,827 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:27:14,853 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:27:16,888 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:27:16,889 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-03 19:27:16,889 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:27:16,890 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-03 19:27:16,891 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-03 19:27:16,931 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-03 19:27:17,634 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-03 19:27:17,635 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-03 19:27:22,637 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2019-01-03 19:27:22,638 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-03 19:27:22,638 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-03 19:27:22,639 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-03 19:27:22,641 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-03 19:27:22,693 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-03 19:27:22,694 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2019-01-03 19:27:22,695 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2019-01-03 19:27:22,697 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-03 19:27:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:27:33,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:27:33,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:27:33,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:27:33,989 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:27:33,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:27:33,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:27:33,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:27:33,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:27:33,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:27:33,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:27:33,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:27:33,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:27:33,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:27:33,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:27:33,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:27:33,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:27:33,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:27:33,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:27:33,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:27:33,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:27:34,000 - 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" 2019-01-03 19:27:34,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5c34cb-fd3e-405a-920f-429155ad3f7c 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"}]}} 2019-01-03 19:27:34,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be5c34cb-fd3e-405a-920f-429155ad3f7c 2019-01-03 19:27:34,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:27:34,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:27:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["XVgTI6SWQ7WDp0NisRYDCg"], "issued_at": "2019-01-03T19:27:34.000000Z"}} 2019-01-03 19:27:34,383 - 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}8e1568ddb8d6bba4b8abb96c96c5747a30a1c758" 2019-01-03 19:27:34,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abe45e0e-e361-4e1c-85f1-19b1ab64edc0 x-compute-request-id: req-abe45e0e-e361-4e1c-85f1-19b1ab64edc0 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 19:27:34,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-abe45e0e-e361-4e1c-85f1-19b1ab64edc0 2019-01-03 19:27:34,580 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-03 19:27:34,583 - 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}8e1568ddb8d6bba4b8abb96c96c5747a30a1c758" -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}}' 2019-01-03 19:27:34,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfb6f6d3-05c6-4dc1-aa6e-a608a1c797b5 x-compute-request-id: req-dfb6f6d3-05c6-4dc1-aa6e-a608a1c797b5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:27:34,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-dfb6f6d3-05c6-4dc1-aa6e-a608a1c797b5 2019-01-03 19:27:34,630 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=980d501b-77f5-4f02-9710-bbe6e727e5ff created successfully. 2019-01-03 19:27:34,631 - 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" 2019-01-03 19:27:34,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3506b63d-1f2b-4d6e-b435-14c9ab8bfe0e 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"}]}} 2019-01-03 19:27:34,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3506b63d-1f2b-4d6e-b435-14c9ab8bfe0e 2019-01-03 19:27:34,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:27:35,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["nLIWzp9oSPCOcgQVKFpDbA"], "issued_at": "2019-01-03T19:27:35.000000Z"}} 2019-01-03 19:27:35,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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:35,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-5c5a31e0-33ce-445b-84df-5272a69adaf0 Date: Thu, 03 Jan 2019 19:27:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:24:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 6, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:27:35,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-5c5a31e0-33ce-445b-84df-5272a69adaf0 2019-01-03 19:27:35,231 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:27:35,235 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:35,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-57bf4f9b-5e98-4632-8105-8f187f0a8194 Date: Thu, 03 Jan 2019 19:27:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "1468158a-d3eb-448e-ad56-358cb11523df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "23897079-6103-499a-aeac-ed29950a9afd"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3598b2e6-d0b5-4d05-a23d-420433104e62"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 80, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "84275003-0292-4c97-a685-9e83e49bb66f"}, {"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "a77b7b0f-effa-43e9-a704-1de529117d4c"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d7c89c5c-f368-4790-9d93-5c253c3af103"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ee788727-0eea-46e1-989b-9864448e37f3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "fc810fb4-3638-4751-ab73-7ce84d02025f"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "fe4d2705-31b7-47cb-8002-30d997685305"}]} 2019-01-03 19:27:35,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-57bf4f9b-5e98-4632-8105-8f187f0a8194 2019-01-03 19:27:35,401 - sdnvpn_test_utils - INFO - This rule exists for security group: e51d5782-c04e-4f28-9ecd-302fd79e8fae 2019-01-03 19:27:35,404 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:35,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-deed0335-12ed-4d2f-bd6d-eb10a7713f2a Date: Thu, 03 Jan 2019 19:27:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "1468158a-d3eb-448e-ad56-358cb11523df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "23897079-6103-499a-aeac-ed29950a9afd"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3598b2e6-d0b5-4d05-a23d-420433104e62"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 80, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "84275003-0292-4c97-a685-9e83e49bb66f"}, {"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "a77b7b0f-effa-43e9-a704-1de529117d4c"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d7c89c5c-f368-4790-9d93-5c253c3af103"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ee788727-0eea-46e1-989b-9864448e37f3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "fc810fb4-3638-4751-ab73-7ce84d02025f"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "fe4d2705-31b7-47cb-8002-30d997685305"}]} 2019-01-03 19:27:35,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-deed0335-12ed-4d2f-bd6d-eb10a7713f2a 2019-01-03 19:27:35,598 - sdnvpn_test_utils - INFO - This rule exists for security group: e51d5782-c04e-4f28-9ecd-302fd79e8fae 2019-01-03 19:27:35,603 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:35,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-6f528280-58ef-4233-a621-a4f3f9b0dcd6 Date: Thu, 03 Jan 2019 19:27:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "1468158a-d3eb-448e-ad56-358cb11523df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "23897079-6103-499a-aeac-ed29950a9afd"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3598b2e6-d0b5-4d05-a23d-420433104e62"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 80, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "84275003-0292-4c97-a685-9e83e49bb66f"}, {"remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "a77b7b0f-effa-43e9-a704-1de529117d4c"}, {"remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "port_range_min": null, "revision_number": 0, "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d26f2300-4212-4eb2-937d-d222bd8f5687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "d7c89c5c-f368-4790-9d93-5c253c3af103"}, {"remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "port_range_min": null, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ee788727-0eea-46e1-989b-9864448e37f3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 22, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:29Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "fc810fb4-3638-4751-ab73-7ce84d02025f"}, {"remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "project_id": "", "id": "fe4d2705-31b7-47cb-8002-30d997685305"}]} 2019-01-03 19:27:35,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-6f528280-58ef-4233-a621-a4f3f9b0dcd6 2019-01-03 19:27:35,786 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-03 19:27:35,791 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:27:36,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f02facbe-aa49-4645-b9a6-4c2ab2a39084 Date: Thu, 03 Jan 2019 19:27:36 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": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "port_range_min": 179, "revision_number": 0, "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:36Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "933cec15-e4dd-426b-abc3-58ec0f283962"}} 2019-01-03 19:27:36,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-f02facbe-aa49-4645-b9a6-4c2ab2a39084 2019-01-03 19:27:36,183 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:36,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e446b06a-de60-4686-b350-dcbfdaea8efe Date: Thu, 03 Jan 2019 19:27:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:27:36,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e446b06a-de60-4686-b350-dcbfdaea8efe 2019-01-03 19:27:36,585 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:36,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-445479e7-566a-426e-afcd-6eaf172d7ec2 Date: Thu, 03 Jan 2019 19:27:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 19:27:36,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-445479e7-566a-426e-afcd-6eaf172d7ec2 2019-01-03 19:27:36,637 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:36,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-24c1a7f0-33fe-41b3-ab5a-cabe3d816c59 Date: Thu, 03 Jan 2019 19:27:36 GMT RESP BODY: {"routers": []} 2019-01-03 19:27:36,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-24c1a7f0-33fe-41b3-ab5a-cabe3d816c59 2019-01-03 19:27:36,841 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2019-01-03 19:27:36,846 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2019-01-03 19:27:37,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-50759f67-c823-4d62-86e6-5b262a07342e Date: Thu, 03 Jan 2019 19:27: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":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","is_default":false,"provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","mtu":1450}} 2019-01-03 19:27:37,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-50759f67-c823-4d62-86e6-5b262a07342e 2019-01-03 19:27:37,395 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f' created successfully 2019-01-03 19:27:37,395 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 19:27:37,401 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnets": [{"ip_version": 4, "network_id": "ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2019-01-03 19:27:37,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-db82184d-f686-4964-a4f2-6b2958ebd2d4 Date: Thu, 03 Jan 2019 19:27:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:27:37Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"c1d99cdb-35e6-41ed-8601-dbf01bd25d29","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2019-01-03 19:27:37,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-db82184d-f686-4964-a4f2-6b2958ebd2d4 2019-01-03 19:27:37,952 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c1d99cdb-35e6-41ed-8601-dbf01bd25d29' created successfully 2019-01-03 19:27:37,953 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 19:27:37,959 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2019-01-03 19:27:38,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-0fbcdc33-a696-430c-be6f-2b988e9ee5b9 Date: Thu, 03 Jan 2019 19:27:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:27:38Z", "revision_number": 0, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "f9c5cb68-626c-4842-8a08-857363381fd3", "name": "sdnvpn-3-1-router"}} 2019-01-03 19:27:38,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-0fbcdc33-a696-430c-be6f-2b988e9ee5b9 2019-01-03 19:27:38,250 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f9c5cb68-626c-4842-8a08-857363381fd3' created successfully 2019-01-03 19:27:38,250 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 19:27:38,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnet_id": "c1d99cdb-35e6-41ed-8601-dbf01bd25d29"}' 2019-01-03 19:27:39,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bd58852-e58a-4a39-a39c-77f2b3bce493 Date: Thu, 03 Jan 2019 19:27:39 GMT RESP BODY: {"network_id": "ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "c1d99cdb-35e6-41ed-8601-dbf01bd25d29", "subnet_ids": ["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"], "port_id": "e5b2b5d9-d23e-4aa7-9ea2-212118e23fa8", "id": "f9c5cb68-626c-4842-8a08-857363381fd3"} 2019-01-03 19:27:39,801 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3/add_router_interface used request id req-2bd58852-e58a-4a39-a39c-77f2b3bce493 2019-01-03 19:27:39,801 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 19:27:39,801 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 19:27:39,807 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:40,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-d7f946f6-d872-41be-b7e7-77fd4bafcb90 Date: Thu, 03 Jan 2019 19:27:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","provider:network_type":"vxlan"}]} 2019-01-03 19:27:40,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d7f946f6-d872-41be-b7e7-77fd4bafcb90 2019-01-03 19:27:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 19:27:41,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-3283d782-6c4c-4ac7-b9ba-002d3a640c8a Date: Thu, 03 Jan 2019 19:27:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:27:41Z", "revision_number": 3, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "f9c5cb68-626c-4842-8a08-857363381fd3", "name": "sdnvpn-3-1-router"}} 2019-01-03 19:27:41,289 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 used request id req-3283d782-6c4c-4ac7-b9ba-002d3a640c8a 2019-01-03 19:27:41,289 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 19:27:41,294 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:41,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-348b8092-8b47-42e5-8ed0-5cf4ae89cdd7 Date: Thu, 03 Jan 2019 19:27:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","provider:network_type":"vxlan"}]} 2019-01-03 19:27:41,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-348b8092-8b47-42e5-8ed0-5cf4ae89cdd7 2019-01-03 19:27:41,530 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:41,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-c3ef3bb6-ed25-42ca-86c8-fbf4dc48dbe9 Date: Thu, 03 Jan 2019 19:27:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:27:37Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"c1d99cdb-35e6-41ed-8601-dbf01bd25d29","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2019-01-03 19:27:41,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c3ef3bb6-ed25-42ca-86c8-fbf4dc48dbe9 2019-01-03 19:27:41,617 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:41,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-8ee9c625-f030-43b9-8559-e89542079c38 Date: Thu, 03 Jan 2019 19:27:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:27:41Z", "revision_number": 3, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "f9c5cb68-626c-4842-8a08-857363381fd3", "name": "sdnvpn-3-1-router"}]} 2019-01-03 19:27:41,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-8ee9c625-f030-43b9-8559-e89542079c38 2019-01-03 19:27:41,846 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2019-01-03 19:27:41,851 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2019-01-03 19:27:42,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6376ac0e-0ab5-4d1d-b04d-1d1886dcd3ca Date: Thu, 03 Jan 2019 19:27: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":"7cf1e11e-f142-49c9-a943-07e96da08802","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:27:41Z","is_default":false,"provider:segmentation_id":88,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:41Z","mtu":1450}} 2019-01-03 19:27:42,108 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6376ac0e-0ab5-4d1d-b04d-1d1886dcd3ca 2019-01-03 19:27:42,108 - sdnvpn.lib.openstack_utils - DEBUG - Network '7cf1e11e-f142-49c9-a943-07e96da08802' created successfully 2019-01-03 19:27:42,108 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 19:27:42,114 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnets": [{"ip_version": 4, "network_id": "7cf1e11e-f142-49c9-a943-07e96da08802", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2019-01-03 19:27:42,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5d7cc372-06db-4529-b0cc-33a35e0ccea4 Date: Thu, 03 Jan 2019 19:27:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7cf1e11e-f142-49c9-a943-07e96da08802","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:42Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:27:42Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"f9ae4da7-0ca2-47e1-b22c-12257ba68f0b","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2019-01-03 19:27:42,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5d7cc372-06db-4529-b0cc-33a35e0ccea4 2019-01-03 19:27:42,563 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f9ae4da7-0ca2-47e1-b22c-12257ba68f0b' created successfully 2019-01-03 19:27:42,563 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 19:27:42,568 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2019-01-03 19:27:43,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-4179c1cd-7de5-4185-92e2-b6a7a878a2b6 Date: Thu, 03 Jan 2019 19:27:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:27:42Z", "revision_number": 0, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "dc9f79f7-2fe5-481a-9faa-0d5b1b739027", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-03 19:27:43,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-4179c1cd-7de5-4185-92e2-b6a7a878a2b6 2019-01-03 19:27:43,087 - sdnvpn.lib.openstack_utils - DEBUG - Router 'dc9f79f7-2fe5-481a-9faa-0d5b1b739027' created successfully 2019-01-03 19:27:43,087 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 19:27:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnet_id": "f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"}' 2019-01-03 19:27:44,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0920617-c9b8-47d8-b43d-fbbe5259c41c Date: Thu, 03 Jan 2019 19:27:44 GMT RESP BODY: {"network_id": "7cf1e11e-f142-49c9-a943-07e96da08802", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "f9ae4da7-0ca2-47e1-b22c-12257ba68f0b", "subnet_ids": ["f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"], "port_id": "8d005d16-1354-4a30-90f8-003a95594d1b", "id": "dc9f79f7-2fe5-481a-9faa-0d5b1b739027"} 2019-01-03 19:27:44,367 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027/add_router_interface used request id req-b0920617-c9b8-47d8-b43d-fbbe5259c41c 2019-01-03 19:27:44,368 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 19:27:44,368 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 19:27:44,373 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:44,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-07439f3a-efd0-4c48-aa11-3a733e309414 Date: Thu, 03 Jan 2019 19:27:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7cf1e11e-f142-49c9-a943-07e96da08802","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:42Z","provider:segmentation_id":88,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","provider:network_type":"vxlan"}]} 2019-01-03 19:27:44,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-07439f3a-efd0-4c48-aa11-3a733e309414 2019-01-03 19:27:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 19:27:46,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-1496b90b-5146-499a-975a-b96d597311af Date: Thu, 03 Jan 2019 19:27:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:27:46Z", "revision_number": 4, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "dc9f79f7-2fe5-481a-9faa-0d5b1b739027", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-03 19:27:46,325 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 used request id req-1496b90b-5146-499a-975a-b96d597311af 2019-01-03 19:27:46,325 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 19:27:46,326 - 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" 2019-01-03 19:27:46,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da9929b-a440-404e-8e12-d3a8829de3c3 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"}]}} 2019-01-03 19:27:46,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7da9929b-a440-404e-8e12-d3a8829de3c3 2019-01-03 19:27:46,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:27:46,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["XW-4LQoXTgSd8num9cQjwg"], "issued_at": "2019-01-03T19:27:46.000000Z"}} 2019-01-03 19:27:46,806 - 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}aad33b82b90785e898942ede3008f85df6ef58fe" 2019-01-03 19:27:47,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0b3ef08c-a5b9-4565-aba0-e0b7741d6288 Date: Thu, 03 Jan 2019 19:27:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:27:47,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-0b3ef08c-a5b9-4565-aba0-e0b7741d6288 2019-01-03 19:27:47,447 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-03 19:27:47,450 - 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}aad33b82b90785e898942ede3008f85df6ef58fe" 2019-01-03 19:27:47,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-821db6e4-35d3-43fc-bb28-7ee95fdbf394 Date: Thu, 03 Jan 2019 19:27:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 19:27:47,604 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-821db6e4-35d3-43fc-bb28-7ee95fdbf394 2019-01-03 19:27:47,640 - 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}aad33b82b90785e898942ede3008f85df6ef58fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2019-01-03 19:27:47,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367 X-Openstack-Request-Id: req-f6f1978c-b21c-4774-91c3-cdd41ec2526f Date: Thu, 03 Jan 2019 19:27:47 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:27:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:27:47Z", "visibility": "public", "locations": [], "self": "/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "min_disk": 0, "protected": false, "id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "file": "/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:27:47,837 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f6f1978c-b21c-4774-91c3-cdd41ec2526f 2019-01-03 19:27:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aad33b82b90785e898942ede3008f85df6ef58fe" -d '' 2019-01-03 19:27:58,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb514928-aec9-493e-92cb-3ad8edffcb5e Date: Thu, 03 Jan 2019 19:27:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:27:58,213 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367/file used request id req-eb514928-aec9-493e-92cb-3ad8edffcb5e 2019-01-03 19:27:58,219 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:27:58,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-da31c327-19fb-4e80-a191-a8bff906b980 Date: Thu, 03 Jan 2019 19:27:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7cf1e11e-f142-49c9-a943-07e96da08802","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:42Z","provider:segmentation_id":88,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","provider:network_type":"vxlan"}]} 2019-01-03 19:27:58,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-da31c327-19fb-4e80-a191-a8bff906b980 2019-01-03 19:27:58,491 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"floatingip": {"floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}' 2019-01-03 19:28:00,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-e1d0ac0b-1e52-441f-9d9f-9fbc4e8acd8c Date: Thu, 03 Jan 2019 19:28:00 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T19:27:59Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "be1bf53e-581a-4b01-8b0a-aa04590c1566", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:59Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}} 2019-01-03 19:28:00,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-e1d0ac0b-1e52-441f-9d9f-9fbc4e8acd8c 2019-01-03 19:28:00,466 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:28:00,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-901845dc-3baf-48b1-aa27-1c089f0f94a7 Date: Thu, 03 Jan 2019 19:28:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7cf1e11e-f142-49c9-a943-07e96da08802","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:42Z","provider:segmentation_id":88,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"],"description":"","tags":[],"updated_at":"2019-01-03T19:27:37Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:27:37Z","provider:network_type":"vxlan"}]} 2019-01-03 19:28:00,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-901845dc-3baf-48b1-aa27-1c089f0f94a7 2019-01-03 19:28:00,570 - 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}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"floatingip": {"floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}' 2019-01-03 19:28:01,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-06fbc70b-b284-42d7-958b-ad690fc222df Date: Thu, 03 Jan 2019 19:28:01 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-03T19:28:01Z", "floating_network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "8f4353c8-8f58-4308-ac2e-87b2efbf2230", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:28:01Z", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}} 2019-01-03 19:28:01,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-06fbc70b-b284-42d7-958b-ad690fc222df 2019-01-03 19:28:01,885 - 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" 2019-01-03 19:28:01,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1ee1f3-6311-4f96-b2a9-b1e5dab4b690 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"}]}} 2019-01-03 19:28:01,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3b1ee1f3-6311-4f96-b2a9-b1e5dab4b690 2019-01-03 19:28:01,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:28:02,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["aEAZirFGR_SKsCozDeBp2A"], "issued_at": "2019-01-03T19:28:02.000000Z"}} 2019-01-03 19:28:02,280 - 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}53aa7bf6dd826847a27b770272bc61e494e9d8b4" 2019-01-03 19:28:02,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11a113a9-69f7-4732-a215-9f55a6c764f4 x-compute-request-id: req-11a113a9-69f7-4732-a215-9f55a6c764f4 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:28:02,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-11a113a9-69f7-4732-a215-9f55a6c764f4 2019-01-03 19:28:02,470 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:28:02,471 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:28:02,471 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:28:02,474 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:28:02,521 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:28:02,523 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:28:02,530 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2019-01-03 19:28:02,531 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=21f2fdfd-57d1-4af3-9d61-2063d07c0367 network=7cf1e11e-f142-49c9-a943-07e96da08802 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.32 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 2019-01-03 19:28:02,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:28:02,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:28:02,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:28:02,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:28:02,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:28:02,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:28:02,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:28:02,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:28:02,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:28:02,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:28:02,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:28:02,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:28:02,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:28:02,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:28:02,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:28:02,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:28:02,544 - 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" 2019-01-03 19:28:02,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d7179b-4390-4ee9-b115-6936d8f43634 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"}]}} 2019-01-03 19:28:02,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e8d7179b-4390-4ee9-b115-6936d8f43634 2019-01-03 19:28:02,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:28:02,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["e6t0_cfWQluFZ2pjws_XVw"], "issued_at": "2019-01-03T19:28:02.000000Z"}} 2019-01-03 19:28:02,960 - 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}09f13926dcf80e8ea63ab443138603a759c3f692" 2019-01-03 19:28:03,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45fbb4c9-8287-46a6-9e0f-170c2d5beb77 x-compute-request-id: req-45fbb4c9-8287-46a6-9e0f-170c2d5beb77 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:28:03,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-45fbb4c9-8287-46a6-9e0f-170c2d5beb77 2019-01-03 19:28:03,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" 2019-01-03 19:28:03,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a2c8a07-5b31-40c6-8bd6-72647f4e1f70 x-compute-request-id: req-8a2c8a07-5b31-40c6-8bd6-72647f4e1f70 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:28:03,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff used request id req-8a2c8a07-5b31-40c6-8bd6-72647f4e1f70 2019-01-03 19:28:03,548 - 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}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMzIKT1dOX0lQPTE3Mi4zMC45LjIwMwojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "7cf1e11e-f142-49c9-a943-07e96da08802"}], "config_drive": true}}' 2019-01-03 19:28:06,604 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6430468d-0f14-4c09-a611-8a07c020fd40 x-compute-request-id: req-6430468d-0f14-4c09-a611-8a07c020fd40 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "428276c5-9c5c-419d-8162-b76043c7474f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "adminPass": "G3DtZJ4P96yC"}} 2019-01-03 19:28:06,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6430468d-0f14-4c09-a611-8a07c020fd40 2019-01-03 19:28:06,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" 2019-01-03 19:28:06,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28efe50-a2ab-46fc-b1e9-72ff477f2729 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"}]}} 2019-01-03 19:28:06,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c28efe50-a2ab-46fc-b1e9-72ff477f2729 2019-01-03 19:28:06,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:28:06,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["K7lBgDhERpSXuiF0Pc3_8g"], "issued_at": "2019-01-03T19:28:06.000000Z"}} 2019-01-03 19:28:06,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:07,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-967bc932-3be0-4a56-8d04-0e5bac94512c x-compute-request-id: req-967bc932-3be0-4a56-8d04-0e5bac94512c Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:07,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-967bc932-3be0-4a56-8d04-0e5bac94512c 2019-01-03 19:28:10,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:11,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad800cc-8f70-445e-a125-4053fe2fa9bf x-compute-request-id: req-6ad800cc-8f70-445e-a125-4053fe2fa9bf Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:11,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-6ad800cc-8f70-445e-a125-4053fe2fa9bf 2019-01-03 19:28:14,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:15,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08cc761c-d31a-4556-9d07-6c6e70b5d0dc x-compute-request-id: req-08cc761c-d31a-4556-9d07-6c6e70b5d0dc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:15,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-08cc761c-d31a-4556-9d07-6c6e70b5d0dc 2019-01-03 19:28:18,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:19,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a854c58-0342-48c6-becb-56a68fe43093 x-compute-request-id: req-7a854c58-0342-48c6-becb-56a68fe43093 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:19,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-7a854c58-0342-48c6-becb-56a68fe43093 2019-01-03 19:28:22,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:22,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9838ace5-b1df-4823-9ad1-af0e930bf86f x-compute-request-id: req-9838ace5-b1df-4823-9ad1-af0e930bf86f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:22,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-9838ace5-b1df-4823-9ad1-af0e930bf86f 2019-01-03 19:28:25,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:26,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9400f18-0a34-4061-961c-cc2fc9489a5d x-compute-request-id: req-d9400f18-0a34-4061-961c-cc2fc9489a5d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:26,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-d9400f18-0a34-4061-961c-cc2fc9489a5d 2019-01-03 19:28:29,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:30,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cb5820a-2f1a-4ac6-9a0c-4bf5ca4cf70e x-compute-request-id: req-8cb5820a-2f1a-4ac6-9a0c-4bf5ca4cf70e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:30,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-8cb5820a-2f1a-4ac6-9a0c-4bf5ca4cf70e 2019-01-03 19:28:33,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:34,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23d275b4-f0e9-434a-baeb-0689724f847e x-compute-request-id: req-23d275b4-f0e9-434a-baeb-0689724f847e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:34,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-23d275b4-f0e9-434a-baeb-0689724f847e 2019-01-03 19:28:37,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:37,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f636de7d-b33d-45d2-926b-8509c03e4b2f x-compute-request-id: req-f636de7d-b33d-45d2-926b-8509c03e4b2f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:37,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-f636de7d-b33d-45d2-926b-8509c03e4b2f 2019-01-03 19:28:40,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:41,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb92459b-e936-4f90-a464-31a9c38524e4 x-compute-request-id: req-cb92459b-e936-4f90-a464-31a9c38524e4 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:41,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-cb92459b-e936-4f90-a464-31a9c38524e4 2019-01-03 19:28:44,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:44,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6490a3a6-d6ef-4a7c-9038-515075dc219d x-compute-request-id: req-6490a3a6-d6ef-4a7c-9038-515075dc219d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:44,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-6490a3a6-d6ef-4a7c-9038-515075dc219d 2019-01-03 19:28:47,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:48,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d087f709-a448-4e98-9745-167b92d7a9a3 x-compute-request-id: req-d087f709-a448-4e98-9745-167b92d7a9a3 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:48,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-d087f709-a448-4e98-9745-167b92d7a9a3 2019-01-03 19:28:51,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:51,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dcfffac-5d5f-49a7-9543-62c3d5bd36be x-compute-request-id: req-7dcfffac-5d5f-49a7-9543-62c3d5bd36be Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:51,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-7dcfffac-5d5f-49a7-9543-62c3d5bd36be 2019-01-03 19:28:55,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:55,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:28:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68d0cd3c-5a84-46b6-ab45-6abeda4356d8 x-compute-request-id: req-68d0cd3c-5a84-46b6-ab45-6abeda4356d8 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:55,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-68d0cd3c-5a84-46b6-ab45-6abeda4356d8 2019-01-03 19:28:58,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:28:59,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-228532c2-d5e4-4744-887a-05daaa37a0a3 x-compute-request-id: req-228532c2-d5e4-4744-887a-05daaa37a0a3 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:28:59,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-228532c2-d5e4-4744-887a-05daaa37a0a3 2019-01-03 19:29:02,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:02,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-f224b203-a391-460e-aa0b-7b40a98ea48c x-compute-request-id: req-f224b203-a391-460e-aa0b-7b40a98ea48c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:02,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-f224b203-a391-460e-aa0b-7b40a98ea48c 2019-01-03 19:29:05,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:06,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-97ecbf99-4ba5-42e1-9901-698d6c6921cd x-compute-request-id: req-97ecbf99-4ba5-42e1-9901-698d6c6921cd Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:06,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-97ecbf99-4ba5-42e1-9901-698d6c6921cd 2019-01-03 19:29:09,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:10,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08314c3a-7114-46c7-9de4-c3a77288fa9e x-compute-request-id: req-08314c3a-7114-46c7-9de4-c3a77288fa9e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:10,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-08314c3a-7114-46c7-9de4-c3a77288fa9e 2019-01-03 19:29:13,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:13,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3840d171-ced2-4281-8446-9b21620bde77 x-compute-request-id: req-3840d171-ced2-4281-8446-9b21620bde77 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:13,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-3840d171-ced2-4281-8446-9b21620bde77 2019-01-03 19:29:16,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:17,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ffb3ee8-c8b0-4cc4-a3e3-0d0bf686f1fc x-compute-request-id: req-1ffb3ee8-c8b0-4cc4-a3e3-0d0bf686f1fc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:17,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-1ffb3ee8-c8b0-4cc4-a3e3-0d0bf686f1fc 2019-01-03 19:29:20,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:21,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-001c16ab-6b7f-41d0-8b4a-e13c202bde7c x-compute-request-id: req-001c16ab-6b7f-41d0-8b4a-e13c202bde7c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:21,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-001c16ab-6b7f-41d0-8b4a-e13c202bde7c 2019-01-03 19:29:24,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:24,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-0b542559-2e18-4793-8d2a-e77a71b59cbc x-compute-request-id: req-0b542559-2e18-4793-8d2a-e77a71b59cbc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:24,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-0b542559-2e18-4793-8d2a-e77a71b59cbc 2019-01-03 19:29:27,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:28,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-8b79a417-a6d5-4d87-af5d-3a5b8ad6784d x-compute-request-id: req-8b79a417-a6d5-4d87-af5d-3a5b8ad6784d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:28,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-8b79a417-a6d5-4d87-af5d-3a5b8ad6784d 2019-01-03 19:29:31,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:31,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-36c164e0-48b3-47d2-a8b5-aa807054a5cf x-compute-request-id: req-36c164e0-48b3-47d2-a8b5-aa807054a5cf Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:31,947 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-36c164e0-48b3-47d2-a8b5-aa807054a5cf 2019-01-03 19:29:34,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:35,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21eb15d1-1cf1-4564-9f6c-7bb64f9a6a4b x-compute-request-id: req-21eb15d1-1cf1-4564-9f6c-7bb64f9a6a4b Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:35,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-21eb15d1-1cf1-4564-9f6c-7bb64f9a6a4b 2019-01-03 19:29:38,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:38,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d20ae525-f8c9-4231-8367-7b2937fcf5e0 x-compute-request-id: req-d20ae525-f8c9-4231-8367-7b2937fcf5e0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:38,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-d20ae525-f8c9-4231-8367-7b2937fcf5e0 2019-01-03 19:29:41,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:42,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd20186d-339f-4e57-8e26-035a2101a7a4 x-compute-request-id: req-fd20186d-339f-4e57-8e26-035a2101a7a4 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:42,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-fd20186d-339f-4e57-8e26-035a2101a7a4 2019-01-03 19:29:45,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:45,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-8b09e204-6fd4-416e-a947-1cc3838c4a10 x-compute-request-id: req-8b09e204-6fd4-416e-a947-1cc3838c4a10 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:45,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-8b09e204-6fd4-416e-a947-1cc3838c4a10 2019-01-03 19:29:48,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:48,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d0cda6-d111-4339-8c51-988e9f9eacb0 x-compute-request-id: req-e0d0cda6-d111-4339-8c51-988e9f9eacb0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:48,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-e0d0cda6-d111-4339-8c51-988e9f9eacb0 2019-01-03 19:29:51,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:52,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f00ad03-b1ae-4d8a-b408-7e4fa5b7ce34 x-compute-request-id: req-3f00ad03-b1ae-4d8a-b408-7e4fa5b7ce34 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:52,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-3f00ad03-b1ae-4d8a-b408-7e4fa5b7ce34 2019-01-03 19:29:55,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:55,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29: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-e1b73211-73e6-4b7c-be1e-14600e04d926 x-compute-request-id: req-e1b73211-73e6-4b7c-be1e-14600e04d926 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:55,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-e1b73211-73e6-4b7c-be1e-14600e04d926 2019-01-03 19:29:58,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:29:58,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:29:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf9c91f9-d061-4167-9b01-05edbd5962fd x-compute-request-id: req-cf9c91f9-d061-4167-9b01-05edbd5962fd Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:29:58,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-cf9c91f9-d061-4167-9b01-05edbd5962fd 2019-01-03 19:30:01,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:02,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2dbb6b7-32c4-4ce8-90d5-90b97b98e6dc x-compute-request-id: req-e2dbb6b7-32c4-4ce8-90d5-90b97b98e6dc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:02,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-e2dbb6b7-32c4-4ce8-90d5-90b97b98e6dc 2019-01-03 19:30:05,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:06,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30: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-8982fe2b-4788-490a-9e23-0739f4c3a5a2 x-compute-request-id: req-8982fe2b-4788-490a-9e23-0739f4c3a5a2 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:06,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-8982fe2b-4788-490a-9e23-0739f4c3a5a2 2019-01-03 19:30:09,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:09,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-fccd05f9-54a1-43a4-b068-ba8a4d42f4a9 x-compute-request-id: req-fccd05f9-54a1-43a4-b068-ba8a4d42f4a9 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:09,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-fccd05f9-54a1-43a4-b068-ba8a4d42f4a9 2019-01-03 19:30:12,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:13,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30: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-98fbc949-171f-4bde-9227-afa50cf22402 x-compute-request-id: req-98fbc949-171f-4bde-9227-afa50cf22402 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:13,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-98fbc949-171f-4bde-9227-afa50cf22402 2019-01-03 19:30:16,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:16,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed5f6ee9-3d54-4926-a994-9da26033df3d x-compute-request-id: req-ed5f6ee9-3d54-4926-a994-9da26033df3d Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": null, "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:28:09Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:16,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-ed5f6ee9-3d54-4926-a994-9da26033df3d 2019-01-03 19:30:19,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ba9e8af629e58906303debd72e81e15ecf948cd" 2019-01-03 19:30:20,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30: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-c858f774-7b8b-41cf-a27b-fcda68d17521 x-compute-request-id: req-c858f774-7b8b-41cf-a27b-fcda68d17521 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:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2019-01-03T19:30:17.000000", "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:30:18Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:20,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-c858f774-7b8b-41cf-a27b-fcda68d17521 2019-01-03 19:30:20,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" 2019-01-03 19:30:21,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae6be743-9eea-42a5-918e-bf783322666c x-compute-request-id: req-ae6be743-9eea-42a5-918e-bf783322666c 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:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2019-01-03T19:30:17.000000", "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:30:18Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:30:21,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f used request id req-ae6be743-9eea-42a5-918e-bf783322666c 2019-01-03 19:30:21,345 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2019-01-03 19:30:21,345 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'e51d5782-c04e-4f28-9ecd-302fd79e8fae'... 2019-01-03 19:30:21,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53aa7bf6dd826847a27b770272bc61e494e9d8b4" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:30:22,592 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-01fbcfa4-cb6f-4d8a-a612-b9bec0bf70a6 x-compute-request-id: req-01fbcfa4-cb6f-4d8a-a612-b9bec0bf70a6 Content-Length: 0 Content-Type: application/json 2019-01-03 19:30:22,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-01fbcfa4-cb6f-4d8a-a612-b9bec0bf70a6 2019-01-03 19:30:22,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53aa7bf6dd826847a27b770272bc61e494e9d8b4" -d '{"addFloatingIp": {"address": "172.30.9.201"}}' 2019-01-03 19:30:25,109 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-57837c14-9b3b-4a68-81b2-7797e8909be8 x-compute-request-id: req-57837c14-9b3b-4a68-81b2-7797e8909be8 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. 2019-01-03 19:30:25,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-57837c14-9b3b-4a68-81b2-7797e8909be8 2019-01-03 19:30:25,110 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:30:25,111 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:30:25,111 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:30:25,115 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:30:25,274 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:30:25,275 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:30:25,276 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:30:25,277 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:30:25,277 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:30:25,318 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:30:25,408 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:30:25,409 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2019-01-03 19:30:25,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:30:25,415 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:30:26,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de87da06-29d5-4331-9574-b563a316cc89 x-compute-request-id: req-de87da06-29d5-4331-9574-b563a316cc89 Content-Encoding: gzip Content-Length: 10612 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x3ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2019-01-03 19:30:26,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-de87da06-29d5-4331-9574-b563a316cc89 2019-01-03 19:30:56,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:30:57,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:30:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6de020cb-9692-42bd-a699-d522c5d2fd0c x-compute-request-id: req-6de020cb-9692-42bd-a699-d522c5d2fd0c Content-Encoding: gzip Content-Length: 13247 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.355790] cloud-init[1046]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 19:30:24 +0000. Up 7.03 seconds.\n[ 8.357601] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.360097] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.364098] cloud-init[1046]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.368111] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.372105] cloud-init[1046]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.376106] cloud-init[1046]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.377861] cloud-init[1046]: ci-info: | ens6 | False | . | . | . | 52:54:00:7e:4a:8c |\n[ 8.384112] cloud-init[1046]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ac:2d:54 |\n[ 8.385854] cloud-init[1046]: ci-info: | ens3 | True | fe80::f816:3eff:feac:2d54/64 | . | link | fa:16:3e:ac:2d:54 |\n[ 8.388092] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.392106] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.396112] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.400109] cloud-init[1046]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.401706] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.408111] cloud-init[1046]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.409720] cloud-init[1046]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.411287] cloud-init[1046]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.416278] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.417875] cloud-init[1046]: Generating public/private rsa key pair.\n[ 8.420109] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.423880] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.425462] cloud-init[1046]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.430434] cloud-init[1046]: SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.433118] cloud-init[1046]: The key's randomart image is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.435928] cloud-init[1046]: +---[RSA 2048]----+[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.440702] cloud-init[1046]: | .=o. ... |\n[ 8.441442] cloud-init[1046]: | oo . . . |\n[ 8.442174] cloud-init[1046]: | . oo . . . |\n[ 8.442929] cloud-init[1046]: | ..... + .... |\n] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.448140] cloud-init[1046]: | E ...S.+ B+ o|\n[ 8.449225] cloud-init[1046]: | ..=o.+o.Bo=|\n[ 8.450300] cloud-init[1046]: | +.+ .o+ *.|\n[ 8.451374] cloud-init[1046]: | + o .= .|] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n\n[ 8.454514] Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\ncloud-init[1046]: | +. o+o.|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.459997] cloud-init[1046]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Paths.\n[ 8.462439] cloud-init[1046]: Generating public/private dsa key pair.\n[ 8.464115] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.469427] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.473382] cloud-init[1046]: The key fingerprint is:\n[ 8.478404] cloud-init[1046]: SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga\n[ 8.484148] cloud-init[1046]: [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\nThe key's randomart image is:\n[ 8.489117] cloud-init[1046]: +---[DSA 1024]----+\n[ 8.490621] cloud-init[1046]: | ..+. |\n[ 8.491717] cloud-init[1046]: | E +.o |[[0;32m OK [0m] Started Snappy daemon.\n Starting System Logging Service...\n Starting Accounts Service...\n[ 8.496559] cloud-init[1046]: | . o.o ..=. |\n[ 8.497662] cloud-init[1046]: | . o +o ..++. |\n[ 8.498752] cloud-init[1046]: | . oS.o ...=o|\n[ 8.499859] \n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[cloud-init[1046]: | . = o. +.+B|[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n Starting Pollinate to seed the pseudo random number generator...[ 8.512957] \n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1046]: | o = .+ *oB|\n[ 8.544061] cloud-init[1046]: | + .. o+=+|\n[ 8.549198] cloud-init[1046]: | . .. =o|\n[ 8.551560] cloud-init[1046]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...+----[SHA256]-----+\n[ 8.566235] cloud-init[1046]: Generating public/private ecdsa key pair.\n Starting LSB: MD monitoring daemon...\n Starting LXD - container startup/shutdown...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.618907] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.644420] cloud-init[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1046]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.695618] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\ncloud-init[1046]: Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\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 Accounts Service.\nThe key fingerprint is:\n[ 8.743475] cloud-init[1046]: SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga\n[ 8.757558] cloud-init[1046]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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: daemon to balance interrupts for SMP systems.\n[ 8.802752] cloud-init[1046]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n+---[ECDSA 256]---+\n[ 8.819036] cloud-init[1046]: | . |[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.838367] cloud-init[1046]: | . . o |\n[ 8.844069] cloud-init[1046]: | o + o . |\n[ 8.852806] cloud-init[1046]: |.. o O o |\n[ 8.854275] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1046]: |ooo.o..oS= |\n[ 8.864866] cloud-init[1046]: |+==O.o .. |\n[ 8.868163] cloud-init[1046]: |=+*+Eo.o. |\n[ 8.876064] cloud-init[1046]: |..+*+.+o |\n[ 8.880055] cloud-init[1046]: | .*==+o |\n[ 8.881445] cloud-init[1046]: +----[SHA256]-----+\n[ 8.884057] cloud-init[1046]: Generating public/private ed25519 key pair.\n[ 8.888775] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.896305] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.898032] cloud-init[1046]: The key fingerprint is:\n[ 8.901319] cloud-init[1046]: SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga\n[ 8.906387] cloud-init[1046]: The key's randomart image is:\n[ 8.909511] cloud-init[1046]: +--[ED25519 256]--+\n[ 8.912447] cloud-init[1046]: |.+++o. .o.... |\n[ 8.915250] cloud-init[1046]: |+o+.. . + |\n[ 8.918398] cloud-init[1046]: |ooo . o o |\n[ 8.921309] cloud-init[1046]: |.o.... . . o |\n[ 8.924095] cloud-init[1046]: |..+oo S . . |\n[ 8.927255] cloud-init[1046]: |.o *o. . |\n[ 8.930574] cloud-init[1046]: |..++=o. E |\n[ 8.936281] cloud-init[1046]: |B++o+ |\n[ 8.939761] cloud-init[1046]: |@* .. |\n[ 8.944056] cloud-init[1046]: +----[SHA256]-----+\n[ 9.156413] cloud-init[1183]: Generating locales (this might take a while)...\n[ 9.719898] cloud-init[1183]: en_US.UTF-8... done\n[ 9.721733] cloud-init[1183]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-03 19:30:57,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-6de020cb-9692-42bd-a699-d522c5d2fd0c 2019-01-03 19:31:27,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:31:28,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a8cab64c-7d26-43b8-b60b-969ba6cd1f72 x-compute-request-id: req-a8cab64c-7d26-43b8-b60b-969ba6cd1f72 Content-Encoding: gzip Content-Length: 13247 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.355790] cloud-init[1046]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 19:30:24 +0000. Up 7.03 seconds.\n[ 8.357601] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.360097] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.364098] cloud-init[1046]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.368111] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.372105] cloud-init[1046]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.376106] cloud-init[1046]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.377861] cloud-init[1046]: ci-info: | ens6 | False | . | . | . | 52:54:00:7e:4a:8c |\n[ 8.384112] cloud-init[1046]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ac:2d:54 |\n[ 8.385854] cloud-init[1046]: ci-info: | ens3 | True | fe80::f816:3eff:feac:2d54/64 | . | link | fa:16:3e:ac:2d:54 |\n[ 8.388092] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.392106] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.396112] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.400109] cloud-init[1046]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.401706] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.408111] cloud-init[1046]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.409720] cloud-init[1046]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.411287] cloud-init[1046]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.416278] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.417875] cloud-init[1046]: Generating public/private rsa key pair.\n[ 8.420109] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.423880] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.425462] cloud-init[1046]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.430434] cloud-init[1046]: SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.433118] cloud-init[1046]: The key's randomart image is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.435928] cloud-init[1046]: +---[RSA 2048]----+[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.440702] cloud-init[1046]: | .=o. ... |\n[ 8.441442] cloud-init[1046]: | oo . . . |\n[ 8.442174] cloud-init[1046]: | . oo . . . |\n[ 8.442929] cloud-init[1046]: | ..... + .... |\n] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.448140] cloud-init[1046]: | E ...S.+ B+ o|\n[ 8.449225] cloud-init[1046]: | ..=o.+o.Bo=|\n[ 8.450300] cloud-init[1046]: | +.+ .o+ *.|\n[ 8.451374] cloud-init[1046]: | + o .= .|] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n\n[ 8.454514] Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\ncloud-init[1046]: | +. o+o.|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.459997] cloud-init[1046]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Paths.\n[ 8.462439] cloud-init[1046]: Generating public/private dsa key pair.\n[ 8.464115] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.469427] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.473382] cloud-init[1046]: The key fingerprint is:\n[ 8.478404] cloud-init[1046]: SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga\n[ 8.484148] cloud-init[1046]: [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\nThe key's randomart image is:\n[ 8.489117] cloud-init[1046]: +---[DSA 1024]----+\n[ 8.490621] cloud-init[1046]: | ..+. |\n[ 8.491717] cloud-init[1046]: | E +.o |[[0;32m OK [0m] Started Snappy daemon.\n Starting System Logging Service...\n Starting Accounts Service...\n[ 8.496559] cloud-init[1046]: | . o.o ..=. |\n[ 8.497662] cloud-init[1046]: | . o +o ..++. |\n[ 8.498752] cloud-init[1046]: | . oS.o ...=o|\n[ 8.499859] \n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[cloud-init[1046]: | . = o. +.+B|[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n Starting Pollinate to seed the pseudo random number generator...[ 8.512957] \n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1046]: | o = .+ *oB|\n[ 8.544061] cloud-init[1046]: | + .. o+=+|\n[ 8.549198] cloud-init[1046]: | . .. =o|\n[ 8.551560] cloud-init[1046]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...+----[SHA256]-----+\n[ 8.566235] cloud-init[1046]: Generating public/private ecdsa key pair.\n Starting LSB: MD monitoring daemon...\n Starting LXD - container startup/shutdown...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.618907] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.644420] cloud-init[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1046]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.695618] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\ncloud-init[1046]: Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\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 Accounts Service.\nThe key fingerprint is:\n[ 8.743475] cloud-init[1046]: SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga\n[ 8.757558] cloud-init[1046]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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: daemon to balance interrupts for SMP systems.\n[ 8.802752] cloud-init[1046]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n+---[ECDSA 256]---+\n[ 8.819036] cloud-init[1046]: | . |[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.838367] cloud-init[1046]: | . . o |\n[ 8.844069] cloud-init[1046]: | o + o . |\n[ 8.852806] cloud-init[1046]: |.. o O o |\n[ 8.854275] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1046]: |ooo.o..oS= |\n[ 8.864866] cloud-init[1046]: |+==O.o .. |\n[ 8.868163] cloud-init[1046]: |=+*+Eo.o. |\n[ 8.876064] cloud-init[1046]: |..+*+.+o |\n[ 8.880055] cloud-init[1046]: | .*==+o |\n[ 8.881445] cloud-init[1046]: +----[SHA256]-----+\n[ 8.884057] cloud-init[1046]: Generating public/private ed25519 key pair.\n[ 8.888775] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.896305] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.898032] cloud-init[1046]: The key fingerprint is:\n[ 8.901319] cloud-init[1046]: SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga\n[ 8.906387] cloud-init[1046]: The key's randomart image is:\n[ 8.909511] cloud-init[1046]: +--[ED25519 256]--+\n[ 8.912447] cloud-init[1046]: |.+++o. .o.... |\n[ 8.915250] cloud-init[1046]: |+o+.. . + |\n[ 8.918398] cloud-init[1046]: |ooo . o o |\n[ 8.921309] cloud-init[1046]: |.o.... . . o |\n[ 8.924095] cloud-init[1046]: |..+oo S . . |\n[ 8.927255] cloud-init[1046]: |.o *o. . |\n[ 8.930574] cloud-init[1046]: |..++=o. E |\n[ 8.936281] cloud-init[1046]: |B++o+ |\n[ 8.939761] cloud-init[1046]: |@* .. |\n[ 8.944056] cloud-init[1046]: +----[SHA256]-----+\n[ 9.156413] cloud-init[1183]: Generating locales (this might take a while)...\n[ 9.719898] cloud-init[1183]: en_US.UTF-8... done\n[ 9.721733] cloud-init[1183]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-03 19:31:28,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-a8cab64c-7d26-43b8-b60b-969ba6cd1f72 2019-01-03 19:31:58,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:31:59,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:31: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-30690803-239f-4fc0-a99a-0b928deb23bc x-compute-request-id: req-30690803-239f-4fc0-a99a-0b928deb23bc Content-Encoding: gzip Content-Length: 13247 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.355790] cloud-init[1046]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 19:30:24 +0000. Up 7.03 seconds.\n[ 8.357601] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.360097] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.364098] cloud-init[1046]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.368111] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.372105] cloud-init[1046]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.376106] cloud-init[1046]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.377861] cloud-init[1046]: ci-info: | ens6 | False | . | . | . | 52:54:00:7e:4a:8c |\n[ 8.384112] cloud-init[1046]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ac:2d:54 |\n[ 8.385854] cloud-init[1046]: ci-info: | ens3 | True | fe80::f816:3eff:feac:2d54/64 | . | link | fa:16:3e:ac:2d:54 |\n[ 8.388092] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.392106] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.396112] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.400109] cloud-init[1046]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.401706] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.408111] cloud-init[1046]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.409720] cloud-init[1046]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.411287] cloud-init[1046]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.416278] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.417875] cloud-init[1046]: Generating public/private rsa key pair.\n[ 8.420109] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.423880] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.425462] cloud-init[1046]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.430434] cloud-init[1046]: SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.433118] cloud-init[1046]: The key's randomart image is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.435928] cloud-init[1046]: +---[RSA 2048]----+[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.440702] cloud-init[1046]: | .=o. ... |\n[ 8.441442] cloud-init[1046]: | oo . . . |\n[ 8.442174] cloud-init[1046]: | . oo . . . |\n[ 8.442929] cloud-init[1046]: | ..... + .... |\n] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.448140] cloud-init[1046]: | E ...S.+ B+ o|\n[ 8.449225] cloud-init[1046]: | ..=o.+o.Bo=|\n[ 8.450300] cloud-init[1046]: | +.+ .o+ *.|\n[ 8.451374] cloud-init[1046]: | + o .= .|] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n\n[ 8.454514] Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\ncloud-init[1046]: | +. o+o.|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.459997] cloud-init[1046]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Paths.\n[ 8.462439] cloud-init[1046]: Generating public/private dsa key pair.\n[ 8.464115] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.469427] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.473382] cloud-init[1046]: The key fingerprint is:\n[ 8.478404] cloud-init[1046]: SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga\n[ 8.484148] cloud-init[1046]: [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\nThe key's randomart image is:\n[ 8.489117] cloud-init[1046]: +---[DSA 1024]----+\n[ 8.490621] cloud-init[1046]: | ..+. |\n[ 8.491717] cloud-init[1046]: | E +.o |[[0;32m OK [0m] Started Snappy daemon.\n Starting System Logging Service...\n Starting Accounts Service...\n[ 8.496559] cloud-init[1046]: | . o.o ..=. |\n[ 8.497662] cloud-init[1046]: | . o +o ..++. |\n[ 8.498752] cloud-init[1046]: | . oS.o ...=o|\n[ 8.499859] \n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[cloud-init[1046]: | . = o. +.+B|[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n Starting Pollinate to seed the pseudo random number generator...[ 8.512957] \n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1046]: | o = .+ *oB|\n[ 8.544061] cloud-init[1046]: | + .. o+=+|\n[ 8.549198] cloud-init[1046]: | . .. =o|\n[ 8.551560] cloud-init[1046]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...+----[SHA256]-----+\n[ 8.566235] cloud-init[1046]: Generating public/private ecdsa key pair.\n Starting LSB: MD monitoring daemon...\n Starting LXD - container startup/shutdown...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.618907] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.644420] cloud-init[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1046]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.695618] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\ncloud-init[1046]: Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\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 Accounts Service.\nThe key fingerprint is:\n[ 8.743475] cloud-init[1046]: SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga\n[ 8.757558] cloud-init[1046]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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: daemon to balance interrupts for SMP systems.\n[ 8.802752] cloud-init[1046]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n+---[ECDSA 256]---+\n[ 8.819036] cloud-init[1046]: | . |[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.838367] cloud-init[1046]: | . . o |\n[ 8.844069] cloud-init[1046]: | o + o . |\n[ 8.852806] cloud-init[1046]: |.. o O o |\n[ 8.854275] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1046]: |ooo.o..oS= |\n[ 8.864866] cloud-init[1046]: |+==O.o .. |\n[ 8.868163] cloud-init[1046]: |=+*+Eo.o. |\n[ 8.876064] cloud-init[1046]: |..+*+.+o |\n[ 8.880055] cloud-init[1046]: | .*==+o |\n[ 8.881445] cloud-init[1046]: +----[SHA256]-----+\n[ 8.884057] cloud-init[1046]: Generating public/private ed25519 key pair.\n[ 8.888775] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.896305] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.898032] cloud-init[1046]: The key fingerprint is:\n[ 8.901319] cloud-init[1046]: SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga\n[ 8.906387] cloud-init[1046]: The key's randomart image is:\n[ 8.909511] cloud-init[1046]: +--[ED25519 256]--+\n[ 8.912447] cloud-init[1046]: |.+++o. .o.... |\n[ 8.915250] cloud-init[1046]: |+o+.. . + |\n[ 8.918398] cloud-init[1046]: |ooo . o o |\n[ 8.921309] cloud-init[1046]: |.o.... . . o |\n[ 8.924095] cloud-init[1046]: |..+oo S . . |\n[ 8.927255] cloud-init[1046]: |.o *o. . |\n[ 8.930574] cloud-init[1046]: |..++=o. E |\n[ 8.936281] cloud-init[1046]: |B++o+ |\n[ 8.939761] cloud-init[1046]: |@* .. |\n[ 8.944056] cloud-init[1046]: +----[SHA256]-----+\n[ 9.156413] cloud-init[1183]: Generating locales (this might take a while)...\n[ 9.719898] cloud-init[1183]: en_US.UTF-8... done\n[ 9.721733] cloud-init[1183]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-03 19:31:59,870 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-30690803-239f-4fc0-a99a-0b928deb23bc 2019-01-03 19:32:29,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:32:30,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:32:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cecd0f7-6353-40da-9ea4-ec09995e9a0b x-compute-request-id: req-2cecd0f7-6353-40da-9ea4-ec09995e9a0b Content-Encoding: gzip Content-Length: 13334 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x3ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.355790] cloud-init[1046]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 19:30:24 +0000. Up 7.03 seconds.\n[ 8.357601] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.360097] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.364098] cloud-init[1046]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.368111] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.372105] cloud-init[1046]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.376106] cloud-init[1046]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.377861] cloud-init[1046]: ci-info: | ens6 | False | . | . | . | 52:54:00:7e:4a:8c |\n[ 8.384112] cloud-init[1046]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ac:2d:54 |\n[ 8.385854] cloud-init[1046]: ci-info: | ens3 | True | fe80::f816:3eff:feac:2d54/64 | . | link | fa:16:3e:ac:2d:54 |\n[ 8.388092] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.392106] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.396112] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.400109] cloud-init[1046]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.401706] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.408111] cloud-init[1046]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.409720] cloud-init[1046]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.411287] cloud-init[1046]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.416278] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.417875] cloud-init[1046]: Generating public/private rsa key pair.\n[ 8.420109] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.423880] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.425462] cloud-init[1046]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.430434] cloud-init[1046]: SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.433118] cloud-init[1046]: The key's randomart image is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.435928] cloud-init[1046]: +---[RSA 2048]----+[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.440702] cloud-init[1046]: | .=o. ... |\n[ 8.441442] cloud-init[1046]: | oo . . . |\n[ 8.442174] cloud-init[1046]: | . oo . . . |\n[ 8.442929] cloud-init[1046]: | ..... + .... |\n] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.448140] cloud-init[1046]: | E ...S.+ B+ o|\n[ 8.449225] cloud-init[1046]: | ..=o.+o.Bo=|\n[ 8.450300] cloud-init[1046]: | +.+ .o+ *.|\n[ 8.451374] cloud-init[1046]: | + o .= .|] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n\n[ 8.454514] Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\ncloud-init[1046]: | +. o+o.|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.459997] cloud-init[1046]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Paths.\n[ 8.462439] cloud-init[1046]: Generating public/private dsa key pair.\n[ 8.464115] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.469427] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.473382] cloud-init[1046]: The key fingerprint is:\n[ 8.478404] cloud-init[1046]: SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga\n[ 8.484148] cloud-init[1046]: [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\nThe key's randomart image is:\n[ 8.489117] cloud-init[1046]: +---[DSA 1024]----+\n[ 8.490621] cloud-init[1046]: | ..+. |\n[ 8.491717] cloud-init[1046]: | E +.o |[[0;32m OK [0m] Started Snappy daemon.\n Starting System Logging Service...\n Starting Accounts Service...\n[ 8.496559] cloud-init[1046]: | . o.o ..=. |\n[ 8.497662] cloud-init[1046]: | . o +o ..++. |\n[ 8.498752] cloud-init[1046]: | . oS.o ...=o|\n[ 8.499859] \n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[cloud-init[1046]: | . = o. +.+B|[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n Starting Pollinate to seed the pseudo random number generator...[ 8.512957] \n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1046]: | o = .+ *oB|\n[ 8.544061] cloud-init[1046]: | + .. o+=+|\n[ 8.549198] cloud-init[1046]: | . .. =o|\n[ 8.551560] cloud-init[1046]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...+----[SHA256]-----+\n[ 8.566235] cloud-init[1046]: Generating public/private ecdsa key pair.\n Starting LSB: MD monitoring daemon...\n Starting LXD - container startup/shutdown...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.618907] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.644420] cloud-init[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1046]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.695618] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\ncloud-init[1046]: Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\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 Accounts Service.\nThe key fingerprint is:\n[ 8.743475] cloud-init[1046]: SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga\n[ 8.757558] cloud-init[1046]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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: daemon to balance interrupts for SMP systems.\n[ 8.802752] cloud-init[1046]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n+---[ECDSA 256]---+\n[ 8.819036] cloud-init[1046]: | . |[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.838367] cloud-init[1046]: | . . o |\n[ 8.844069] cloud-init[1046]: | o + o . |\n[ 8.852806] cloud-init[1046]: |.. o O o |\n[ 8.854275] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1046]: |ooo.o..oS= |\n[ 8.864866] cloud-init[1046]: |+==O.o .. |\n[ 8.868163] cloud-init[1046]: |=+*+Eo.o. |\n[ 8.876064] cloud-init[1046]: |..+*+.+o |\n[ 8.880055] cloud-init[1046]: | .*==+o |\n[ 8.881445] cloud-init[1046]: +----[SHA256]-----+\n[ 8.884057] cloud-init[1046]: Generating public/private ed25519 key pair.\n[ 8.888775] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.896305] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.898032] cloud-init[1046]: The key fingerprint is:\n[ 8.901319] cloud-init[1046]: SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga\n[ 8.906387] cloud-init[1046]: The key's randomart image is:\n[ 8.909511] cloud-init[1046]: +--[ED25519 256]--+\n[ 8.912447] cloud-init[1046]: |.+++o. .o.... |\n[ 8.915250] cloud-init[1046]: |+o+.. . + |\n[ 8.918398] cloud-init[1046]: |ooo . o o |\n[ 8.921309] cloud-init[1046]: |.o.... . . o |\n[ 8.924095] cloud-init[1046]: |..+oo S . . |\n[ 8.927255] cloud-init[1046]: |.o *o. . |\n[ 8.930574] cloud-init[1046]: |..++=o. E |\n[ 8.936281] cloud-init[1046]: |B++o+ |\n[ 8.939761] cloud-init[1046]: |@* .. |\n[ 8.944056] cloud-init[1046]: +----[SHA256]-----+\n[ 9.156413] cloud-init[1183]: Generating locales (this might take a while)...\n[ 9.719898] cloud-init[1183]: en_US.UTF-8... done\n[ 9.721733] cloud-init[1183]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.141776] cloud-init[1183]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 03 Jan 2019 19:30:26 +0000. Up 9.09 seconds.\n[ 130.455736] cloud-init[1407]: + chpasswd\n[ 130.456824] cloud-init[1407]: + echo ubuntu:opnfv\n[ 130.525553] cloud-init[1407]: + sleep 20\n"} 2019-01-03 19:32:30,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-2cecd0f7-6353-40da-9ea4-ec09995e9a0b 2019-01-03 19:33:00,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09f13926dcf80e8ea63ab443138603a759c3f692" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:33:02,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-fa5112d6-f92e-4ffe-ae73-9e3385abc57d x-compute-request-id: req-fa5112d6-f92e-4ffe-ae73-9e3385abc57d Content-Encoding: gzip Content-Length: 14879 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 588156150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.138407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140153] pid_max: default: 32768 minimum: 301\n[ 0.141097] ACPI: Core revision 20150930\n[ 0.142508] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143894] Security Framework initialized\n[ 0.144756] Yama: becoming mindful.\n[ 0.145537] AppArmor: AppArmor initialized\n[ 0.146462] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147941] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149693] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150985] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152444] Initializing cgroup subsys io\n[ 0.153310] Initializing cgroup subsys memory\n[ 0.154219] Initializing cgroup subsys devices\n[ 0.155137] Initializing cgroup subsys freezer\n[ 0.156051] Initializing cgroup subsys net_cls\n[ 0.156966] Initializing cgroup subsys perf_event\n[ 0.157927] Initializing cgroup subsys net_prio\n[ 0.158855] Initializing cgroup subsys hugetlb\n[ 0.159770] Initializing cgroup subsys pids\n[ 0.160690] CPU: Physical Processor ID: 0\n[ 0.162247] mce: CPU supports 10 MCE banks\n[ 0.163136] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164192] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176250] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.182767] ftrace: allocating 32123 entries in 126 pages\n[ 0.209464] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210759] smpboot: Max logical packages: 1\n[ 0.211803] x2apic enabled\n[ 0.212640] Switched APIC routing to physical x2apic.\n[ 0.214452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217727] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219616] KVM setup paravirtual spinlock\n[ 0.221001] x86: Booted up 1 node, 1 CPUs\n[ 0.221848] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223273] devtmpfs: initialized\n[ 0.225756] evm: security.selinux\n[ 0.226470] evm: security.SMACK64\n[ 0.227178] evm: security.SMACK64EXEC\n[ 0.227939] evm: security.SMACK64TRANSMUTE\n[ 0.228771] evm: security.SMACK64MMAP\n[ 0.229531] evm: security.ima\n[ 0.230186] evm: security.capability\n[ 0.231010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232911] pinctrl core: initialized pinctrl subsystem\n[ 0.234034] RTC time: 19:30:17, date: 01/03/19\n[ 0.234995] NET: Registered protocol family 16\n[ 0.235989] cpuidle: using governor ladder\n[ 0.236829] cpuidle: using governor menu\n[ 0.237639] PCCT header not found.\n[ 0.238408] ACPI: bus type PCI registered\n[ 0.239226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240495] PCI: Using configuration type 1 for base access\n[ 0.242678] ACPI: Added _OSI(Module Device)\n[ 0.243533] ACPI: Added _OSI(Processor Device)\n[ 0.244416] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245334] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247498] ACPI: Interpreter enabled\n[ 0.248282] ACPI: (supports S0 S5)\n[ 0.249006] ACPI: Using IOAPIC for interrupt routing\n[ 0.249976] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253104] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254256] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256709] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259075] acpiphp: Slot [3] registered\n[ 0.259893] acpiphp: Slot [4] registered\n[ 0.260712] acpiphp: Slot [5] registered\n[ 0.261527] acpiphp: Slot [6] registered\n[ 0.262342] acpiphp: Slot [7] registered\n[ 0.263158] acpiphp: Slot [8] registered\n[ 0.263974] acpiphp: Slot [9] registered\n[ 0.264795] acpiphp: Slot [10] registered\n[ 0.265626] acpiphp: Slot [11] registered\n[ 0.266451] acpiphp: Slot [12] registered\n[ 0.267280] acpiphp: Slot [13] registered\n[ 0.268114] acpiphp: Slot [14] registered\n[ 0.278946] acpiphp: Slot [15] registered\n[ 0.279775] acpiphp: Slot [16] registered\n[ 0.280603] acpiphp: Slot [17] registered\n[ 0.281428] acpiphp: Slot [18] registered\n[ 0.282256] acpiphp: Slot [19] registered\n[ 0.283091] acpiphp: Slot [20] registered\n[ 0.283922] acpiphp: Slot [21] registered\n[ 0.284748] acpiphp: Slot [22] registered\n[ 0.285572] acpiphp: Slot [23] registered\n[ 0.286400] acpiphp: Slot [24] registered\n[ 0.287237] acpiphp: Slot [25] registered\n[ 0.288069] acpiphp: Slot [26] registered\n[ 0.288899] acpiphp: Slot [27] registered\n[ 0.289725] acpiphp: Slot [28] registered\n[ 0.290551] acpiphp: Slot [29] registered\n[ 0.291387] acpiphp: Slot [30] registered\n[ 0.292218] acpiphp: Slot [31] registered\n[ 0.293039] PCI host bridge to bus 0000:00\n[ 0.293870] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296357] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297843] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.299326] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309556] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316031] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317497] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363213] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366161] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367611] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371790] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374441] vgaarb: loaded\n[ 0.375056] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376239] SCSI subsystem initialized\n[ 0.377075] ACPI: bus type USB registered\n[ 0.377912] usbcore: registered new interface driver usbfs\n[ 0.378963] usbcore: registered new interface driver hub\n[ 0.379994] usbcore: registered new device driver usb\n[ 0.381088] PCI: Using ACPI for IRQ routing\n[ 0.382134] NetLabel: Initializing\n[ 0.382866] NetLabel: domain hash size = 128\n[ 0.383733] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384705] NetLabel: unlabeled traffic allowed by default\n[ 0.385827] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386824] clocksource: Switched to clocksource kvm-clock\n[ 0.392398] AppArmor: AppArmor Filesystem Enabled\n[ 0.393379] pnp: PnP ACPI init\n[ 0.394308] pnp: PnP ACPI: found 5 devices\n[ 0.400387] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402129] NET: Registered protocol family 2\n[ 0.403106] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.404422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.405652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.406874] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.407998] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409201] NET: Registered protocol family 1\n[ 0.410086] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411212] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440621] Trying to unpack rootfs image as initramfs...\n[ 1.710904] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.726764] Scanning for low memory corruption every 60 seconds\n[ 1.728239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.729411] audit: initializing netlink subsys (disabled)\n[ 1.730451] audit: type=2000 audit(1546543819.556:1): initialized\n[ 1.731819] Initialise system trusted keyring\n[ 1.732761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.733935] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.735951] zbud: loaded\n[ 1.736673] VFS: Disk quotas dquot_6.6.0\n[ 1.737496] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.738951] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.740208] fuse init (API version 7.23)\n[ 1.741108] Key type big_key registered\n[ 1.741909] Allocating IMA MOK and blacklist keyrings.\n[ 1.743065] Key type asymmetric registered\n[ 1.743899] Asymmetric key parser 'x509' registered\n[ 1.744863] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.746345] io scheduler noop registered\n[ 1.747167] io scheduler deadline registered (default)\n[ 1.748175] io scheduler cfq registered\n[ 1.749032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.750106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.751400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.752871] ACPI: Power Button [PWRF]\n[ 1.753738] GHES: HEST is not enabled!\n[ 1.767735] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.796556] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.799270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.823277] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.825353] Linux agpgart interface v0.103\n[ 1.827432] brd: module loaded\n[ 1.828704] loop: module loaded\n[ 1.830283] vda: vda1\n[ 1.831799] scsi host0: ata_piix\n[ 1.832521] scsi host1: ata_piix\n[ 1.833218] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.834402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.835826] libphy: Fixed MDIO Bus: probed\n[ 1.836630] tun: Universal TUN/TAP device driver, 1.6\n[ 1.837557] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.839781] PPP generic driver version 2.4.2\n[ 1.840609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.842353] ehci-pci: EHCI PCI platform driver\n[ 1.843293] ehci-platform: EHCI generic platform driver\n[ 1.844370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.845955] ohci-pci: OHCI PCI platform driver\n[ 1.847200] ohci-platform: OHCI generic platform driver\n[ 1.848584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.864594] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.865875] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.867354] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.868355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.869472] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.870681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.872100] usb usb1: Product: UHCI Host Controller\n[ 1.873025] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.874255] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.875220] hub 1-0:1.0: USB hub found\n[ 1.876000] hub 1-0:1.0: 2 ports detected\n[ 1.876913] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.879032] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.879983] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.881011] mousedev: PS/2 mouse device common for all mice\n[ 1.882265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.884114] rtc_cmos 00:00: RTC can wake from S4\n[ 1.885208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.886392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887598] i2c /dev entries driver\n[ 1.888356] device-mapper: uevent: version 1.0.3\n[ 1.889295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.890921] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892210] NET: Registered protocol family 10\n[ 1.893220] NET: Registered protocol family 17\n[ 1.894111] Key type dns_resolver registered\n[ 1.895060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.896151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.897892] registered taskstats version 1\n[ 1.898724] Loading compiled-in X.509 certificates\n[ 1.900158] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.901992] zswap: loaded using pool lzo/zbud\n[ 1.903878] Key type trusted registered\n[ 1.906115] Key type encrypted registered\n[ 1.906950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.907986] ima: No TPM chip found, activating TPM-bypass!\n[ 1.909026] evm: HMAC attrs: 0x1\n[ 1.909988] Magic number: 3:686:545\n[ 1.910750] tty ttyS21: hash matches\n[ 1.911579] rtc_cmos 00:00: setting system clock to 2019-01-03 19:30:19 UTC (1546543819)\n[ 1.913175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.914274] EDD information not available.\n[ 1.991364] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.992789] ata1.00: configured for MWDMA2\n[ 1.994002] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.996289] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.007758] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.009022] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.010917] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.012440] Write protecting the kernel read-only data: 14336k\n[ 2.014003] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.015712] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.024992] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026753] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.028761] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030621] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034245] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036119] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.037877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040206] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042001] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072532] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080847] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.082622] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.107893] AVX2 version of gcm_enc/dec engaged.\n[ 2.108820] AES CTR mode by8 optimization enabled\n[ 2.111203] FDC 0 is a S82078B\n[ 2.186865] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346800] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348020] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349269] usb 1-1: Product: QEMU USB Tablet\n[ 2.350116] usb 1-1: Manufacturer: QEMU\n[ 2.350884] usb 1-1: SerialNumber: 42\n[ 2.358621] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366126] usbcore: registered new interface driver usbhid\n[ 2.367194] usbhid: USB HID core driver\n[ 2.369023] 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.371244] 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.723071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.350876] md: linear personality registered for level -1\n[ 3.353743] md: multipath personality registered for level -4\n[ 3.356649] md: raid0 personality registered for level 0\n[ 3.359848] md: raid1 personality registered for level 1\n[ 3.430828] raid6: sse2x1 gen() 11435 MB/s\n[ 3.498826] raid6: sse2x1 xor() 8823 MB/s\n[ 3.566829] raid6: sse2x2 gen() 14240 MB/s\n[ 3.634826] raid6: sse2x2 xor() 9687 MB/s\n[ 3.706833] raid6: sse2x4 gen() 16894 MB/s\n[ 3.774828] raid6: sse2x4 xor() 11696 MB/s\n[ 3.842827] raid6: avx2x1 gen() 22241 MB/s\n[ 3.910828] raid6: avx2x2 gen() 25848 MB/s\n[ 3.978828] raid6: avx2x4 gen() 30003 MB/s\n[ 3.979675] raid6: using algorithm avx2x4 gen() 30003 MB/s\n[ 3.980689] raid6: using avx2x2 recovery algorithm\n[ 3.992833] xor: automatically using best checksumming function:\n[ 4.030827] avx : 35358.000 MB/sec\n[ 4.032958] async_tx: api initialized (async)\n[ 4.042974] md: raid6 personality registered for level 6\n[ 4.044010] md: raid5 personality registered for level 5\n[ 4.045006] md: raid4 personality registered for level 4\n[ 4.050008] 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.075365] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.106371] 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.204934] 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.208351] systemd[1]: Detected virtualization kvm.\n[ 4.209296] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.213016] systemd[1]: Set hostname to .\n[ 4.216250] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.217356] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.313835] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.316198] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.318568] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.320486] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.322498] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.324730] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.326453] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.328474] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.330583] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.332713] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.335036] 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.338063] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340010] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.342107] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.344183] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.345927] 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.348604] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.350845] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.353027] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.355466] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.361261] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.366547] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.371407] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.379362] 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.387657] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.390530] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.395178] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.400725] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405258] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.408857] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.410662] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.417621] Loading iSCSI transport class v2.0-870.\n[ 4.419797] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.422353] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427465] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 4.434259] iscsi: registered transport (tcp)\n\n[ 4.436021] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.443097] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.447432] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.453113] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.463036] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.469945] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.481741] 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 Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.972081] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 19:30:23 +0000. Up 5.34 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.355790] cloud-init[1046]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 19:30:24 +0000. Up 7.03 seconds.\n[ 8.357601] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.360097] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.364098] cloud-init[1046]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.368111] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.372105] cloud-init[1046]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.376106] cloud-init[1046]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.377861] cloud-init[1046]: ci-info: | ens6 | False | . | . | . | 52:54:00:7e:4a:8c |\n[ 8.384112] cloud-init[1046]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ac:2d:54 |\n[ 8.385854] cloud-init[1046]: ci-info: | ens3 | True | fe80::f816:3eff:feac:2d54/64 | . | link | fa:16:3e:ac:2d:54 |\n[ 8.388092] cloud-init[1046]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.392106] cloud-init[1046]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.396112] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.400109] cloud-init[1046]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.401706] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.408111] cloud-init[1046]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.409720] cloud-init[1046]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.411287] cloud-init[1046]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.416278] cloud-init[1046]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.417875] cloud-init[1046]: Generating public/private rsa key pair.\n[ 8.420109] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.423880] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.425462] cloud-init[1046]: The key fingerprint is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.430434] cloud-init[1046]: SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.433118] cloud-init[1046]: The key's randomart image is:\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.435928] cloud-init[1046]: +---[RSA 2048]----+[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 8.440702] cloud-init[1046]: | .=o. ... |\n[ 8.441442] cloud-init[1046]: | oo . . . |\n[ 8.442174] cloud-init[1046]: | . oo . . . |\n[ 8.442929] cloud-init[1046]: | ..... + .... |\n] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m[ 8.448140] cloud-init[1046]: | E ...S.+ B+ o|\n[ 8.449225] cloud-init[1046]: | ..=o.+o.Bo=|\n[ 8.450300] cloud-init[1046]: | +.+ .o+ *.|\n[ 8.451374] cloud-init[1046]: | + o .= .|] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n\n[ 8.454514] Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\ncloud-init[1046]: | +. o+o.|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.459997] cloud-init[1046]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Paths.\n[ 8.462439] cloud-init[1046]: Generating public/private dsa key pair.\n[ 8.464115] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.469427] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.473382] cloud-init[1046]: The key fingerprint is:\n[ 8.478404] cloud-init[1046]: SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga\n[ 8.484148] cloud-init[1046]: [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\nThe key's randomart image is:\n[ 8.489117] cloud-init[1046]: +---[DSA 1024]----+\n[ 8.490621] cloud-init[1046]: | ..+. |\n[ 8.491717] cloud-init[1046]: | E +.o |[[0;32m OK [0m] Started Snappy daemon.\n Starting System Logging Service...\n Starting Accounts Service...\n[ 8.496559] cloud-init[1046]: | . o.o ..=. |\n[ 8.497662] cloud-init[1046]: | . o +o ..++. |\n[ 8.498752] cloud-init[1046]: | . oS.o ...=o|\n[ 8.499859] \n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[cloud-init[1046]: | . = o. +.+B|[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n Starting Pollinate to seed the pseudo random number generator...[ 8.512957] \n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1046]: | o = .+ *oB|\n[ 8.544061] cloud-init[1046]: | + .. o+=+|\n[ 8.549198] cloud-init[1046]: | . .. =o|\n[ 8.551560] cloud-init[1046]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...+----[SHA256]-----+\n[ 8.566235] cloud-init[1046]: Generating public/private ecdsa key pair.\n Starting LSB: MD monitoring daemon...\n Starting LXD - container startup/shutdown...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.618907] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.644420] cloud-init[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1046]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.695618] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\ncloud-init[1046]: Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\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 Accounts Service.\nThe key fingerprint is:\n[ 8.743475] cloud-init[1046]: SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga\n[ 8.757558] cloud-init[1046]: The key's randomart image is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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: daemon to balance interrupts for SMP systems.\n[ 8.802752] cloud-init[1046]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n+---[ECDSA 256]---+\n[ 8.819036] cloud-init[1046]: | . |[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 8.838367] cloud-init[1046]: | . . o |\n[ 8.844069] cloud-init[1046]: | o + o . |\n[ 8.852806] cloud-init[1046]: |.. o O o |\n[ 8.854275] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1046]: |ooo.o..oS= |\n[ 8.864866] cloud-init[1046]: |+==O.o .. |\n[ 8.868163] cloud-init[1046]: |=+*+Eo.o. |\n[ 8.876064] cloud-init[1046]: |..+*+.+o |\n[ 8.880055] cloud-init[1046]: | .*==+o |\n[ 8.881445] cloud-init[1046]: +----[SHA256]-----+\n[ 8.884057] cloud-init[1046]: Generating public/private ed25519 key pair.\n[ 8.888775] cloud-init[1046]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.896305] cloud-init[1046]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.898032] cloud-init[1046]: The key fingerprint is:\n[ 8.901319] cloud-init[1046]: SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga\n[ 8.906387] cloud-init[1046]: The key's randomart image is:\n[ 8.909511] cloud-init[1046]: +--[ED25519 256]--+\n[ 8.912447] cloud-init[1046]: |.+++o. .o.... |\n[ 8.915250] cloud-init[1046]: |+o+.. . + |\n[ 8.918398] cloud-init[1046]: |ooo . o o |\n[ 8.921309] cloud-init[1046]: |.o.... . . o |\n[ 8.924095] cloud-init[1046]: |..+oo S . . |\n[ 8.927255] cloud-init[1046]: |.o *o. . |\n[ 8.930574] cloud-init[1046]: |..++=o. E |\n[ 8.936281] cloud-init[1046]: |B++o+ |\n[ 8.939761] cloud-init[1046]: |@* .. |\n[ 8.944056] cloud-init[1046]: +----[SHA256]-----+\n[ 9.156413] cloud-init[1183]: Generating locales (this might take a while)...\n[ 9.719898] cloud-init[1183]: en_US.UTF-8... done\n[ 9.721733] cloud-init[1183]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.141776] cloud-init[1183]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 03 Jan 2019 19:30:26 +0000. Up 9.09 seconds.\n[ 130.455736] cloud-init[1407]: + chpasswd\n[ 130.456824] cloud-init[1407]: + echo ubuntu:opnfv\n[ 130.525553] cloud-init[1407]: + sleep 20\n[ 150.527343] cloud-init[1407]: + NEIGHBOR_IP=172.30.9.32\n[ 150.528457] cloud-init[1407]: + OWN_IP=172.30.9.203\n[ 150.529282] cloud-init[1407]: + EXT_NET_MASK=24\n[ 150.531459] cloud-init[1407]: ++ awk '{print $2}'\n[ 150.532431] cloud-init[1407]: ++ getent hosts\n[ 150.535397] cloud-init[1407]: ++ awk '{print $1}'\n[ 150.537293] cloud-init[1407]: ++ cat /etc/hostname\n[ 150.538510] cloud-init[1407]: + [[ localhost\n[ 150.540038] cloud-init[1407]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.541914] cloud-init[1407]: + tee -a /etc/hosts\n[ 150.544035] cloud-init[1407]: ++ awk '{print $1}'\n[ 150.546480] cloud-init[1407]: ++ cat /etc/hostname\n[ 150.547355] cloud-init[1407]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.550098] cloud-init[1407]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.551014] cloud-init[1407]: + quagga_int=\n[ 150.552600] cloud-init[1407]: ++ awk 'NR>2{print $1}'\n[ 150.554440] cloud-init[1407]: ++ netstat -ia\n[ 150.555944] cloud-init[1407]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.559479] cloud-init[1407]: ++ grep ens3\n[ 150.561159] cloud-init[1407]: ++ ifconfig\n[ 150.561922] cloud-init[1407]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:ac:2d:54 ' ']'\n[ 150.563525] cloud-init[1407]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.564862] cloud-init[1407]: ++ grep ens6\n[ 150.576710] cloud-init[1407]: ++ ifconfig\n[ 150.580028] cloud-init[1407]: + '[' -z '' ']'\n[ 150.580842] cloud-init[1407]: + quagga_int=ens6\n[ 150.583182] cloud-init[1407]: + break\n[ 150.583932] cloud-init[1407]: + '[' -z ens6 ']'\n[ 150.586875] cloud-init[1407]: + ip link set ens6 up\n[ 150.588035] cloud-init[1407]: + ip addr add 172.30.9.203/24 dev ens6\n[ 150.590568] cloud-init[1407]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.592024] cloud-init[1407]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.594270] cloud-init[1407]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.604062] cloud-init[1407]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.608046] cloud-init[1407]: + touch /var/log/bgpd.log\n[ 150.610297] cloud-init[1407]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.611367] cloud-init[1407]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.614555] cloud-init[1407]: + cat\n[ 150.615288] cloud-init[1407]: + touch /etc/quagga/zebra.conf\n[ 150.617507] cloud-init[1407]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.619458] cloud-init[1407]: + cat\n[ 150.620275] cloud-init[1407]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.621440] cloud-init[1407]: + service quagga restart\n[ 150.645231] cloud-init[1407]: + pgrep bgpd\n[ 150.650723] cloud-init[1407]: 1501\n[ 150.651678] cloud-init[1407]: + pgrep zebra\n[ 150.654291] cloud-init[1407]: 1497\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Jan 3 19:32:48 ec2: \n<14>Jan 3 19:32:48 ec2: #############################################################\n<14>Jan 3 19:32:48 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Jan 3 19:32:48 ec2: 1024 SHA256:8flRHKNRuXh78JyQ/bewXH8ytcnLhagTamG2hViZiFc root@sdnvpn-3-2-quagga (DSA)\n<14>Jan 3 19:32:48 ec2: 256 SHA256:q0Fimsh/q/YlwjD+JXRN84xN9I1iqypuALZewyOi7Vk root@sdnvpn-3-2-quagga (ECDSA)\n<14>Jan 3 19:32:48 ec2: 256 SHA256:3YV5AECqaC+qaDUSRSUhObEhugb8+ZIq6JjTcp1OTN8 root@sdnvpn-3-2-quagga (ED25519)\n<14>Jan 3 19:32:48 ec2: 2048 SHA256:/QwKPU1Rezt2t/3KbkkDb+TYpwPi8gY86QyEBRhZPrg root@sdnvpn-3-2-quagga (RSA)\n<14>Jan 3 19:32:48 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Jan 3 19:32:48 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKsninDwNKcC5TLkkt8d9n/0V1Rympt2kwpyyrbvv93z2aDjbY9X6uM24TGlXw65vwP7RJZtoG1AS9RotOqS+PA= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6a0LYE2Bh11ACxJhpYbJQkXX7Odg69YdZC/xuEgf/p root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+zCL+tHtXC358HJYQs7aZjhTCMhCU0fk8JaLb2HnP4hKH5mbTo++KJERJzpEZOhHRg1ooeHfGJd1lgBiFCdvBaqHmDGzVWx3ADnDfexjvZjh3qcPyjc89ks2Z1TFIHw5VHYadk2vfSzDsEd8GUqVaHb9eu+uj4dM3J2hCsuR7j29NpmGZ/GcNpHKs4cCteDjzhJ0XykOm0D+rxmrcY/lSD231h1SRsqTamvqScR8E7MycfYYLR/pxV4lFsweKwJGP0dSndc62lUqCH3tbIfg6FduREp6147mNbL8k9US/8ow5CCQs8QzOk48QALNH30zRWrYTLkV6nGvS1+hw89t5 root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.690588] cloud-init[1407]: Cloud-init v. 0.7.9 running 'modules:final' at Thu, 03 Jan 2019 19:32:28 +0000. Up 130.37 seconds.\n[ 150.692308] cloud-init[1407]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.693630] cloud-init[1407]: Cloud-init v. 0.7.9 finished at Thu, 03 Jan 2019 19:32:48 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.68 seconds\n"} 2019-01-03 19:33:02,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-fa5112d6-f92e-4ffe-ae73-9e3385abc57d 2019-01-03 19:33:02,080 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2019-01-03 19:33:02,081 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-03 19:33:02,082 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-03 19:33:02,082 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-03 19:33:02,085 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-03 19:33:02,811 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-03 19:33:02,812 - 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.32: client: JAVA_HOME not set; results may vary  2019-01-03 19:33:02,813 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-03 19:33:02,814 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-03 19:33:02,815 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-03 19:33:02,815 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-03 19:33:02,855 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-03 19:33:03,574 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-03 19:33:03,575 - 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 For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 0 seconds Read thread: off Write thread: off  2019-01-03 19:33:03,575 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2019-01-03 19:33:03,576 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2019-01-03 19:33:03,576 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-03 19:33:04,578 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-03 19:33:04,578 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-03 19:33:04,579 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-03 19:33:04,581 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-03 19:33:05,263 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-03 19:33:05,264 - 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:02, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.32 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  2019-01-03 19:33:05,265 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2019-01-03 19:33:05,265 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-03 19:33:05,265 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2019-01-03 19:33:06,267 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-03 19:33:06,268 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-03 19:33:06,268 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-03 19:33:06,271 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-03 19:33:06,942 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-03 19:33:06,943 - 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.32 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.32, Local port: 40699 Foreign host: 172.30.9.203, Foreign port: 179 Nexthop: 172.30.9.32 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2019-01-03 19:33:06,943 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2019-01-03 19:33:06,943 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-03 19:33:06,944 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:01 2019-01-03 19:33:07,945 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2019-01-03 19:33:07,946 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:33:07,947 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:33:07,947 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:33:07,949 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:33:08,012 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-03 19:33:08,013 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:33:08,013 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:33:08,014 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:33:08,015 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:33:08,055 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:33:08,161 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:33:08,161 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:33:08,162 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:33:08,163 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:33:08,163 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:33:08,204 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:33:08,350 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:33:08,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53aa7bf6dd826847a27b770272bc61e494e9d8b4" 2019-01-03 19:33:08,355 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:33:08,569 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33: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-b275e067-0d01-4fe9-881e-2eb0def87acd x-compute-request-id: req-b275e067-0d01-4fe9-881e-2eb0def87acd Content-Length: 0 Content-Type: application/json 2019-01-03 19:33:08,569 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff used request id req-b275e067-0d01-4fe9-881e-2eb0def87acd 2019-01-03 19:33:08,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53aa7bf6dd826847a27b770272bc61e494e9d8b4" -d '{"forceDelete": null}' 2019-01-03 19:33:08,735 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33: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-67419bc0-e6b0-4579-9a72-1e40d4eb104c x-compute-request-id: req-67419bc0-e6b0-4579-9a72-1e40d4eb104c Content-Length: 0 Content-Type: application/json 2019-01-03 19:33:08,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f/action used request id req-67419bc0-e6b0-4579-9a72-1e40d4eb104c 2019-01-03 19:33:08,736 - sdnvpn_test_utils - DEBUG - Waiting for instance to be deleted 2019-01-03 19:33:08,738 - 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}53aa7bf6dd826847a27b770272bc61e494e9d8b4" 2019-01-03 19:33:09,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-e9205c2e-2491-4669-963e-99fe9002ebe3 x-compute-request-id: req-e9205c2e-2491-4669-963e-99fe9002ebe3 Content-Encoding: gzip Content-Length: 824 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:ac:2d:54", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:2d:54", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428276c5-9c5c-419d-8162-b76043c7474f", "rel": "bookmark"}], "image": {"id": "21f2fdfd-57d1-4af3-9d61-2063d07c0367", "links": [{"href": "http://172.30.9.30:8774/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fb", "OS-SRV-USG:launched_at": "2019-01-03T19:30:17.000000", "flavor": {"id": "980d501b-77f5-4f02-9710-bbe6e727e5ff", "links": [{"href": "http://172.30.9.30:8774/flavors/980d501b-77f5-4f02-9710-bbe6e727e5ff", "rel": "bookmark"}]}, "id": "428276c5-9c5c-419d-8162-b76043c7474f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-03T19:28:06Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:33:09,620 - 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-e9205c2e-2491-4669-963e-99fe9002ebe3 2019-01-03 19:33:11,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aad33b82b90785e898942ede3008f85df6ef58fe" 2019-01-03 19:33:12,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2420c53f-6d46-4ff1-af47-9f478bf9c59b Date: Thu, 03 Jan 2019 19:33:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:33:12,812 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/21f2fdfd-57d1-4af3-9d61-2063d07c0367 used request id req-2420c53f-6d46-4ff1-af47-9f478bf9c59b 2019-01-03 19:33:12,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/be1bf53e-581a-4b01-8b0a-aa04590c1566 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:13,390 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1df73a27-5c96-4e0d-b7e8-e252579279a2 Content-Length: 0 Date: Thu, 03 Jan 2019 19:33:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:13,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/be1bf53e-581a-4b01-8b0a-aa04590c1566 used request id req-1df73a27-5c96-4e0d-b7e8-e252579279a2 2019-01-03 19:33:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/8f4353c8-8f58-4308-ac2e-87b2efbf2230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:14,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52a07489-5ef0-4274-92ad-0f8cc9cf8105 Content-Length: 0 Date: Thu, 03 Jan 2019 19:33:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:14,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/8f4353c8-8f58-4308-ac2e-87b2efbf2230 used request id req-52a07489-5ef0-4274-92ad-0f8cc9cf8105 2019-01-03 19:33:14,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnet_id": "c1d99cdb-35e6-41ed-8601-dbf01bd25d29"}' 2019-01-03 19:33:15,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6dd9a5db-870f-421c-a84e-84be2e5ac60b Date: Thu, 03 Jan 2019 19:33:15 GMT RESP BODY: {"network_id": "ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "c1d99cdb-35e6-41ed-8601-dbf01bd25d29", "subnet_ids": ["c1d99cdb-35e6-41ed-8601-dbf01bd25d29"], "port_id": "e5b2b5d9-d23e-4aa7-9ea2-212118e23fa8", "id": "f9c5cb68-626c-4842-8a08-857363381fd3"} 2019-01-03 19:33:15,266 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3/remove_router_interface used request id req-6dd9a5db-870f-421c-a84e-84be2e5ac60b 2019-01-03 19:33:15,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"subnet_id": "f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"}' 2019-01-03 19:33:16,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f1e101d6-5c78-47ba-804a-0418da80e76e Date: Thu, 03 Jan 2019 19:33:16 GMT RESP BODY: {"network_id": "7cf1e11e-f142-49c9-a943-07e96da08802", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "f9ae4da7-0ca2-47e1-b22c-12257ba68f0b", "subnet_ids": ["f9ae4da7-0ca2-47e1-b22c-12257ba68f0b"], "port_id": "8d005d16-1354-4a30-90f8-003a95594d1b", "id": "dc9f79f7-2fe5-481a-9faa-0d5b1b739027"} 2019-01-03 19:33:16,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027/remove_router_interface used request id req-f1e101d6-5c78-47ba-804a-0418da80e76e 2019-01-03 19:33:16,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:33:17,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-6b844151-1beb-4d2e-a76c-8836f73a1508 Date: Thu, 03 Jan 2019 19:33:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:33:17Z", "revision_number": 7, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "f9c5cb68-626c-4842-8a08-857363381fd3", "name": "sdnvpn-3-1-router"}} 2019-01-03 19:33:17,551 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 used request id req-6b844151-1beb-4d2e-a76c-8836f73a1508 2019-01-03 19:33:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:33:18,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-554b9bb8-6d2f-4321-874b-8e2965afce35 Date: Thu, 03 Jan 2019 19:33:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:27:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:33:18Z", "revision_number": 8, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "dc9f79f7-2fe5-481a-9faa-0d5b1b739027", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-03 19:33:18,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 used request id req-554b9bb8-6d2f-4321-874b-8e2965afce35 2019-01-03 19:33:18,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/c1d99cdb-35e6-41ed-8601-dbf01bd25d29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:20,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02c919d4-0ad7-4136-b6d1-f0185d0acc1a Date: Thu, 03 Jan 2019 19:33:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:20,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c1d99cdb-35e6-41ed-8601-dbf01bd25d29 used request id req-02c919d4-0ad7-4136-b6d1-f0185d0acc1a 2019-01-03 19:33:20,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/f9ae4da7-0ca2-47e1-b22c-12257ba68f0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:22,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75c6cd63-d679-4f6e-a208-db6a6721e9c5 Date: Thu, 03 Jan 2019 19:33:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:22,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f9ae4da7-0ca2-47e1-b22c-12257ba68f0b used request id req-75c6cd63-d679-4f6e-a208-db6a6721e9c5 2019-01-03 19:33:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:23,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff2dcd38-3ba7-4642-b049-db6e8d07ecc2 Content-Length: 0 Date: Thu, 03 Jan 2019 19:33:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:23,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f9c5cb68-626c-4842-8a08-857363381fd3 used request id req-ff2dcd38-3ba7-4642-b049-db6e8d07ecc2 2019-01-03 19:33:23,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:23,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c235a306-ac02-450f-bef1-75a299a447d6 Content-Length: 0 Date: Thu, 03 Jan 2019 19:33:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:23,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/dc9f79f7-2fe5-481a-9faa-0d5b1b739027 used request id req-c235a306-ac02-450f-bef1-75a299a447d6 2019-01-03 19:33:23,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:24,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36204ae1-f1a5-4619-a785-c361f6e2346e Date: Thu, 03 Jan 2019 19:33:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:24,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ed5a5c1b-1593-4bb2-80c4-2e53f57e0c9f used request id req-36204ae1-f1a5-4619-a785-c361f6e2346e 2019-01-03 19:33:24,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/7cf1e11e-f142-49c9-a943-07e96da08802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf3f51ac9351d5b68f856aa36d661f2cce2bd7e" 2019-01-03 19:33:25,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7281916d-f163-48e4-bcde-953912412e99 Date: Thu, 03 Jan 2019 19:33:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:33:25,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7cf1e11e-f142-49c9-a943-07e96da08802 used request id req-7281916d-f163-48e4-bcde-953912412e99 2019-01-03 19:33:25,631 - 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 | +========================================================================================+ 2019-01-03 19:33:25,631 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-03 19:33:25,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2019-01-03 19:33:25,632 - 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'}]} 2019-01-03 19:33:25,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2019-01-03 19:33:25,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2019-01-03 19:33:25,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2019-01-03 19:33:25,814 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2019-01-03 19:33:25,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:25,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:25,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:25,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:25,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:25,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:25,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:25,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:25,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:25,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:25,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:25,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:25,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:25,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:25,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:25,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:25,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:25,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:25,823 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:33:25,824 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2019-01-03 19:33:25,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" 2019-01-03 19:33:25,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2590a9d5-0086-4c38-904f-69da051bbb50 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"}]}} 2019-01-03 19:33:25,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2590a9d5-0086-4c38-904f-69da051bbb50 2019-01-03 19:33:25,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:26,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["4PI7VrcDQYKAz9rfZd70bQ"], "issued_at": "2019-01-03T19:33:26.000000Z"}} 2019-01-03 19:33:26,217 - 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}0e6dffe0454a84cb13a0cadec20fd62501a31fb4" 2019-01-03 19:33:26,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ba1956db-0055-4787-8034-889c9f727a46 Date: Thu, 03 Jan 2019 19:33:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:33:26,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-ba1956db-0055-4787-8034-889c9f727a46 2019-01-03 19:33:26,780 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:33:26,783 - 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}0e6dffe0454a84cb13a0cadec20fd62501a31fb4" 2019-01-03 19:33:26,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c9409337-890d-41b4-8642-da2b93d64e7b Date: Thu, 03 Jan 2019 19:33:26 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"}}} 2019-01-03 19:33:26,942 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-c9409337-890d-41b4-8642-da2b93d64e7b 2019-01-03 19:33:26,976 - 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}0e6dffe0454a84cb13a0cadec20fd62501a31fb4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:33:27,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f X-Openstack-Request-Id: req-b48570ae-de1b-4c7c-93aa-c9a60efcfc48 Date: Thu, 03 Jan 2019 19:33:27 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:33:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:33:27Z", "visibility": "public", "locations": [], "self": "/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "min_disk": 0, "protected": false, "id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "file": "/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:33:27,251 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b48570ae-de1b-4c7c-93aa-c9a60efcfc48 2019-01-03 19:33:27,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e6dffe0454a84cb13a0cadec20fd62501a31fb4" -d '' 2019-01-03 19:33:28,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10370c13-4e17-4a2a-a2ae-2697aeefa269 Date: Thu, 03 Jan 2019 19:33:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:33:28,674 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f/file used request id req-10370c13-4e17-4a2a-a2ae-2697aeefa269 2019-01-03 19:33:28,675 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2019-01-03 19:33:28,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" 2019-01-03 19:33:28,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7031f24b-e0b8-480d-9f01-1b8f528f2b70 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"}]}} 2019-01-03 19:33:28,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7031f24b-e0b8-480d-9f01-1b8f528f2b70 2019-01-03 19:33:28,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:29,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["pX2cGofyQJmGOhx8Zkl8aw"], "issued_at": "2019-01-03T19:33:29.000000Z"}} 2019-01-03 19:33:29,181 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2019-01-03 19:33:29,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-8452eb8d-81f2-46b8-86bb-954f5f655bc7 Date: Thu, 03 Jan 2019 19:33: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":"fe22b07a-d247-4f02-9a4e-380fc0d80680","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:33:29Z","is_default":false,"provider:segmentation_id":78,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:33:29Z","mtu":1450}} 2019-01-03 19:33:29,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-8452eb8d-81f2-46b8-86bb-954f5f655bc7 2019-01-03 19:33:29,594 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network fe22b07a-d247-4f02-9a4e-380fc0d80680 with cidr 10.10.10.0/24 2019-01-03 19:33:29,599 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"subnets": [{"ip_version": 4, "network_id": "fe22b07a-d247-4f02-9a4e-380fc0d80680", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2019-01-03 19:33:30,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-ed1c0112-147a-449e-9792-2080c66d02cd Date: Thu, 03 Jan 2019 19:33:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fe22b07a-d247-4f02-9a4e-380fc0d80680","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:33:29Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:33: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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"8eef2383-ef4a-41cd-9f17-ad9775fef022","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2019-01-03 19:33:30,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ed1c0112-147a-449e-9792-2080c66d02cd 2019-01-03 19:33:30,181 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2019-01-03 19:33:30,187 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2019-01-03 19:33:30,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-5f588414-7a16-44dc-85cd-2d20fcf6f756 Date: Thu, 03 Jan 2019 19:33:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6c413f8b-e8da-4148-813f-9bf4a334a387","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:33:30Z","is_default":false,"provider:segmentation_id":3,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:33:30Z","mtu":1450}} 2019-01-03 19:33:30,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5f588414-7a16-44dc-85cd-2d20fcf6f756 2019-01-03 19:33:30,601 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 6c413f8b-e8da-4148-813f-9bf4a334a387 with cidr 10.10.10.0/24 2019-01-03 19:33:30,606 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"subnets": [{"ip_version": 4, "network_id": "6c413f8b-e8da-4148-813f-9bf4a334a387", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2019-01-03 19:33:31,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-58ddcc3c-df88-477d-a07c-cb587b7f5791 Date: Thu, 03 Jan 2019 19:33:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c413f8b-e8da-4148-813f-9bf4a334a387","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:33:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:33:30Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"fba820dc-323b-4340-bf60-6c594e844b1d","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2019-01-03 19:33:31,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-58ddcc3c-df88-477d-a07c-cb587b7f5791 2019-01-03 19:33:31,444 - 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}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:33:31,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-215dce6a-9f1e-42e3-a21d-3824dee9a3ae Date: Thu, 03 Jan 2019 19:33:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:33:31,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-215dce6a-9f1e-42e3-a21d-3824dee9a3ae 2019-01-03 19:33:31,642 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:33:31,643 - 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" 2019-01-03 19:33:31,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25afc260-24c5-4b47-885d-60ddc1aa4edd 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"}]}} 2019-01-03 19:33:31,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-25afc260-24c5-4b47-885d-60ddc1aa4edd 2019-01-03 19:33:31,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:32,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["U0Wf_o96RmmEbp4eMNaAYQ"], "issued_at": "2019-01-03T19:33:32.000000Z"}} 2019-01-03 19:33:32,037 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:33:32,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-efb19ef8-c26c-48c2-a9b8-173ecbc25011 x-compute-request-id: req-efb19ef8-c26c-48c2-a9b8-173ecbc25011 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:33:32,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-efb19ef8-c26c-48c2-a9b8-173ecbc25011 2019-01-03 19:33:32,295 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 19:33:32,295 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2019-01-03 19:33:32,295 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=2b26f600-3569-4e1d-a2fa-40a69059b21f network=fe22b07a-d247-4f02-9a4e-380fc0d80680 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:32,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:32,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:32,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:32,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:32,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:32,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:32,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" 2019-01-03 19:33:32,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0337d708-ba13-4466-b6c4-595e8659780f 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"}]}} 2019-01-03 19:33:32,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0337d708-ba13-4466-b6c4-595e8659780f 2019-01-03 19:33:32,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:32,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["MT-JhUpcTNycjZkdMzY1Ew"], "issued_at": "2019-01-03T19:33:32.000000Z"}} 2019-01-03 19:33:32,696 - 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}627d1047061c12e5a656303634a7ee71c1d013f3" 2019-01-03 19:33:32,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-6a1727ad-5ae2-4e30-885d-9e561a2cb628 x-compute-request-id: req-6a1727ad-5ae2-4e30-885d-9e561a2cb628 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:33:32,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6a1727ad-5ae2-4e30-885d-9e561a2cb628 2019-01-03 19:33:32,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" 2019-01-03 19:33:32,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-e9c5a472-b9a1-4881-9e8f-3d06010f315e x-compute-request-id: req-e9c5a472-b9a1-4881-9e8f-3d06010f315e Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:33:32,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-e9c5a472-b9a1-4881-9e8f-3d06010f315e 2019-01-03 19:33:32,920 - 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}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "fe22b07a-d247-4f02-9a4e-380fc0d80680"}], "config_drive": true}}' 2019-01-03 19:33:35,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33: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-35aa8dfe-88a2-4811-bf1a-fbf5728dd59a x-compute-request-id: req-35aa8dfe-88a2-4811-bf1a-fbf5728dd59a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "adminPass": "7a4sGspQmrZW"}} 2019-01-03 19:33:35,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-35aa8dfe-88a2-4811-bf1a-fbf5728dd59a 2019-01-03 19:33:35,485 - 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" 2019-01-03 19:33:35,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfe8b72-ada0-42cf-ab78-dc76afea0f1c 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"}]}} 2019-01-03 19:33:35,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ccfe8b72-ada0-42cf-ab78-dc76afea0f1c 2019-01-03 19:33:35,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:35,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["V3S8IYCpSJaBR872aaPATw"], "issued_at": "2019-01-03T19:33:35.000000Z"}} 2019-01-03 19:33:35,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493139d3f8c602b63fe993216653d4b419764737" 2019-01-03 19:33:36,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-a173ff9c-f407-4074-b1e8-936e68dc456d x-compute-request-id: req-a173ff9c-f407-4074-b1e8-936e68dc456d Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:33:36Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:36,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e used request id req-a173ff9c-f407-4074-b1e8-936e68dc456d 2019-01-03 19:33:39,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493139d3f8c602b63fe993216653d4b419764737" 2019-01-03 19:33:40,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-127957d9-40b2-4091-9580-d97c53c974a5 x-compute-request-id: req-127957d9-40b2-4091-9580-d97c53c974a5 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/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:33:36Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:40,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e used request id req-127957d9-40b2-4091-9580-d97c53c974a5 2019-01-03 19:33:43,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493139d3f8c602b63fe993216653d4b419764737" 2019-01-03 19:33:43,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-4d10e3ee-71c8-41c5-a817-dcaff8e9ad26 x-compute-request-id: req-4d10e3ee-71c8-41c5-a817-dcaff8e9ad26 Content-Encoding: gzip Content-Length: 779 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:fa:0d:33", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2019-01-03T19:33:41.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:41Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:43,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e used request id req-4d10e3ee-71c8-41c5-a817-dcaff8e9ad26 2019-01-03 19:33:43,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" 2019-01-03 19:33:44,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-4c9dc61d-53ab-4fe3-a3ce-c9fe816cee29 x-compute-request-id: req-4c9dc61d-53ab-4fe3-a3ce-c9fe816cee29 Content-Encoding: gzip Content-Length: 779 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:fa:0d:33", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2019-01-03T19:33:41.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:41Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:44,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e used request id req-4c9dc61d-53ab-4fe3-a3ce-c9fe816cee29 2019-01-03 19:33:44,335 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2019-01-03 19:33:44,335 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2019-01-03 19:33:44,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:33:45,721 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac0f3eb5-bc89-4e20-b7a2-2ec72cd82dfa x-compute-request-id: req-ac0f3eb5-bc89-4e20-b7a2-2ec72cd82dfa Content-Length: 0 Content-Type: application/json 2019-01-03 19:33:45,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-ac0f3eb5-bc89-4e20-b7a2-2ec72cd82dfa 2019-01-03 19:33:45,722 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2019-01-03 19:33:45,722 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=2b26f600-3569-4e1d-a2fa-40a69059b21f network=6c413f8b-e8da-4148-813f-9bf4a334a387 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2019-01-03 19:33:45,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:45,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:45,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:45,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:45,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:45,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:45,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:45,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:45,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:45,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:45,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:45,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:45,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:45,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:45,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:45,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:45,732 - 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" 2019-01-03 19:33:45,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e60ebad-dd8f-4b4f-8847-11de51133c50 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"}]}} 2019-01-03 19:33:45,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3e60ebad-dd8f-4b4f-8847-11de51133c50 2019-01-03 19:33:45,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:46,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["p-LcJuY3TM2C0u1UPge8iQ"], "issued_at": "2019-01-03T19:33:46.000000Z"}} 2019-01-03 19:33:46,123 - 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}e0432788234ad014ce1b7729f3b4f064ee41fff4" 2019-01-03 19:33:46,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-7b4b102f-5252-478b-b2db-25f5c7dcd7dc x-compute-request-id: req-7b4b102f-5252-478b-b2db-25f5c7dcd7dc Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:33:46,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7b4b102f-5252-478b-b2db-25f5c7dcd7dc 2019-01-03 19:33:46,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0432788234ad014ce1b7729f3b4f064ee41fff4" 2019-01-03 19:33:46,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33: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-6b889fdf-021a-4c04-94c7-b0eb6df236d8 x-compute-request-id: req-6b889fdf-021a-4c04-94c7-b0eb6df236d8 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:33:46,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-6b889fdf-021a-4c04-94c7-b0eb6df236d8 2019-01-03 19:33:46,321 - 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}e0432788234ad014ce1b7729f3b4f064ee41fff4" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "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": "6c413f8b-e8da-4148-813f-9bf4a334a387"}], "config_drive": true}}' 2019-01-03 19:33:48,509 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33: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-88926e2d-ff5a-4a8a-88d1-7d8e0244e659 x-compute-request-id: req-88926e2d-ff5a-4a8a-88d1-7d8e0244e659 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "adminPass": "YA3RsSxykhz3"}} 2019-01-03 19:33:48,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-88926e2d-ff5a-4a8a-88d1-7d8e0244e659 2019-01-03 19:33:48,511 - 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" 2019-01-03 19:33:48,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293f4e60-bc1f-4304-8556-af0601f13a75 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"}]}} 2019-01-03 19:33:48,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-293f4e60-bc1f-4304-8556-af0601f13a75 2019-01-03 19:33:48,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:48,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["WRznaVTGSOSeSY6-b92_PA"], "issued_at": "2019-01-03T19:33:48.000000Z"}} 2019-01-03 19:33:48,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ff96e045636d2fecc97bc799b5963c149e926b" 2019-01-03 19:33:49,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c73e0b8-2846-490b-b517-49ce07b7e3c2 x-compute-request-id: req-8c73e0b8-2846-490b-b517-49ce07b7e3c2 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:33:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:49,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee used request id req-8c73e0b8-2846-490b-b517-49ce07b7e3c2 2019-01-03 19:33:52,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ff96e045636d2fecc97bc799b5963c149e926b" 2019-01-03 19:33:53,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-042fcd7e-eb18-4744-b455-f02a3b165097 x-compute-request-id: req-042fcd7e-eb18-4744-b455-f02a3b165097 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:33:50Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:53,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee used request id req-042fcd7e-eb18-4744-b455-f02a3b165097 2019-01-03 19:33:56,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4ff96e045636d2fecc97bc799b5963c149e926b" 2019-01-03 19:33:56,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03674da7-f9e3-4587-9c47-c39f7636a6c6 x-compute-request-id: req-03674da7-f9e3-4587-9c47-c39f7636a6c6 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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:56,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee used request id req-03674da7-f9e3-4587-9c47-c39f7636a6c6 2019-01-03 19:33:56,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0432788234ad014ce1b7729f3b4f064ee41fff4" 2019-01-03 19:33:57,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c625883b-6f16-4e91-bc49-0d8e22164909 x-compute-request-id: req-c625883b-6f16-4e91-bc49-0d8e22164909 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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:33:57,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee used request id req-c625883b-6f16-4e91-bc49-0d8e22164909 2019-01-03 19:33:57,316 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2019-01-03 19:33:57,316 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2019-01-03 19:33:57,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:33:58,584 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25a524cf-7890-49f8-9929-8fba5a42ad1c x-compute-request-id: req-25a524cf-7890-49f8-9929-8fba5a42ad1c Content-Length: 0 Content-Type: application/json 2019-01-03 19:33:58,584 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action used request id req-25a524cf-7890-49f8-9929-8fba5a42ad1c 2019-01-03 19:33:58,585 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2019-01-03 19:33:58,585 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=2b26f600-3569-4e1d-a2fa-40a69059b21f network=fe22b07a-d247-4f02-9a4e-380fc0d80680 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2019-01-03 19:33:58,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:58,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:58,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:58,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:58,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:58,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:58,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:58,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:58,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:58,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:58,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:33:58,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:33:58,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:33:58,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:33:58,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:33:58,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:33:58,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:33:58,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:33:58,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:33:58,597 - 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" 2019-01-03 19:33:58,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b6d98e-82e7-47aa-9352-b8611fde9c75 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"}]}} 2019-01-03 19:33:58,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0b6d98e-82e7-47aa-9352-b8611fde9c75 2019-01-03 19:33:58,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:33:58,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["1YO_BRi_Rh2zra5ZGzr2zw"], "issued_at": "2019-01-03T19:33:58.000000Z"}} 2019-01-03 19:33:58,984 - 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}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" 2019-01-03 19:33:59,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea46e1bc-399a-4da7-84ed-e1c56e5016a4 x-compute-request-id: req-ea46e1bc-399a-4da7-84ed-e1c56e5016a4 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:33:59,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ea46e1bc-399a-4da7-84ed-e1c56e5016a4 2019-01-03 19:33:59,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" 2019-01-03 19:33:59,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd1c2456-5c9e-4af6-b021-4a947082e40a x-compute-request-id: req-fd1c2456-5c9e-4af6-b021-4a947082e40a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:33:59,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-fd1c2456-5c9e-4af6-b021-4a947082e40a 2019-01-03 19:33:59,178 - 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}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "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": "fe22b07a-d247-4f02-9a4e-380fc0d80680"}], "config_drive": true}}' 2019-01-03 19:34:01,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:33:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfc9a6fe-6a1f-4e17-b564-2bd01b0f62c1 x-compute-request-id: req-bfc9a6fe-6a1f-4e17-b564-2bd01b0f62c1 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "adminPass": "hZeFSviF9gmZ"}} 2019-01-03 19:34:01,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-bfc9a6fe-6a1f-4e17-b564-2bd01b0f62c1 2019-01-03 19:34:01,006 - 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" 2019-01-03 19:34:01,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25a5c8a-3371-4dfe-9582-45d04c4faf6d 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"}]}} 2019-01-03 19:34:01,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a25a5c8a-3371-4dfe-9582-45d04c4faf6d 2019-01-03 19:34:01,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:34:01,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["6pOYNMJzTT2b2BtCSmXnZQ"], "issued_at": "2019-01-03T19:34:01.000000Z"}} 2019-01-03 19:34:01,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2160683388d49895478dd36ea8d9e493562884" 2019-01-03 19:34:01,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-abf5bdfc-2df4-4390-b870-a38b628dc58a x-compute-request-id: req-abf5bdfc-2df4-4390-b870-a38b628dc58a Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:34:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2019-01-03T19:34:00Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:34:01,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 used request id req-abf5bdfc-2df4-4390-b870-a38b628dc58a 2019-01-03 19:34:04,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2160683388d49895478dd36ea8d9e493562884" 2019-01-03 19:34:05,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-5ff40ab8-0b37-4a1f-8b50-d0ac6e5dd0cf x-compute-request-id: req-5ff40ab8-0b37-4a1f-8b50-d0ac6e5dd0cf 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:1a:ee:60", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:34:02Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-03T19:34:00Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:34:05,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 used request id req-5ff40ab8-0b37-4a1f-8b50-d0ac6e5dd0cf 2019-01-03 19:34:08,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2160683388d49895478dd36ea8d9e493562884" 2019-01-03 19:34:09,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1378d526-3cb8-4950-a99b-3a43747a9eaf x-compute-request-id: req-1378d526-3cb8-4950-a99b-3a43747a9eaf Content-Encoding: gzip Content-Length: 779 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:1a:ee:60", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2019-01-03T19:34:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:34:05Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-03T19:34:00Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:34:09,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 used request id req-1378d526-3cb8-4950-a99b-3a43747a9eaf 2019-01-03 19:34:09,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" 2019-01-03 19:34:09,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-945d7c75-37f8-4154-be18-ab217efa2bd7 x-compute-request-id: req-945d7c75-37f8-4154-be18-ab217efa2bd7 Content-Encoding: gzip Content-Length: 779 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:1a:ee:60", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2019-01-03T19:34:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:34:05Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-03T19:34:00Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:34:09,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6 used request id req-945d7c75-37f8-4154-be18-ab217efa2bd7 2019-01-03 19:34:09,885 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2019-01-03 19:34:09,886 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2019-01-03 19:34:09,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:34:11,746 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:34:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3a4c8e1-2899-4ecd-ab3e-f76335c4b97e x-compute-request-id: req-d3a4c8e1-2899-4ecd-ab3e-f76335c4b97e Content-Length: 0 Content-Type: application/json 2019-01-03 19:34:11,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action used request id req-d3a4c8e1-2899-4ecd-ab3e-f76335c4b97e 2019-01-03 19:34:11,747 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2019-01-03 19:34:11,752 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-407290", "route_distinguishers": "111:111"}}' 2019-01-03 19:34:12,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-e89b1885-6d4e-4062-9eb8-621cbceacaec Date: Thu, 03 Jan 2019 19:34:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "1f4e41cb-39c4-4479-9a17-bca95ce6397a", "name": "sdnvpn-1-407290", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:34:12,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-e89b1885-6d4e-4062-9eb8-621cbceacaec 2019-01-03 19:34:12,077 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-407290', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [u'55:55'], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'1f4e41cb-39c4-4479-9a17-bca95ce6397a'}} 2019-01-03 19:34:12,077 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2019-01-03 19:34:12,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" -d '{"network_association": {"network_id": "fe22b07a-d247-4f02-9a4e-380fc0d80680"}}' 2019-01-03 19:34:12,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-a86ca05c-cbd8-4e60-89a4-6fb6fcde830f Date: Thu, 03 Jan 2019 19:34:12 GMT RESP BODY: {"network_association": {"network_id": "fe22b07a-d247-4f02-9a4e-380fc0d80680", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "075f588d-5fde-4ea4-ae31-dc18443af424"}} 2019-01-03 19:34:12,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a/network_associations used request id req-a86ca05c-cbd8-4e60-89a4-6fb6fcde830f 2019-01-03 19:34:12,542 - sdnvpn_test_utils - INFO - Waiting for instance aff571db-ed4b-4e44-8181-d67b4717414e to boot up 2019-01-03 19:34:12,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:13,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ff744db-0f45-460b-bf6c-69586bf15c7c x-compute-request-id: req-1ff744db-0f45-460b-bf6c-69586bf15c7c Content-Encoding: gzip Content-Length: 10202 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:13,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-1ff744db-0f45-460b-bf6c-69586bf15c7c 2019-01-03 19:34:15,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:16,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d882f15-7f56-49cb-b592-25f0bfcdd2c5 x-compute-request-id: req-5d882f15-7f56-49cb-b592-25f0bfcdd2c5 Content-Encoding: gzip Content-Length: 10221 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:16,753 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-5d882f15-7f56-49cb-b592-25f0bfcdd2c5 2019-01-03 19:34:18,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:19,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-0e30ae8e-ea84-456a-8b6a-670246bb1e22 x-compute-request-id: req-0e30ae8e-ea84-456a-8b6a-670246bb1e22 Content-Encoding: gzip Content-Length: 10221 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:19,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-0e30ae8e-ea84-456a-8b6a-670246bb1e22 2019-01-03 19:34:21,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:22,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8eaad22-08c8-420c-9b09-f0afab66b962 x-compute-request-id: req-f8eaad22-08c8-420c-9b09-f0afab66b962 Content-Encoding: gzip Content-Length: 10221 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:22,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-f8eaad22-08c8-420c-9b09-f0afab66b962 2019-01-03 19:34:24,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:26,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-d627bdfc-6615-4321-8801-858335d31036 x-compute-request-id: req-d627bdfc-6615-4321-8801-858335d31036 Content-Encoding: gzip Content-Length: 10221 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:26,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-d627bdfc-6615-4321-8801-858335d31036 2019-01-03 19:34:28,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:29,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-244e8a14-f287-4fde-8c45-d2e0fc25a793 x-compute-request-id: req-244e8a14-f287-4fde-8c45-d2e0fc25a793 Content-Encoding: gzip Content-Length: 10221 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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"} 2019-01-03 19:34:29,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-244e8a14-f287-4fde-8c45-d2e0fc25a793 2019-01-03 19:34:31,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}627d1047061c12e5a656303634a7ee71c1d013f3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:32,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-c8435da3-d397-4434-8c5d-3a775ee87259 x-compute-request-id: req-c8435da3-d397-4434-8c5d-3a775ee87259 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 485011553 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127483] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129086] pid_max: default: 32768 minimum: 301\n[ 0.129952] ACPI: Core revision 20150930\n[ 0.131309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132577] Security Framework initialized\n[ 0.133369] Yama: becoming mindful.\n[ 0.134075] AppArmor: AppArmor initialized\n[ 0.134916] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136217] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139983] Initializing cgroup subsys io\n[ 0.140777] Initializing cgroup subsys memory\n[ 0.141612] Initializing cgroup subsys devices\n[ 0.142457] Initializing cgroup subsys freezer\n[ 0.143306] Initializing cgroup subsys net_cls\n[ 0.144153] Initializing cgroup subsys perf_event\n[ 0.145034] Initializing cgroup subsys net_prio\n[ 0.145891] Initializing cgroup subsys hugetlb\n[ 0.146746] Initializing cgroup subsys pids\n[ 0.147600] CPU: Physical Processor ID: 0\n[ 0.149062] mce: CPU supports 10 MCE banks\n[ 0.149886] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150866] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161472] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167799] ftrace: allocating 31920 entries in 125 pages\n[ 0.193897] smpboot: Max logical packages: 1\n[ 0.194737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196050] x2apic enabled\n[ 0.196844] Switched APIC routing to physical x2apic.\n[ 0.198558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199640] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201568] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203301] KVM setup paravirtual spinlock\n[ 0.204565] x86: Booted up 1 node, 1 CPUs\n[ 0.205348] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206697] devtmpfs: initialized\n[ 0.208392] evm: security.selinux\n[ 0.209070] evm: security.SMACK64\n[ 0.209743] evm: security.SMACK64EXEC\n[ 0.210466] evm: security.SMACK64TRANSMUTE\n[ 0.211248] evm: security.SMACK64MMAP\n[ 0.211962] evm: security.ima\n[ 0.212592] evm: security.capability\n[ 0.213375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215172] pinctrl core: initialized pinctrl subsystem\n[ 0.216231] RTC time: 19:33:41, date: 01/03/19\n[ 0.217169] NET: Registered protocol family 16\n[ 0.218111] cpuidle: using governor ladder\n[ 0.218904] cpuidle: using governor menu\n[ 0.219670] PCCT header not found.\n[ 0.220393] ACPI: bus type PCI registered\n[ 0.221173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222374] PCI: Using configuration type 1 for base access\n[ 0.224085] ACPI: Added _OSI(Module Device)\n[ 0.224900] ACPI: Added _OSI(Processor Device)\n[ 0.225740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228684] ACPI: Interpreter enabled\n[ 0.229431] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236605] ACPI: (supports S0 S5)\n[ 0.237291] ACPI: Using IOAPIC for interrupt routing\n[ 0.238318] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244832] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246986] acpiphp: Slot [3] registered\n[ 0.247775] acpiphp: Slot [4] registered\n[ 0.248560] acpiphp: Slot [5] registered\n[ 0.249339] acpiphp: Slot [6] registered\n[ 0.250108] acpiphp: Slot [7] registered\n[ 0.250897] acpiphp: Slot [8] registered\n[ 0.251674] acpiphp: Slot [9] registered\n[ 0.252448] acpiphp: Slot [10] registered\n[ 0.253234] acpiphp: Slot [11] registered\n[ 0.254018] acpiphp: Slot [12] registered\n[ 0.254810] acpiphp: Slot [13] registered\n[ 0.255600] acpiphp: Slot [14] registered\n[ 0.256388] acpiphp: Slot [15] registered\n[ 0.267242] acpiphp: Slot [16] registered\n[ 0.268048] acpiphp: Slot [17] registered\n[ 0.268838] acpiphp: Slot [18] registered\n[ 0.269622] acpiphp: Slot [19] registered\n[ 0.270410] acpiphp: Slot [20] registered\n[ 0.271197] acpiphp: Slot [21] registered\n[ 0.271987] acpiphp: Slot [22] registered\n[ 0.272774] acpiphp: Slot [23] registered\n[ 0.273561] acpiphp: Slot [24] registered\n[ 0.274346] acpiphp: Slot [25] registered\n[ 0.275131] acpiphp: Slot [26] registered\n[ 0.275911] acpiphp: Slot [27] registered\n[ 0.276707] acpiphp: Slot [28] registered\n[ 0.277496] acpiphp: Slot [29] registered\n[ 0.278282] acpiphp: Slot [30] registered\n[ 0.279065] acpiphp: Slot [31] registered\n[ 0.279847] PCI host bridge to bus 0000:00\n[ 0.280633] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281807] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282982] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284385] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285787] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291964] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294366] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.302050] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348908] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350338] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353101] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354454] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356778] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359383] vgaarb: loaded\n[ 0.359968] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361066] SCSI subsystem initialized\n[ 0.361863] ACPI: bus type USB registered\n[ 0.362656] usbcore: registered new interface driver usbfs\n[ 0.363658] usbcore: registered new interface driver hub\n[ 0.364631] usbcore: registered new device driver usb\n[ 0.365653] PCI: Using ACPI for IRQ routing\n[ 0.366647] NetLabel: Initializing\n[ 0.367349] NetLabel: domain hash size = 128\n[ 0.368186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369108] NetLabel: unlabeled traffic allowed by default\n[ 0.370168] clocksource: Switched to clocksource kvm-clock\n[ 0.375532] AppArmor: AppArmor Filesystem Enabled\n[ 0.376484] pnp: PnP ACPI init\n[ 0.377371] pnp: PnP ACPI: found 5 devices\n[ 0.383714] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385373] NET: Registered protocol family 2\n[ 0.386305] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388669] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389810] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390855] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391988] NET: Registered protocol family 1\n[ 0.392829] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.393893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394932] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423116] Trying to unpack rootfs image as initramfs...\n[ 0.472447] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486286] Scanning for low memory corruption every 60 seconds\n[ 0.487567] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488675] audit: initializing netlink subsys (disabled)\n[ 0.489665] audit: type=2000 audit(1546544021.927:1): initialized\n[ 0.490939] Initialise system trusted keyring\n[ 0.491833] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492952] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494870] zbud: loaded\n[ 0.495555] VFS: Disk quotas dquot_6.6.0\n[ 0.496345] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497795] fuse init (API version 7.23)\n[ 0.498659] Key type big_key registered\n[ 0.499437] Allocating IMA MOK and blacklist keyrings.\n[ 0.500512] Key type asymmetric registered\n[ 0.501313] Asymmetric key parser 'x509' registered\n[ 0.502246] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503658] io scheduler noop registered\n[ 0.504424] io scheduler deadline registered (default)\n[ 0.505372] io scheduler cfq registered\n[ 0.506191] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509808] ACPI: Power Button [PWRF]\n[ 0.511003] GHES: HEST is not enabled!\n[ 0.524663] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.552788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.554960] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581146] Linux agpgart interface v0.103\n[ 0.583112] brd: module loaded\n[ 0.584245] loop: module loaded\n[ 0.590728] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592184] GPT:90111 != 2097151\n[ 0.592860] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593911] GPT:90111 != 2097151\n[ 0.594571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.595507] vda: vda1 vda15\n[ 0.597049] scsi host0: ata_piix\n[ 0.597778] scsi host1: ata_piix\n[ 0.598473] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.599647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.601050] libphy: Fixed MDIO Bus: probed\n[ 0.601845] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602776] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604886] PPP generic driver version 2.4.2\n[ 0.605750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607003] ehci-pci: EHCI PCI platform driver\n[ 0.607855] ehci-platform: EHCI generic platform driver\n[ 0.608810] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609903] ohci-pci: OHCI PCI platform driver\n[ 0.610749] ohci-platform: OHCI generic platform driver\n[ 0.611703] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.626999] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.628404] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.629393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.631653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.633020] usb usb1: Product: UHCI Host Controller\n[ 0.633921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.635026] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635976] hub 1-0:1.0: USB hub found\n[ 0.636736] hub 1-0:1.0: 2 ports detected\n[ 0.637621] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640619] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641612] mousedev: PS/2 mouse device common for all mice\n[ 0.642821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644604] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645676] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647979] i2c /dev entries driver\n[ 0.648707] device-mapper: uevent: version 1.0.3\n[ 0.649609] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651186] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652428] NET: Registered protocol family 10\n[ 0.653390] NET: Registered protocol family 17\n[ 0.654261] Key type dns_resolver registered\n[ 0.655171] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657914] registered taskstats version 1\n[ 0.658722] Loading compiled-in X.509 certificates\n[ 0.660136] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661916] zswap: loaded using pool lzo/zbud\n[ 0.663271] Key type trusted registered\n[ 0.664788] Key type encrypted registered\n[ 0.665587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.666593] ima: No TPM chip found, activating TPM-bypass!\n[ 0.667603] evm: HMAC attrs: 0x1\n[ 0.668507] Magic number: 3:239:596\n[ 0.669335] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:42 UTC (1546544022)\n[ 0.670892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671969] EDD information not available.\n[ 0.754712] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756117] ata1.00: configured for MWDMA2\n[ 0.757283] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769794] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.771007] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.772238] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774063] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775559] Write protecting the kernel read-only data: 14336k\n[ 0.777093] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.262682] 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQwlKpx9JDxHB6CZQVWVrQih71FV+2fiWatTfYXFUn5AA4g+wYMpm4BiSuw7q7er4iPfOH+5Xj/VM8cietiNe8+D++n63Giw3oREO3Z3V6LG+C7PXu0ZwVYkuzqcY3828XP76uzD3usQZC4wUMAEzUTAXDPbQWIiE8znd4RTH+Kdi3U70p7fa38w5w89suED0eDPdyEdliyAboQ4Zu7qux2Tr+tEXdrXCLRRqsDvFf2wxFRUI37pmFcMjC6JI+Gkec5XPm1XnTqSxte64SdUaNmTOz1+umM2RF24d3D8Sas2h4wshdVIj/30CwMKAgGa7fc2RuX55jR8ehMUWt61p/ root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIDSq0VLGvCG7mECDoF7MXSJAogs7+c6v2XE5apkuvtT5L4VXAnApQx/rJayrKLDSqAmbNlBNhEhjW3I9QIKtBUolHAHiUx0LxrXkOIr6dB7NwM6xCTHmWyxSfuNrZKATJnh8OjEuYRQHso3WHXArwpSF00AaVA9Ft0pA3hTo7z1AAAAFQDTMEvfKEp9xMMUmSxZD/18gAcWMwAAAIBoNp7W3IxXCvbGAXSnLkJtC1W4CgjECop3P54uzrG+LzfxKURg0r5h7sC0hPoliol9/PUk/3LabhnwdeUM7CCnfP+nY6/j+fmvBFWSTpQE88DTh19xuEummtEpVSdXPEoh43A9BHOKnAIrjI1fWRoH/e5jpaM4lA14ftfWfXo9+AAAAIAwA9jXQelVmMqEY2idxJm8SXzhe1rz9G3R+MfkJihNzzMVYFAa6BItT94hlu7dS3aN9jxNHtD6XJv/V430jDoOYQqU224CyEY8/Uui3LDHrKRe042LSNl1Lqw4TIFaMnbDCDx/tFVhxom5ViM85tBCIYK68MF3Jfb/iHGEZjFmbg== 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:fefa:d33/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: aff571db-ed4b-4e44-8181-d67b4717414e\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.03 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FA:0D:33 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:d33/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:12 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:2322 (2.2 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.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-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.107494] usb 1-1: SerialNumber: 42\n[ 1.230764] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.243880] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.262682] random: dd urandom read with 13 bits of entropy available\n[ 1.304248] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.306030] ISO 9660 Extensions: RRIP_1991A\n[ 1.486201] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.486203] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.133893] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.692934] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:34:24 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nJan 3 19:34:25 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:44544\nJan 3 19:34:25 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:44544\nJan 3 19:34:25 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nJan 3 19:34:25 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:44546\nJan 3 19:34:25 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:44546\nJan 3 19:34:25 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nJan 3 19:34:26 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:44548\nJan 3 19:34:26 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:44548\nJan 3 19:34:26 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nJan 3 19:34:26 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:44550\nJan 3 19:34:26 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:44550\nJan 3 19:34:26 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\nJan 3 19:34:27 cirros authpriv.info dropbear[526]: Child connection from 10.10.10.11:44552\nJan 3 19:34:27 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:44552\nJan 3 19:34:27 cirros authpriv.info dropbear[526]: Exit (cirros): Exited normally\nJan 3 19:34:27 cirros authpriv.info dropbear[529]: Child connection from 10.10.10.11:44554\nJan 3 19:34:27 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:44554\nJan 3 19:34:27 cirros authpriv.info dropbear[529]: Exit (cirros): Exited normally\nJan 3 19:34:28 cirros authpriv.info dropbear[532]: Child connection from 10.10.10.11:44556\nJan 3 19:34:28 cirros authpriv.notice dropbear[532]: 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:44556\nJan 3 19:34:28 cirros authpriv.info dropbear[532]: Exit (cirros): Exited normally\nJan 3 19:34:28 cirros authpriv.info dropbear[535]: Child connection from 10.10.10.11:44558\nJan 3 19:34:28 cirros authpriv.notice dropbear[535]: 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:44558\nJan 3 19:34:28 cirros authpriv.info dropbear[535]: 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: "} 2019-01-03 19:34:32,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-c8435da3-d397-4434-8c5d-3a775ee87259 2019-01-03 19:34:34,273 - sdnvpn_test_utils - INFO - Waiting for instance be16c4d6-e598-4158-b864-81597c26e3d6 to boot up 2019-01-03 19:34:34,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:35,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34: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-3c131276-85ac-41e6-8075-443dbd23e386 x-compute-request-id: req-3c131276-85ac-41e6-8075-443dbd23e386 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 538497159 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.161113] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.162741] pid_max: default: 32768 minimum: 301\n[ 0.163615] ACPI: Core revision 20150930\n[ 0.164978] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166259] Security Framework initialized\n[ 0.167062] Yama: becoming mindful.\n[ 0.167778] AppArmor: AppArmor initialized\n[ 0.168628] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.171174] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172358] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173714] Initializing cgroup subsys io\n[ 0.174513] Initializing cgroup subsys memory\n[ 0.175354] Initializing cgroup subsys devices\n[ 0.176216] Initializing cgroup subsys freezer\n[ 0.177073] Initializing cgroup subsys net_cls\n[ 0.177922] Initializing cgroup subsys perf_event\n[ 0.178813] Initializing cgroup subsys net_prio\n[ 0.179675] Initializing cgroup subsys hugetlb\n[ 0.180535] Initializing cgroup subsys pids\n[ 0.181393] CPU: Physical Processor ID: 0\n[ 0.182860] mce: CPU supports 10 MCE banks\n[ 0.183692] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195319] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201676] ftrace: allocating 31920 entries in 125 pages\n[ 0.227885] smpboot: Max logical packages: 1\n[ 0.228732] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230058] x2apic enabled\n[ 0.230856] Switched APIC routing to physical x2apic.\n[ 0.232589] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233683] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237393] KVM setup paravirtual spinlock\n[ 0.238667] x86: Booted up 1 node, 1 CPUs\n[ 0.239460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240821] devtmpfs: initialized\n[ 0.242524] evm: security.selinux\n[ 0.243210] evm: security.SMACK64\n[ 0.243890] evm: security.SMACK64EXEC\n[ 0.244624] evm: security.SMACK64TRANSMUTE\n[ 0.245415] evm: security.SMACK64MMAP\n[ 0.246140] evm: security.ima\n[ 0.246775] evm: security.capability\n[ 0.247571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249386] pinctrl core: initialized pinctrl subsystem\n[ 0.250456] RTC time: 19:34:05, date: 01/03/19\n[ 0.251402] NET: Registered protocol family 16\n[ 0.252355] cpuidle: using governor ladder\n[ 0.253156] cpuidle: using governor menu\n[ 0.253930] PCCT header not found.\n[ 0.254670] ACPI: bus type PCI registered\n[ 0.255465] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256689] PCI: Using configuration type 1 for base access\n[ 0.258428] ACPI: Added _OSI(Module Device)\n[ 0.259247] ACPI: Added _OSI(Processor Device)\n[ 0.260100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260986] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263077] ACPI: Interpreter enabled\n[ 0.263833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271059] ACPI: (supports S0 S5)\n[ 0.271757] ACPI: Using IOAPIC for interrupt routing\n[ 0.272768] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276944] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278151] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281493] acpiphp: Slot [3] registered\n[ 0.282276] acpiphp: Slot [4] registered\n[ 0.283070] acpiphp: Slot [5] registered\n[ 0.283857] acpiphp: Slot [6] registered\n[ 0.284641] acpiphp: Slot [7] registered\n[ 0.285430] acpiphp: Slot [8] registered\n[ 0.286211] acpiphp: Slot [9] registered\n[ 0.286994] acpiphp: Slot [10] registered\n[ 0.287790] acpiphp: Slot [11] registered\n[ 0.288822] acpiphp: Slot [12] registered\n[ 0.289873] acpiphp: Slot [13] registered\n[ 0.290921] acpiphp: Slot [14] registered\n[ 0.292019] acpiphp: Slot [15] registered\n[ 0.303202] acpiphp: Slot [16] registered\n[ 0.304041] acpiphp: Slot [17] registered\n[ 0.304846] acpiphp: Slot [18] registered\n[ 0.305641] acpiphp: Slot [19] registered\n[ 0.306438] acpiphp: Slot [20] registered\n[ 0.307237] acpiphp: Slot [21] registered\n[ 0.308051] acpiphp: Slot [22] registered\n[ 0.308854] acpiphp: Slot [23] registered\n[ 0.309652] acpiphp: Slot [24] registered\n[ 0.310447] acpiphp: Slot [25] registered\n[ 0.311241] acpiphp: Slot [26] registered\n[ 0.312046] acpiphp: Slot [27] registered\n[ 0.312842] acpiphp: Slot [28] registered\n[ 0.313635] acpiphp: Slot [29] registered\n[ 0.314426] acpiphp: Slot [30] registered\n[ 0.315223] acpiphp: Slot [31] registered\n[ 0.316040] PCI host bridge to bus 0000:00\n[ 0.316843] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319227] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329559] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331950] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338345] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390702] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393069] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394255] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395781] vgaarb: loaded\n[ 0.396381] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397510] SCSI subsystem initialized\n[ 0.398311] ACPI: bus type USB registered\n[ 0.399109] usbcore: registered new interface driver usbfs\n[ 0.400120] usbcore: registered new interface driver hub\n[ 0.401104] usbcore: registered new device driver usb\n[ 0.402140] PCI: Using ACPI for IRQ routing\n[ 0.403139] NetLabel: Initializing\n[ 0.403844] NetLabel: domain hash size = 128\n[ 0.404687] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405623] NetLabel: unlabeled traffic allowed by default\n[ 0.406699] clocksource: Switched to clocksource kvm-clock\n[ 0.412069] AppArmor: AppArmor Filesystem Enabled\n[ 0.413008] pnp: PnP ACPI init\n[ 0.413915] pnp: PnP ACPI: found 5 devices\n[ 0.420277] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421957] NET: Registered protocol family 2\n[ 0.422905] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424157] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425322] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428664] NET: Registered protocol family 1\n[ 0.429517] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.459858] Trying to unpack rootfs image as initramfs...\n[ 0.510061] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.523877] Scanning for low memory corruption every 60 seconds\n[ 0.525203] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526323] audit: initializing netlink subsys (disabled)\n[ 0.527335] audit: type=2000 audit(1546544045.858:1): initialized\n[ 0.528610] Initialise system trusted keyring\n[ 0.529516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530652] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532599] zbud: loaded\n[ 0.533285] VFS: Disk quotas dquot_6.6.0\n[ 0.534085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535581] fuse init (API version 7.23)\n[ 0.536449] Key type big_key registered\n[ 0.537229] Allocating IMA MOK and blacklist keyrings.\n[ 0.538677] Key type asymmetric registered\n[ 0.539504] Asymmetric key parser 'x509' registered\n[ 0.540442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541886] io scheduler noop registered\n[ 0.542676] io scheduler deadline registered (default)\n[ 0.543660] io scheduler cfq registered\n[ 0.544481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545505] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546879] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548828] ACPI: Power Button [PWRF]\n[ 0.549902] GHES: HEST is not enabled!\n[ 0.565298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595185] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597998] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624874] Linux agpgart interface v0.103\n[ 0.627242] brd: module loaded\n[ 0.628670] loop: module loaded\n[ 0.633535] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635506] GPT:90111 != 2097151\n[ 0.636420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637916] GPT:90111 != 2097151\n[ 0.638811] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640112] vda: vda1 vda15\n[ 0.641683] scsi host0: ata_piix\n[ 0.642637] scsi host1: ata_piix\n[ 0.643571] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647106] libphy: Fixed MDIO Bus: probed\n[ 0.648197] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649475] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652051] PPP generic driver version 2.4.2\n[ 0.653228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654855] ehci-pci: EHCI PCI platform driver\n[ 0.656022] ehci-platform: EHCI generic platform driver\n[ 0.657359] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658856] ohci-pci: OHCI PCI platform driver\n[ 0.659734] ohci-platform: OHCI generic platform driver\n[ 0.660719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675075] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682309] usb usb1: Product: UHCI Host Controller\n[ 0.683238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.684375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.685369] hub 1-0:1.0: USB hub found\n[ 0.686139] hub 1-0:1.0: 2 ports detected\n[ 0.687080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.689178] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.690129] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691166] mousedev: PS/2 mouse device common for all mice\n[ 0.692415] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694223] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695322] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697726] i2c /dev entries driver\n[ 0.698490] device-mapper: uevent: version 1.0.3\n[ 0.699441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701055] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702318] NET: Registered protocol family 10\n[ 0.703338] NET: Registered protocol family 17\n[ 0.704224] Key type dns_resolver registered\n[ 0.705135] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708015] registered taskstats version 1\n[ 0.708841] Loading compiled-in X.509 certificates\n[ 0.710275] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.712132] zswap: loaded using pool lzo/zbud\n[ 0.713491] Key type trusted registered\n[ 0.715071] Key type encrypted registered\n[ 0.715890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717977] evm: HMAC attrs: 0x1\n[ 0.718903] Magic number: 3:239:596\n[ 0.719747] rtc_cmos 00:00: setting system clock to 2019-01-03 19:34:06 UTC (1546544046)\n[ 0.721333] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722432] EDD information not available.\n[ 0.803247] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804702] ata1.00: configured for MWDMA2\n[ 0.805878] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818897] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820091] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821307] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823159] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824663] Write protecting the kernel read-only data: 14336k\n[ 0.826201] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827981] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.311359] 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 2.24s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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"} 2019-01-03 19:34:35,345 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action used request id req-3c131276-85ac-41e6-8075-443dbd23e386 2019-01-03 19:34:37,348 - sdnvpn_test_utils - INFO - Waiting for instance 0584551c-70f3-48d7-872f-4cd23ea6dcee to boot up 2019-01-03 19:34:37,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0432788234ad014ce1b7729f3b4f064ee41fff4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:34:38,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104a3ea1-8711-4e26-9c10-f7747a1a1c65 x-compute-request-id: req-104a3ea1-8711-4e26-9c10-f7747a1a1c65 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499274163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168796] pid_max: default: 32768 minimum: 301\n[ 0.170021] ACPI: Core revision 20150930\n[ 0.171681] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173453] Security Framework initialized\n[ 0.174572] Yama: becoming mindful.\n[ 0.175548] AppArmor: AppArmor initialized\n[ 0.176684] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180260] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183794] Initializing cgroup subsys io\n[ 0.184883] Initializing cgroup subsys memory\n[ 0.186070] Initializing cgroup subsys devices\n[ 0.187255] Initializing cgroup subsys freezer\n[ 0.188447] Initializing cgroup subsys net_cls\n[ 0.189630] Initializing cgroup subsys perf_event\n[ 0.190856] Initializing cgroup subsys net_prio\n[ 0.192026] Initializing cgroup subsys hugetlb\n[ 0.193219] Initializing cgroup subsys pids\n[ 0.194400] CPU: Physical Processor ID: 0\n[ 0.196145] mce: CPU supports 10 MCE banks\n[ 0.197243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198623] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218368] ftrace: allocating 31920 entries in 125 pages\n[ 0.244886] smpboot: Max logical packages: 1\n[ 0.246071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247842] x2apic enabled\n[ 0.248817] Switched APIC routing to physical x2apic.\n[ 0.250929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255037] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257370] KVM setup paravirtual spinlock\n[ 0.258889] x86: Booted up 1 node, 1 CPUs\n[ 0.259931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261724] devtmpfs: initialized\n[ 0.263636] evm: security.selinux\n[ 0.264540] evm: security.SMACK64\n[ 0.265438] evm: security.SMACK64EXEC\n[ 0.266415] evm: security.SMACK64TRANSMUTE\n[ 0.267475] evm: security.SMACK64MMAP\n[ 0.268441] evm: security.ima\n[ 0.269259] evm: security.capability\n[ 0.270276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272720] pinctrl core: initialized pinctrl subsystem\n[ 0.274184] RTC time: 19:33:54, date: 01/03/19\n[ 0.275425] NET: Registered protocol family 16\n[ 0.276686] cpuidle: using governor ladder\n[ 0.277756] cpuidle: using governor menu\n[ 0.278787] PCCT header not found.\n[ 0.279745] ACPI: bus type PCI registered\n[ 0.280794] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282432] PCI: Using configuration type 1 for base access\n[ 0.284579] ACPI: Added _OSI(Module Device)\n[ 0.285692] ACPI: Added _OSI(Processor Device)\n[ 0.286824] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288009] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290563] ACPI: Interpreter enabled\n[ 0.291601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301552] ACPI: (supports S0 S5)\n[ 0.302491] ACPI: Using IOAPIC for interrupt routing\n[ 0.303798] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309003] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.310678] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312293] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315244] acpiphp: Slot [3] registered\n[ 0.316278] acpiphp: Slot [4] registered\n[ 0.317307] acpiphp: Slot [5] registered\n[ 0.318326] acpiphp: Slot [6] registered\n[ 0.319344] acpiphp: Slot [7] registered\n[ 0.320377] acpiphp: Slot [8] registered\n[ 0.321407] acpiphp: Slot [9] registered\n[ 0.322434] acpiphp: Slot [10] registered\n[ 0.323488] acpiphp: Slot [11] registered\n[ 0.324592] acpiphp: Slot [12] registered\n[ 0.325645] acpiphp: Slot [13] registered\n[ 0.326688] acpiphp: Slot [14] registered\n[ 0.327769] acpiphp: Slot [15] registered\n[ 0.338779] acpiphp: Slot [16] registered\n[ 0.339834] acpiphp: Slot [17] registered\n[ 0.340880] acpiphp: Slot [18] registered\n[ 0.341925] acpiphp: Slot [19] registered\n[ 0.342982] acpiphp: Slot [20] registered\n[ 0.344055] acpiphp: Slot [21] registered\n[ 0.345110] acpiphp: Slot [22] registered\n[ 0.346148] acpiphp: Slot [23] registered\n[ 0.347198] acpiphp: Slot [24] registered\n[ 0.348246] acpiphp: Slot [25] registered\n[ 0.349292] acpiphp: Slot [26] registered\n[ 0.350333] acpiphp: Slot [27] registered\n[ 0.351389] acpiphp: Slot [28] registered\n[ 0.352437] acpiphp: Slot [29] registered\n[ 0.353480] acpiphp: Slot [30] registered\n[ 0.354562] acpiphp: Slot [31] registered\n[ 0.355614] PCI host bridge to bus 0000:00\n[ 0.356670] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.358291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359931] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.361818] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.363743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370258] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.373018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374292] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430293] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433267] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434691] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436100] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438854] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439922] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441489] vgaarb: loaded\n[ 0.442100] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443242] SCSI subsystem initialized\n[ 0.444069] ACPI: bus type USB registered\n[ 0.444890] usbcore: registered new interface driver usbfs\n[ 0.445938] usbcore: registered new interface driver hub\n[ 0.446959] usbcore: registered new device driver usb\n[ 0.448021] PCI: Using ACPI for IRQ routing\n[ 0.449058] NetLabel: Initializing\n[ 0.449772] NetLabel: domain hash size = 128\n[ 0.450635] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.451595] NetLabel: unlabeled traffic allowed by default\n[ 0.452693] clocksource: Switched to clocksource kvm-clock\n[ 0.458111] AppArmor: AppArmor Filesystem Enabled\n[ 0.459078] pnp: PnP ACPI init\n[ 0.459988] pnp: PnP ACPI: found 5 devices\n[ 0.466369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.468135] NET: Registered protocol family 2\n[ 0.469102] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.470387] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471570] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.472756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473848] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475024] NET: Registered protocol family 1\n[ 0.475901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.477014] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.478100] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.492129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506400] Trying to unpack rootfs image as initramfs...\n[ 0.555716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569587] Scanning for low memory corruption every 60 seconds\n[ 0.570910] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.572081] audit: initializing netlink subsys (disabled)\n[ 0.573125] audit: type=2000 audit(1546544034.918:1): initialized\n[ 0.574445] Initialise system trusted keyring\n[ 0.575384] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576567] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578556] zbud: loaded\n[ 0.579269] VFS: Disk quotas dquot_6.6.0\n[ 0.580099] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.581625] fuse init (API version 7.23)\n[ 0.582538] Key type big_key registered\n[ 0.583351] Allocating IMA MOK and blacklist keyrings.\n[ 0.584845] Key type asymmetric registered\n[ 0.585688] Asymmetric key parser 'x509' registered\n[ 0.586651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588191] io scheduler noop registered\n[ 0.588999] io scheduler deadline registered (default)\n[ 0.590000] io scheduler cfq registered\n[ 0.590841] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596894] ACPI: Power Button [PWRF]\n[ 0.597766] GHES: HEST is not enabled!\n[ 0.611462] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668001] Linux agpgart interface v0.103\n[ 0.670063] brd: module loaded\n[ 0.671281] loop: module loaded\n[ 0.675363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.676827] GPT:90111 != 2097151\n[ 0.677507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.678599] GPT:90111 != 2097151\n[ 0.679274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680240] vda: vda1 vda15\n[ 0.681629] scsi host0: ata_piix\n[ 0.682370] scsi host1: ata_piix\n[ 0.683079] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.684302] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.685761] libphy: Fixed MDIO Bus: probed\n[ 0.686587] tun: Universal TUN/TAP device driver, 1.6\n[ 0.687560] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.689703] PPP generic driver version 2.4.2\n[ 0.690594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.691884] ehci-pci: EHCI PCI platform driver\n[ 0.692770] ehci-platform: EHCI generic platform driver\n[ 0.693763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694883] ohci-pci: OHCI PCI platform driver\n[ 0.695754] ohci-platform: OHCI generic platform driver\n[ 0.696748] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711074] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.713534] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.714544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.715660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.716897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.718326] usb usb1: Product: UHCI Host Controller\n[ 0.719265] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.720411] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.721464] hub 1-0:1.0: USB hub found\n[ 0.722244] hub 1-0:1.0: 2 ports detected\n[ 0.723150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727235] mousedev: PS/2 mouse device common for all mice\n[ 0.728480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733817] i2c /dev entries driver\n[ 0.734578] device-mapper: uevent: version 1.0.3\n[ 0.735513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737141] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738430] NET: Registered protocol family 10\n[ 0.739436] NET: Registered protocol family 17\n[ 0.740327] Key type dns_resolver registered\n[ 0.741261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742355] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744113] registered taskstats version 1\n[ 0.744948] Loading compiled-in X.509 certificates\n[ 0.746390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.748241] zswap: loaded using pool lzo/zbud\n[ 0.749609] Key type trusted registered\n[ 0.751158] Key type encrypted registered\n[ 0.751981] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.753017] ima: No TPM chip found, activating TPM-bypass!\n[ 0.754055] evm: HMAC attrs: 0x1\n[ 0.754972] Magic number: 3:239:596\n[ 0.755815] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:55 UTC (1546544035)\n[ 0.757423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758546] EDD information not available.\n[ 0.841220] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842653] ata1.00: configured for MWDMA2\n[ 0.843833] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.856963] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.858198] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.859443] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.861318] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.862844] Write protecting the kernel read-only data: 14336k\n[ 0.864394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866196] 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.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148634] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.79s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-03 19:34:38,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action used request id req-104a3ea1-8711-4e26-9c10-f7747a1a1c65 2019-01-03 19:34:40,425 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:35:10,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:35:11,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8d57db7-9032-4df3-adf9-52c08d2e15f4 x-compute-request-id: req-d8d57db7-9032-4df3-adf9-52c08d2e15f4 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 538497159 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.161113] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.162741] pid_max: default: 32768 minimum: 301\n[ 0.163615] ACPI: Core revision 20150930\n[ 0.164978] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166259] Security Framework initialized\n[ 0.167062] Yama: becoming mindful.\n[ 0.167778] AppArmor: AppArmor initialized\n[ 0.168628] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.171174] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172358] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173714] Initializing cgroup subsys io\n[ 0.174513] Initializing cgroup subsys memory\n[ 0.175354] Initializing cgroup subsys devices\n[ 0.176216] Initializing cgroup subsys freezer\n[ 0.177073] Initializing cgroup subsys net_cls\n[ 0.177922] Initializing cgroup subsys perf_event\n[ 0.178813] Initializing cgroup subsys net_prio\n[ 0.179675] Initializing cgroup subsys hugetlb\n[ 0.180535] Initializing cgroup subsys pids\n[ 0.181393] CPU: Physical Processor ID: 0\n[ 0.182860] mce: CPU supports 10 MCE banks\n[ 0.183692] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195319] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201676] ftrace: allocating 31920 entries in 125 pages\n[ 0.227885] smpboot: Max logical packages: 1\n[ 0.228732] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230058] x2apic enabled\n[ 0.230856] Switched APIC routing to physical x2apic.\n[ 0.232589] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233683] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237393] KVM setup paravirtual spinlock\n[ 0.238667] x86: Booted up 1 node, 1 CPUs\n[ 0.239460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240821] devtmpfs: initialized\n[ 0.242524] evm: security.selinux\n[ 0.243210] evm: security.SMACK64\n[ 0.243890] evm: security.SMACK64EXEC\n[ 0.244624] evm: security.SMACK64TRANSMUTE\n[ 0.245415] evm: security.SMACK64MMAP\n[ 0.246140] evm: security.ima\n[ 0.246775] evm: security.capability\n[ 0.247571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249386] pinctrl core: initialized pinctrl subsystem\n[ 0.250456] RTC time: 19:34:05, date: 01/03/19\n[ 0.251402] NET: Registered protocol family 16\n[ 0.252355] cpuidle: using governor ladder\n[ 0.253156] cpuidle: using governor menu\n[ 0.253930] PCCT header not found.\n[ 0.254670] ACPI: bus type PCI registered\n[ 0.255465] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256689] PCI: Using configuration type 1 for base access\n[ 0.258428] ACPI: Added _OSI(Module Device)\n[ 0.259247] ACPI: Added _OSI(Processor Device)\n[ 0.260100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260986] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263077] ACPI: Interpreter enabled\n[ 0.263833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271059] ACPI: (supports S0 S5)\n[ 0.271757] ACPI: Using IOAPIC for interrupt routing\n[ 0.272768] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276944] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278151] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281493] acpiphp: Slot [3] registered\n[ 0.282276] acpiphp: Slot [4] registered\n[ 0.283070] acpiphp: Slot [5] registered\n[ 0.283857] acpiphp: Slot [6] registered\n[ 0.284641] acpiphp: Slot [7] registered\n[ 0.285430] acpiphp: Slot [8] registered\n[ 0.286211] acpiphp: Slot [9] registered\n[ 0.286994] acpiphp: Slot [10] registered\n[ 0.287790] acpiphp: Slot [11] registered\n[ 0.288822] acpiphp: Slot [12] registered\n[ 0.289873] acpiphp: Slot [13] registered\n[ 0.290921] acpiphp: Slot [14] registered\n[ 0.292019] acpiphp: Slot [15] registered\n[ 0.303202] acpiphp: Slot [16] registered\n[ 0.304041] acpiphp: Slot [17] registered\n[ 0.304846] acpiphp: Slot [18] registered\n[ 0.305641] acpiphp: Slot [19] registered\n[ 0.306438] acpiphp: Slot [20] registered\n[ 0.307237] acpiphp: Slot [21] registered\n[ 0.308051] acpiphp: Slot [22] registered\n[ 0.308854] acpiphp: Slot [23] registered\n[ 0.309652] acpiphp: Slot [24] registered\n[ 0.310447] acpiphp: Slot [25] registered\n[ 0.311241] acpiphp: Slot [26] registered\n[ 0.312046] acpiphp: Slot [27] registered\n[ 0.312842] acpiphp: Slot [28] registered\n[ 0.313635] acpiphp: Slot [29] registered\n[ 0.314426] acpiphp: Slot [30] registered\n[ 0.315223] acpiphp: Slot [31] registered\n[ 0.316040] PCI host bridge to bus 0000:00\n[ 0.316843] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319227] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329559] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331950] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338345] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390702] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393069] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394255] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395781] vgaarb: loaded\n[ 0.396381] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397510] SCSI subsystem initialized\n[ 0.398311] ACPI: bus type USB registered\n[ 0.399109] usbcore: registered new interface driver usbfs\n[ 0.400120] usbcore: registered new interface driver hub\n[ 0.401104] usbcore: registered new device driver usb\n[ 0.402140] PCI: Using ACPI for IRQ routing\n[ 0.403139] NetLabel: Initializing\n[ 0.403844] NetLabel: domain hash size = 128\n[ 0.404687] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405623] NetLabel: unlabeled traffic allowed by default\n[ 0.406699] clocksource: Switched to clocksource kvm-clock\n[ 0.412069] AppArmor: AppArmor Filesystem Enabled\n[ 0.413008] pnp: PnP ACPI init\n[ 0.413915] pnp: PnP ACPI: found 5 devices\n[ 0.420277] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421957] NET: Registered protocol family 2\n[ 0.422905] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424157] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425322] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428664] NET: Registered protocol family 1\n[ 0.429517] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.459858] Trying to unpack rootfs image as initramfs...\n[ 0.510061] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.523877] Scanning for low memory corruption every 60 seconds\n[ 0.525203] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526323] audit: initializing netlink subsys (disabled)\n[ 0.527335] audit: type=2000 audit(1546544045.858:1): initialized\n[ 0.528610] Initialise system trusted keyring\n[ 0.529516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530652] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532599] zbud: loaded\n[ 0.533285] VFS: Disk quotas dquot_6.6.0\n[ 0.534085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535581] fuse init (API version 7.23)\n[ 0.536449] Key type big_key registered\n[ 0.537229] Allocating IMA MOK and blacklist keyrings.\n[ 0.538677] Key type asymmetric registered\n[ 0.539504] Asymmetric key parser 'x509' registered\n[ 0.540442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541886] io scheduler noop registered\n[ 0.542676] io scheduler deadline registered (default)\n[ 0.543660] io scheduler cfq registered\n[ 0.544481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545505] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546879] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548828] ACPI: Power Button [PWRF]\n[ 0.549902] GHES: HEST is not enabled!\n[ 0.565298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595185] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597998] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624874] Linux agpgart interface v0.103\n[ 0.627242] brd: module loaded\n[ 0.628670] loop: module loaded\n[ 0.633535] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635506] GPT:90111 != 2097151\n[ 0.636420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637916] GPT:90111 != 2097151\n[ 0.638811] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640112] vda: vda1 vda15\n[ 0.641683] scsi host0: ata_piix\n[ 0.642637] scsi host1: ata_piix\n[ 0.643571] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647106] libphy: Fixed MDIO Bus: probed\n[ 0.648197] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649475] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652051] PPP generic driver version 2.4.2\n[ 0.653228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654855] ehci-pci: EHCI PCI platform driver\n[ 0.656022] ehci-platform: EHCI generic platform driver\n[ 0.657359] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658856] ohci-pci: OHCI PCI platform driver\n[ 0.659734] ohci-platform: OHCI generic platform driver\n[ 0.660719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675075] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682309] usb usb1: Product: UHCI Host Controller\n[ 0.683238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.684375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.685369] hub 1-0:1.0: USB hub found\n[ 0.686139] hub 1-0:1.0: 2 ports detected\n[ 0.687080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.689178] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.690129] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691166] mousedev: PS/2 mouse device common for all mice\n[ 0.692415] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694223] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695322] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697726] i2c /dev entries driver\n[ 0.698490] device-mapper: uevent: version 1.0.3\n[ 0.699441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701055] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702318] NET: Registered protocol family 10\n[ 0.703338] NET: Registered protocol family 17\n[ 0.704224] Key type dns_resolver registered\n[ 0.705135] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708015] registered taskstats version 1\n[ 0.708841] Loading compiled-in X.509 certificates\n[ 0.710275] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.712132] zswap: loaded using pool lzo/zbud\n[ 0.713491] Key type trusted registered\n[ 0.715071] Key type encrypted registered\n[ 0.715890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717977] evm: HMAC attrs: 0x1\n[ 0.718903] Magic number: 3:239:596\n[ 0.719747] rtc_cmos 00:00: setting system clock to 2019-01-03 19:34:06 UTC (1546544046)\n[ 0.721333] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722432] EDD information not available.\n[ 0.803247] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804702] ata1.00: configured for MWDMA2\n[ 0.805878] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818897] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820091] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821307] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823159] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824663] Write protecting the kernel read-only data: 14336k\n[ 0.826201] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827981] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.311359] 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 2.24s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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"} 2019-01-03 19:35:11,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action used request id req-d8d57db7-9032-4df3-adf9-52c08d2e15f4 2019-01-03 19:35:11,509 - 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. 2019-01-03 19:35:11,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3315c269e3e437280d6fa3ba7245e3aadb4d5a82" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:35:12,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67da033a-6191-4a5a-a916-ad7c91c8ee35 x-compute-request-id: req-67da033a-6191-4a5a-a916-ad7c91c8ee35 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 538497159 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.161113] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.162741] pid_max: default: 32768 minimum: 301\n[ 0.163615] ACPI: Core revision 20150930\n[ 0.164978] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166259] Security Framework initialized\n[ 0.167062] Yama: becoming mindful.\n[ 0.167778] AppArmor: AppArmor initialized\n[ 0.168628] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169929] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.171174] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172358] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173714] Initializing cgroup subsys io\n[ 0.174513] Initializing cgroup subsys memory\n[ 0.175354] Initializing cgroup subsys devices\n[ 0.176216] Initializing cgroup subsys freezer\n[ 0.177073] Initializing cgroup subsys net_cls\n[ 0.177922] Initializing cgroup subsys perf_event\n[ 0.178813] Initializing cgroup subsys net_prio\n[ 0.179675] Initializing cgroup subsys hugetlb\n[ 0.180535] Initializing cgroup subsys pids\n[ 0.181393] CPU: Physical Processor ID: 0\n[ 0.182860] mce: CPU supports 10 MCE banks\n[ 0.183692] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195319] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201676] ftrace: allocating 31920 entries in 125 pages\n[ 0.227885] smpboot: Max logical packages: 1\n[ 0.228732] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230058] x2apic enabled\n[ 0.230856] Switched APIC routing to physical x2apic.\n[ 0.232589] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233683] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237393] KVM setup paravirtual spinlock\n[ 0.238667] x86: Booted up 1 node, 1 CPUs\n[ 0.239460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240821] devtmpfs: initialized\n[ 0.242524] evm: security.selinux\n[ 0.243210] evm: security.SMACK64\n[ 0.243890] evm: security.SMACK64EXEC\n[ 0.244624] evm: security.SMACK64TRANSMUTE\n[ 0.245415] evm: security.SMACK64MMAP\n[ 0.246140] evm: security.ima\n[ 0.246775] evm: security.capability\n[ 0.247571] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249386] pinctrl core: initialized pinctrl subsystem\n[ 0.250456] RTC time: 19:34:05, date: 01/03/19\n[ 0.251402] NET: Registered protocol family 16\n[ 0.252355] cpuidle: using governor ladder\n[ 0.253156] cpuidle: using governor menu\n[ 0.253930] PCCT header not found.\n[ 0.254670] ACPI: bus type PCI registered\n[ 0.255465] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256689] PCI: Using configuration type 1 for base access\n[ 0.258428] ACPI: Added _OSI(Module Device)\n[ 0.259247] ACPI: Added _OSI(Processor Device)\n[ 0.260100] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260986] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263077] ACPI: Interpreter enabled\n[ 0.263833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271059] ACPI: (supports S0 S5)\n[ 0.271757] ACPI: Using IOAPIC for interrupt routing\n[ 0.272768] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275823] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276944] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278151] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279317] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281493] acpiphp: Slot [3] registered\n[ 0.282276] acpiphp: Slot [4] registered\n[ 0.283070] acpiphp: Slot [5] registered\n[ 0.283857] acpiphp: Slot [6] registered\n[ 0.284641] acpiphp: Slot [7] registered\n[ 0.285430] acpiphp: Slot [8] registered\n[ 0.286211] acpiphp: Slot [9] registered\n[ 0.286994] acpiphp: Slot [10] registered\n[ 0.287790] acpiphp: Slot [11] registered\n[ 0.288822] acpiphp: Slot [12] registered\n[ 0.289873] acpiphp: Slot [13] registered\n[ 0.290921] acpiphp: Slot [14] registered\n[ 0.292019] acpiphp: Slot [15] registered\n[ 0.303202] acpiphp: Slot [16] registered\n[ 0.304041] acpiphp: Slot [17] registered\n[ 0.304846] acpiphp: Slot [18] registered\n[ 0.305641] acpiphp: Slot [19] registered\n[ 0.306438] acpiphp: Slot [20] registered\n[ 0.307237] acpiphp: Slot [21] registered\n[ 0.308051] acpiphp: Slot [22] registered\n[ 0.308854] acpiphp: Slot [23] registered\n[ 0.309652] acpiphp: Slot [24] registered\n[ 0.310447] acpiphp: Slot [25] registered\n[ 0.311241] acpiphp: Slot [26] registered\n[ 0.312046] acpiphp: Slot [27] registered\n[ 0.312842] acpiphp: Slot [28] registered\n[ 0.313635] acpiphp: Slot [29] registered\n[ 0.314426] acpiphp: Slot [30] registered\n[ 0.315223] acpiphp: Slot [31] registered\n[ 0.316040] PCI host bridge to bus 0000:00\n[ 0.316843] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318032] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319227] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322106] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329559] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331950] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338345] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339756] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390702] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391928] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393069] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394255] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395781] vgaarb: loaded\n[ 0.396381] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397510] SCSI subsystem initialized\n[ 0.398311] ACPI: bus type USB registered\n[ 0.399109] usbcore: registered new interface driver usbfs\n[ 0.400120] usbcore: registered new interface driver hub\n[ 0.401104] usbcore: registered new device driver usb\n[ 0.402140] PCI: Using ACPI for IRQ routing\n[ 0.403139] NetLabel: Initializing\n[ 0.403844] NetLabel: domain hash size = 128\n[ 0.404687] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405623] NetLabel: unlabeled traffic allowed by default\n[ 0.406699] clocksource: Switched to clocksource kvm-clock\n[ 0.412069] AppArmor: AppArmor Filesystem Enabled\n[ 0.413008] pnp: PnP ACPI init\n[ 0.413915] pnp: PnP ACPI: found 5 devices\n[ 0.420277] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.421957] NET: Registered protocol family 2\n[ 0.422905] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.424157] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425322] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426455] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428664] NET: Registered protocol family 1\n[ 0.429517] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430593] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.459858] Trying to unpack rootfs image as initramfs...\n[ 0.510061] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.523877] Scanning for low memory corruption every 60 seconds\n[ 0.525203] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526323] audit: initializing netlink subsys (disabled)\n[ 0.527335] audit: type=2000 audit(1546544045.858:1): initialized\n[ 0.528610] Initialise system trusted keyring\n[ 0.529516] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530652] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532599] zbud: loaded\n[ 0.533285] VFS: Disk quotas dquot_6.6.0\n[ 0.534085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.535581] fuse init (API version 7.23)\n[ 0.536449] Key type big_key registered\n[ 0.537229] Allocating IMA MOK and blacklist keyrings.\n[ 0.538677] Key type asymmetric registered\n[ 0.539504] Asymmetric key parser 'x509' registered\n[ 0.540442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541886] io scheduler noop registered\n[ 0.542676] io scheduler deadline registered (default)\n[ 0.543660] io scheduler cfq registered\n[ 0.544481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545505] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546879] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548828] ACPI: Power Button [PWRF]\n[ 0.549902] GHES: HEST is not enabled!\n[ 0.565298] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595185] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597998] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624874] Linux agpgart interface v0.103\n[ 0.627242] brd: module loaded\n[ 0.628670] loop: module loaded\n[ 0.633535] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635506] GPT:90111 != 2097151\n[ 0.636420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637916] GPT:90111 != 2097151\n[ 0.638811] GPT: Use GNU Parted to correct GPT errors.\n[ 0.640112] vda: vda1 vda15\n[ 0.641683] scsi host0: ata_piix\n[ 0.642637] scsi host1: ata_piix\n[ 0.643571] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645221] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647106] libphy: Fixed MDIO Bus: probed\n[ 0.648197] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649475] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652051] PPP generic driver version 2.4.2\n[ 0.653228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654855] ehci-pci: EHCI PCI platform driver\n[ 0.656022] ehci-platform: EHCI generic platform driver\n[ 0.657359] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658856] ohci-pci: OHCI PCI platform driver\n[ 0.659734] ohci-platform: OHCI generic platform driver\n[ 0.660719] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675075] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678570] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682309] usb usb1: Product: UHCI Host Controller\n[ 0.683238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.684375] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.685369] hub 1-0:1.0: USB hub found\n[ 0.686139] hub 1-0:1.0: 2 ports detected\n[ 0.687080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.689178] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.690129] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691166] mousedev: PS/2 mouse device common for all mice\n[ 0.692415] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694223] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695322] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697726] i2c /dev entries driver\n[ 0.698490] device-mapper: uevent: version 1.0.3\n[ 0.699441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.701055] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.702318] NET: Registered protocol family 10\n[ 0.703338] NET: Registered protocol family 17\n[ 0.704224] Key type dns_resolver registered\n[ 0.705135] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.706220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708015] registered taskstats version 1\n[ 0.708841] Loading compiled-in X.509 certificates\n[ 0.710275] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.712132] zswap: loaded using pool lzo/zbud\n[ 0.713491] Key type trusted registered\n[ 0.715071] Key type encrypted registered\n[ 0.715890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716952] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717977] evm: HMAC attrs: 0x1\n[ 0.718903] Magic number: 3:239:596\n[ 0.719747] rtc_cmos 00:00: setting system clock to 2019-01-03 19:34:06 UTC (1546544046)\n[ 0.721333] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722432] EDD information not available.\n[ 0.803247] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804702] ata1.00: configured for MWDMA2\n[ 0.805878] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.818897] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820091] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821307] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823159] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824663] Write protecting the kernel read-only data: 14336k\n[ 0.826201] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827981] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.311359] 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 2.24s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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"} 2019-01-03 19:35:12,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action used request id req-67da033a-6191-4a5a-a916-ad7c91c8ee35 2019-01-03 19:35:12,757 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2019-01-03 19:35:12,758 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2019-01-03 19:35:12,762 - 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}26284c191d72755079b573604272465f841f6b72" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-534157", "route_distinguishers": "222:222"}}' 2019-01-03 19:35:13,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-90032ab1-19c5-4b4d-98d2-fc33d4634524 Date: Thu, 03 Jan 2019 19:35:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "b245c5b7-b61b-40f0-8132-64ef3ed81197", "name": "sdnvpn-2-534157", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:35:13,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-90032ab1-19c5-4b4d-98d2-fc33d4634524 2019-01-03 19:35:13,101 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-534157', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [u'88:88'], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'b245c5b7-b61b-40f0-8132-64ef3ed81197'}} 2019-01-03 19:35:13,101 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2019-01-03 19:35:13,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" -d '{"network_association": {"network_id": "6c413f8b-e8da-4148-813f-9bf4a334a387"}}' 2019-01-03 19:35:13,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d128e09c-0080-4573-b810-dedf3b5b43b3 Date: Thu, 03 Jan 2019 19:35:13 GMT RESP BODY: {"network_association": {"network_id": "6c413f8b-e8da-4148-813f-9bf4a334a387", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "c8d256b2-15a4-4b85-a9e8-576144e86400"}} 2019-01-03 19:35:13,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197/network_associations used request id req-d128e09c-0080-4573-b810-dedf3b5b43b3 2019-01-03 19:35:13,713 - sdnvpn_test_utils - DEBUG - Waiting for network 1f4e41cb-39c4-4479-9a17-bca95ce6397a to associate with BGPVPN fe22b07a-d247-4f02-9a4e-380fc0d80680 2019-01-03 19:35:13,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:35:14,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-67e233ce-77a4-4345-b1cb-e07036151aa3 Date: Thu, 03 Jan 2019 19:35:14 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "1f4e41cb-39c4-4479-9a17-bca95ce6397a", "name": "sdnvpn-1-407290", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["55:55"], "networks": ["fe22b07a-d247-4f02-9a4e-380fc0d80680"], "route_targets": ["55:55"], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:35:14,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a used request id req-67e233ce-77a4-4345-b1cb-e07036151aa3 2019-01-03 19:35:15,017 - sdnvpn_test_utils - DEBUG - Waiting for network b245c5b7-b61b-40f0-8132-64ef3ed81197 to associate with BGPVPN 6c413f8b-e8da-4148-813f-9bf4a334a387 2019-01-03 19:35:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:35:15,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-bacfb28f-9495-4c0a-9116-1a75cae18473 Date: Thu, 03 Jan 2019 19:35:15 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "b245c5b7-b61b-40f0-8132-64ef3ed81197", "name": "sdnvpn-2-534157", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["6c413f8b-e8da-4148-813f-9bf4a334a387"], "route_targets": ["88:88"], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:35:15,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197 used request id req-bacfb28f-9495-4c0a-9116-1a75cae18473 2019-01-03 19:35:16,478 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:35:46,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0432788234ad014ce1b7729f3b4f064ee41fff4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:35:47,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35: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-df69b172-0028-4748-baf1-4bee74d2d185 x-compute-request-id: req-df69b172-0028-4748-baf1-4bee74d2d185 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499274163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168796] pid_max: default: 32768 minimum: 301\n[ 0.170021] ACPI: Core revision 20150930\n[ 0.171681] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173453] Security Framework initialized\n[ 0.174572] Yama: becoming mindful.\n[ 0.175548] AppArmor: AppArmor initialized\n[ 0.176684] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180260] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183794] Initializing cgroup subsys io\n[ 0.184883] Initializing cgroup subsys memory\n[ 0.186070] Initializing cgroup subsys devices\n[ 0.187255] Initializing cgroup subsys freezer\n[ 0.188447] Initializing cgroup subsys net_cls\n[ 0.189630] Initializing cgroup subsys perf_event\n[ 0.190856] Initializing cgroup subsys net_prio\n[ 0.192026] Initializing cgroup subsys hugetlb\n[ 0.193219] Initializing cgroup subsys pids\n[ 0.194400] CPU: Physical Processor ID: 0\n[ 0.196145] mce: CPU supports 10 MCE banks\n[ 0.197243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198623] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218368] ftrace: allocating 31920 entries in 125 pages\n[ 0.244886] smpboot: Max logical packages: 1\n[ 0.246071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247842] x2apic enabled\n[ 0.248817] Switched APIC routing to physical x2apic.\n[ 0.250929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255037] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257370] KVM setup paravirtual spinlock\n[ 0.258889] x86: Booted up 1 node, 1 CPUs\n[ 0.259931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261724] devtmpfs: initialized\n[ 0.263636] evm: security.selinux\n[ 0.264540] evm: security.SMACK64\n[ 0.265438] evm: security.SMACK64EXEC\n[ 0.266415] evm: security.SMACK64TRANSMUTE\n[ 0.267475] evm: security.SMACK64MMAP\n[ 0.268441] evm: security.ima\n[ 0.269259] evm: security.capability\n[ 0.270276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272720] pinctrl core: initialized pinctrl subsystem\n[ 0.274184] RTC time: 19:33:54, date: 01/03/19\n[ 0.275425] NET: Registered protocol family 16\n[ 0.276686] cpuidle: using governor ladder\n[ 0.277756] cpuidle: using governor menu\n[ 0.278787] PCCT header not found.\n[ 0.279745] ACPI: bus type PCI registered\n[ 0.280794] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282432] PCI: Using configuration type 1 for base access\n[ 0.284579] ACPI: Added _OSI(Module Device)\n[ 0.285692] ACPI: Added _OSI(Processor Device)\n[ 0.286824] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288009] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290563] ACPI: Interpreter enabled\n[ 0.291601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301552] ACPI: (supports S0 S5)\n[ 0.302491] ACPI: Using IOAPIC for interrupt routing\n[ 0.303798] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309003] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.310678] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312293] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315244] acpiphp: Slot [3] registered\n[ 0.316278] acpiphp: Slot [4] registered\n[ 0.317307] acpiphp: Slot [5] registered\n[ 0.318326] acpiphp: Slot [6] registered\n[ 0.319344] acpiphp: Slot [7] registered\n[ 0.320377] acpiphp: Slot [8] registered\n[ 0.321407] acpiphp: Slot [9] registered\n[ 0.322434] acpiphp: Slot [10] registered\n[ 0.323488] acpiphp: Slot [11] registered\n[ 0.324592] acpiphp: Slot [12] registered\n[ 0.325645] acpiphp: Slot [13] registered\n[ 0.326688] acpiphp: Slot [14] registered\n[ 0.327769] acpiphp: Slot [15] registered\n[ 0.338779] acpiphp: Slot [16] registered\n[ 0.339834] acpiphp: Slot [17] registered\n[ 0.340880] acpiphp: Slot [18] registered\n[ 0.341925] acpiphp: Slot [19] registered\n[ 0.342982] acpiphp: Slot [20] registered\n[ 0.344055] acpiphp: Slot [21] registered\n[ 0.345110] acpiphp: Slot [22] registered\n[ 0.346148] acpiphp: Slot [23] registered\n[ 0.347198] acpiphp: Slot [24] registered\n[ 0.348246] acpiphp: Slot [25] registered\n[ 0.349292] acpiphp: Slot [26] registered\n[ 0.350333] acpiphp: Slot [27] registered\n[ 0.351389] acpiphp: Slot [28] registered\n[ 0.352437] acpiphp: Slot [29] registered\n[ 0.353480] acpiphp: Slot [30] registered\n[ 0.354562] acpiphp: Slot [31] registered\n[ 0.355614] PCI host bridge to bus 0000:00\n[ 0.356670] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.358291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359931] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.361818] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.363743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370258] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.373018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374292] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430293] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433267] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434691] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436100] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438854] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439922] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441489] vgaarb: loaded\n[ 0.442100] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443242] SCSI subsystem initialized\n[ 0.444069] ACPI: bus type USB registered\n[ 0.444890] usbcore: registered new interface driver usbfs\n[ 0.445938] usbcore: registered new interface driver hub\n[ 0.446959] usbcore: registered new device driver usb\n[ 0.448021] PCI: Using ACPI for IRQ routing\n[ 0.449058] NetLabel: Initializing\n[ 0.449772] NetLabel: domain hash size = 128\n[ 0.450635] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.451595] NetLabel: unlabeled traffic allowed by default\n[ 0.452693] clocksource: Switched to clocksource kvm-clock\n[ 0.458111] AppArmor: AppArmor Filesystem Enabled\n[ 0.459078] pnp: PnP ACPI init\n[ 0.459988] pnp: PnP ACPI: found 5 devices\n[ 0.466369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.468135] NET: Registered protocol family 2\n[ 0.469102] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.470387] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471570] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.472756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473848] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475024] NET: Registered protocol family 1\n[ 0.475901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.477014] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.478100] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.492129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506400] Trying to unpack rootfs image as initramfs...\n[ 0.555716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569587] Scanning for low memory corruption every 60 seconds\n[ 0.570910] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.572081] audit: initializing netlink subsys (disabled)\n[ 0.573125] audit: type=2000 audit(1546544034.918:1): initialized\n[ 0.574445] Initialise system trusted keyring\n[ 0.575384] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576567] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578556] zbud: loaded\n[ 0.579269] VFS: Disk quotas dquot_6.6.0\n[ 0.580099] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.581625] fuse init (API version 7.23)\n[ 0.582538] Key type big_key registered\n[ 0.583351] Allocating IMA MOK and blacklist keyrings.\n[ 0.584845] Key type asymmetric registered\n[ 0.585688] Asymmetric key parser 'x509' registered\n[ 0.586651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588191] io scheduler noop registered\n[ 0.588999] io scheduler deadline registered (default)\n[ 0.590000] io scheduler cfq registered\n[ 0.590841] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596894] ACPI: Power Button [PWRF]\n[ 0.597766] GHES: HEST is not enabled!\n[ 0.611462] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668001] Linux agpgart interface v0.103\n[ 0.670063] brd: module loaded\n[ 0.671281] loop: module loaded\n[ 0.675363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.676827] GPT:90111 != 2097151\n[ 0.677507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.678599] GPT:90111 != 2097151\n[ 0.679274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680240] vda: vda1 vda15\n[ 0.681629] scsi host0: ata_piix\n[ 0.682370] scsi host1: ata_piix\n[ 0.683079] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.684302] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.685761] libphy: Fixed MDIO Bus: probed\n[ 0.686587] tun: Universal TUN/TAP device driver, 1.6\n[ 0.687560] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.689703] PPP generic driver version 2.4.2\n[ 0.690594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.691884] ehci-pci: EHCI PCI platform driver\n[ 0.692770] ehci-platform: EHCI generic platform driver\n[ 0.693763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694883] ohci-pci: OHCI PCI platform driver\n[ 0.695754] ohci-platform: OHCI generic platform driver\n[ 0.696748] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711074] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.713534] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.714544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.715660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.716897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.718326] usb usb1: Product: UHCI Host Controller\n[ 0.719265] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.720411] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.721464] hub 1-0:1.0: USB hub found\n[ 0.722244] hub 1-0:1.0: 2 ports detected\n[ 0.723150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727235] mousedev: PS/2 mouse device common for all mice\n[ 0.728480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733817] i2c /dev entries driver\n[ 0.734578] device-mapper: uevent: version 1.0.3\n[ 0.735513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737141] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738430] NET: Registered protocol family 10\n[ 0.739436] NET: Registered protocol family 17\n[ 0.740327] Key type dns_resolver registered\n[ 0.741261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742355] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744113] registered taskstats version 1\n[ 0.744948] Loading compiled-in X.509 certificates\n[ 0.746390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.748241] zswap: loaded using pool lzo/zbud\n[ 0.749609] Key type trusted registered\n[ 0.751158] Key type encrypted registered\n[ 0.751981] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.753017] ima: No TPM chip found, activating TPM-bypass!\n[ 0.754055] evm: HMAC attrs: 0x1\n[ 0.754972] Magic number: 3:239:596\n[ 0.755815] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:55 UTC (1546544035)\n[ 0.757423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758546] EDD information not available.\n[ 0.841220] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842653] ata1.00: configured for MWDMA2\n[ 0.843833] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.856963] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.858198] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.859443] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.861318] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.862844] Write protecting the kernel read-only data: 14336k\n[ 0.864394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866196] 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.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148634] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.79s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-03 19:35:47,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action used request id req-df69b172-0028-4748-baf1-4bee74d2d185 2019-01-03 19:35:47,556 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2019-01-03 19:35:47,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0432788234ad014ce1b7729f3b4f064ee41fff4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:35:48,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4981b91-dc46-4284-9c20-37440b161ca3 x-compute-request-id: req-e4981b91-dc46-4284-9c20-37440b161ca3 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499274163 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.166597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168796] pid_max: default: 32768 minimum: 301\n[ 0.170021] ACPI: Core revision 20150930\n[ 0.171681] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.173453] Security Framework initialized\n[ 0.174572] Yama: becoming mindful.\n[ 0.175548] AppArmor: AppArmor initialized\n[ 0.176684] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.178514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.180260] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.181902] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.183794] Initializing cgroup subsys io\n[ 0.184883] Initializing cgroup subsys memory\n[ 0.186070] Initializing cgroup subsys devices\n[ 0.187255] Initializing cgroup subsys freezer\n[ 0.188447] Initializing cgroup subsys net_cls\n[ 0.189630] Initializing cgroup subsys perf_event\n[ 0.190856] Initializing cgroup subsys net_prio\n[ 0.192026] Initializing cgroup subsys hugetlb\n[ 0.193219] Initializing cgroup subsys pids\n[ 0.194400] CPU: Physical Processor ID: 0\n[ 0.196145] mce: CPU supports 10 MCE banks\n[ 0.197243] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198623] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.211409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218368] ftrace: allocating 31920 entries in 125 pages\n[ 0.244886] smpboot: Max logical packages: 1\n[ 0.246071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247842] x2apic enabled\n[ 0.248817] Switched APIC routing to physical x2apic.\n[ 0.250929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.252424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.255037] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.257370] KVM setup paravirtual spinlock\n[ 0.258889] x86: Booted up 1 node, 1 CPUs\n[ 0.259931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.261724] devtmpfs: initialized\n[ 0.263636] evm: security.selinux\n[ 0.264540] evm: security.SMACK64\n[ 0.265438] evm: security.SMACK64EXEC\n[ 0.266415] evm: security.SMACK64TRANSMUTE\n[ 0.267475] evm: security.SMACK64MMAP\n[ 0.268441] evm: security.ima\n[ 0.269259] evm: security.capability\n[ 0.270276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.272720] pinctrl core: initialized pinctrl subsystem\n[ 0.274184] RTC time: 19:33:54, date: 01/03/19\n[ 0.275425] NET: Registered protocol family 16\n[ 0.276686] cpuidle: using governor ladder\n[ 0.277756] cpuidle: using governor menu\n[ 0.278787] PCCT header not found.\n[ 0.279745] ACPI: bus type PCI registered\n[ 0.280794] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.282432] PCI: Using configuration type 1 for base access\n[ 0.284579] ACPI: Added _OSI(Module Device)\n[ 0.285692] ACPI: Added _OSI(Processor Device)\n[ 0.286824] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.288009] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290563] ACPI: Interpreter enabled\n[ 0.291601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.294081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301552] ACPI: (supports S0 S5)\n[ 0.302491] ACPI: Using IOAPIC for interrupt routing\n[ 0.303798] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.307452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.309003] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.310678] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.312293] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.315244] acpiphp: Slot [3] registered\n[ 0.316278] acpiphp: Slot [4] registered\n[ 0.317307] acpiphp: Slot [5] registered\n[ 0.318326] acpiphp: Slot [6] registered\n[ 0.319344] acpiphp: Slot [7] registered\n[ 0.320377] acpiphp: Slot [8] registered\n[ 0.321407] acpiphp: Slot [9] registered\n[ 0.322434] acpiphp: Slot [10] registered\n[ 0.323488] acpiphp: Slot [11] registered\n[ 0.324592] acpiphp: Slot [12] registered\n[ 0.325645] acpiphp: Slot [13] registered\n[ 0.326688] acpiphp: Slot [14] registered\n[ 0.327769] acpiphp: Slot [15] registered\n[ 0.338779] acpiphp: Slot [16] registered\n[ 0.339834] acpiphp: Slot [17] registered\n[ 0.340880] acpiphp: Slot [18] registered\n[ 0.341925] acpiphp: Slot [19] registered\n[ 0.342982] acpiphp: Slot [20] registered\n[ 0.344055] acpiphp: Slot [21] registered\n[ 0.345110] acpiphp: Slot [22] registered\n[ 0.346148] acpiphp: Slot [23] registered\n[ 0.347198] acpiphp: Slot [24] registered\n[ 0.348246] acpiphp: Slot [25] registered\n[ 0.349292] acpiphp: Slot [26] registered\n[ 0.350333] acpiphp: Slot [27] registered\n[ 0.351389] acpiphp: Slot [28] registered\n[ 0.352437] acpiphp: Slot [29] registered\n[ 0.353480] acpiphp: Slot [30] registered\n[ 0.354562] acpiphp: Slot [31] registered\n[ 0.355614] PCI host bridge to bus 0000:00\n[ 0.356670] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.358291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.359931] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.361818] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.363743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.370258] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371841] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.373018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374292] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.382783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430293] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431815] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433267] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434691] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436100] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438854] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.439922] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441489] vgaarb: loaded\n[ 0.442100] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443242] SCSI subsystem initialized\n[ 0.444069] ACPI: bus type USB registered\n[ 0.444890] usbcore: registered new interface driver usbfs\n[ 0.445938] usbcore: registered new interface driver hub\n[ 0.446959] usbcore: registered new device driver usb\n[ 0.448021] PCI: Using ACPI for IRQ routing\n[ 0.449058] NetLabel: Initializing\n[ 0.449772] NetLabel: domain hash size = 128\n[ 0.450635] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.451595] NetLabel: unlabeled traffic allowed by default\n[ 0.452693] clocksource: Switched to clocksource kvm-clock\n[ 0.458111] AppArmor: AppArmor Filesystem Enabled\n[ 0.459078] pnp: PnP ACPI init\n[ 0.459988] pnp: PnP ACPI: found 5 devices\n[ 0.466369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.468135] NET: Registered protocol family 2\n[ 0.469102] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.470387] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.471570] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.472756] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.473848] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475024] NET: Registered protocol family 1\n[ 0.475901] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.477014] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.478100] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.492129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.506400] Trying to unpack rootfs image as initramfs...\n[ 0.555716] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569587] Scanning for low memory corruption every 60 seconds\n[ 0.570910] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.572081] audit: initializing netlink subsys (disabled)\n[ 0.573125] audit: type=2000 audit(1546544034.918:1): initialized\n[ 0.574445] Initialise system trusted keyring\n[ 0.575384] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576567] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578556] zbud: loaded\n[ 0.579269] VFS: Disk quotas dquot_6.6.0\n[ 0.580099] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.581625] fuse init (API version 7.23)\n[ 0.582538] Key type big_key registered\n[ 0.583351] Allocating IMA MOK and blacklist keyrings.\n[ 0.584845] Key type asymmetric registered\n[ 0.585688] Asymmetric key parser 'x509' registered\n[ 0.586651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588191] io scheduler noop registered\n[ 0.588999] io scheduler deadline registered (default)\n[ 0.590000] io scheduler cfq registered\n[ 0.590841] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.591899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596894] ACPI: Power Button [PWRF]\n[ 0.597766] GHES: HEST is not enabled!\n[ 0.611462] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639858] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642176] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668001] Linux agpgart interface v0.103\n[ 0.670063] brd: module loaded\n[ 0.671281] loop: module loaded\n[ 0.675363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.676827] GPT:90111 != 2097151\n[ 0.677507] GPT:Alternate GPT header not at the end of the disk.\n[ 0.678599] GPT:90111 != 2097151\n[ 0.679274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.680240] vda: vda1 vda15\n[ 0.681629] scsi host0: ata_piix\n[ 0.682370] scsi host1: ata_piix\n[ 0.683079] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.684302] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.685761] libphy: Fixed MDIO Bus: probed\n[ 0.686587] tun: Universal TUN/TAP device driver, 1.6\n[ 0.687560] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.689703] PPP generic driver version 2.4.2\n[ 0.690594] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.691884] ehci-pci: EHCI PCI platform driver\n[ 0.692770] ehci-platform: EHCI generic platform driver\n[ 0.693763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694883] ohci-pci: OHCI PCI platform driver\n[ 0.695754] ohci-platform: OHCI generic platform driver\n[ 0.696748] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711074] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712073] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.713534] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.714544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.715660] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.716897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.718326] usb usb1: Product: UHCI Host Controller\n[ 0.719265] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.720411] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.721464] hub 1-0:1.0: USB hub found\n[ 0.722244] hub 1-0:1.0: 2 ports detected\n[ 0.723150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726220] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727235] mousedev: PS/2 mouse device common for all mice\n[ 0.728480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730317] rtc_cmos 00:00: RTC can wake from S4\n[ 0.731411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733817] i2c /dev entries driver\n[ 0.734578] device-mapper: uevent: version 1.0.3\n[ 0.735513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737141] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738430] NET: Registered protocol family 10\n[ 0.739436] NET: Registered protocol family 17\n[ 0.740327] Key type dns_resolver registered\n[ 0.741261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742355] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.744113] registered taskstats version 1\n[ 0.744948] Loading compiled-in X.509 certificates\n[ 0.746390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.748241] zswap: loaded using pool lzo/zbud\n[ 0.749609] Key type trusted registered\n[ 0.751158] Key type encrypted registered\n[ 0.751981] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.753017] ima: No TPM chip found, activating TPM-bypass!\n[ 0.754055] evm: HMAC attrs: 0x1\n[ 0.754972] Magic number: 3:239:596\n[ 0.755815] rtc_cmos 00:00: setting system clock to 2019-01-03 19:33:55 UTC (1546544035)\n[ 0.757423] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758546] EDD information not available.\n[ 0.841220] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.842653] ata1.00: configured for MWDMA2\n[ 0.843833] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.856963] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.858198] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.859443] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.861318] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.862844] Write protecting the kernel read-only data: 14336k\n[ 0.864394] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866196] 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.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.148634] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.79s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-03 19:35:48,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action used request id req-e4981b91-dc46-4284-9c20-37440b161ca3 2019-01-03 19:35:48,629 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2019-01-03 19:35:48,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"forceDelete": null}' 2019-01-03 19:35:48,804 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:35: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-9c63a085-80d5-4ae4-b63c-5145f879b033 x-compute-request-id: req-9c63a085-80d5-4ae4-b63c-5145f879b033 Content-Length: 0 Content-Type: application/json 2019-01-03 19:35:48,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6/action used request id req-9c63a085-80d5-4ae4-b63c-5145f879b033 2019-01-03 19:35:48,805 - sdnvpn_test_utils - DEBUG - Waiting for instance be16c4d6-e598-4158-b864-81597c26e3d6 to be deleted 2019-01-03 19:35:48,808 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:35:49,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35: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-6d044e59-a187-4abf-a457-8ba1f90e20cd x-compute-request-id: req-6d044e59-a187-4abf-a457-8ba1f90e20cd Content-Encoding: gzip Content-Length: 973 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:1a:ee:60", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/be16c4d6-e598-4158-b864-81597c26e3d6", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000104", "OS-SRV-USG:launched_at": "2019-01-03T19:34:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "be16c4d6-e598-4158-b864-81597c26e3d6", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:35:48Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-03T19:34:00Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:fa:0d:33", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2019-01-03T19:33:41.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:41Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:35:49,626 - 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-6d044e59-a187-4abf-a457-8ba1f90e20cd 2019-01-03 19:35:51,633 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:35:52,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-209d524e-657a-4179-b480-3f557aa88d7e x-compute-request-id: req-209d524e-657a-4179-b480-3f557aa88d7e Content-Encoding: gzip Content-Length: 877 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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:fa:0d:33", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2019-01-03T19:33:41.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:41Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:35:52,422 - 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-209d524e-657a-4179-b480-3f557aa88d7e 2019-01-03 19:35:54,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"forceDelete": null}' 2019-01-03 19:35:54,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40f4744c-b3de-45d9-8e43-455223b59102 x-compute-request-id: req-40f4744c-b3de-45d9-8e43-455223b59102 Content-Length: 0 Content-Type: application/json 2019-01-03 19:35:54,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e/action used request id req-40f4744c-b3de-45d9-8e43-455223b59102 2019-01-03 19:35:54,622 - sdnvpn_test_utils - DEBUG - Waiting for instance aff571db-ed4b-4e44-8181-d67b4717414e to be deleted 2019-01-03 19:35:54,625 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:35:55,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43a10492-628c-408a-a0c2-724695ed7af5 x-compute-request-id: req-43a10492-628c-408a-a0c2-724695ed7af5 Content-Encoding: gzip Content-Length: 888 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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:fa:0d:33", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aff571db-ed4b-4e44-8181-d67b4717414e", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fe", "OS-SRV-USG:launched_at": "2019-01-03T19:33:41.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aff571db-ed4b-4e44-8181-d67b4717414e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:35:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-03T19:33:35Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:35:55,294 - 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-43a10492-628c-408a-a0c2-724695ed7af5 2019-01-03 19:35:57,299 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:35:58,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a23322b-8ebe-4188-b56b-bbf7b363eb48 x-compute-request-id: req-8a23322b-8ebe-4188-b56b-bbf7b363eb48 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:33:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:35:58,314 - 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-8a23322b-8ebe-4188-b56b-bbf7b363eb48 2019-01-03 19:36:00,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9235e18a76957af4ccbeb09e681074316bbe403" -d '{"forceDelete": null}' 2019-01-03 19:36:00,495 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42dca985-fdbb-4966-b62a-5aac30ef9b82 x-compute-request-id: req-42dca985-fdbb-4966-b62a-5aac30ef9b82 Content-Length: 0 Content-Type: application/json 2019-01-03 19:36:00,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee/action used request id req-42dca985-fdbb-4966-b62a-5aac30ef9b82 2019-01-03 19:36:00,496 - sdnvpn_test_utils - DEBUG - Waiting for instance 0584551c-70f3-48d7-872f-4cd23ea6dcee to be deleted 2019-01-03 19:36:00,499 - 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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:36:01,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23c86feb-2371-4439-9127-636e3d4c4a08 x-compute-request-id: req-23c86feb-2371-4439-9127-636e3d4c4a08 Content-Encoding: gzip Content-Length: 798 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:66:a3:90", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0584551c-70f3-48d7-872f-4cd23ea6dcee", "rel": "bookmark"}], "image": {"id": "2b26f600-3569-4e1d-a2fa-40a69059b21f", "links": [{"href": "http://172.30.9.30:8774/images/2b26f600-3569-4e1d-a2fa-40a69059b21f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000101", "OS-SRV-USG:launched_at": "2019-01-03T19:33:54.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "0584551c-70f3-48d7-872f-4cd23ea6dcee", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:36:00Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-03T19:33:48Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:36:01,016 - 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-23c86feb-2371-4439-9127-636e3d4c4a08 2019-01-03 19:36:03,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}a9235e18a76957af4ccbeb09e681074316bbe403" 2019-01-03 19:36:03,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34c04101-402d-4811-b357-edb0dbfd00cb x-compute-request-id: req-34c04101-402d-4811-b357-edb0dbfd00cb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:36:03,100 - 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-34c04101-402d-4811-b357-edb0dbfd00cb 2019-01-03 19:36:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e6dffe0454a84cb13a0cadec20fd62501a31fb4" 2019-01-03 19:36:07,346 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85e6f0c3-d649-4d6f-9f10-f89f9201d67e Date: Thu, 03 Jan 2019 19:36:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:36:07,346 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/2b26f600-3569-4e1d-a2fa-40a69059b21f used request id req-85e6f0c3-d649-4d6f-9f10-f89f9201d67e 2019-01-03 19:36:07,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:07,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e725389-3789-4fe0-a092-cdd9a64ea90a Content-Length: 0 Date: Thu, 03 Jan 2019 19:36:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:07,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/1f4e41cb-39c4-4479-9a17-bca95ce6397a used request id req-9e725389-3789-4fe0-a092-cdd9a64ea90a 2019-01-03 19:36:08,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:08,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b120588-6a5c-48da-aae7-123b26611a55 Content-Length: 0 Date: Thu, 03 Jan 2019 19:36:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:08,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/b245c5b7-b61b-40f0-8132-64ef3ed81197 used request id req-1b120588-6a5c-48da-aae7-123b26611a55 2019-01-03 19:36:08,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/8eef2383-ef4a-41cd-9f17-ad9775fef022 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:10,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69ce26ab-5494-45aa-9ede-4fbbab21a7fe Date: Thu, 03 Jan 2019 19:36:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:10,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8eef2383-ef4a-41cd-9f17-ad9775fef022 used request id req-69ce26ab-5494-45aa-9ede-4fbbab21a7fe 2019-01-03 19:36:10,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/fba820dc-323b-4340-bf60-6c594e844b1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:12,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3706b3e4-4bae-4c39-8dcf-7c906b7acdd1 Date: Thu, 03 Jan 2019 19:36:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:12,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/fba820dc-323b-4340-bf60-6c594e844b1d used request id req-3706b3e4-4bae-4c39-8dcf-7c906b7acdd1 2019-01-03 19:36:12,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/fe22b07a-d247-4f02-9a4e-380fc0d80680 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:13,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a31c16fd-52ea-4fd7-b493-fc48585840f6 Date: Thu, 03 Jan 2019 19:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:13,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fe22b07a-d247-4f02-9a4e-380fc0d80680 used request id req-a31c16fd-52ea-4fd7-b493-fc48585840f6 2019-01-03 19:36:13,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6c413f8b-e8da-4148-813f-9bf4a334a387 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26284c191d72755079b573604272465f841f6b72" 2019-01-03 19:36:14,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c34f283-a2cf-4330-aa41-136ebc505aee Date: Thu, 03 Jan 2019 19:36:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:36:14,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6c413f8b-e8da-4148-813f-9bf4a334a387 used request id req-5c34f283-a2cf-4330-aa41-136ebc505aee 2019-01-03 19:36:14,181 - 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] | +========================================================================================+ 2019-01-03 19:36:14,181 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-03 19:36:14,181 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2019-01-03 19:36:14,182 - 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'}]} 2019-01-03 19:36:14,182 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2019-01-03 19:36:14,182 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2019-01-03 19:36:14,182 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2019-01-03 19:36:14,274 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2019-01-03 19:36:14,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:14,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:14,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:14,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:14,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:14,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:14,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:14,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:14,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:14,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:14,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:14,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:14,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:14,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:14,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:14,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:14,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:14,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:14,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:14,286 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:36:14,286 - 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" 2019-01-03 19:36:14,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df4cf849-ee05-43db-b2de-dcb918ff1aae 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"}]}} 2019-01-03 19:36:14,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-df4cf849-ee05-43db-b2de-dcb918ff1aae 2019-01-03 19:36:14,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:14,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["R27ECrubQce1rRVtC0ZuIQ"], "issued_at": "2019-01-03T19:36:14.000000Z"}} 2019-01-03 19:36:14,670 - 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}71ef739f9f2a9bac7cc432b5d018c90ba2826eea" 2019-01-03 19:36:14,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-40099ab6-3a18-4334-b8f1-26729f1c92d0 Date: Thu, 03 Jan 2019 19:36:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:36:14,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-40099ab6-3a18-4334-b8f1-26729f1c92d0 2019-01-03 19:36:14,913 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:36:14,917 - 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}71ef739f9f2a9bac7cc432b5d018c90ba2826eea" 2019-01-03 19:36:15,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4526ee01-179f-4048-a47e-a30d7b059f91 Date: Thu, 03 Jan 2019 19:36:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 19:36:15,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4526ee01-179f-4048-a47e-a30d7b059f91 2019-01-03 19:36:15,479 - 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}71ef739f9f2a9bac7cc432b5d018c90ba2826eea" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:36:15,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571 X-Openstack-Request-Id: req-f3254f1e-9691-44ae-b37a-ad9840ba4797 Date: Thu, 03 Jan 2019 19:36:15 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:36:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:36:15Z", "visibility": "public", "locations": [], "self": "/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571", "min_disk": 0, "protected": false, "id": "960cced7-5fd1-4425-b45a-37dfd67de571", "file": "/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:36:15,670 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f3254f1e-9691-44ae-b37a-ad9840ba4797 2019-01-03 19:36:15,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71ef739f9f2a9bac7cc432b5d018c90ba2826eea" -d '' 2019-01-03 19:36:17,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c47ba850-5b9e-41a2-93e3-2153d3ab4ccd Date: Thu, 03 Jan 2019 19:36:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:36:17,119 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571/file used request id req-c47ba850-5b9e-41a2-93e3-2153d3ab4ccd 2019-01-03 19:36:17,119 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2019-01-03 19:36:17,120 - 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" 2019-01-03 19:36:17,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18604e50-66a2-4c23-a186-351849739a5d 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"}]}} 2019-01-03 19:36:17,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-18604e50-66a2-4c23-a186-351849739a5d 2019-01-03 19:36:17,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:17,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["zwcAzjgMRliff1beyRMDUA"], "issued_at": "2019-01-03T19:36:17.000000Z"}} 2019-01-03 19:36:17,515 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2019-01-03 19:36:17,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c6f6c356-caf3-4ee4-a48c-23207f4bd9e3 Date: Thu, 03 Jan 2019 19:36:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e3492ef2-a7e0-436c-aa69-9fb21fda6112","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:36:17Z","is_default":false,"provider:segmentation_id":61,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:36:17Z","mtu":1450}} 2019-01-03 19:36:17,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c6f6c356-caf3-4ee4-a48c-23207f4bd9e3 2019-01-03 19:36:17,918 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network e3492ef2-a7e0-436c-aa69-9fb21fda6112 with cidr 10.10.10.0/24 2019-01-03 19:36:17,924 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"subnets": [{"ip_version": 4, "network_id": "e3492ef2-a7e0-436c-aa69-9fb21fda6112", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2019-01-03 19:36:18,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2729c6bb-735c-47d7-a6a9-6e198edf980d Date: Thu, 03 Jan 2019 19:36:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3492ef2-a7e0-436c-aa69-9fb21fda6112","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:36:18Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:36:18Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"52fa62b5-b489-46d4-9474-0294909c5f61","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2019-01-03 19:36:18,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2729c6bb-735c-47d7-a6a9-6e198edf980d 2019-01-03 19:36:18,469 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2019-01-03 19:36:18,475 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2019-01-03 19:36:19,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-80ddede7-1eee-4970-8dc1-2cf1fe242fee Date: Thu, 03 Jan 2019 19:36:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6fdf3cbf-8594-4efd-a294-b6b401b1d348","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:36:18Z","is_default":false,"provider:segmentation_id":71,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:36:18Z","mtu":1450}} 2019-01-03 19:36:19,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-80ddede7-1eee-4970-8dc1-2cf1fe242fee 2019-01-03 19:36:19,027 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 6fdf3cbf-8594-4efd-a294-b6b401b1d348 with cidr 10.10.11.0/24 2019-01-03 19:36:19,032 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"subnets": [{"ip_version": 4, "network_id": "6fdf3cbf-8594-4efd-a294-b6b401b1d348", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2019-01-03 19:36:19,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8cd8d2f2-fb48-4b58-a697-b15f5a66399e Date: Thu, 03 Jan 2019 19:36:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdf3cbf-8594-4efd-a294-b6b401b1d348","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:36:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:36:19Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"afe79bc1-a532-4bef-b6d5-db793c56596c","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2019-01-03 19:36:19,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-8cd8d2f2-fb48-4b58-a697-b15f5a66399e 2019-01-03 19:36:19,892 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:36:20,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-0066d7cb-ffb0-4517-bef6-8e4fd4db4753 Date: Thu, 03 Jan 2019 19:36:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:36:20,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-0066d7cb-ffb0-4517-bef6-8e4fd4db4753 2019-01-03 19:36:20,090 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:36:20,091 - 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" 2019-01-03 19:36:20,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59822858-4678-4685-a169-e671c24a2ee6 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"}]}} 2019-01-03 19:36:20,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-59822858-4678-4685-a169-e671c24a2ee6 2019-01-03 19:36:20,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:20,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["QLLH6m_XQJKFuPnmb-z2fQ"], "issued_at": "2019-01-03T19:36:20.000000Z"}} 2019-01-03 19:36:20,489 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:36:20,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-afd8437a-e305-4d42-8709-5f7f5e17986c x-compute-request-id: req-afd8437a-e305-4d42-8709-5f7f5e17986c Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:36:20,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-afd8437a-e305-4d42-8709-5f7f5e17986c 2019-01-03 19:36:20,686 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 19:36:20,686 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2019-01-03 19:36:20,686 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=960cced7-5fd1-4425-b45a-37dfd67de571 network=e3492ef2-a7e0-436c-aa69-9fb21fda6112 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:36:20,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:20,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:20,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:20,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:20,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:20,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:20,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:20,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:20,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:20,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:20,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:20,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:20,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:20,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:20,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:20,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:20,696 - 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" 2019-01-03 19:36:20,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0595414-cfaf-4d1a-9ea5-8c35f3f890f6 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"}]}} 2019-01-03 19:36:20,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0595414-cfaf-4d1a-9ea5-8c35f3f890f6 2019-01-03 19:36:20,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:21,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["trISLi1zTA6CN4sgDuPF6w"], "issued_at": "2019-01-03T19:36:21.000000Z"}} 2019-01-03 19:36:21,128 - 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}94b8dc8088d05a4ce899d49e3ed39afafa584508" 2019-01-03 19:36:21,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2042300b-ca65-40d2-9b8d-e4c6658f02c5 x-compute-request-id: req-2042300b-ca65-40d2-9b8d-e4c6658f02c5 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:36:21,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2042300b-ca65-40d2-9b8d-e4c6658f02c5 2019-01-03 19:36:21,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b8dc8088d05a4ce899d49e3ed39afafa584508" 2019-01-03 19:36:21,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddb92b0e-1553-4aaa-bb03-f258cca084e5 x-compute-request-id: req-ddb92b0e-1553-4aaa-bb03-f258cca084e5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:36:21,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-ddb92b0e-1553-4aaa-bb03-f258cca084e5 2019-01-03 19:36:21,329 - 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}94b8dc8088d05a4ce899d49e3ed39afafa584508" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "960cced7-5fd1-4425-b45a-37dfd67de571", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3492ef2-a7e0-436c-aa69-9fb21fda6112"}]}}' 2019-01-03 19:36:23,593 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4938a6c8-a4e1-47a2-a4f3-114d823c6436 x-compute-request-id: req-4938a6c8-a4e1-47a2-a4f3-114d823c6436 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "adminPass": "nUHHuXdTh25y"}} 2019-01-03 19:36:23,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4938a6c8-a4e1-47a2-a4f3-114d823c6436 2019-01-03 19:36:23,594 - 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" 2019-01-03 19:36:23,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd7623a-2c07-46d0-9558-c1d42c5291b7 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"}]}} 2019-01-03 19:36:23,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5cd7623a-2c07-46d0-9558-c1d42c5291b7 2019-01-03 19:36:23,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:23,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["WXrIfheEQ5OSLJ1BlbxKDw"], "issued_at": "2019-01-03T19:36:23.000000Z"}} 2019-01-03 19:36:23,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6eea60c8fa66f8788fa81e7b505c9208c4734ac" 2019-01-03 19:36:24,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-b9e4e150-ae39-4028-a975-3279cc6ad7b5 x-compute-request-id: req-b9e4e150-ae39-4028-a975-3279cc6ad7b5 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:24,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b used request id req-b9e4e150-ae39-4028-a975-3279cc6ad7b5 2019-01-03 19:36:27,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6eea60c8fa66f8788fa81e7b505c9208c4734ac" 2019-01-03 19:36:28,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36: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-67e96a48-f5ac-43e1-8390-713b69dc581a x-compute-request-id: req-67e96a48-f5ac-43e1-8390-713b69dc581a 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:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:24Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:28,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b used request id req-67e96a48-f5ac-43e1-8390-713b69dc581a 2019-01-03 19:36:31,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6eea60c8fa66f8788fa81e7b505c9208c4734ac" 2019-01-03 19:36:32,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-e70c8f40-e4b7-4356-9c4c-37a43c16ab8d x-compute-request-id: req-e70c8f40-e4b7-4356-9c4c-37a43c16ab8d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": "2019-01-03T19:36:27.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:28Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:32,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b used request id req-e70c8f40-e4b7-4356-9c4c-37a43c16ab8d 2019-01-03 19:36:32,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b8dc8088d05a4ce899d49e3ed39afafa584508" 2019-01-03 19:36:32,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-647d6405-0382-4b50-9a4e-9ffe148c8b02 x-compute-request-id: req-647d6405-0382-4b50-9a4e-9ffe148c8b02 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": "2019-01-03T19:36:27.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:28Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:32,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b used request id req-647d6405-0382-4b50-9a4e-9ffe148c8b02 2019-01-03 19:36:32,958 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.6'. 2019-01-03 19:36:32,958 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2019-01-03 19:36:32,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:36:34,761 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-1fb5a8c1-a9a3-4af6-acbf-f03142271aaa x-compute-request-id: req-1fb5a8c1-a9a3-4af6-acbf-f03142271aaa Content-Length: 0 Content-Type: application/json 2019-01-03 19:36:34,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action used request id req-1fb5a8c1-a9a3-4af6-acbf-f03142271aaa 2019-01-03 19:36:34,762 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2019-01-03 19:36:34,762 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=960cced7-5fd1-4425-b45a-37dfd67de571 network=e3492ef2-a7e0-436c-aa69-9fb21fda6112 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:36:34,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:34,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:34,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:34,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:34,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:34,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:34,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:34,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:34,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:34,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:34,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:34,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:34,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:34,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:34,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:34,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:34,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:34,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:34,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:34,772 - 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" 2019-01-03 19:36:34,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7d7485-2b51-4bdf-ba1f-153174fd7c27 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"}]}} 2019-01-03 19:36:34,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7c7d7485-2b51-4bdf-ba1f-153174fd7c27 2019-01-03 19:36:34,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:35,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["0S-ck0IpQMWHQW57mSbahQ"], "issued_at": "2019-01-03T19:36:35.000000Z"}} 2019-01-03 19:36:35,176 - 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}9124e69a115ac575e7cf1e5ae2d19a4d94088acb" 2019-01-03 19:36:35,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa7b7dcf-049b-45bc-b977-a9f4a6dee3de x-compute-request-id: req-fa7b7dcf-049b-45bc-b977-a9f4a6dee3de Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:36:35,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fa7b7dcf-049b-45bc-b977-a9f4a6dee3de 2019-01-03 19:36:35,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9124e69a115ac575e7cf1e5ae2d19a4d94088acb" 2019-01-03 19:36:35,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d010d09-6cda-4999-b4ee-7ac6d0d2cc57 x-compute-request-id: req-6d010d09-6cda-4999-b4ee-7ac6d0d2cc57 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:36:35,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-6d010d09-6cda-4999-b4ee-7ac6d0d2cc57 2019-01-03 19:36:35,371 - 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}9124e69a115ac575e7cf1e5ae2d19a4d94088acb" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "960cced7-5fd1-4425-b45a-37dfd67de571", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3492ef2-a7e0-436c-aa69-9fb21fda6112"}]}}' 2019-01-03 19:36:36,893 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48f0ebfd-d928-49aa-a7b7-d5fada9954db x-compute-request-id: req-48f0ebfd-d928-49aa-a7b7-d5fada9954db Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "adminPass": "iF3FQuVbU76B"}} 2019-01-03 19:36:36,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-48f0ebfd-d928-49aa-a7b7-d5fada9954db 2019-01-03 19:36:36,894 - 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" 2019-01-03 19:36:36,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e216cec8-6c71-43c2-85fe-cef3b82d0996 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"}]}} 2019-01-03 19:36:36,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e216cec8-6c71-43c2-85fe-cef3b82d0996 2019-01-03 19:36:36,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:37,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["O9Ewh8PfSaaOwkK9XegqUQ"], "issued_at": "2019-01-03T19:36:37.000000Z"}} 2019-01-03 19:36:37,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113e07bf2e9c89d7375c92a7f0b7ad1ca5ed89e2" 2019-01-03 19:36:37,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-8a9c04be-9cf8-4852-9d86-d06c3b9ba30e x-compute-request-id: req-8a9c04be-9cf8-4852-9d86-d06c3b9ba30e 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/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:37Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:37,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff used request id req-8a9c04be-9cf8-4852-9d86-d06c3b9ba30e 2019-01-03 19:36:40,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113e07bf2e9c89d7375c92a7f0b7ad1ca5ed89e2" 2019-01-03 19:36:41,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-682a2387-1ab9-4b36-9b25-73368ec7ad2b x-compute-request-id: req-682a2387-1ab9-4b36-9b25-73368ec7ad2b 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/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:37Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:41,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff used request id req-682a2387-1ab9-4b36-9b25-73368ec7ad2b 2019-01-03 19:36:44,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113e07bf2e9c89d7375c92a7f0b7ad1ca5ed89e2" 2019-01-03 19:36:45,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad6e69c9-9bdc-49e1-a6d3-77eb8cbaf4c2 x-compute-request-id: req-ad6e69c9-9bdc-49e1-a6d3-77eb8cbaf4c2 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:45,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff used request id req-ad6e69c9-9bdc-49e1-a6d3-77eb8cbaf4c2 2019-01-03 19:36:45,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9124e69a115ac575e7cf1e5ae2d19a4d94088acb" 2019-01-03 19:36:45,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9aaabc5-e1f3-4c84-86b6-0b1abba8cc77 x-compute-request-id: req-b9aaabc5-e1f3-4c84-86b6-0b1abba8cc77 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:45,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff used request id req-b9aaabc5-e1f3-4c84-86b6-0b1abba8cc77 2019-01-03 19:36:45,836 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.7'. 2019-01-03 19:36:45,836 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2019-01-03 19:36:45,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:36:47,387 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed7e486e-247f-4eae-bbda-022f17b6891e x-compute-request-id: req-ed7e486e-247f-4eae-bbda-022f17b6891e Content-Length: 0 Content-Type: application/json 2019-01-03 19:36:47,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action used request id req-ed7e486e-247f-4eae-bbda-022f17b6891e 2019-01-03 19:36:47,387 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2019-01-03 19:36:47,387 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=960cced7-5fd1-4425-b45a-37dfd67de571 network=6fdf3cbf-8594-4efd-a294-b6b401b1d348 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:47,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:47,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:47,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:36:47,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:36:47,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:36:47,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:36:47,398 - 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" 2019-01-03 19:36:47,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3074fc0-6946-4093-b863-b8a0e5398211 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"}]}} 2019-01-03 19:36:47,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d3074fc0-6946-4093-b863-b8a0e5398211 2019-01-03 19:36:47,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:47,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["6bR4TUW3R1aYqrA8GG5Uaw"], "issued_at": "2019-01-03T19:36:47.000000Z"}} 2019-01-03 19:36:47,784 - 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}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" 2019-01-03 19:36:47,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86778a38-e4e2-40c6-91c3-d15f90614f4e x-compute-request-id: req-86778a38-e4e2-40c6-91c3-d15f90614f4e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:36:47,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-86778a38-e4e2-40c6-91c3-d15f90614f4e 2019-01-03 19:36:47,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" 2019-01-03 19:36:47,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed91065d-22e3-452c-ab86-74c86d1bdc8a x-compute-request-id: req-ed91065d-22e3-452c-ab86-74c86d1bdc8a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:36:47,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-ed91065d-22e3-452c-ab86-74c86d1bdc8a 2019-01-03 19:36:47,984 - 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}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "960cced7-5fd1-4425-b45a-37dfd67de571", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6fdf3cbf-8594-4efd-a294-b6b401b1d348"}]}}' 2019-01-03 19:36:49,772 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd80019f-0ff9-46d8-b390-384495589202 x-compute-request-id: req-cd80019f-0ff9-46d8-b390-384495589202 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ac53521f-3ad3-42db-9310-89d706924f71", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "adminPass": "oSQvMn5UzSjV"}} 2019-01-03 19:36:49,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-cd80019f-0ff9-46d8-b390-384495589202 2019-01-03 19:36:49,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" 2019-01-03 19:36:49,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5951fc5-ed4f-46c2-a423-2d53d33420b1 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"}]}} 2019-01-03 19:36:49,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d5951fc5-ed4f-46c2-a423-2d53d33420b1 2019-01-03 19:36:49,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:36:50,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:36:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["odGsbG6rSburdT9psF2hcw"], "issued_at": "2019-01-03T19:36:50.000000Z"}} 2019-01-03 19:36:50,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5143af0adcc837a0224074c19b0d9caaa1eb2d0" 2019-01-03 19:36:50,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50b86571-2b9f-4ae6-83bf-ff2665d94d9b x-compute-request-id: req-50b86571-2b9f-4ae6-83bf-ff2665d94d9b 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/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:50Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:50,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 used request id req-50b86571-2b9f-4ae6-83bf-ff2665d94d9b 2019-01-03 19:36:53,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5143af0adcc837a0224074c19b0d9caaa1eb2d0" 2019-01-03 19:36:54,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-665bb205-b272-4905-a7f5-c4eb6ff0b107 x-compute-request-id: req-665bb205-b272-4905-a7f5-c4eb6ff0b107 Content-Encoding: gzip Content-Length: 779 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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:36:50Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:54,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 used request id req-665bb205-b272-4905-a7f5-c4eb6ff0b107 2019-01-03 19:36:57,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5143af0adcc837a0224074c19b0d9caaa1eb2d0" 2019-01-03 19:36:58,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70bfe2d5-a55b-4de3-90e3-ed775bef6eb1 x-compute-request-id: req-70bfe2d5-a55b-4de3-90e3-ed775bef6eb1 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:58,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 used request id req-70bfe2d5-a55b-4de3-90e3-ed775bef6eb1 2019-01-03 19:36:58,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" 2019-01-03 19:36:58,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-689c7134-6e36-4ab7-9039-4304ad168647 x-compute-request-id: req-689c7134-6e36-4ab7-9039-4304ad168647 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:36:58,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71 used request id req-689c7134-6e36-4ab7-9039-4304ad168647 2019-01-03 19:36:58,642 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.5'. 2019-01-03 19:36:58,643 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2019-01-03 19:36:58,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:37:00,195 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b6a7df8-7b81-4bdd-8cd3-d4e9b2025b2c x-compute-request-id: req-7b6a7df8-7b81-4bdd-8cd3-d4e9b2025b2c Content-Length: 0 Content-Type: application/json 2019-01-03 19:37:00,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-7b6a7df8-7b81-4bdd-8cd3-d4e9b2025b2c 2019-01-03 19:37:00,196 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2019-01-03 19:37:00,196 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=960cced7-5fd1-4425-b45a-37dfd67de571 network=6fdf3cbf-8594-4efd-a294-b6b401b1d348 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.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 2019-01-03 19:37:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:37:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:37:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:37:00,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:37:00,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:37:00,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:37:00,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:37:00,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:37:00,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:37:00,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:37:00,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:37:00,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:37:00,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:37:00,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:37:00,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:37:00,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:37:00,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:37:00,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:37:00,206 - 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" 2019-01-03 19:37:00,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad8601a9-3fc0-4c5c-8de3-a125cf78d41a 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"}]}} 2019-01-03 19:37:00,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ad8601a9-3fc0-4c5c-8de3-a125cf78d41a 2019-01-03 19:37:00,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:37:00,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["ByTP9lOXRvaSBcWuYgUDLA"], "issued_at": "2019-01-03T19:37:00.000000Z"}} 2019-01-03 19:37:00,600 - 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}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" 2019-01-03 19:37:00,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6a24344-b516-4f14-8ba5-b241f3a8e4a9 x-compute-request-id: req-e6a24344-b516-4f14-8ba5-b241f3a8e4a9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:37:00,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e6a24344-b516-4f14-8ba5-b241f3a8e4a9 2019-01-03 19:37:00,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" 2019-01-03 19:37:00,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e1ca8e1-42c1-4f3e-938e-5da2bfe510de x-compute-request-id: req-2e1ca8e1-42c1-4f3e-938e-5da2bfe510de Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:37:00,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-2e1ca8e1-42c1-4f3e-938e-5da2bfe510de 2019-01-03 19:37:00,743 - 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}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "960cced7-5fd1-4425-b45a-37dfd67de571", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6fdf3cbf-8594-4efd-a294-b6b401b1d348"}], "config_drive": true}}' 2019-01-03 19:37:02,959 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:37:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0d0c5e8-0242-450f-8a0f-98a2988b5040 x-compute-request-id: req-b0d0c5e8-0242-450f-8a0f-98a2988b5040 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "adminPass": "BZfsNmmWv4HB"}} 2019-01-03 19:37:02,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b0d0c5e8-0242-450f-8a0f-98a2988b5040 2019-01-03 19:37:02,960 - 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" 2019-01-03 19:37:02,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef1feb9-51db-4d99-9e02-f059dfd09ec6 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"}]}} 2019-01-03 19:37:02,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1ef1feb9-51db-4d99-9e02-f059dfd09ec6 2019-01-03 19:37:02,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:37:03,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:37:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["u9KneHA9TtyjOKRPm5oxiA"], "issued_at": "2019-01-03T19:37:03.000000Z"}} 2019-01-03 19:37:03,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cef607fb3f778906421cc6bcdf672a3fde0f6b92" 2019-01-03 19:37:03,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b988c1fa-88f7-4090-ae35-a49216f7b739 x-compute-request-id: req-b988c1fa-88f7-4090-ae35-a49216f7b739 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/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:37:03Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:03,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 used request id req-b988c1fa-88f7-4090-ae35-a49216f7b739 2019-01-03 19:37:06,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cef607fb3f778906421cc6bcdf672a3fde0f6b92" 2019-01-03 19:37:07,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34d4a3d6-ee5d-4161-9638-0e2003795eef x-compute-request-id: req-34d4a3d6-ee5d-4161-9638-0e2003795eef 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/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:37:04Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:07,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 used request id req-34d4a3d6-ee5d-4161-9638-0e2003795eef 2019-01-03 19:37:10,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cef607fb3f778906421cc6bcdf672a3fde0f6b92" 2019-01-03 19:37:11,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37: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-286e31f6-ecd2-40ec-94fc-25139edcc9d8 x-compute-request-id: req-286e31f6-ecd2-40ec-94fc-25139edcc9d8 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:11,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 used request id req-286e31f6-ecd2-40ec-94fc-25139edcc9d8 2019-01-03 19:37:11,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" 2019-01-03 19:37:11,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-37146746-ee44-4e44-8986-af788dfd24ae x-compute-request-id: req-37146746-ee44-4e44-8986-af788dfd24ae Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:11,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41 used request id req-37146746-ee44-4e44-8986-af788dfd24ae 2019-01-03 19:37:11,878 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.8'. 2019-01-03 19:37:11,878 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2019-01-03 19:37:11,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:37:13,197 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-be83ee28-d3d6-420c-95e8-73ec410813e2 x-compute-request-id: req-be83ee28-d3d6-420c-95e8-73ec410813e2 Content-Length: 0 Content-Type: application/json 2019-01-03 19:37:13,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action used request id req-be83ee28-d3d6-420c-95e8-73ec410813e2 2019-01-03 19:37:13,198 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2019-01-03 19:37:13,198 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=960cced7-5fd1-4425-b45a-37dfd67de571 network=e3492ef2-a7e0-436c-aa69-9fb21fda6112 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 10.10.10.7 10.10.11.8 10.10.11.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 2019-01-03 19:37:13,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:37:13,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:37:13,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:37:13,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:37:13,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:37:13,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:37:13,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:37:13,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:37:13,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:37:13,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:37:13,209 - 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" 2019-01-03 19:37:13,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad756dc-85f9-4969-80b9-09241fc8e44e 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"}]}} 2019-01-03 19:37:13,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7ad756dc-85f9-4969-80b9-09241fc8e44e 2019-01-03 19:37:13,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:37:13,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["fVG1tZHdTkm8182VYUqnLg"], "issued_at": "2019-01-03T19:37:13.000000Z"}} 2019-01-03 19:37:13,600 - 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}1e9decef2aad4fab22b4f77f3171564eaf897635" 2019-01-03 19:37:13,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fddaae5-47d4-452c-90ff-a6e6d18a8574 x-compute-request-id: req-8fddaae5-47d4-452c-90ff-a6e6d18a8574 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:37:13,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8fddaae5-47d4-452c-90ff-a6e6d18a8574 2019-01-03 19:37:13,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" 2019-01-03 19:37:13,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8248ca3a-036e-41de-9638-08fad6c9dac5 x-compute-request-id: req-8248ca3a-036e-41de-9638-08fad6c9dac5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:37:13,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-8248ca3a-036e-41de-9638-08fad6c9dac5 2019-01-03 19:37:13,797 - 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}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "960cced7-5fd1-4425-b45a-37dfd67de571", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42IDEwLjEwLjEwLjcgMTAuMTAuMTEuOCAxMC4xMC4xMS41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3492ef2-a7e0-436c-aa69-9fb21fda6112"}], "config_drive": true}}' 2019-01-03 19:37:15,276 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78fc88a4-453d-4c58-ba38-ff740d8e07a5 x-compute-request-id: req-78fc88a4-453d-4c58-ba38-ff740d8e07a5 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "adminPass": "tZcbbPH5eza2"}} 2019-01-03 19:37:15,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-78fc88a4-453d-4c58-ba38-ff740d8e07a5 2019-01-03 19:37:15,277 - 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" 2019-01-03 19:37:15,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4199ce1d-7a52-42f0-b839-9899da50c1ea 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"}]}} 2019-01-03 19:37:15,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4199ce1d-7a52-42f0-b839-9899da50c1ea 2019-01-03 19:37:15,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:37:15,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:37:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["opZX6nCTSq-tIJqSW_E6XA"], "issued_at": "2019-01-03T19:37:15.000000Z"}} 2019-01-03 19:37:15,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff577b50daca703eaea69bcf3970c96b93501e76" 2019-01-03 19:37:16,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af90b320-4470-4f3a-87a4-ec4c7f488423 x-compute-request-id: req-af90b320-4470-4f3a-87a4-ec4c7f488423 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:37: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-1", "created": "2019-01-03T19:37:15Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:16,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 used request id req-af90b320-4470-4f3a-87a4-ec4c7f488423 2019-01-03 19:37:19,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff577b50daca703eaea69bcf3970c96b93501e76" 2019-01-03 19:37:19,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ea929aa-64ec-4420-800c-d32e2f6d6e5f x-compute-request-id: req-3ea929aa-64ec-4420-800c-d32e2f6d6e5f Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5f:4d", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:37:16Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-03T19:37:15Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:19,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 used request id req-3ea929aa-64ec-4420-800c-d32e2f6d6e5f 2019-01-03 19:37:22,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff577b50daca703eaea69bcf3970c96b93501e76" 2019-01-03 19:37:23,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-084f525c-3d89-4850-b8f8-8b91bb79a7b8 x-compute-request-id: req-084f525c-3d89-4850-b8f8-8b91bb79a7b8 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5f:4d", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-03T19:37:19.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:20Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-03T19:37:15Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:23,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 used request id req-084f525c-3d89-4850-b8f8-8b91bb79a7b8 2019-01-03 19:37:23,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" 2019-01-03 19:37:23,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-7aa1f67e-3d90-4c56-abd5-972ded310b4b x-compute-request-id: req-7aa1f67e-3d90-4c56-abd5-972ded310b4b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:5f:4d", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-03T19:37:19.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:20Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-03T19:37:15Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:37:23,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2 used request id req-7aa1f67e-3d90-4c56-abd5-972ded310b4b 2019-01-03 19:37:23,922 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.5'. 2019-01-03 19:37:23,923 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2019-01-03 19:37:23,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:37:25,069 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-30cfa7c6-0986-4922-a0d9-3b9a789e1df6 x-compute-request-id: req-30cfa7c6-0986-4922-a0d9-3b9a789e1df6 Content-Length: 0 Content-Type: application/json 2019-01-03 19:37:25,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-30cfa7c6-0986-4922-a0d9-3b9a789e1df6 2019-01-03 19:37:25,070 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2019-01-03 19:37:25,076 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-294364", "route_distinguishers": "11:11"}}' 2019-01-03 19:37:25,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-55645866-63d5-4999-9db5-86eb3dbfac32 Date: Thu, 03 Jan 2019 19:37:25 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "59c0c68c-6b83-4467-9a24-e9ea939e9628", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:37:25,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-55645866-63d5-4999-9db5-86eb3dbfac32 2019-01-03 19:37:25,461 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-294364', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'59c0c68c-6b83-4467-9a24-e9ea939e9628'}} 2019-01-03 19:37:25,461 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2019-01-03 19:37:25,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network_association": {"network_id": "e3492ef2-a7e0-436c-aa69-9fb21fda6112"}}' 2019-01-03 19:37:25,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-43bf278e-6afa-4dfb-9216-b1be1a1baf7e Date: Thu, 03 Jan 2019 19:37:25 GMT RESP BODY: {"network_association": {"network_id": "e3492ef2-a7e0-436c-aa69-9fb21fda6112", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "97cfee50-54c7-4697-8c10-e74df155f551"}} 2019-01-03 19:37:25,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628/network_associations used request id req-43bf278e-6afa-4dfb-9216-b1be1a1baf7e 2019-01-03 19:37:25,938 - sdnvpn_test_utils - INFO - Waiting for instance 4033d6b5-f795-43c6-88c8-2a29cee02a8b to boot up 2019-01-03 19:37:25,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b8dc8088d05a4ce899d49e3ed39afafa584508" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:27,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edcb1232-d85f-4e69-afbd-0a38056fade5 x-compute-request-id: req-edcb1232-d85f-4e69-afbd-0a38056fade5 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 484931388 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136159] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137932] pid_max: default: 32768 minimum: 301\n[ 0.138890] ACPI: Core revision 20150930\n[ 0.140323] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141730] Security Framework initialized\n[ 0.142606] Yama: becoming mindful.\n[ 0.143419] AppArmor: AppArmor initialized\n[ 0.144331] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147076] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149822] Initializing cgroup subsys io\n[ 0.150669] Initializing cgroup subsys memory\n[ 0.151595] Initializing cgroup subsys devices\n[ 0.152531] Initializing cgroup subsys freezer\n[ 0.153544] Initializing cgroup subsys net_cls\n[ 0.154470] Initializing cgroup subsys perf_event\n[ 0.155461] Initializing cgroup subsys net_prio\n[ 0.156407] Initializing cgroup subsys hugetlb\n[ 0.157332] Initializing cgroup subsys pids\n[ 0.158263] CPU: Physical Processor ID: 0\n[ 0.159841] mce: CPU supports 10 MCE banks\n[ 0.160754] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161835] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174328] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180905] ftrace: allocating 31920 entries in 125 pages\n[ 0.206867] smpboot: Max logical packages: 1\n[ 0.207808] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209209] x2apic enabled\n[ 0.210043] Switched APIC routing to physical x2apic.\n[ 0.211873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213067] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215201] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217052] KVM setup paravirtual spinlock\n[ 0.218364] x86: Booted up 1 node, 1 CPUs\n[ 0.219239] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220719] devtmpfs: initialized\n[ 0.222446] evm: security.selinux\n[ 0.223223] evm: security.SMACK64\n[ 0.223976] evm: security.SMACK64EXEC\n[ 0.224776] evm: security.SMACK64TRANSMUTE\n[ 0.225646] evm: security.SMACK64MMAP\n[ 0.226433] evm: security.ima\n[ 0.227092] evm: security.capability\n[ 0.227921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229853] pinctrl core: initialized pinctrl subsystem\n[ 0.230997] RTC time: 19:36:27, date: 01/03/19\n[ 0.231981] NET: Registered protocol family 16\n[ 0.232984] cpuidle: using governor ladder\n[ 0.233857] cpuidle: using governor menu\n[ 0.234714] PCCT header not found.\n[ 0.235520] ACPI: bus type PCI registered\n[ 0.236373] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237734] PCI: Using configuration type 1 for base access\n[ 0.239621] ACPI: Added _OSI(Module Device)\n[ 0.240528] ACPI: Added _OSI(Processor Device)\n[ 0.241454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242404] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244701] ACPI: Interpreter enabled\n[ 0.245497] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251249] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253140] ACPI: (supports S0 S5)\n[ 0.253869] ACPI: Using IOAPIC for interrupt routing\n[ 0.255010] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258134] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259354] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260635] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261877] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264188] acpiphp: Slot [3] registered\n[ 0.265017] acpiphp: Slot [4] registered\n[ 0.265852] acpiphp: Slot [5] registered\n[ 0.266679] acpiphp: Slot [6] registered\n[ 0.267546] acpiphp: Slot [7] registered\n[ 0.268401] acpiphp: Slot [8] registered\n[ 0.269233] acpiphp: Slot [9] registered\n[ 0.270063] acpiphp: Slot [10] registered\n[ 0.270875] acpiphp: Slot [11] registered\n[ 0.271720] acpiphp: Slot [12] registered\n[ 0.272589] acpiphp: Slot [13] registered\n[ 0.273411] acpiphp: Slot [14] registered\n[ 0.274261] acpiphp: Slot [15] registered\n[ 0.285198] acpiphp: Slot [16] registered\n[ 0.286042] acpiphp: Slot [17] registered\n[ 0.286880] acpiphp: Slot [18] registered\n[ 0.287725] acpiphp: Slot [19] registered\n[ 0.288536] acpiphp: Slot [20] registered\n[ 0.289350] acpiphp: Slot [21] registered\n[ 0.290197] acpiphp: Slot [22] registered\n[ 0.291038] acpiphp: Slot [23] registered\n[ 0.291881] acpiphp: Slot [24] registered\n[ 0.292697] acpiphp: Slot [25] registered\n[ 0.293513] acpiphp: Slot [26] registered\n[ 0.294334] acpiphp: Slot [27] registered\n[ 0.295169] acpiphp: Slot [28] registered\n[ 0.295980] acpiphp: Slot [29] registered\n[ 0.296871] acpiphp: Slot [30] registered\n[ 0.297721] acpiphp: Slot [31] registered\n[ 0.298606] PCI host bridge to bus 0000:00\n[ 0.299447] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300688] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301935] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304966] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311205] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312580] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313812] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315195] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321542] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323007] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369207] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370754] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372199] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373659] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375109] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376401] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377957] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379045] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380635] vgaarb: loaded\n[ 0.381250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382426] SCSI subsystem initialized\n[ 0.383263] ACPI: bus type USB registered\n[ 0.384104] usbcore: registered new interface driver usbfs\n[ 0.385157] usbcore: registered new interface driver hub\n[ 0.386193] usbcore: registered new device driver usb\n[ 0.387268] PCI: Using ACPI for IRQ routing\n[ 0.388310] NetLabel: Initializing\n[ 0.389034] NetLabel: domain hash size = 128\n[ 0.389918] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390866] NetLabel: unlabeled traffic allowed by default\n[ 0.391968] clocksource: Switched to clocksource kvm-clock\n[ 0.397358] AppArmor: AppArmor Filesystem Enabled\n[ 0.398323] pnp: PnP ACPI init\n[ 0.399227] pnp: PnP ACPI: found 5 devices\n[ 0.405585] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407338] NET: Registered protocol family 2\n[ 0.408295] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409577] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410746] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412989] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414165] NET: Registered protocol family 1\n[ 0.415037] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416171] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417275] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431012] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445274] Trying to unpack rootfs image as initramfs...\n[ 0.494241] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.508093] Scanning for low memory corruption every 60 seconds\n[ 0.509474] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510668] audit: initializing netlink subsys (disabled)\n[ 0.511740] audit: type=2000 audit(1546544188.273:1): initialized\n[ 0.513092] Initialise system trusted keyring\n[ 0.514053] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515263] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517265] zbud: loaded\n[ 0.518044] VFS: Disk quotas dquot_6.6.0\n[ 0.518894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520383] fuse init (API version 7.23)\n[ 0.521285] Key type big_key registered\n[ 0.522120] Allocating IMA MOK and blacklist keyrings.\n[ 0.523198] Key type asymmetric registered\n[ 0.524048] Asymmetric key parser 'x509' registered\n[ 0.525017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526839] io scheduler noop registered\n[ 0.527642] io scheduler deadline registered (default)\n[ 0.528637] io scheduler cfq registered\n[ 0.529467] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533257] ACPI: Power Button [PWRF]\n[ 0.534119] GHES: HEST is not enabled!\n[ 0.547562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605526] Linux agpgart interface v0.103\n[ 0.607520] brd: module loaded\n[ 0.608664] loop: module loaded\n[ 0.612900] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614335] GPT:90111 != 2097151\n[ 0.615002] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616078] GPT:90111 != 2097151\n[ 0.616746] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617686] vda: vda1 vda15\n[ 0.619073] scsi host0: ata_piix\n[ 0.619812] scsi host1: ata_piix\n[ 0.620528] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621719] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623130] libphy: Fixed MDIO Bus: probed\n[ 0.623943] tun: Universal TUN/TAP device driver, 1.6\n[ 0.624883] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626966] PPP generic driver version 2.4.2\n[ 0.627842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629095] ehci-pci: EHCI PCI platform driver\n[ 0.629960] ehci-platform: EHCI generic platform driver\n[ 0.630924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632031] ohci-pci: OHCI PCI platform driver\n[ 0.632889] ohci-platform: OHCI generic platform driver\n[ 0.633856] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648193] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649177] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.650602] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.651615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.652717] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653918] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655304] usb usb1: Product: UHCI Host Controller\n[ 0.656224] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657344] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658327] hub 1-0:1.0: USB hub found\n[ 0.659100] hub 1-0:1.0: 2 ports detected\n[ 0.659997] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662069] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663006] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664019] mousedev: PS/2 mouse device common for all mice\n[ 0.665241] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.667038] rtc_cmos 00:00: RTC can wake from S4\n[ 0.668116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669296] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670465] i2c /dev entries driver\n[ 0.671215] device-mapper: uevent: version 1.0.3\n[ 0.672156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673754] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675019] NET: Registered protocol family 10\n[ 0.676013] NET: Registered protocol family 17\n[ 0.676897] Key type dns_resolver registered\n[ 0.677808] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678895] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680616] registered taskstats version 1\n[ 0.681439] Loading compiled-in X.509 certificates\n[ 0.682863] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684681] zswap: loaded using pool lzo/zbud\n[ 0.686024] Key type trusted registered\n[ 0.687556] Key type encrypted registered\n[ 0.688382] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689395] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690408] evm: HMAC attrs: 0x1\n[ 0.691324] Magic number: 3:789:646\n[ 0.692082] scsi_host host0: hash matches\n[ 0.692875] scsi host0: hash matches\n[ 0.693680] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:28 UTC (1546544188)\n[ 0.695253] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.696355] EDD information not available.\n[ 0.780943] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792569] Write protecting the kernel read-only data: 14336k\n[ 0.794104] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795863] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.34\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.547615] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.45. iid=i-00000104\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDKuFelX3mApp/F79Jr/Xvj4dmkrS1F5HCvYTfhPPhcJcaJk73r+r+Xb8xDufz81eTtdq/dGqLYRpqt6jRTHTdj48X1tL8kxdKyTbebWVeQsLjEFQ0SGgs1WTOtWDoqbqgjlhJv+zUYTxSMJ7NAGPf+pFVfRBCBd1IzZdz2tP3WFIP2BYbaEgLPZKnFo6z+W6vNOoRBoDiiCloWPCLl2wsALfiiuuCSty9ABYshSWGsqnkHfwB7ZtSAEBuB1Z5z115A7PiZQGH5ybcrEVl5ChGt+QMlgE2YLpXGdL2k4f3h3UQ8YV8byf91XSmDscBfehxi0MZRE78hWLYsRFpfWkqf root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKDHC7CEx04/wj/z/v/008+aZwKB9AToAGUhn+1TDGkwnoHqTDgmTUXWjfz4DWPR+a5MtrjBJNQZsp16wHihtUK5TO7tivGX4ir3Yce5gTBapZH/vl3iVmYjL51evz2MJ/EqUmzpLUEgrpO/uO/51mVsRmK4JEu2fxCfalLdyFvLAAAAFQDEVFJNlwxpvYBy1CMTFS3lX/qHCQAAAIAi0FhPCiXb2S4GaleCcNdur2+U63iuwSJ6OqwOs5tWZ6LjxTUbJYeeISx5DJuEqbX5dJcxGe7itsPOfUC9z72DTsXSuvXByrFcn55HbD0K1RY/zfP4oVT4Vhrt/32sxyItfNMP/5RcmlHL9N+29AhU+/DOCXAlUMgw3MxHdL129QAAAIAoz1oHW6izjCR3ie9TyrmRP07azlZSeFdE6F5v11//par8RrE6Tls4qM7uxgKu20mcOrs1f1en6hNfkInkG+kXfAVbAJ46ICyDuMu13twQHUBvdeq3Gm2RQuccSJSPi3qdHf5XslgX+X47jU0XI1UxBhMiKbVMSfQYknEak+81uQ== 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.6,24,fe80::f816:3eff:fe68:7174/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000104\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.33 ===\n/dev/root resized successfully [took 3.05s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:68:71:74 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe68:7174/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:5 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7993 (7.8 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\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.129601] usb 1-1: Product: QEMU USB Tablet\n[ 1.129602] usb 1-1: Manufacturer: QEMU\n[ 1.129603] usb 1-1: SerialNumber: 42\n[ 1.508150] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.508152] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.510808] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.526396] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.547615] random: dd urandom read with 5 bits of entropy available\n[ 4.451395] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.232280] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:36:29 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:36:29 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:36:29 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)\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:36:29 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:36:29 cirros kern.notice kernel: [ 1.547615] random: dd urandom read with 5 bits of entropy available\nJan 3 19:36:31 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:36:31 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:36:32 cirros kern.info kernel: [ 4.451395] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:36:33 cirros kern.info kernel: [ 5.232280] 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: "} 2019-01-03 19:37:27,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action used request id req-edcb1232-d85f-4e69-afbd-0a38056fade5 2019-01-03 19:37:29,042 - sdnvpn_test_utils - INFO - Waiting for instance aae86bba-7d3b-49c9-96c3-4f2c884903ff to boot up 2019-01-03 19:37:29,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9124e69a115ac575e7cf1e5ae2d19a4d94088acb" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:30,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7d85b2b-fd64-48a0-a880-dfe85337ed75 x-compute-request-id: req-e7d85b2b-fd64-48a0-a880-dfe85337ed75 Content-Encoding: gzip Content-Length: 10909 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480063161 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.129650] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131314] pid_max: default: 32768 minimum: 301\n[ 0.132207] ACPI: Core revision 20150930\n[ 0.133590] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134894] Security Framework initialized\n[ 0.135707] Yama: becoming mindful.\n[ 0.136441] AppArmor: AppArmor initialized\n[ 0.137307] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138652] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139932] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141158] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142545] Initializing cgroup subsys io\n[ 0.143355] Initializing cgroup subsys memory\n[ 0.144209] Initializing cgroup subsys devices\n[ 0.145085] Initializing cgroup subsys freezer\n[ 0.145950] Initializing cgroup subsys net_cls\n[ 0.146818] Initializing cgroup subsys perf_event\n[ 0.147723] Initializing cgroup subsys net_prio\n[ 0.148604] Initializing cgroup subsys hugetlb\n[ 0.149475] Initializing cgroup subsys pids\n[ 0.150346] CPU: Physical Processor ID: 0\n[ 0.151828] mce: CPU supports 10 MCE banks\n[ 0.152671] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153678] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164637] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171025] ftrace: allocating 31920 entries in 125 pages\n[ 0.197206] smpboot: Max logical packages: 1\n[ 0.198054] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199410] x2apic enabled\n[ 0.200219] Switched APIC routing to physical x2apic.\n[ 0.201979] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203101] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205082] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206859] KVM setup paravirtual spinlock\n[ 0.208151] x86: Booted up 1 node, 1 CPUs\n[ 0.208950] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210332] devtmpfs: initialized\n[ 0.212038] evm: security.selinux\n[ 0.212737] evm: security.SMACK64\n[ 0.213440] evm: security.SMACK64EXEC\n[ 0.214180] evm: security.SMACK64TRANSMUTE\n[ 0.214979] evm: security.SMACK64MMAP\n[ 0.215724] evm: security.ima\n[ 0.216370] evm: security.capability\n[ 0.217169] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219005] pinctrl core: initialized pinctrl subsystem\n[ 0.220102] RTC time: 19:36:40, date: 01/03/19\n[ 0.221045] NET: Registered protocol family 16\n[ 0.222008] cpuidle: using governor ladder\n[ 0.222821] cpuidle: using governor menu\n[ 0.223602] PCCT header not found.\n[ 0.224355] ACPI: bus type PCI registered\n[ 0.225157] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226386] PCI: Using configuration type 1 for base access\n[ 0.228136] ACPI: Added _OSI(Module Device)\n[ 0.228976] ACPI: Added _OSI(Processor Device)\n[ 0.229834] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230726] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232843] ACPI: Interpreter enabled\n[ 0.233620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240969] ACPI: (supports S0 S5)\n[ 0.241676] ACPI: Using IOAPIC for interrupt routing\n[ 0.242741] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246963] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248186] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251567] acpiphp: Slot [3] registered\n[ 0.252367] acpiphp: Slot [4] registered\n[ 0.253162] acpiphp: Slot [5] registered\n[ 0.253953] acpiphp: Slot [6] registered\n[ 0.254746] acpiphp: Slot [7] registered\n[ 0.255546] acpiphp: Slot [8] registered\n[ 0.256343] acpiphp: Slot [9] registered\n[ 0.257135] acpiphp: Slot [10] registered\n[ 0.257935] acpiphp: Slot [11] registered\n[ 0.258752] acpiphp: Slot [12] registered\n[ 0.259567] acpiphp: Slot [13] registered\n[ 0.260376] acpiphp: Slot [14] registered\n[ 0.261188] acpiphp: Slot [15] registered\n[ 0.272136] acpiphp: Slot [16] registered\n[ 0.272953] acpiphp: Slot [17] registered\n[ 0.273762] acpiphp: Slot [18] registered\n[ 0.274568] acpiphp: Slot [19] registered\n[ 0.275375] acpiphp: Slot [20] registered\n[ 0.276192] acpiphp: Slot [21] registered\n[ 0.276996] acpiphp: Slot [22] registered\n[ 0.277808] acpiphp: Slot [23] registered\n[ 0.278618] acpiphp: Slot [24] registered\n[ 0.279429] acpiphp: Slot [25] registered\n[ 0.280241] acpiphp: Slot [26] registered\n[ 0.281045] acpiphp: Slot [27] registered\n[ 0.281855] acpiphp: Slot [28] registered\n[ 0.282669] acpiphp: Slot [29] registered\n[ 0.283478] acpiphp: Slot [30] registered\n[ 0.284290] acpiphp: Slot [31] registered\n[ 0.285097] PCI host bridge to bus 0000:00\n[ 0.285900] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287107] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288315] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289759] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291201] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297415] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298686] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299854] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301119] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355694] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357188] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358606] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360015] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361401] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362651] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363799] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366382] vgaarb: loaded\n[ 0.366985] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368125] SCSI subsystem initialized\n[ 0.368938] ACPI: bus type USB registered\n[ 0.369752] usbcore: registered new interface driver usbfs\n[ 0.370770] usbcore: registered new interface driver hub\n[ 0.371774] usbcore: registered new device driver usb\n[ 0.372821] PCI: Using ACPI for IRQ routing\n[ 0.373843] NetLabel: Initializing\n[ 0.374557] NetLabel: domain hash size = 128\n[ 0.375400] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376349] NetLabel: unlabeled traffic allowed by default\n[ 0.377437] clocksource: Switched to clocksource kvm-clock\n[ 0.382954] AppArmor: AppArmor Filesystem Enabled\n[ 0.383936] pnp: PnP ACPI init\n[ 0.384849] pnp: PnP ACPI: found 5 devices\n[ 0.391217] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392902] NET: Registered protocol family 2\n[ 0.393856] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395118] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396271] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397418] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398488] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399648] NET: Registered protocol family 1\n[ 0.400513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401603] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402669] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416603] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430877] Trying to unpack rootfs image as initramfs...\n[ 0.481039] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494931] Scanning for low memory corruption every 60 seconds\n[ 0.496251] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497388] audit: initializing netlink subsys (disabled)\n[ 0.498414] audit: type=2000 audit(1546544200.967:1): initialized\n[ 0.499710] Initialise system trusted keyring\n[ 0.500629] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503731] zbud: loaded\n[ 0.510598] VFS: Disk quotas dquot_6.6.0\n[ 0.525873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527409] fuse init (API version 7.23)\n[ 0.528296] Key type big_key registered\n[ 0.529086] Allocating IMA MOK and blacklist keyrings.\n[ 0.530194] Key type asymmetric registered\n[ 0.531008] Asymmetric key parser 'x509' registered\n[ 0.531952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533772] io scheduler noop registered\n[ 0.534567] io scheduler deadline registered (default)\n[ 0.535545] io scheduler cfq registered\n[ 0.536369] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.537406] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538663] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540106] ACPI: Power Button [PWRF]\n[ 0.540927] GHES: HEST is not enabled!\n[ 0.554621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582360] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.584631] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.609779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612531] Linux agpgart interface v0.103\n[ 0.614648] brd: module loaded\n[ 0.615849] loop: module loaded\n[ 0.620957] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622421] GPT:90111 != 2097151\n[ 0.623105] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624200] GPT:90111 != 2097151\n[ 0.624872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625845] vda: vda1 vda15\n[ 0.627530] scsi host0: ata_piix\n[ 0.628272] scsi host1: ata_piix\n[ 0.628984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630226] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631686] libphy: Fixed MDIO Bus: probed\n[ 0.632520] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633487] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635763] PPP generic driver version 2.4.2\n[ 0.636665] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638003] ehci-pci: EHCI PCI platform driver\n[ 0.638882] ehci-platform: EHCI generic platform driver\n[ 0.639872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640998] ohci-pci: OHCI PCI platform driver\n[ 0.641884] ohci-platform: OHCI generic platform driver\n[ 0.642878] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657281] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658289] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659756] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660782] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663146] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664588] usb usb1: Product: UHCI Host Controller\n[ 0.665530] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666677] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667692] hub 1-0:1.0: USB hub found\n[ 0.668474] hub 1-0:1.0: 2 ports detected\n[ 0.669377] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671501] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673506] mousedev: PS/2 mouse device common for all mice\n[ 0.674771] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676620] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677728] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678932] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680138] i2c /dev entries driver\n[ 0.680899] device-mapper: uevent: version 1.0.3\n[ 0.681867] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683513] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684791] NET: Registered protocol family 10\n[ 0.685800] NET: Registered protocol family 17\n[ 0.686697] Key type dns_resolver registered\n[ 0.687628] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688731] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690500] registered taskstats version 1\n[ 0.691344] Loading compiled-in X.509 certificates\n[ 0.692780] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694660] zswap: loaded using pool lzo/zbud\n[ 0.696036] Key type trusted registered\n[ 0.697610] Key type encrypted registered\n[ 0.698450] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699478] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700514] evm: HMAC attrs: 0x1\n[ 0.701468] Magic number: 3:789:646\n[ 0.702234] scsi_host host0: hash matches\n[ 0.703033] scsi host0: hash matches\n[ 0.703856] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:41 UTC (1546544201)\n[ 0.705494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706615] EDD information not available.\n[ 0.790405] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802687] Write protecting the kernel read-only data: 14336k\n[ 0.804260] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806082] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.446501] random: dd 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.34. iid=i-00000107\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgCRtvpui3glSJ8bWIrmJUvki4TlWY/eXW0KxrX36EoJ7s0MEn1X1yHOMceUvF3RDNjc5RvwjbH0HTMy/ZHqcgKvQtipaR4YF3dPAacALDPw6mIwSDVMPoixTefeRLz8Z13wMRov6ohdBybPig5x76ixrdVlGqRPS9vjLb2mDmoImgvJeZu75IqIuuxMMI9xDd5Rl7c5AgAd/zfRUgQQDFaHUUQqhnLy0yxSPCkL+J8dh2TfMIa0ZYls2XTv5D/j9vvalgrR7lToBVOmRR2hDWPJ8kyXYAhtoYR01xDjZr7PWYYSGliSoeRWB05QzIiUxaVRc/lg7qgagONC/a4QiZ root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAKr0ZyL1Ywiqg2hGxVLDUb3ATED3rzLhkMWJqyxVBi7CH7EHVjdwrwkLc8xSKqkqNcpmdlZij/cCwQNORC4GDr35U9/RaAXdEMdCBWJYsMaVK7MnMaVXgyj2b4AzQTcAXfkSuZKqVcCfLHSvelCfgaFpOA6BCDo7XoYVElKR8RiRAAAAFQCp4n1sN3jxB41kNPlt4206ZsNcOQAAAIA8Yvzzp4YmeiidTmpUNAhRY5T4paupAf94ZE+7lCtAYbCllxmyF0CU8TM+1uET/oGdlHu3xvXVVWfAr8HyJsaWI0/p5sJTYYMyLx1FVwdJ/v/X0DNFM9uiC/lNjj9XpG5zunaCT5kquRkZC2U4sEMePTry+2wE3a4Km57zRAf2kQAAAIEAmxwI/GgTB0zUernAPbSEF013TRUO7FsT1urSeEnq391hxKxwBva5IkbaDtM4FLqqS1uqVL4Ov3+zclx22yAaND3KzKhwBKT7l9bUeSSy1zfwq5B4UoncBmpujio71MgJPUfr9KZRucSEPtxiTk0B8TYP3hB8MWeZlvkOin8QBME= 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.7,24,fe80::f816:3eff:fe5e:d8dd/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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.78 ===\n/dev/root resized successfully [took 2.92s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:D8:DD \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:d8dd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7944 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.138411] usb 1-1: Product: QEMU USB Tablet\n[ 1.138412] usb 1-1: Manufacturer: QEMU\n[ 1.138412] usb 1-1: SerialNumber: 42\n[ 1.187621] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.427179] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.446501] random: dd urandom read with 5 bits of entropy available\n[ 1.493502] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 1.493505] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 2.905964] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.339153] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:36:42 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:36:42 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:36:42 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)\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:36:42 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:36:42 cirros kern.notice kernel: [ 1.446501] random: dd urandom read with 5 bits of entropy available\nJan 3 19:36:42 cirros kern.info kernel: [ 1.493502] tsc: Refined TSC clocksource calibration: 3491.908 MHz\nJan 3 19:36:42 cirros kern.info kernel: [ 1.493505] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nJan 3 19:36:43 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:36:43 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:36:43 cirros kern.info kernel: [ 2.905964] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:36:44 cirros kern.info kernel: [ 3.339153] 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: "} 2019-01-03 19:37:30,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action used request id req-e7d85b2b-fd64-48a0-a880-dfe85337ed75 2019-01-03 19:37:32,151 - sdnvpn_test_utils - INFO - Waiting for instance ac53521f-3ad3-42db-9310-89d706924f71 to boot up 2019-01-03 19:37:32,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:33,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d02ccef-a24c-47da-aed6-632b87fa0a37 x-compute-request-id: req-3d02ccef-a24c-47da-aed6-632b87fa0a37 Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504593884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132136] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133808] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136102] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137414] Security Framework initialized\n[ 0.138240] Yama: becoming mindful.\n[ 0.138973] AppArmor: AppArmor initialized\n[ 0.139845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145080] Initializing cgroup subsys io\n[ 0.145897] Initializing cgroup subsys memory\n[ 0.146759] Initializing cgroup subsys devices\n[ 0.147646] Initializing cgroup subsys freezer\n[ 0.148522] Initializing cgroup subsys net_cls\n[ 0.149403] Initializing cgroup subsys perf_event\n[ 0.150325] Initializing cgroup subsys net_prio\n[ 0.151224] Initializing cgroup subsys hugetlb\n[ 0.152099] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154467] mce: CPU supports 10 MCE banks\n[ 0.155330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156341] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173418] ftrace: allocating 31920 entries in 125 pages\n[ 0.199884] smpboot: Max logical packages: 1\n[ 0.200737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202093] x2apic enabled\n[ 0.202906] Switched APIC routing to physical x2apic.\n[ 0.204671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207805] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209597] KVM setup paravirtual spinlock\n[ 0.210971] x86: Booted up 1 node, 1 CPUs\n[ 0.211784] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213187] devtmpfs: initialized\n[ 0.214909] evm: security.selinux\n[ 0.215611] evm: security.SMACK64\n[ 0.216306] evm: security.SMACK64EXEC\n[ 0.217068] evm: security.SMACK64TRANSMUTE\n[ 0.217882] evm: security.SMACK64MMAP\n[ 0.218641] evm: security.ima\n[ 0.219291] evm: security.capability\n[ 0.220100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221972] pinctrl core: initialized pinctrl subsystem\n[ 0.223084] RTC time: 19:36:52, date: 01/03/19\n[ 0.224042] NET: Registered protocol family 16\n[ 0.225046] cpuidle: using governor ladder\n[ 0.225878] cpuidle: using governor menu\n[ 0.226664] PCCT header not found.\n[ 0.227426] ACPI: bus type PCI registered\n[ 0.228232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229479] PCI: Using configuration type 1 for base access\n[ 0.231244] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232967] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233877] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236033] ACPI: Interpreter enabled\n[ 0.236814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244244] ACPI: (supports S0 S5)\n[ 0.244955] ACPI: Using IOAPIC for interrupt routing\n[ 0.246021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250296] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252736] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254969] acpiphp: Slot [3] registered\n[ 0.255770] acpiphp: Slot [4] registered\n[ 0.256569] acpiphp: Slot [5] registered\n[ 0.257372] acpiphp: Slot [6] registered\n[ 0.258182] acpiphp: Slot [7] registered\n[ 0.258997] acpiphp: Slot [8] registered\n[ 0.259796] acpiphp: Slot [9] registered\n[ 0.260596] acpiphp: Slot [10] registered\n[ 0.261414] acpiphp: Slot [11] registered\n[ 0.262230] acpiphp: Slot [12] registered\n[ 0.263047] acpiphp: Slot [13] registered\n[ 0.263862] acpiphp: Slot [14] registered\n[ 0.264671] acpiphp: Slot [15] registered\n[ 0.275684] acpiphp: Slot [16] registered\n[ 0.276507] acpiphp: Slot [17] registered\n[ 0.277333] acpiphp: Slot [18] registered\n[ 0.278153] acpiphp: Slot [19] registered\n[ 0.278991] acpiphp: Slot [20] registered\n[ 0.279812] acpiphp: Slot [21] registered\n[ 0.280623] acpiphp: Slot [22] registered\n[ 0.281437] acpiphp: Slot [23] registered\n[ 0.282259] acpiphp: Slot [24] registered\n[ 0.283072] acpiphp: Slot [25] registered\n[ 0.283900] acpiphp: Slot [26] registered\n[ 0.284718] acpiphp: Slot [27] registered\n[ 0.285551] acpiphp: Slot [28] registered\n[ 0.286383] acpiphp: Slot [29] registered\n[ 0.287207] acpiphp: Slot [30] registered\n[ 0.288036] acpiphp: Slot [31] registered\n[ 0.288855] PCI host bridge to bus 0000:00\n[ 0.289675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293635] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295115] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301426] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302732] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313285] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364485] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372439] vgaarb: loaded\n[ 0.373053] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374205] SCSI subsystem initialized\n[ 0.375044] ACPI: bus type USB registered\n[ 0.375879] usbcore: registered new interface driver usbfs\n[ 0.376924] usbcore: registered new interface driver hub\n[ 0.377950] usbcore: registered new device driver usb\n[ 0.379017] PCI: Using ACPI for IRQ routing\n[ 0.380056] NetLabel: Initializing\n[ 0.380781] NetLabel: domain hash size = 128\n[ 0.381650] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382621] NetLabel: unlabeled traffic allowed by default\n[ 0.383735] clocksource: Switched to clocksource kvm-clock\n[ 0.389278] AppArmor: AppArmor Filesystem Enabled\n[ 0.390257] pnp: PnP ACPI init\n[ 0.391174] pnp: PnP ACPI: found 5 devices\n[ 0.397557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399294] NET: Registered protocol family 2\n[ 0.400265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401549] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403932] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405041] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406223] NET: Registered protocol family 1\n[ 0.407100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409317] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437694] Trying to unpack rootfs image as initramfs...\n[ 0.488201] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502103] Scanning for low memory corruption every 60 seconds\n[ 0.503428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504604] audit: initializing netlink subsys (disabled)\n[ 0.505645] audit: type=2000 audit(1546544213.406:1): initialized\n[ 0.506964] Initialise system trusted keyring\n[ 0.507919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509106] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511103] zbud: loaded\n[ 0.511823] VFS: Disk quotas dquot_6.6.0\n[ 0.512654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514182] fuse init (API version 7.23)\n[ 0.515089] Key type big_key registered\n[ 0.515915] Allocating IMA MOK and blacklist keyrings.\n[ 0.517401] Key type asymmetric registered\n[ 0.518237] Asymmetric key parser 'x509' registered\n[ 0.519219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520711] io scheduler noop registered\n[ 0.521521] io scheduler deadline registered (default)\n[ 0.522524] io scheduler cfq registered\n[ 0.523364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527227] ACPI: Power Button [PWRF]\n[ 0.528087] GHES: HEST is not enabled!\n[ 0.541755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574719] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600891] Linux agpgart interface v0.103\n[ 0.602906] brd: module loaded\n[ 0.604105] loop: module loaded\n[ 0.608970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610423] GPT:90111 != 2097151\n[ 0.611106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612211] GPT:90111 != 2097151\n[ 0.612891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613859] vda: vda1 vda15\n[ 0.615327] scsi host0: ata_piix\n[ 0.616076] scsi host1: ata_piix\n[ 0.616782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619452] libphy: Fixed MDIO Bus: probed\n[ 0.620284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621239] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623617] PPP generic driver version 2.4.2\n[ 0.624524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625811] ehci-pci: EHCI PCI platform driver\n[ 0.626686] ehci-platform: EHCI generic platform driver\n[ 0.627685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628833] ohci-pci: OHCI PCI platform driver\n[ 0.629708] ohci-platform: OHCI generic platform driver\n[ 0.630702] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647571] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648609] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652401] usb usb1: Product: UHCI Host Controller\n[ 0.653334] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655495] hub 1-0:1.0: USB hub found\n[ 0.656280] hub 1-0:1.0: 2 ports detected\n[ 0.657193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659327] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661345] mousedev: PS/2 mouse device common for all mice\n[ 0.662613] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664461] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671269] i2c /dev entries driver\n[ 0.672378] device-mapper: uevent: version 1.0.3\n[ 0.673714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676078] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677972] NET: Registered protocol family 10\n[ 0.679372] NET: Registered protocol family 17\n[ 0.680699] Key type dns_resolver registered\n[ 0.682132] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686216] registered taskstats version 1\n[ 0.687253] Loading compiled-in X.509 certificates\n[ 0.688940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691279] zswap: loaded using pool lzo/zbud\n[ 0.692862] Key type trusted registered\n[ 0.694607] Key type encrypted registered\n[ 0.695629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696929] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698243] evm: HMAC attrs: 0x1\n[ 0.699343] Magic number: 3:789:646\n[ 0.700291] scsi_host host0: hash matches\n[ 0.701285] scsi host0: hash matches\n[ 0.702286] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:53 UTC (1546544213)\n[ 0.704276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705676] EDD information not available.\n[ 0.776698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789147] Write protecting the kernel read-only data: 14336k\n[ 0.791037] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.211488] random: dd 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.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCseTC/q3NtMbMnOwBalBOe1hK38zL5fLx0rVTkduNIRw80TtJZeUn8wKWJY/PllaByIw86u6LotM9v38LjA3maK1yyrET3R3ZcBnSVJ5W7Hujc6ZoF8npP2/5mPK7RmsmPa86sHHB/wrcgPYsmYu/bITnFep6NS0bgDsJfE0pqsI9C8AJwjoc4Yv4YQEAV4URrvwZ7TfW02D5MWdCUbi3tK6CfnQc2KrUcgAnpe7mnk1sCWDXIKAYwfuJ4MTFLpQyV2jtapzIPP/V77otXCBFnuVSnJ75BJCeHNXKdQ0Zsa63jQHIBe+dqr+YuGWoqBv37WDhcEulj+I4wlcl1NSyh root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ2bn+SkIX0GBZv4vtJUvUbYirAYsqITjYXhXMGXI+jBOLFH/XeHW1v+K3xf4n0yRCaUYEbfbYxTdWjp1mjZ+sUX1gFEr9StjWwZ/R0bM71b+tN9OH7tPKy7Nh3lELYQxmFF7cAVUgrNnOHpQLpccU3NX7T31kkiBAzBXyILxslrAAAAFQDlBZqh6GmysVJa6YxkDGw1OP/PkQAAAIAIqoN6ADXmBdRzT6/1s/hCQEDbpX7ea1M4ZVGdU0B+HsAJnlyTrq3p90vRM2CAbIY16DYjFLFjUP8wMPn5wz8bsOjmgTMk7TcJEnMaL2KQ2AA4a6a3jT0A8T5HBvpW7Nby9MWxkgrKatuuYEm3fnneU0Qn7DI0Y7QHicHpKqXgYAAAAIBC2Q7/HATd4FIOBMT3gH0JtD7VhzJBnnhzOs/VlSwAcPWaAwX0IiMiqyJT8AoVIqcBP8QYvLXEDvtQ8R7/8tI4ul+L9hexv7W1X0Z2NP2QfIiPs4TWY3XQ7lAr/Nvb9EYY93CdgqcMQrHVc56aQt9qXlH1HGCP7kgMXY06mmEhfw== 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.5,24,fe80::f816:3eff:fe27:b709/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n/dev/root resized successfully [took 2.50s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:27:B7:09 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe27:b709/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:8125 (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.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"} 2019-01-03 19:37:33,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-3d02ccef-a24c-47da-aed6-632b87fa0a37 2019-01-03 19:37:35,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:36,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4e5f5e6-1d45-40dc-990c-3d8d1453f08b x-compute-request-id: req-f4e5f5e6-1d45-40dc-990c-3d8d1453f08b Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504593884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132136] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133808] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136102] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137414] Security Framework initialized\n[ 0.138240] Yama: becoming mindful.\n[ 0.138973] AppArmor: AppArmor initialized\n[ 0.139845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145080] Initializing cgroup subsys io\n[ 0.145897] Initializing cgroup subsys memory\n[ 0.146759] Initializing cgroup subsys devices\n[ 0.147646] Initializing cgroup subsys freezer\n[ 0.148522] Initializing cgroup subsys net_cls\n[ 0.149403] Initializing cgroup subsys perf_event\n[ 0.150325] Initializing cgroup subsys net_prio\n[ 0.151224] Initializing cgroup subsys hugetlb\n[ 0.152099] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154467] mce: CPU supports 10 MCE banks\n[ 0.155330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156341] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173418] ftrace: allocating 31920 entries in 125 pages\n[ 0.199884] smpboot: Max logical packages: 1\n[ 0.200737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202093] x2apic enabled\n[ 0.202906] Switched APIC routing to physical x2apic.\n[ 0.204671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207805] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209597] KVM setup paravirtual spinlock\n[ 0.210971] x86: Booted up 1 node, 1 CPUs\n[ 0.211784] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213187] devtmpfs: initialized\n[ 0.214909] evm: security.selinux\n[ 0.215611] evm: security.SMACK64\n[ 0.216306] evm: security.SMACK64EXEC\n[ 0.217068] evm: security.SMACK64TRANSMUTE\n[ 0.217882] evm: security.SMACK64MMAP\n[ 0.218641] evm: security.ima\n[ 0.219291] evm: security.capability\n[ 0.220100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221972] pinctrl core: initialized pinctrl subsystem\n[ 0.223084] RTC time: 19:36:52, date: 01/03/19\n[ 0.224042] NET: Registered protocol family 16\n[ 0.225046] cpuidle: using governor ladder\n[ 0.225878] cpuidle: using governor menu\n[ 0.226664] PCCT header not found.\n[ 0.227426] ACPI: bus type PCI registered\n[ 0.228232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229479] PCI: Using configuration type 1 for base access\n[ 0.231244] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232967] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233877] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236033] ACPI: Interpreter enabled\n[ 0.236814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244244] ACPI: (supports S0 S5)\n[ 0.244955] ACPI: Using IOAPIC for interrupt routing\n[ 0.246021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250296] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252736] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254969] acpiphp: Slot [3] registered\n[ 0.255770] acpiphp: Slot [4] registered\n[ 0.256569] acpiphp: Slot [5] registered\n[ 0.257372] acpiphp: Slot [6] registered\n[ 0.258182] acpiphp: Slot [7] registered\n[ 0.258997] acpiphp: Slot [8] registered\n[ 0.259796] acpiphp: Slot [9] registered\n[ 0.260596] acpiphp: Slot [10] registered\n[ 0.261414] acpiphp: Slot [11] registered\n[ 0.262230] acpiphp: Slot [12] registered\n[ 0.263047] acpiphp: Slot [13] registered\n[ 0.263862] acpiphp: Slot [14] registered\n[ 0.264671] acpiphp: Slot [15] registered\n[ 0.275684] acpiphp: Slot [16] registered\n[ 0.276507] acpiphp: Slot [17] registered\n[ 0.277333] acpiphp: Slot [18] registered\n[ 0.278153] acpiphp: Slot [19] registered\n[ 0.278991] acpiphp: Slot [20] registered\n[ 0.279812] acpiphp: Slot [21] registered\n[ 0.280623] acpiphp: Slot [22] registered\n[ 0.281437] acpiphp: Slot [23] registered\n[ 0.282259] acpiphp: Slot [24] registered\n[ 0.283072] acpiphp: Slot [25] registered\n[ 0.283900] acpiphp: Slot [26] registered\n[ 0.284718] acpiphp: Slot [27] registered\n[ 0.285551] acpiphp: Slot [28] registered\n[ 0.286383] acpiphp: Slot [29] registered\n[ 0.287207] acpiphp: Slot [30] registered\n[ 0.288036] acpiphp: Slot [31] registered\n[ 0.288855] PCI host bridge to bus 0000:00\n[ 0.289675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293635] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295115] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301426] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302732] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313285] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364485] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372439] vgaarb: loaded\n[ 0.373053] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374205] SCSI subsystem initialized\n[ 0.375044] ACPI: bus type USB registered\n[ 0.375879] usbcore: registered new interface driver usbfs\n[ 0.376924] usbcore: registered new interface driver hub\n[ 0.377950] usbcore: registered new device driver usb\n[ 0.379017] PCI: Using ACPI for IRQ routing\n[ 0.380056] NetLabel: Initializing\n[ 0.380781] NetLabel: domain hash size = 128\n[ 0.381650] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382621] NetLabel: unlabeled traffic allowed by default\n[ 0.383735] clocksource: Switched to clocksource kvm-clock\n[ 0.389278] AppArmor: AppArmor Filesystem Enabled\n[ 0.390257] pnp: PnP ACPI init\n[ 0.391174] pnp: PnP ACPI: found 5 devices\n[ 0.397557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399294] NET: Registered protocol family 2\n[ 0.400265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401549] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403932] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405041] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406223] NET: Registered protocol family 1\n[ 0.407100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409317] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437694] Trying to unpack rootfs image as initramfs...\n[ 0.488201] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502103] Scanning for low memory corruption every 60 seconds\n[ 0.503428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504604] audit: initializing netlink subsys (disabled)\n[ 0.505645] audit: type=2000 audit(1546544213.406:1): initialized\n[ 0.506964] Initialise system trusted keyring\n[ 0.507919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509106] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511103] zbud: loaded\n[ 0.511823] VFS: Disk quotas dquot_6.6.0\n[ 0.512654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514182] fuse init (API version 7.23)\n[ 0.515089] Key type big_key registered\n[ 0.515915] Allocating IMA MOK and blacklist keyrings.\n[ 0.517401] Key type asymmetric registered\n[ 0.518237] Asymmetric key parser 'x509' registered\n[ 0.519219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520711] io scheduler noop registered\n[ 0.521521] io scheduler deadline registered (default)\n[ 0.522524] io scheduler cfq registered\n[ 0.523364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527227] ACPI: Power Button [PWRF]\n[ 0.528087] GHES: HEST is not enabled!\n[ 0.541755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574719] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600891] Linux agpgart interface v0.103\n[ 0.602906] brd: module loaded\n[ 0.604105] loop: module loaded\n[ 0.608970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610423] GPT:90111 != 2097151\n[ 0.611106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612211] GPT:90111 != 2097151\n[ 0.612891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613859] vda: vda1 vda15\n[ 0.615327] scsi host0: ata_piix\n[ 0.616076] scsi host1: ata_piix\n[ 0.616782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619452] libphy: Fixed MDIO Bus: probed\n[ 0.620284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621239] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623617] PPP generic driver version 2.4.2\n[ 0.624524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625811] ehci-pci: EHCI PCI platform driver\n[ 0.626686] ehci-platform: EHCI generic platform driver\n[ 0.627685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628833] ohci-pci: OHCI PCI platform driver\n[ 0.629708] ohci-platform: OHCI generic platform driver\n[ 0.630702] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647571] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648609] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652401] usb usb1: Product: UHCI Host Controller\n[ 0.653334] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655495] hub 1-0:1.0: USB hub found\n[ 0.656280] hub 1-0:1.0: 2 ports detected\n[ 0.657193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659327] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661345] mousedev: PS/2 mouse device common for all mice\n[ 0.662613] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664461] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671269] i2c /dev entries driver\n[ 0.672378] device-mapper: uevent: version 1.0.3\n[ 0.673714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676078] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677972] NET: Registered protocol family 10\n[ 0.679372] NET: Registered protocol family 17\n[ 0.680699] Key type dns_resolver registered\n[ 0.682132] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686216] registered taskstats version 1\n[ 0.687253] Loading compiled-in X.509 certificates\n[ 0.688940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691279] zswap: loaded using pool lzo/zbud\n[ 0.692862] Key type trusted registered\n[ 0.694607] Key type encrypted registered\n[ 0.695629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696929] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698243] evm: HMAC attrs: 0x1\n[ 0.699343] Magic number: 3:789:646\n[ 0.700291] scsi_host host0: hash matches\n[ 0.701285] scsi host0: hash matches\n[ 0.702286] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:53 UTC (1546544213)\n[ 0.704276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705676] EDD information not available.\n[ 0.776698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789147] Write protecting the kernel read-only data: 14336k\n[ 0.791037] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.211488] random: dd 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.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCseTC/q3NtMbMnOwBalBOe1hK38zL5fLx0rVTkduNIRw80TtJZeUn8wKWJY/PllaByIw86u6LotM9v38LjA3maK1yyrET3R3ZcBnSVJ5W7Hujc6ZoF8npP2/5mPK7RmsmPa86sHHB/wrcgPYsmYu/bITnFep6NS0bgDsJfE0pqsI9C8AJwjoc4Yv4YQEAV4URrvwZ7TfW02D5MWdCUbi3tK6CfnQc2KrUcgAnpe7mnk1sCWDXIKAYwfuJ4MTFLpQyV2jtapzIPP/V77otXCBFnuVSnJ75BJCeHNXKdQ0Zsa63jQHIBe+dqr+YuGWoqBv37WDhcEulj+I4wlcl1NSyh root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ2bn+SkIX0GBZv4vtJUvUbYirAYsqITjYXhXMGXI+jBOLFH/XeHW1v+K3xf4n0yRCaUYEbfbYxTdWjp1mjZ+sUX1gFEr9StjWwZ/R0bM71b+tN9OH7tPKy7Nh3lELYQxmFF7cAVUgrNnOHpQLpccU3NX7T31kkiBAzBXyILxslrAAAAFQDlBZqh6GmysVJa6YxkDGw1OP/PkQAAAIAIqoN6ADXmBdRzT6/1s/hCQEDbpX7ea1M4ZVGdU0B+HsAJnlyTrq3p90vRM2CAbIY16DYjFLFjUP8wMPn5wz8bsOjmgTMk7TcJEnMaL2KQ2AA4a6a3jT0A8T5HBvpW7Nby9MWxkgrKatuuYEm3fnneU0Qn7DI0Y7QHicHpKqXgYAAAAIBC2Q7/HATd4FIOBMT3gH0JtD7VhzJBnnhzOs/VlSwAcPWaAwX0IiMiqyJT8AoVIqcBP8QYvLXEDvtQ8R7/8tI4ul+L9hexv7W1X0Z2NP2QfIiPs4TWY3XQ7lAr/Nvb9EYY93CdgqcMQrHVc56aQt9qXlH1HGCP7kgMXY06mmEhfw== 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.5,24,fe80::f816:3eff:fe27:b709/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n/dev/root resized successfully [took 2.50s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:27:B7:09 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe27:b709/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:8125 (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.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"} 2019-01-03 19:37:36,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-f4e5f5e6-1d45-40dc-990c-3d8d1453f08b 2019-01-03 19:37:38,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:39,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-943690e4-d294-4d07-b987-6d70560f600d x-compute-request-id: req-943690e4-d294-4d07-b987-6d70560f600d Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504593884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132136] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133808] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136102] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137414] Security Framework initialized\n[ 0.138240] Yama: becoming mindful.\n[ 0.138973] AppArmor: AppArmor initialized\n[ 0.139845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145080] Initializing cgroup subsys io\n[ 0.145897] Initializing cgroup subsys memory\n[ 0.146759] Initializing cgroup subsys devices\n[ 0.147646] Initializing cgroup subsys freezer\n[ 0.148522] Initializing cgroup subsys net_cls\n[ 0.149403] Initializing cgroup subsys perf_event\n[ 0.150325] Initializing cgroup subsys net_prio\n[ 0.151224] Initializing cgroup subsys hugetlb\n[ 0.152099] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154467] mce: CPU supports 10 MCE banks\n[ 0.155330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156341] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173418] ftrace: allocating 31920 entries in 125 pages\n[ 0.199884] smpboot: Max logical packages: 1\n[ 0.200737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202093] x2apic enabled\n[ 0.202906] Switched APIC routing to physical x2apic.\n[ 0.204671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207805] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209597] KVM setup paravirtual spinlock\n[ 0.210971] x86: Booted up 1 node, 1 CPUs\n[ 0.211784] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213187] devtmpfs: initialized\n[ 0.214909] evm: security.selinux\n[ 0.215611] evm: security.SMACK64\n[ 0.216306] evm: security.SMACK64EXEC\n[ 0.217068] evm: security.SMACK64TRANSMUTE\n[ 0.217882] evm: security.SMACK64MMAP\n[ 0.218641] evm: security.ima\n[ 0.219291] evm: security.capability\n[ 0.220100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221972] pinctrl core: initialized pinctrl subsystem\n[ 0.223084] RTC time: 19:36:52, date: 01/03/19\n[ 0.224042] NET: Registered protocol family 16\n[ 0.225046] cpuidle: using governor ladder\n[ 0.225878] cpuidle: using governor menu\n[ 0.226664] PCCT header not found.\n[ 0.227426] ACPI: bus type PCI registered\n[ 0.228232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229479] PCI: Using configuration type 1 for base access\n[ 0.231244] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232967] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233877] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236033] ACPI: Interpreter enabled\n[ 0.236814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244244] ACPI: (supports S0 S5)\n[ 0.244955] ACPI: Using IOAPIC for interrupt routing\n[ 0.246021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250296] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252736] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254969] acpiphp: Slot [3] registered\n[ 0.255770] acpiphp: Slot [4] registered\n[ 0.256569] acpiphp: Slot [5] registered\n[ 0.257372] acpiphp: Slot [6] registered\n[ 0.258182] acpiphp: Slot [7] registered\n[ 0.258997] acpiphp: Slot [8] registered\n[ 0.259796] acpiphp: Slot [9] registered\n[ 0.260596] acpiphp: Slot [10] registered\n[ 0.261414] acpiphp: Slot [11] registered\n[ 0.262230] acpiphp: Slot [12] registered\n[ 0.263047] acpiphp: Slot [13] registered\n[ 0.263862] acpiphp: Slot [14] registered\n[ 0.264671] acpiphp: Slot [15] registered\n[ 0.275684] acpiphp: Slot [16] registered\n[ 0.276507] acpiphp: Slot [17] registered\n[ 0.277333] acpiphp: Slot [18] registered\n[ 0.278153] acpiphp: Slot [19] registered\n[ 0.278991] acpiphp: Slot [20] registered\n[ 0.279812] acpiphp: Slot [21] registered\n[ 0.280623] acpiphp: Slot [22] registered\n[ 0.281437] acpiphp: Slot [23] registered\n[ 0.282259] acpiphp: Slot [24] registered\n[ 0.283072] acpiphp: Slot [25] registered\n[ 0.283900] acpiphp: Slot [26] registered\n[ 0.284718] acpiphp: Slot [27] registered\n[ 0.285551] acpiphp: Slot [28] registered\n[ 0.286383] acpiphp: Slot [29] registered\n[ 0.287207] acpiphp: Slot [30] registered\n[ 0.288036] acpiphp: Slot [31] registered\n[ 0.288855] PCI host bridge to bus 0000:00\n[ 0.289675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293635] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295115] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301426] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302732] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313285] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364485] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372439] vgaarb: loaded\n[ 0.373053] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374205] SCSI subsystem initialized\n[ 0.375044] ACPI: bus type USB registered\n[ 0.375879] usbcore: registered new interface driver usbfs\n[ 0.376924] usbcore: registered new interface driver hub\n[ 0.377950] usbcore: registered new device driver usb\n[ 0.379017] PCI: Using ACPI for IRQ routing\n[ 0.380056] NetLabel: Initializing\n[ 0.380781] NetLabel: domain hash size = 128\n[ 0.381650] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382621] NetLabel: unlabeled traffic allowed by default\n[ 0.383735] clocksource: Switched to clocksource kvm-clock\n[ 0.389278] AppArmor: AppArmor Filesystem Enabled\n[ 0.390257] pnp: PnP ACPI init\n[ 0.391174] pnp: PnP ACPI: found 5 devices\n[ 0.397557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399294] NET: Registered protocol family 2\n[ 0.400265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401549] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403932] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405041] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406223] NET: Registered protocol family 1\n[ 0.407100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409317] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437694] Trying to unpack rootfs image as initramfs...\n[ 0.488201] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502103] Scanning for low memory corruption every 60 seconds\n[ 0.503428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504604] audit: initializing netlink subsys (disabled)\n[ 0.505645] audit: type=2000 audit(1546544213.406:1): initialized\n[ 0.506964] Initialise system trusted keyring\n[ 0.507919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509106] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511103] zbud: loaded\n[ 0.511823] VFS: Disk quotas dquot_6.6.0\n[ 0.512654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514182] fuse init (API version 7.23)\n[ 0.515089] Key type big_key registered\n[ 0.515915] Allocating IMA MOK and blacklist keyrings.\n[ 0.517401] Key type asymmetric registered\n[ 0.518237] Asymmetric key parser 'x509' registered\n[ 0.519219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520711] io scheduler noop registered\n[ 0.521521] io scheduler deadline registered (default)\n[ 0.522524] io scheduler cfq registered\n[ 0.523364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527227] ACPI: Power Button [PWRF]\n[ 0.528087] GHES: HEST is not enabled!\n[ 0.541755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574719] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600891] Linux agpgart interface v0.103\n[ 0.602906] brd: module loaded\n[ 0.604105] loop: module loaded\n[ 0.608970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610423] GPT:90111 != 2097151\n[ 0.611106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612211] GPT:90111 != 2097151\n[ 0.612891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613859] vda: vda1 vda15\n[ 0.615327] scsi host0: ata_piix\n[ 0.616076] scsi host1: ata_piix\n[ 0.616782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619452] libphy: Fixed MDIO Bus: probed\n[ 0.620284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621239] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623617] PPP generic driver version 2.4.2\n[ 0.624524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625811] ehci-pci: EHCI PCI platform driver\n[ 0.626686] ehci-platform: EHCI generic platform driver\n[ 0.627685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628833] ohci-pci: OHCI PCI platform driver\n[ 0.629708] ohci-platform: OHCI generic platform driver\n[ 0.630702] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647571] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648609] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652401] usb usb1: Product: UHCI Host Controller\n[ 0.653334] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655495] hub 1-0:1.0: USB hub found\n[ 0.656280] hub 1-0:1.0: 2 ports detected\n[ 0.657193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659327] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661345] mousedev: PS/2 mouse device common for all mice\n[ 0.662613] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664461] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671269] i2c /dev entries driver\n[ 0.672378] device-mapper: uevent: version 1.0.3\n[ 0.673714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676078] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677972] NET: Registered protocol family 10\n[ 0.679372] NET: Registered protocol family 17\n[ 0.680699] Key type dns_resolver registered\n[ 0.682132] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686216] registered taskstats version 1\n[ 0.687253] Loading compiled-in X.509 certificates\n[ 0.688940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691279] zswap: loaded using pool lzo/zbud\n[ 0.692862] Key type trusted registered\n[ 0.694607] Key type encrypted registered\n[ 0.695629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696929] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698243] evm: HMAC attrs: 0x1\n[ 0.699343] Magic number: 3:789:646\n[ 0.700291] scsi_host host0: hash matches\n[ 0.701285] scsi host0: hash matches\n[ 0.702286] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:53 UTC (1546544213)\n[ 0.704276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705676] EDD information not available.\n[ 0.776698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789147] Write protecting the kernel read-only data: 14336k\n[ 0.791037] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.211488] random: dd 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.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCseTC/q3NtMbMnOwBalBOe1hK38zL5fLx0rVTkduNIRw80TtJZeUn8wKWJY/PllaByIw86u6LotM9v38LjA3maK1yyrET3R3ZcBnSVJ5W7Hujc6ZoF8npP2/5mPK7RmsmPa86sHHB/wrcgPYsmYu/bITnFep6NS0bgDsJfE0pqsI9C8AJwjoc4Yv4YQEAV4URrvwZ7TfW02D5MWdCUbi3tK6CfnQc2KrUcgAnpe7mnk1sCWDXIKAYwfuJ4MTFLpQyV2jtapzIPP/V77otXCBFnuVSnJ75BJCeHNXKdQ0Zsa63jQHIBe+dqr+YuGWoqBv37WDhcEulj+I4wlcl1NSyh root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ2bn+SkIX0GBZv4vtJUvUbYirAYsqITjYXhXMGXI+jBOLFH/XeHW1v+K3xf4n0yRCaUYEbfbYxTdWjp1mjZ+sUX1gFEr9StjWwZ/R0bM71b+tN9OH7tPKy7Nh3lELYQxmFF7cAVUgrNnOHpQLpccU3NX7T31kkiBAzBXyILxslrAAAAFQDlBZqh6GmysVJa6YxkDGw1OP/PkQAAAIAIqoN6ADXmBdRzT6/1s/hCQEDbpX7ea1M4ZVGdU0B+HsAJnlyTrq3p90vRM2CAbIY16DYjFLFjUP8wMPn5wz8bsOjmgTMk7TcJEnMaL2KQ2AA4a6a3jT0A8T5HBvpW7Nby9MWxkgrKatuuYEm3fnneU0Qn7DI0Y7QHicHpKqXgYAAAAIBC2Q7/HATd4FIOBMT3gH0JtD7VhzJBnnhzOs/VlSwAcPWaAwX0IiMiqyJT8AoVIqcBP8QYvLXEDvtQ8R7/8tI4ul+L9hexv7W1X0Z2NP2QfIiPs4TWY3XQ7lAr/Nvb9EYY93CdgqcMQrHVc56aQt9qXlH1HGCP7kgMXY06mmEhfw== 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.5,24,fe80::f816:3eff:fe27:b709/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n/dev/root resized successfully [took 2.50s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:27:B7:09 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe27:b709/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:8125 (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.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"} 2019-01-03 19:37:39,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-943690e4-d294-4d07-b987-6d70560f600d 2019-01-03 19:37:41,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:42,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6db2da17-a9db-4709-9c53-dc642f8a6eed x-compute-request-id: req-6db2da17-a9db-4709-9c53-dc642f8a6eed Content-Encoding: gzip Content-Length: 10118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504593884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132136] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133808] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136102] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137414] Security Framework initialized\n[ 0.138240] Yama: becoming mindful.\n[ 0.138973] AppArmor: AppArmor initialized\n[ 0.139845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145080] Initializing cgroup subsys io\n[ 0.145897] Initializing cgroup subsys memory\n[ 0.146759] Initializing cgroup subsys devices\n[ 0.147646] Initializing cgroup subsys freezer\n[ 0.148522] Initializing cgroup subsys net_cls\n[ 0.149403] Initializing cgroup subsys perf_event\n[ 0.150325] Initializing cgroup subsys net_prio\n[ 0.151224] Initializing cgroup subsys hugetlb\n[ 0.152099] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154467] mce: CPU supports 10 MCE banks\n[ 0.155330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156341] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173418] ftrace: allocating 31920 entries in 125 pages\n[ 0.199884] smpboot: Max logical packages: 1\n[ 0.200737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202093] x2apic enabled\n[ 0.202906] Switched APIC routing to physical x2apic.\n[ 0.204671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207805] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209597] KVM setup paravirtual spinlock\n[ 0.210971] x86: Booted up 1 node, 1 CPUs\n[ 0.211784] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213187] devtmpfs: initialized\n[ 0.214909] evm: security.selinux\n[ 0.215611] evm: security.SMACK64\n[ 0.216306] evm: security.SMACK64EXEC\n[ 0.217068] evm: security.SMACK64TRANSMUTE\n[ 0.217882] evm: security.SMACK64MMAP\n[ 0.218641] evm: security.ima\n[ 0.219291] evm: security.capability\n[ 0.220100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221972] pinctrl core: initialized pinctrl subsystem\n[ 0.223084] RTC time: 19:36:52, date: 01/03/19\n[ 0.224042] NET: Registered protocol family 16\n[ 0.225046] cpuidle: using governor ladder\n[ 0.225878] cpuidle: using governor menu\n[ 0.226664] PCCT header not found.\n[ 0.227426] ACPI: bus type PCI registered\n[ 0.228232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229479] PCI: Using configuration type 1 for base access\n[ 0.231244] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232967] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233877] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236033] ACPI: Interpreter enabled\n[ 0.236814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244244] ACPI: (supports S0 S5)\n[ 0.244955] ACPI: Using IOAPIC for interrupt routing\n[ 0.246021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250296] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252736] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254969] acpiphp: Slot [3] registered\n[ 0.255770] acpiphp: Slot [4] registered\n[ 0.256569] acpiphp: Slot [5] registered\n[ 0.257372] acpiphp: Slot [6] registered\n[ 0.258182] acpiphp: Slot [7] registered\n[ 0.258997] acpiphp: Slot [8] registered\n[ 0.259796] acpiphp: Slot [9] registered\n[ 0.260596] acpiphp: Slot [10] registered\n[ 0.261414] acpiphp: Slot [11] registered\n[ 0.262230] acpiphp: Slot [12] registered\n[ 0.263047] acpiphp: Slot [13] registered\n[ 0.263862] acpiphp: Slot [14] registered\n[ 0.264671] acpiphp: Slot [15] registered\n[ 0.275684] acpiphp: Slot [16] registered\n[ 0.276507] acpiphp: Slot [17] registered\n[ 0.277333] acpiphp: Slot [18] registered\n[ 0.278153] acpiphp: Slot [19] registered\n[ 0.278991] acpiphp: Slot [20] registered\n[ 0.279812] acpiphp: Slot [21] registered\n[ 0.280623] acpiphp: Slot [22] registered\n[ 0.281437] acpiphp: Slot [23] registered\n[ 0.282259] acpiphp: Slot [24] registered\n[ 0.283072] acpiphp: Slot [25] registered\n[ 0.283900] acpiphp: Slot [26] registered\n[ 0.284718] acpiphp: Slot [27] registered\n[ 0.285551] acpiphp: Slot [28] registered\n[ 0.286383] acpiphp: Slot [29] registered\n[ 0.287207] acpiphp: Slot [30] registered\n[ 0.288036] acpiphp: Slot [31] registered\n[ 0.288855] PCI host bridge to bus 0000:00\n[ 0.289675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293635] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295115] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301426] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302732] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313285] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364485] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372439] vgaarb: loaded\n[ 0.373053] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374205] SCSI subsystem initialized\n[ 0.375044] ACPI: bus type USB registered\n[ 0.375879] usbcore: registered new interface driver usbfs\n[ 0.376924] usbcore: registered new interface driver hub\n[ 0.377950] usbcore: registered new device driver usb\n[ 0.379017] PCI: Using ACPI for IRQ routing\n[ 0.380056] NetLabel: Initializing\n[ 0.380781] NetLabel: domain hash size = 128\n[ 0.381650] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382621] NetLabel: unlabeled traffic allowed by default\n[ 0.383735] clocksource: Switched to clocksource kvm-clock\n[ 0.389278] AppArmor: AppArmor Filesystem Enabled\n[ 0.390257] pnp: PnP ACPI init\n[ 0.391174] pnp: PnP ACPI: found 5 devices\n[ 0.397557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399294] NET: Registered protocol family 2\n[ 0.400265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401549] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403932] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405041] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406223] NET: Registered protocol family 1\n[ 0.407100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409317] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437694] Trying to unpack rootfs image as initramfs...\n[ 0.488201] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502103] Scanning for low memory corruption every 60 seconds\n[ 0.503428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504604] audit: initializing netlink subsys (disabled)\n[ 0.505645] audit: type=2000 audit(1546544213.406:1): initialized\n[ 0.506964] Initialise system trusted keyring\n[ 0.507919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509106] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511103] zbud: loaded\n[ 0.511823] VFS: Disk quotas dquot_6.6.0\n[ 0.512654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514182] fuse init (API version 7.23)\n[ 0.515089] Key type big_key registered\n[ 0.515915] Allocating IMA MOK and blacklist keyrings.\n[ 0.517401] Key type asymmetric registered\n[ 0.518237] Asymmetric key parser 'x509' registered\n[ 0.519219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520711] io scheduler noop registered\n[ 0.521521] io scheduler deadline registered (default)\n[ 0.522524] io scheduler cfq registered\n[ 0.523364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527227] ACPI: Power Button [PWRF]\n[ 0.528087] GHES: HEST is not enabled!\n[ 0.541755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574719] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600891] Linux agpgart interface v0.103\n[ 0.602906] brd: module loaded\n[ 0.604105] loop: module loaded\n[ 0.608970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610423] GPT:90111 != 2097151\n[ 0.611106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612211] GPT:90111 != 2097151\n[ 0.612891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613859] vda: vda1 vda15\n[ 0.615327] scsi host0: ata_piix\n[ 0.616076] scsi host1: ata_piix\n[ 0.616782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619452] libphy: Fixed MDIO Bus: probed\n[ 0.620284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621239] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623617] PPP generic driver version 2.4.2\n[ 0.624524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625811] ehci-pci: EHCI PCI platform driver\n[ 0.626686] ehci-platform: EHCI generic platform driver\n[ 0.627685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628833] ohci-pci: OHCI PCI platform driver\n[ 0.629708] ohci-platform: OHCI generic platform driver\n[ 0.630702] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647571] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648609] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652401] usb usb1: Product: UHCI Host Controller\n[ 0.653334] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655495] hub 1-0:1.0: USB hub found\n[ 0.656280] hub 1-0:1.0: 2 ports detected\n[ 0.657193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659327] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661345] mousedev: PS/2 mouse device common for all mice\n[ 0.662613] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664461] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671269] i2c /dev entries driver\n[ 0.672378] device-mapper: uevent: version 1.0.3\n[ 0.673714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676078] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677972] NET: Registered protocol family 10\n[ 0.679372] NET: Registered protocol family 17\n[ 0.680699] Key type dns_resolver registered\n[ 0.682132] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686216] registered taskstats version 1\n[ 0.687253] Loading compiled-in X.509 certificates\n[ 0.688940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691279] zswap: loaded using pool lzo/zbud\n[ 0.692862] Key type trusted registered\n[ 0.694607] Key type encrypted registered\n[ 0.695629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696929] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698243] evm: HMAC attrs: 0x1\n[ 0.699343] Magic number: 3:789:646\n[ 0.700291] scsi_host host0: hash matches\n[ 0.701285] scsi host0: hash matches\n[ 0.702286] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:53 UTC (1546544213)\n[ 0.704276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705676] EDD information not available.\n[ 0.776698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789147] Write protecting the kernel read-only data: 14336k\n[ 0.791037] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.211488] random: dd 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.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCseTC/q3NtMbMnOwBalBOe1hK38zL5fLx0rVTkduNIRw80TtJZeUn8wKWJY/PllaByIw86u6LotM9v38LjA3maK1yyrET3R3ZcBnSVJ5W7Hujc6ZoF8npP2/5mPK7RmsmPa86sHHB/wrcgPYsmYu/bITnFep6NS0bgDsJfE0pqsI9C8AJwjoc4Yv4YQEAV4URrvwZ7TfW02D5MWdCUbi3tK6CfnQc2KrUcgAnpe7mnk1sCWDXIKAYwfuJ4MTFLpQyV2jtapzIPP/V77otXCBFnuVSnJ75BJCeHNXKdQ0Zsa63jQHIBe+dqr+YuGWoqBv37WDhcEulj+I4wlcl1NSyh root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ2bn+SkIX0GBZv4vtJUvUbYirAYsqITjYXhXMGXI+jBOLFH/XeHW1v+K3xf4n0yRCaUYEbfbYxTdWjp1mjZ+sUX1gFEr9StjWwZ/R0bM71b+tN9OH7tPKy7Nh3lELYQxmFF7cAVUgrNnOHpQLpccU3NX7T31kkiBAzBXyILxslrAAAAFQDlBZqh6GmysVJa6YxkDGw1OP/PkQAAAIAIqoN6ADXmBdRzT6/1s/hCQEDbpX7ea1M4ZVGdU0B+HsAJnlyTrq3p90vRM2CAbIY16DYjFLFjUP8wMPn5wz8bsOjmgTMk7TcJEnMaL2KQ2AA4a6a3jT0A8T5HBvpW7Nby9MWxkgrKatuuYEm3fnneU0Qn7DI0Y7QHicHpKqXgYAAAAIBC2Q7/HATd4FIOBMT3gH0JtD7VhzJBnnhzOs/VlSwAcPWaAwX0IiMiqyJT8AoVIqcBP8QYvLXEDvtQ8R7/8tI4ul+L9hexv7W1X0Z2NP2QfIiPs4TWY3XQ7lAr/Nvb9EYY93CdgqcMQrHVc56aQt9qXlH1HGCP7kgMXY06mmEhfw== 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.5,24,fe80::f816:3eff:fe27:b709/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n/dev/root resized successfully [took 2.50s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:27:B7:09 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe27:b709/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:8125 (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.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"} 2019-01-03 19:37:42,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-6db2da17-a9db-4709-9c53-dc642f8a6eed 2019-01-03 19:37:44,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f03adef032b8cd4373f2d92f517a58dfedc4ff0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:45,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57a087b5-3220-40a3-9ab0-9a403049d8b7 x-compute-request-id: req-57a087b5-3220-40a3-9ab0-9a403049d8b7 Content-Encoding: gzip Content-Length: 11180 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504593884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132136] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133808] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136102] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137414] Security Framework initialized\n[ 0.138240] Yama: becoming mindful.\n[ 0.138973] AppArmor: AppArmor initialized\n[ 0.139845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142470] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145080] Initializing cgroup subsys io\n[ 0.145897] Initializing cgroup subsys memory\n[ 0.146759] Initializing cgroup subsys devices\n[ 0.147646] Initializing cgroup subsys freezer\n[ 0.148522] Initializing cgroup subsys net_cls\n[ 0.149403] Initializing cgroup subsys perf_event\n[ 0.150325] Initializing cgroup subsys net_prio\n[ 0.151224] Initializing cgroup subsys hugetlb\n[ 0.152099] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154467] mce: CPU supports 10 MCE banks\n[ 0.155330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156341] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173418] ftrace: allocating 31920 entries in 125 pages\n[ 0.199884] smpboot: Max logical packages: 1\n[ 0.200737] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202093] x2apic enabled\n[ 0.202906] Switched APIC routing to physical x2apic.\n[ 0.204671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205803] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207805] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209597] KVM setup paravirtual spinlock\n[ 0.210971] x86: Booted up 1 node, 1 CPUs\n[ 0.211784] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213187] devtmpfs: initialized\n[ 0.214909] evm: security.selinux\n[ 0.215611] evm: security.SMACK64\n[ 0.216306] evm: security.SMACK64EXEC\n[ 0.217068] evm: security.SMACK64TRANSMUTE\n[ 0.217882] evm: security.SMACK64MMAP\n[ 0.218641] evm: security.ima\n[ 0.219291] evm: security.capability\n[ 0.220100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221972] pinctrl core: initialized pinctrl subsystem\n[ 0.223084] RTC time: 19:36:52, date: 01/03/19\n[ 0.224042] NET: Registered protocol family 16\n[ 0.225046] cpuidle: using governor ladder\n[ 0.225878] cpuidle: using governor menu\n[ 0.226664] PCCT header not found.\n[ 0.227426] ACPI: bus type PCI registered\n[ 0.228232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229479] PCI: Using configuration type 1 for base access\n[ 0.231244] ACPI: Added _OSI(Module Device)\n[ 0.232101] ACPI: Added _OSI(Processor Device)\n[ 0.232967] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233877] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236033] ACPI: Interpreter enabled\n[ 0.236814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238669] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244244] ACPI: (supports S0 S5)\n[ 0.244955] ACPI: Using IOAPIC for interrupt routing\n[ 0.246021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250296] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252736] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254969] acpiphp: Slot [3] registered\n[ 0.255770] acpiphp: Slot [4] registered\n[ 0.256569] acpiphp: Slot [5] registered\n[ 0.257372] acpiphp: Slot [6] registered\n[ 0.258182] acpiphp: Slot [7] registered\n[ 0.258997] acpiphp: Slot [8] registered\n[ 0.259796] acpiphp: Slot [9] registered\n[ 0.260596] acpiphp: Slot [10] registered\n[ 0.261414] acpiphp: Slot [11] registered\n[ 0.262230] acpiphp: Slot [12] registered\n[ 0.263047] acpiphp: Slot [13] registered\n[ 0.263862] acpiphp: Slot [14] registered\n[ 0.264671] acpiphp: Slot [15] registered\n[ 0.275684] acpiphp: Slot [16] registered\n[ 0.276507] acpiphp: Slot [17] registered\n[ 0.277333] acpiphp: Slot [18] registered\n[ 0.278153] acpiphp: Slot [19] registered\n[ 0.278991] acpiphp: Slot [20] registered\n[ 0.279812] acpiphp: Slot [21] registered\n[ 0.280623] acpiphp: Slot [22] registered\n[ 0.281437] acpiphp: Slot [23] registered\n[ 0.282259] acpiphp: Slot [24] registered\n[ 0.283072] acpiphp: Slot [25] registered\n[ 0.283900] acpiphp: Slot [26] registered\n[ 0.284718] acpiphp: Slot [27] registered\n[ 0.285551] acpiphp: Slot [28] registered\n[ 0.286383] acpiphp: Slot [29] registered\n[ 0.287207] acpiphp: Slot [30] registered\n[ 0.288036] acpiphp: Slot [31] registered\n[ 0.288855] PCI host bridge to bus 0000:00\n[ 0.289675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293635] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295115] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301426] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302732] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305235] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313285] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364485] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370863] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372439] vgaarb: loaded\n[ 0.373053] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374205] SCSI subsystem initialized\n[ 0.375044] ACPI: bus type USB registered\n[ 0.375879] usbcore: registered new interface driver usbfs\n[ 0.376924] usbcore: registered new interface driver hub\n[ 0.377950] usbcore: registered new device driver usb\n[ 0.379017] PCI: Using ACPI for IRQ routing\n[ 0.380056] NetLabel: Initializing\n[ 0.380781] NetLabel: domain hash size = 128\n[ 0.381650] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382621] NetLabel: unlabeled traffic allowed by default\n[ 0.383735] clocksource: Switched to clocksource kvm-clock\n[ 0.389278] AppArmor: AppArmor Filesystem Enabled\n[ 0.390257] pnp: PnP ACPI init\n[ 0.391174] pnp: PnP ACPI: found 5 devices\n[ 0.397557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399294] NET: Registered protocol family 2\n[ 0.400265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401549] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402730] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403932] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405041] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406223] NET: Registered protocol family 1\n[ 0.407100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409317] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437694] Trying to unpack rootfs image as initramfs...\n[ 0.488201] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502103] Scanning for low memory corruption every 60 seconds\n[ 0.503428] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504604] audit: initializing netlink subsys (disabled)\n[ 0.505645] audit: type=2000 audit(1546544213.406:1): initialized\n[ 0.506964] Initialise system trusted keyring\n[ 0.507919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509106] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511103] zbud: loaded\n[ 0.511823] VFS: Disk quotas dquot_6.6.0\n[ 0.512654] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514182] fuse init (API version 7.23)\n[ 0.515089] Key type big_key registered\n[ 0.515915] Allocating IMA MOK and blacklist keyrings.\n[ 0.517401] Key type asymmetric registered\n[ 0.518237] Asymmetric key parser 'x509' registered\n[ 0.519219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520711] io scheduler noop registered\n[ 0.521521] io scheduler deadline registered (default)\n[ 0.522524] io scheduler cfq registered\n[ 0.523364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527227] ACPI: Power Button [PWRF]\n[ 0.528087] GHES: HEST is not enabled!\n[ 0.541755] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574719] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598712] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600891] Linux agpgart interface v0.103\n[ 0.602906] brd: module loaded\n[ 0.604105] loop: module loaded\n[ 0.608970] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610423] GPT:90111 != 2097151\n[ 0.611106] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612211] GPT:90111 != 2097151\n[ 0.612891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.613859] vda: vda1 vda15\n[ 0.615327] scsi host0: ata_piix\n[ 0.616076] scsi host1: ata_piix\n[ 0.616782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618004] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619452] libphy: Fixed MDIO Bus: probed\n[ 0.620284] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621239] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623617] PPP generic driver version 2.4.2\n[ 0.624524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625811] ehci-pci: EHCI PCI platform driver\n[ 0.626686] ehci-platform: EHCI generic platform driver\n[ 0.627685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628833] ohci-pci: OHCI PCI platform driver\n[ 0.629708] ohci-platform: OHCI generic platform driver\n[ 0.630702] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645102] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646110] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647571] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648609] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649731] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652401] usb usb1: Product: UHCI Host Controller\n[ 0.653334] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655495] hub 1-0:1.0: USB hub found\n[ 0.656280] hub 1-0:1.0: 2 ports detected\n[ 0.657193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659327] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661345] mousedev: PS/2 mouse device common for all mice\n[ 0.662613] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664461] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667618] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669440] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671269] i2c /dev entries driver\n[ 0.672378] device-mapper: uevent: version 1.0.3\n[ 0.673714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676078] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677972] NET: Registered protocol family 10\n[ 0.679372] NET: Registered protocol family 17\n[ 0.680699] Key type dns_resolver registered\n[ 0.682132] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683730] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686216] registered taskstats version 1\n[ 0.687253] Loading compiled-in X.509 certificates\n[ 0.688940] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691279] zswap: loaded using pool lzo/zbud\n[ 0.692862] Key type trusted registered\n[ 0.694607] Key type encrypted registered\n[ 0.695629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696929] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698243] evm: HMAC attrs: 0x1\n[ 0.699343] Magic number: 3:789:646\n[ 0.700291] scsi_host host0: hash matches\n[ 0.701285] scsi host0: hash matches\n[ 0.702286] rtc_cmos 00:00: setting system clock to 2019-01-03 19:36:53 UTC (1546544213)\n[ 0.704276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705676] EDD information not available.\n[ 0.776698] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789147] Write protecting the kernel read-only data: 14336k\n[ 0.791037] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.211488] random: dd 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.5...\nLease of 10.10.11.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000010a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCseTC/q3NtMbMnOwBalBOe1hK38zL5fLx0rVTkduNIRw80TtJZeUn8wKWJY/PllaByIw86u6LotM9v38LjA3maK1yyrET3R3ZcBnSVJ5W7Hujc6ZoF8npP2/5mPK7RmsmPa86sHHB/wrcgPYsmYu/bITnFep6NS0bgDsJfE0pqsI9C8AJwjoc4Yv4YQEAV4URrvwZ7TfW02D5MWdCUbi3tK6CfnQc2KrUcgAnpe7mnk1sCWDXIKAYwfuJ4MTFLpQyV2jtapzIPP/V77otXCBFnuVSnJ75BJCeHNXKdQ0Zsa63jQHIBe+dqr+YuGWoqBv37WDhcEulj+I4wlcl1NSyh root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ2bn+SkIX0GBZv4vtJUvUbYirAYsqITjYXhXMGXI+jBOLFH/XeHW1v+K3xf4n0yRCaUYEbfbYxTdWjp1mjZ+sUX1gFEr9StjWwZ/R0bM71b+tN9OH7tPKy7Nh3lELYQxmFF7cAVUgrNnOHpQLpccU3NX7T31kkiBAzBXyILxslrAAAAFQDlBZqh6GmysVJa6YxkDGw1OP/PkQAAAIAIqoN6ADXmBdRzT6/1s/hCQEDbpX7ea1M4ZVGdU0B+HsAJnlyTrq3p90vRM2CAbIY16DYjFLFjUP8wMPn5wz8bsOjmgTMk7TcJEnMaL2KQ2AA4a6a3jT0A8T5HBvpW7Nby9MWxkgrKatuuYEm3fnneU0Qn7DI0Y7QHicHpKqXgYAAAAIBC2Q7/HATd4FIOBMT3gH0JtD7VhzJBnnhzOs/VlSwAcPWaAwX0IiMiqyJT8AoVIqcBP8QYvLXEDvtQ8R7/8tI4ul+L9hexv7W1X0Z2NP2QfIiPs4TWY3XQ7lAr/Nvb9EYY93CdgqcMQrHVc56aQt9qXlH1HGCP7kgMXY06mmEhfw== 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.5,24,fe80::f816:3eff:fe27:b709/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.5 \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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.49 ===\n/dev/root resized successfully [took 2.50s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:27:B7:09 \n inet addr:10.10.11.5 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe27:b709/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:8125 (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.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.136900] usb 1-1: Product: QEMU USB Tablet\n[ 1.136903] usb 1-1: Manufacturer: QEMU\n[ 1.136905] usb 1-1: SerialNumber: 42\n[ 1.174513] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.192450] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.211488] random: dd urandom read with 5 bits of entropy available\n[ 1.499832] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 1.499835] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 3.607549] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.942370] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:36:53 cirros kern.info kernel: [ 0.793251] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 3 19:36:53 cirros kern.info kernel: [ 0.805834] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 3 19:36:53 cirros kern.info kernel: [ 0.805836] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 3 19:36:53 cirros kern.info kernel: [ 0.807541] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 3 19:36:53 cirros kern.info kernel: [ 0.810602] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 3 19:36:53 cirros kern.info kernel: [ 0.812660] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 3 19:36:53 cirros kern.info kernel: [ 0.834803] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 3 19:36:53 cirros kern.info kernel: [ 0.835690] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 3 19:36:53 cirros kern.info kernel: [ 0.836764] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 3 19:36:53 cirros kern.info kernel: [ 0.883981] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 3 19:36:53 cirros kern.info kernel: [ 0.975838] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 3 19:36:53 cirros kern.info kernel: [ 1.136892] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:36:53 cirros kern.info kernel: [ 1.136897] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:36:53 cirros kern.info kernel: [ 1.136900] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:36:53 cirros kern.info kernel: [ 1.136903] usb 1-1: Manufacturer: QEMU\nJan 3 19:36:53 cirros kern.info kernel: [ 1.136905] usb 1-1: SerialNumber: 42\nJan 3 19:36:53 cirros kern.info kernel: [ 1.174513] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 3 19:36:53 cirros kern.info kernel: [ 1.192450] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 3 19:36:54 cirros kern.notice kernel: [ 1.211488] random: dd urandom read with 5 bits of entropy available\nJan 3 19:36:54 cirros kern.info kernel: [ 1.499832] tsc: Refined TSC clocksource calibration: 3491.908 MHz\nJan 3 19:36:54 cirros kern.info kernel: [ 1.499835] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nJan 3 19:36:55 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:36:56 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:36:56 cirros kern.info kernel: [ 3.607549] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:36:56 cirros kern.info kernel: [ 3.942370] 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: "} 2019-01-03 19:37:45,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-57a087b5-3220-40a3-9ab0-9a403049d8b7 2019-01-03 19:37:47,637 - sdnvpn_test_utils - INFO - Waiting for instance 3c8f38d2-64c2-4c21-826d-0442c3119ef2 to boot up 2019-01-03 19:37:47,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:48,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c858451d-e954-45d2-926b-ff22ad72c04f x-compute-request-id: req-c858451d-e954-45d2-926b-ff22ad72c04f Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\n"} 2019-01-03 19:37:48,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-c858451d-e954-45d2-926b-ff22ad72c04f 2019-01-03 19:37:50,716 - sdnvpn_test_utils - INFO - Waiting for instance 406b429d-dfbe-45e0-a4d9-2d7055084e41 to boot up 2019-01-03 19:37:50,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:51,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d05d5155-d356-4843-bb8d-e6d2df8b332a x-compute-request-id: req-d05d5155-d356-4843-bb8d-e6d2df8b332a Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 637233700 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133471] pid_max: default: 32768 minimum: 301\n[ 0.134370] ACPI: Core revision 20150930\n[ 0.135760] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137088] Security Framework initialized\n[ 0.137905] Yama: becoming mindful.\n[ 0.138637] AppArmor: AppArmor initialized\n[ 0.139512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144744] Initializing cgroup subsys io\n[ 0.145560] Initializing cgroup subsys memory\n[ 0.146428] Initializing cgroup subsys devices\n[ 0.147312] Initializing cgroup subsys freezer\n[ 0.148177] Initializing cgroup subsys net_cls\n[ 0.149048] Initializing cgroup subsys perf_event\n[ 0.149956] Initializing cgroup subsys net_prio\n[ 0.150848] Initializing cgroup subsys hugetlb\n[ 0.151713] Initializing cgroup subsys pids\n[ 0.152589] CPU: Physical Processor ID: 0\n[ 0.154106] mce: CPU supports 10 MCE banks\n[ 0.154963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155958] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174257] ftrace: allocating 31920 entries in 125 pages\n[ 0.200743] smpboot: Max logical packages: 1\n[ 0.201607] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202972] x2apic enabled\n[ 0.203793] Switched APIC routing to physical x2apic.\n[ 0.205544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210471] KVM setup paravirtual spinlock\n[ 0.211812] x86: Booted up 1 node, 1 CPUs\n[ 0.212616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214006] devtmpfs: initialized\n[ 0.215737] evm: security.selinux\n[ 0.216436] evm: security.SMACK64\n[ 0.217123] evm: security.SMACK64EXEC\n[ 0.217865] evm: security.SMACK64TRANSMUTE\n[ 0.218671] evm: security.SMACK64MMAP\n[ 0.219416] evm: security.ima\n[ 0.220054] evm: security.capability\n[ 0.220868] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222708] pinctrl core: initialized pinctrl subsystem\n[ 0.223808] RTC time: 19:37:07, date: 01/03/19\n[ 0.224765] NET: Registered protocol family 16\n[ 0.225734] cpuidle: using governor ladder\n[ 0.226547] cpuidle: using governor menu\n[ 0.227329] PCCT header not found.\n[ 0.228089] ACPI: bus type PCI registered\n[ 0.228895] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230126] PCI: Using configuration type 1 for base access\n[ 0.231879] ACPI: Added _OSI(Module Device)\n[ 0.232725] ACPI: Added _OSI(Processor Device)\n[ 0.233583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236598] ACPI: Interpreter enabled\n[ 0.237369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244799] ACPI: (supports S0 S5)\n[ 0.245508] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250839] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255550] acpiphp: Slot [3] registered\n[ 0.256361] acpiphp: Slot [4] registered\n[ 0.257171] acpiphp: Slot [5] registered\n[ 0.257979] acpiphp: Slot [6] registered\n[ 0.258792] acpiphp: Slot [7] registered\n[ 0.259603] acpiphp: Slot [8] registered\n[ 0.260419] acpiphp: Slot [9] registered\n[ 0.261231] acpiphp: Slot [10] registered\n[ 0.262053] acpiphp: Slot [11] registered\n[ 0.262875] acpiphp: Slot [12] registered\n[ 0.263701] acpiphp: Slot [13] registered\n[ 0.264527] acpiphp: Slot [14] registered\n[ 0.265347] acpiphp: Slot [15] registered\n[ 0.276332] acpiphp: Slot [16] registered\n[ 0.277154] acpiphp: Slot [17] registered\n[ 0.277976] acpiphp: Slot [18] registered\n[ 0.278802] acpiphp: Slot [19] registered\n[ 0.279620] acpiphp: Slot [20] registered\n[ 0.280455] acpiphp: Slot [21] registered\n[ 0.281279] acpiphp: Slot [22] registered\n[ 0.282095] acpiphp: Slot [23] registered\n[ 0.282919] acpiphp: Slot [24] registered\n[ 0.283744] acpiphp: Slot [25] registered\n[ 0.284575] acpiphp: Slot [26] registered\n[ 0.285404] acpiphp: Slot [27] registered\n[ 0.286227] acpiphp: Slot [28] registered\n[ 0.287044] acpiphp: Slot [29] registered\n[ 0.287866] acpiphp: Slot [30] registered\n[ 0.288696] acpiphp: Slot [31] registered\n[ 0.289525] PCI host bridge to bus 0000:00\n[ 0.290376] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291586] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292792] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295670] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301856] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303621] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313712] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364643] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365892] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369809] vgaarb: loaded\n[ 0.370410] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371538] SCSI subsystem initialized\n[ 0.372354] ACPI: bus type USB registered\n[ 0.373157] usbcore: registered new interface driver usbfs\n[ 0.374189] usbcore: registered new interface driver hub\n[ 0.375192] usbcore: registered new device driver usb\n[ 0.376251] PCI: Using ACPI for IRQ routing\n[ 0.377278] NetLabel: Initializing\n[ 0.377988] NetLabel: domain hash size = 128\n[ 0.378844] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379789] NetLabel: unlabeled traffic allowed by default\n[ 0.380871] clocksource: Switched to clocksource kvm-clock\n[ 0.386306] AppArmor: AppArmor Filesystem Enabled\n[ 0.387257] pnp: PnP ACPI init\n[ 0.388164] pnp: PnP ACPI: found 5 devices\n[ 0.394536] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396250] NET: Registered protocol family 2\n[ 0.397195] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399629] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] NET: Registered protocol family 1\n[ 0.403891] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404991] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406075] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434333] Trying to unpack rootfs image as initramfs...\n[ 0.484105] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497896] Scanning for low memory corruption every 60 seconds\n[ 0.499244] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500383] audit: initializing netlink subsys (disabled)\n[ 0.501404] audit: type=2000 audit(1546544228.501:1): initialized\n[ 0.502698] Initialise system trusted keyring\n[ 0.503620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504784] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506751] zbud: loaded\n[ 0.507448] VFS: Disk quotas dquot_6.6.0\n[ 0.508260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509782] fuse init (API version 7.23)\n[ 0.510665] Key type big_key registered\n[ 0.511464] Allocating IMA MOK and blacklist keyrings.\n[ 0.512935] Key type asymmetric registered\n[ 0.513762] Asymmetric key parser 'x509' registered\n[ 0.514709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516167] io scheduler noop registered\n[ 0.516973] io scheduler deadline registered (default)\n[ 0.517967] io scheduler cfq registered\n[ 0.518797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522553] ACPI: Power Button [PWRF]\n[ 0.523375] GHES: HEST is not enabled!\n[ 0.537065] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567655] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592994] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595220] Linux agpgart interface v0.103\n[ 0.597269] brd: module loaded\n[ 0.598409] loop: module loaded\n[ 0.603032] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604502] GPT:90111 != 2097151\n[ 0.605190] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606292] GPT:90111 != 2097151\n[ 0.606964] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607931] vda: vda1 vda15\n[ 0.609458] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613610] libphy: Fixed MDIO Bus: probed\n[ 0.614439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615392] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617556] PPP generic driver version 2.4.2\n[ 0.618445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619751] ehci-pci: EHCI PCI platform driver\n[ 0.620621] ehci-platform: EHCI generic platform driver\n[ 0.621617] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622750] ohci-pci: OHCI PCI platform driver\n[ 0.623621] ohci-platform: OHCI generic platform driver\n[ 0.624609] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641403] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642437] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644786] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646216] usb usb1: Product: UHCI Host Controller\n[ 0.647151] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648298] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649313] hub 1-0:1.0: USB hub found\n[ 0.650091] hub 1-0:1.0: 2 ports detected\n[ 0.651001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654083] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655113] mousedev: PS/2 mouse device common for all mice\n[ 0.656359] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658199] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659295] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661685] i2c /dev entries driver\n[ 0.662448] device-mapper: uevent: version 1.0.3\n[ 0.663396] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665031] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666307] NET: Registered protocol family 10\n[ 0.667298] NET: Registered protocol family 17\n[ 0.668184] Key type dns_resolver registered\n[ 0.669118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670223] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671966] registered taskstats version 1\n[ 0.672799] Loading compiled-in X.509 certificates\n[ 0.674246] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676096] zswap: loaded using pool lzo/zbud\n[ 0.677483] Key type trusted registered\n[ 0.679027] Key type encrypted registered\n[ 0.679851] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680867] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681908] evm: HMAC attrs: 0x1\n[ 0.682835] Magic number: 3:789:646\n[ 0.683596] scsi_host host0: hash matches\n[ 0.684397] scsi host0: hash matches\n[ 0.685226] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:08 UTC (1546544228)\n[ 0.686815] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687916] EDD information not available.\n[ 0.769498] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781256] ata1.00: configured for MWDMA2\n[ 0.782459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784658] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785887] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787136] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790533] Write protecting the kernel read-only data: 14336k\n[ 0.792082] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.360107] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.19s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\n"} 2019-01-03 19:37:51,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action used request id req-d05d5155-d356-4843-bb8d-e6d2df8b332a 2019-01-03 19:37:53,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:54,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b9e1a30-97e5-4f2d-876b-12fe83ab2db4 x-compute-request-id: req-0b9e1a30-97e5-4f2d-876b-12fe83ab2db4 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:37:54,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-0b9e1a30-97e5-4f2d-876b-12fe83ab2db4 2019-01-03 19:37:54,863 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.5) to 'sdnvpn-1-2' (10.10.10.6). -->Expected result: can ping. 2019-01-03 19:37:54,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:55,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a0cf9def-96b9-4531-ac8c-6de53a178e83 x-compute-request-id: req-a0cf9def-96b9-4531-ac8c-6de53a178e83 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:37:55,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-a0cf9def-96b9-4531-ac8c-6de53a178e83 2019-01-03 19:37:55,942 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2019-01-03 19:37:55,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:57,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37: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-8364025f-41a0-4770-b78c-c2587ec74eb4 x-compute-request-id: req-8364025f-41a0-4770-b78c-c2587ec74eb4 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:37:57,019 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-8364025f-41a0-4770-b78c-c2587ec74eb4 2019-01-03 19:37:57,020 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.5) to 'sdnvpn-1-3' (10.10.10.7). -->Expected result: can ping. 2019-01-03 19:37:57,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:58,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-03d5c9e8-3a72-4b25-8946-ca755acf859a x-compute-request-id: req-03d5c9e8-3a72-4b25-8946-ca755acf859a 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:37:58,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-03d5c9e8-3a72-4b25-8946-ca755acf859a 2019-01-03 19:37:58,091 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-3' 2019-01-03 19:37:58,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:37:59,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e50641b6-f177-4011-a33b-34cf281fb746 x-compute-request-id: req-e50641b6-f177-4011-a33b-34cf281fb746 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:37:59,166 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-e50641b6-f177-4011-a33b-34cf281fb746 2019-01-03 19:37:59,167 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.5) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: cannot ping. 2019-01-03 19:37:59,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:00,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:37:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6c228bb-8f17-4886-898f-a6a76a26e58a x-compute-request-id: req-d6c228bb-8f17-4886-898f-a6a76a26e58a 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:38:00,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-d6c228bb-8f17-4886-898f-a6a76a26e58a 2019-01-03 19:38:01,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:02,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:38:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d22d57b-0bb3-4347-867e-ffe96c1baa17 x-compute-request-id: req-9d22d57b-0bb3-4347-867e-ffe96c1baa17 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:38:02,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-9d22d57b-0bb3-4347-867e-ffe96c1baa17 2019-01-03 19:38:03,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:04,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-41a2b222-51f7-436b-9071-d1ff683728d1 x-compute-request-id: req-41a2b222-51f7-436b-9071-d1ff683728d1 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:38:04,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-41a2b222-51f7-436b-9071-d1ff683728d1 2019-01-03 19:38:05,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:06,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1176c2a0-ccdd-497c-8886-be7cc90b3964 x-compute-request-id: req-1176c2a0-ccdd-497c-8886-be7cc90b3964 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:38:06,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-1176c2a0-ccdd-497c-8886-be7cc90b3964 2019-01-03 19:38:07,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:08,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c9a8aaf8-eb6b-444a-911a-b3230cadcad5 x-compute-request-id: req-c9a8aaf8-eb6b-444a-911a-b3230cadcad5 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 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\n"} 2019-01-03 19:38:08,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-c9a8aaf8-eb6b-444a-911a-b3230cadcad5 2019-01-03 19:38:09,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:10,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:38:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4df8e27-9ab3-4d47-ae98-ec4656c36100 x-compute-request-id: req-d4df8e27-9ab3-4d47-ae98-ec4656c36100 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\n"} 2019-01-03 19:38:10,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-d4df8e27-9ab3-4d47-ae98-ec4656c36100 2019-01-03 19:38:10,622 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2019-01-03 19:38:10,622 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2019-01-03 19:38:10,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network_association": {"network_id": "6fdf3cbf-8594-4efd-a294-b6b401b1d348"}}' 2019-01-03 19:38:11,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-2fafcfb4-c102-428e-9318-711759df252d Date: Thu, 03 Jan 2019 19:38:11 GMT RESP BODY: {"network_association": {"network_id": "6fdf3cbf-8594-4efd-a294-b6b401b1d348", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "0c8fda8e-6619-4c2e-b165-505e25e392c4"}} 2019-01-03 19:38:11,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628/network_associations used request id req-2fafcfb4-c102-428e-9318-711759df252d 2019-01-03 19:38:11,159 - sdnvpn_test_utils - DEBUG - Waiting for network 59c0c68c-6b83-4467-9a24-e9ea939e9628 to associate with BGPVPN e3492ef2-a7e0-436c-aa69-9fb21fda6112 2019-01-03 19:38:11,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:38:11,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-6e341abd-7044-4919-a134-cf4f1274dc9d Date: Thu, 03 Jan 2019 19:38:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "59c0c68c-6b83-4467-9a24-e9ea939e9628", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["6fdf3cbf-8594-4efd-a294-b6b401b1d348", "e3492ef2-a7e0-436c-aa69-9fb21fda6112"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:38:11,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 used request id req-6e341abd-7044-4919-a134-cf4f1274dc9d 2019-01-03 19:38:12,486 - sdnvpn_test_utils - DEBUG - Waiting for network 59c0c68c-6b83-4467-9a24-e9ea939e9628 to associate with BGPVPN 6fdf3cbf-8594-4efd-a294-b6b401b1d348 2019-01-03 19:38:12,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:38:12,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-65cf0955-11f7-4694-ad86-53d7252a243f Date: Thu, 03 Jan 2019 19:38:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "59c0c68c-6b83-4467-9a24-e9ea939e9628", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["6fdf3cbf-8594-4efd-a294-b6b401b1d348", "e3492ef2-a7e0-436c-aa69-9fb21fda6112"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:38:12,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 used request id req-65cf0955-11f7-4694-ad86-53d7252a243f 2019-01-03 19:38:13,950 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:38:43,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:45,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:38:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f01b3fb-d715-4096-9d49-081426d24b13 x-compute-request-id: req-6f01b3fb-d715-4096-9d49-081426d24b13 Content-Encoding: gzip Content-Length: 8116 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 637233700 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133471] pid_max: default: 32768 minimum: 301\n[ 0.134370] ACPI: Core revision 20150930\n[ 0.135760] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137088] Security Framework initialized\n[ 0.137905] Yama: becoming mindful.\n[ 0.138637] AppArmor: AppArmor initialized\n[ 0.139512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144744] Initializing cgroup subsys io\n[ 0.145560] Initializing cgroup subsys memory\n[ 0.146428] Initializing cgroup subsys devices\n[ 0.147312] Initializing cgroup subsys freezer\n[ 0.148177] Initializing cgroup subsys net_cls\n[ 0.149048] Initializing cgroup subsys perf_event\n[ 0.149956] Initializing cgroup subsys net_prio\n[ 0.150848] Initializing cgroup subsys hugetlb\n[ 0.151713] Initializing cgroup subsys pids\n[ 0.152589] CPU: Physical Processor ID: 0\n[ 0.154106] mce: CPU supports 10 MCE banks\n[ 0.154963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155958] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174257] ftrace: allocating 31920 entries in 125 pages\n[ 0.200743] smpboot: Max logical packages: 1\n[ 0.201607] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202972] x2apic enabled\n[ 0.203793] Switched APIC routing to physical x2apic.\n[ 0.205544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210471] KVM setup paravirtual spinlock\n[ 0.211812] x86: Booted up 1 node, 1 CPUs\n[ 0.212616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214006] devtmpfs: initialized\n[ 0.215737] evm: security.selinux\n[ 0.216436] evm: security.SMACK64\n[ 0.217123] evm: security.SMACK64EXEC\n[ 0.217865] evm: security.SMACK64TRANSMUTE\n[ 0.218671] evm: security.SMACK64MMAP\n[ 0.219416] evm: security.ima\n[ 0.220054] evm: security.capability\n[ 0.220868] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222708] pinctrl core: initialized pinctrl subsystem\n[ 0.223808] RTC time: 19:37:07, date: 01/03/19\n[ 0.224765] NET: Registered protocol family 16\n[ 0.225734] cpuidle: using governor ladder\n[ 0.226547] cpuidle: using governor menu\n[ 0.227329] PCCT header not found.\n[ 0.228089] ACPI: bus type PCI registered\n[ 0.228895] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230126] PCI: Using configuration type 1 for base access\n[ 0.231879] ACPI: Added _OSI(Module Device)\n[ 0.232725] ACPI: Added _OSI(Processor Device)\n[ 0.233583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236598] ACPI: Interpreter enabled\n[ 0.237369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244799] ACPI: (supports S0 S5)\n[ 0.245508] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250839] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255550] acpiphp: Slot [3] registered\n[ 0.256361] acpiphp: Slot [4] registered\n[ 0.257171] acpiphp: Slot [5] registered\n[ 0.257979] acpiphp: Slot [6] registered\n[ 0.258792] acpiphp: Slot [7] registered\n[ 0.259603] acpiphp: Slot [8] registered\n[ 0.260419] acpiphp: Slot [9] registered\n[ 0.261231] acpiphp: Slot [10] registered\n[ 0.262053] acpiphp: Slot [11] registered\n[ 0.262875] acpiphp: Slot [12] registered\n[ 0.263701] acpiphp: Slot [13] registered\n[ 0.264527] acpiphp: Slot [14] registered\n[ 0.265347] acpiphp: Slot [15] registered\n[ 0.276332] acpiphp: Slot [16] registered\n[ 0.277154] acpiphp: Slot [17] registered\n[ 0.277976] acpiphp: Slot [18] registered\n[ 0.278802] acpiphp: Slot [19] registered\n[ 0.279620] acpiphp: Slot [20] registered\n[ 0.280455] acpiphp: Slot [21] registered\n[ 0.281279] acpiphp: Slot [22] registered\n[ 0.282095] acpiphp: Slot [23] registered\n[ 0.282919] acpiphp: Slot [24] registered\n[ 0.283744] acpiphp: Slot [25] registered\n[ 0.284575] acpiphp: Slot [26] registered\n[ 0.285404] acpiphp: Slot [27] registered\n[ 0.286227] acpiphp: Slot [28] registered\n[ 0.287044] acpiphp: Slot [29] registered\n[ 0.287866] acpiphp: Slot [30] registered\n[ 0.288696] acpiphp: Slot [31] registered\n[ 0.289525] PCI host bridge to bus 0000:00\n[ 0.290376] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291586] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292792] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295670] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301856] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303621] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313712] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364643] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365892] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369809] vgaarb: loaded\n[ 0.370410] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371538] SCSI subsystem initialized\n[ 0.372354] ACPI: bus type USB registered\n[ 0.373157] usbcore: registered new interface driver usbfs\n[ 0.374189] usbcore: registered new interface driver hub\n[ 0.375192] usbcore: registered new device driver usb\n[ 0.376251] PCI: Using ACPI for IRQ routing\n[ 0.377278] NetLabel: Initializing\n[ 0.377988] NetLabel: domain hash size = 128\n[ 0.378844] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379789] NetLabel: unlabeled traffic allowed by default\n[ 0.380871] clocksource: Switched to clocksource kvm-clock\n[ 0.386306] AppArmor: AppArmor Filesystem Enabled\n[ 0.387257] pnp: PnP ACPI init\n[ 0.388164] pnp: PnP ACPI: found 5 devices\n[ 0.394536] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396250] NET: Registered protocol family 2\n[ 0.397195] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399629] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] NET: Registered protocol family 1\n[ 0.403891] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404991] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406075] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434333] Trying to unpack rootfs image as initramfs...\n[ 0.484105] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497896] Scanning for low memory corruption every 60 seconds\n[ 0.499244] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500383] audit: initializing netlink subsys (disabled)\n[ 0.501404] audit: type=2000 audit(1546544228.501:1): initialized\n[ 0.502698] Initialise system trusted keyring\n[ 0.503620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504784] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506751] zbud: loaded\n[ 0.507448] VFS: Disk quotas dquot_6.6.0\n[ 0.508260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509782] fuse init (API version 7.23)\n[ 0.510665] Key type big_key registered\n[ 0.511464] Allocating IMA MOK and blacklist keyrings.\n[ 0.512935] Key type asymmetric registered\n[ 0.513762] Asymmetric key parser 'x509' registered\n[ 0.514709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516167] io scheduler noop registered\n[ 0.516973] io scheduler deadline registered (default)\n[ 0.517967] io scheduler cfq registered\n[ 0.518797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522553] ACPI: Power Button [PWRF]\n[ 0.523375] GHES: HEST is not enabled!\n[ 0.537065] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567655] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592994] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595220] Linux agpgart interface v0.103\n[ 0.597269] brd: module loaded\n[ 0.598409] loop: module loaded\n[ 0.603032] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604502] GPT:90111 != 2097151\n[ 0.605190] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606292] GPT:90111 != 2097151\n[ 0.606964] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607931] vda: vda1 vda15\n[ 0.609458] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613610] libphy: Fixed MDIO Bus: probed\n[ 0.614439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615392] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617556] PPP generic driver version 2.4.2\n[ 0.618445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619751] ehci-pci: EHCI PCI platform driver\n[ 0.620621] ehci-platform: EHCI generic platform driver\n[ 0.621617] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622750] ohci-pci: OHCI PCI platform driver\n[ 0.623621] ohci-platform: OHCI generic platform driver\n[ 0.624609] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641403] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642437] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644786] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646216] usb usb1: Product: UHCI Host Controller\n[ 0.647151] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648298] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649313] hub 1-0:1.0: USB hub found\n[ 0.650091] hub 1-0:1.0: 2 ports detected\n[ 0.651001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654083] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655113] mousedev: PS/2 mouse device common for all mice\n[ 0.656359] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658199] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659295] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661685] i2c /dev entries driver\n[ 0.662448] device-mapper: uevent: version 1.0.3\n[ 0.663396] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665031] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666307] NET: Registered protocol family 10\n[ 0.667298] NET: Registered protocol family 17\n[ 0.668184] Key type dns_resolver registered\n[ 0.669118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670223] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671966] registered taskstats version 1\n[ 0.672799] Loading compiled-in X.509 certificates\n[ 0.674246] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676096] zswap: loaded using pool lzo/zbud\n[ 0.677483] Key type trusted registered\n[ 0.679027] Key type encrypted registered\n[ 0.679851] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680867] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681908] evm: HMAC attrs: 0x1\n[ 0.682835] Magic number: 3:789:646\n[ 0.683596] scsi_host host0: hash matches\n[ 0.684397] scsi host0: hash matches\n[ 0.685226] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:08 UTC (1546544228)\n[ 0.686815] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687916] EDD information not available.\n[ 0.769498] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781256] ata1.00: configured for MWDMA2\n[ 0.782459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784658] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785887] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787136] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790533] Write protecting the kernel read-only data: 14336k\n[ 0.792082] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.360107] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.19s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 KO\n"} 2019-01-03 19:38:45,060 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action used request id req-6f01b3fb-d715-4096-9d49-081426d24b13 2019-01-03 19:38:45,061 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.8) to 'sdnvpn-1-5' (10.10.11.5). -->Expected result: can ping. 2019-01-03 19:38:45,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e832bf3429ac26bb51ecc9f683f1ef0eafdbbe0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:38:46,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:38: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-dbbf8736-947e-4000-9b45-e8c8f16ba256 x-compute-request-id: req-dbbf8736-947e-4000-9b45-e8c8f16ba256 Content-Encoding: gzip Content-Length: 8116 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 637233700 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133471] pid_max: default: 32768 minimum: 301\n[ 0.134370] ACPI: Core revision 20150930\n[ 0.135760] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137088] Security Framework initialized\n[ 0.137905] Yama: becoming mindful.\n[ 0.138637] AppArmor: AppArmor initialized\n[ 0.139512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140852] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144744] Initializing cgroup subsys io\n[ 0.145560] Initializing cgroup subsys memory\n[ 0.146428] Initializing cgroup subsys devices\n[ 0.147312] Initializing cgroup subsys freezer\n[ 0.148177] Initializing cgroup subsys net_cls\n[ 0.149048] Initializing cgroup subsys perf_event\n[ 0.149956] Initializing cgroup subsys net_prio\n[ 0.150848] Initializing cgroup subsys hugetlb\n[ 0.151713] Initializing cgroup subsys pids\n[ 0.152589] CPU: Physical Processor ID: 0\n[ 0.154106] mce: CPU supports 10 MCE banks\n[ 0.154963] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155958] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174257] ftrace: allocating 31920 entries in 125 pages\n[ 0.200743] smpboot: Max logical packages: 1\n[ 0.201607] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202972] x2apic enabled\n[ 0.203793] Switched APIC routing to physical x2apic.\n[ 0.205544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210471] KVM setup paravirtual spinlock\n[ 0.211812] x86: Booted up 1 node, 1 CPUs\n[ 0.212616] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214006] devtmpfs: initialized\n[ 0.215737] evm: security.selinux\n[ 0.216436] evm: security.SMACK64\n[ 0.217123] evm: security.SMACK64EXEC\n[ 0.217865] evm: security.SMACK64TRANSMUTE\n[ 0.218671] evm: security.SMACK64MMAP\n[ 0.219416] evm: security.ima\n[ 0.220054] evm: security.capability\n[ 0.220868] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222708] pinctrl core: initialized pinctrl subsystem\n[ 0.223808] RTC time: 19:37:07, date: 01/03/19\n[ 0.224765] NET: Registered protocol family 16\n[ 0.225734] cpuidle: using governor ladder\n[ 0.226547] cpuidle: using governor menu\n[ 0.227329] PCCT header not found.\n[ 0.228089] ACPI: bus type PCI registered\n[ 0.228895] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230126] PCI: Using configuration type 1 for base access\n[ 0.231879] ACPI: Added _OSI(Module Device)\n[ 0.232725] ACPI: Added _OSI(Processor Device)\n[ 0.233583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236598] ACPI: Interpreter enabled\n[ 0.237369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244799] ACPI: (supports S0 S5)\n[ 0.245508] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250839] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252083] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253296] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255550] acpiphp: Slot [3] registered\n[ 0.256361] acpiphp: Slot [4] registered\n[ 0.257171] acpiphp: Slot [5] registered\n[ 0.257979] acpiphp: Slot [6] registered\n[ 0.258792] acpiphp: Slot [7] registered\n[ 0.259603] acpiphp: Slot [8] registered\n[ 0.260419] acpiphp: Slot [9] registered\n[ 0.261231] acpiphp: Slot [10] registered\n[ 0.262053] acpiphp: Slot [11] registered\n[ 0.262875] acpiphp: Slot [12] registered\n[ 0.263701] acpiphp: Slot [13] registered\n[ 0.264527] acpiphp: Slot [14] registered\n[ 0.265347] acpiphp: Slot [15] registered\n[ 0.276332] acpiphp: Slot [16] registered\n[ 0.277154] acpiphp: Slot [17] registered\n[ 0.277976] acpiphp: Slot [18] registered\n[ 0.278802] acpiphp: Slot [19] registered\n[ 0.279620] acpiphp: Slot [20] registered\n[ 0.280455] acpiphp: Slot [21] registered\n[ 0.281279] acpiphp: Slot [22] registered\n[ 0.282095] acpiphp: Slot [23] registered\n[ 0.282919] acpiphp: Slot [24] registered\n[ 0.283744] acpiphp: Slot [25] registered\n[ 0.284575] acpiphp: Slot [26] registered\n[ 0.285404] acpiphp: Slot [27] registered\n[ 0.286227] acpiphp: Slot [28] registered\n[ 0.287044] acpiphp: Slot [29] registered\n[ 0.287866] acpiphp: Slot [30] registered\n[ 0.288696] acpiphp: Slot [31] registered\n[ 0.289525] PCI host bridge to bus 0000:00\n[ 0.290376] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291586] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292792] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295670] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301856] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303621] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306058] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313712] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358911] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360391] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364643] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365892] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369809] vgaarb: loaded\n[ 0.370410] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371538] SCSI subsystem initialized\n[ 0.372354] ACPI: bus type USB registered\n[ 0.373157] usbcore: registered new interface driver usbfs\n[ 0.374189] usbcore: registered new interface driver hub\n[ 0.375192] usbcore: registered new device driver usb\n[ 0.376251] PCI: Using ACPI for IRQ routing\n[ 0.377278] NetLabel: Initializing\n[ 0.377988] NetLabel: domain hash size = 128\n[ 0.378844] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379789] NetLabel: unlabeled traffic allowed by default\n[ 0.380871] clocksource: Switched to clocksource kvm-clock\n[ 0.386306] AppArmor: AppArmor Filesystem Enabled\n[ 0.387257] pnp: PnP ACPI init\n[ 0.388164] pnp: PnP ACPI: found 5 devices\n[ 0.394536] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396250] NET: Registered protocol family 2\n[ 0.397195] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398468] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399629] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403026] NET: Registered protocol family 1\n[ 0.403891] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404991] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406075] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420092] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434333] Trying to unpack rootfs image as initramfs...\n[ 0.484105] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497896] Scanning for low memory corruption every 60 seconds\n[ 0.499244] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500383] audit: initializing netlink subsys (disabled)\n[ 0.501404] audit: type=2000 audit(1546544228.501:1): initialized\n[ 0.502698] Initialise system trusted keyring\n[ 0.503620] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504784] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506751] zbud: loaded\n[ 0.507448] VFS: Disk quotas dquot_6.6.0\n[ 0.508260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509782] fuse init (API version 7.23)\n[ 0.510665] Key type big_key registered\n[ 0.511464] Allocating IMA MOK and blacklist keyrings.\n[ 0.512935] Key type asymmetric registered\n[ 0.513762] Asymmetric key parser 'x509' registered\n[ 0.514709] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516167] io scheduler noop registered\n[ 0.516973] io scheduler deadline registered (default)\n[ 0.517967] io scheduler cfq registered\n[ 0.518797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522553] ACPI: Power Button [PWRF]\n[ 0.523375] GHES: HEST is not enabled!\n[ 0.537065] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567655] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592994] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595220] Linux agpgart interface v0.103\n[ 0.597269] brd: module loaded\n[ 0.598409] loop: module loaded\n[ 0.603032] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604502] GPT:90111 != 2097151\n[ 0.605190] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606292] GPT:90111 != 2097151\n[ 0.606964] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607931] vda: vda1 vda15\n[ 0.609458] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610917] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612146] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613610] libphy: Fixed MDIO Bus: probed\n[ 0.614439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615392] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617556] PPP generic driver version 2.4.2\n[ 0.618445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619751] ehci-pci: EHCI PCI platform driver\n[ 0.620621] ehci-platform: EHCI generic platform driver\n[ 0.621617] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622750] ohci-pci: OHCI PCI platform driver\n[ 0.623621] ohci-platform: OHCI generic platform driver\n[ 0.624609] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639950] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641403] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642437] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644786] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646216] usb usb1: Product: UHCI Host Controller\n[ 0.647151] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648298] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649313] hub 1-0:1.0: USB hub found\n[ 0.650091] hub 1-0:1.0: 2 ports detected\n[ 0.651001] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654083] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655113] mousedev: PS/2 mouse device common for all mice\n[ 0.656359] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658199] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659295] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660488] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661685] i2c /dev entries driver\n[ 0.662448] device-mapper: uevent: version 1.0.3\n[ 0.663396] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665031] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666307] NET: Registered protocol family 10\n[ 0.667298] NET: Registered protocol family 17\n[ 0.668184] Key type dns_resolver registered\n[ 0.669118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670223] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671966] registered taskstats version 1\n[ 0.672799] Loading compiled-in X.509 certificates\n[ 0.674246] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676096] zswap: loaded using pool lzo/zbud\n[ 0.677483] Key type trusted registered\n[ 0.679027] Key type encrypted registered\n[ 0.679851] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680867] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681908] evm: HMAC attrs: 0x1\n[ 0.682835] Magic number: 3:789:646\n[ 0.683596] scsi_host host0: hash matches\n[ 0.684397] scsi host0: hash matches\n[ 0.685226] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:08 UTC (1546544228)\n[ 0.686815] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687916] EDD information not available.\n[ 0.769498] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781256] ata1.00: configured for MWDMA2\n[ 0.782459] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784658] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785887] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787136] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789002] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790533] Write protecting the kernel read-only data: 14336k\n[ 0.792082] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793889] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.360107] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.19s]\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 KO\nping 10.10.11.5 KO\n"} 2019-01-03 19:38:46,134 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action used request id req-dbbf8736-947e-4000-9b45-e8c8f16ba256 2019-01-03 19:38:46,135 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2019-01-03 19:38:46,135 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2019-01-03 19:38:46,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:38:46,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b38073c1-df0e-42fe-8d11-8d4de26cbd8c Content-Length: 0 Date: Thu, 03 Jan 2019 19:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:38:46,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/59c0c68c-6b83-4467-9a24-e9ea939e9628 used request id req-b38073c1-df0e-42fe-8d11-8d4de26cbd8c 2019-01-03 19:39:16,645 - 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}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-294364", "route_distinguishers": "11:11"}}' 2019-01-03 19:39:17,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-3e9da422-b299-401c-867a-e8c327c96f8f Date: Thu, 03 Jan 2019 19:39:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "6d5cfd6a-69de-457c-9636-8a994eef23eb", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:39:17,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-3e9da422-b299-401c-867a-e8c327c96f8f 2019-01-03 19:39:17,132 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-294364', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'6d5cfd6a-69de-457c-9636-8a994eef23eb'}} 2019-01-03 19:39:17,132 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2019-01-03 19:39:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network_association": {"network_id": "e3492ef2-a7e0-436c-aa69-9fb21fda6112"}}' 2019-01-03 19:39:17,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5e4aac23-ef26-4988-a3d6-d2fd169d4044 Date: Thu, 03 Jan 2019 19:39:17 GMT RESP BODY: {"network_association": {"network_id": "e3492ef2-a7e0-436c-aa69-9fb21fda6112", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "08387316-5684-4382-9384-9fb31495ce9a"}} 2019-01-03 19:39:17,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb/network_associations used request id req-5e4aac23-ef26-4988-a3d6-d2fd169d4044 2019-01-03 19:39:17,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" -d '{"network_association": {"network_id": "6fdf3cbf-8594-4efd-a294-b6b401b1d348"}}' 2019-01-03 19:39:18,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4a267008-721f-40e7-8618-7f788fd5030a Date: Thu, 03 Jan 2019 19:39:18 GMT RESP BODY: {"network_association": {"network_id": "6fdf3cbf-8594-4efd-a294-b6b401b1d348", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "6f3be673-1f75-4923-a248-36829c296509"}} 2019-01-03 19:39:18,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb/network_associations used request id req-4a267008-721f-40e7-8618-7f788fd5030a 2019-01-03 19:39:18,220 - sdnvpn_test_utils - DEBUG - Waiting for network 6d5cfd6a-69de-457c-9636-8a994eef23eb to associate with BGPVPN e3492ef2-a7e0-436c-aa69-9fb21fda6112 2019-01-03 19:39:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:39:18,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-39647726-d752-46e0-8840-c1cfe219670d Date: Thu, 03 Jan 2019 19:39:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "6d5cfd6a-69de-457c-9636-8a994eef23eb", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["6fdf3cbf-8594-4efd-a294-b6b401b1d348", "e3492ef2-a7e0-436c-aa69-9fb21fda6112"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:39:18,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb used request id req-39647726-d752-46e0-8840-c1cfe219670d 2019-01-03 19:39:19,525 - sdnvpn_test_utils - DEBUG - Waiting for network 6d5cfd6a-69de-457c-9636-8a994eef23eb to associate with BGPVPN 6fdf3cbf-8594-4efd-a294-b6b401b1d348 2019-01-03 19:39:19,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:39:19,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-f91caed6-4173-4af9-9f81-0ee2d122c2e3 Date: Thu, 03 Jan 2019 19:39:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "6d5cfd6a-69de-457c-9636-8a994eef23eb", "name": "sdnvpn-294364", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["6fdf3cbf-8594-4efd-a294-b6b401b1d348", "e3492ef2-a7e0-436c-aa69-9fb21fda6112"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:39:19,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb used request id req-f91caed6-4173-4af9-9f81-0ee2d122c2e3 2019-01-03 19:39:20,689 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:39:50,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:39:51,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39: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-bc1d5917-c94e-453f-a84b-99b540889f8c x-compute-request-id: req-bc1d5917-c94e-453f-a84b-99b540889f8c Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\n"} 2019-01-03 19:39:51,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-bc1d5917-c94e-453f-a84b-99b540889f8c 2019-01-03 19:39:51,794 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.5) to 'sdnvpn-1-4' (10.10.11.8). -->Expected result: can ping. 2019-01-03 19:39:51,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:39:52,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05d8f589-2a6b-47ac-8a05-fc873fbffdd4 x-compute-request-id: req-05d8f589-2a6b-47ac-8a05-fc873fbffdd4 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\n"} 2019-01-03 19:39:52,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-05d8f589-2a6b-47ac-8a05-fc873fbffdd4 2019-01-03 19:39:52,870 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2019-01-03 19:39:52,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:39:53,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f70974cd-bf88-4ce0-9e78-fbff727e79d1 x-compute-request-id: req-f70974cd-bf88-4ce0-9e78-fbff727e79d1 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\n"} 2019-01-03 19:39:53,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-f70974cd-bf88-4ce0-9e78-fbff727e79d1 2019-01-03 19:39:53,949 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.5) to 'sdnvpn-1-5' (10.10.11.5). -->Expected result: can ping. 2019-01-03 19:39:53,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e9decef2aad4fab22b4f77f3171564eaf897635" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:39:55,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39: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-de02690e-4fb3-45e5-883a-807396558b53 x-compute-request-id: req-de02690e-4fb3-45e5-883a-807396558b53 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501673958 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130388] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131993] pid_max: default: 32768 minimum: 301\n[ 0.132867] ACPI: Core revision 20150930\n[ 0.134229] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135496] Security Framework initialized\n[ 0.136289] Yama: becoming mindful.\n[ 0.136999] AppArmor: AppArmor initialized\n[ 0.137840] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139132] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140370] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141547] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142902] Initializing cgroup subsys io\n[ 0.143694] Initializing cgroup subsys memory\n[ 0.144526] Initializing cgroup subsys devices\n[ 0.145373] Initializing cgroup subsys freezer\n[ 0.146221] Initializing cgroup subsys net_cls\n[ 0.147064] Initializing cgroup subsys perf_event\n[ 0.147950] Initializing cgroup subsys net_prio\n[ 0.148806] Initializing cgroup subsys hugetlb\n[ 0.149654] Initializing cgroup subsys pids\n[ 0.150505] CPU: Physical Processor ID: 0\n[ 0.151986] mce: CPU supports 10 MCE banks\n[ 0.152808] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153785] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164627] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171026] ftrace: allocating 31920 entries in 125 pages\n[ 0.197631] smpboot: Max logical packages: 1\n[ 0.198622] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200253] x2apic enabled\n[ 0.201194] Switched APIC routing to physical x2apic.\n[ 0.203093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207823] KVM setup paravirtual spinlock\n[ 0.209146] x86: Booted up 1 node, 1 CPUs\n[ 0.209926] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211273] devtmpfs: initialized\n[ 0.212971] evm: security.selinux\n[ 0.213644] evm: security.SMACK64\n[ 0.214313] evm: security.SMACK64EXEC\n[ 0.215043] evm: security.SMACK64TRANSMUTE\n[ 0.215824] evm: security.SMACK64MMAP\n[ 0.216537] evm: security.ima\n[ 0.217164] evm: security.capability\n[ 0.217950] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219743] pinctrl core: initialized pinctrl subsystem\n[ 0.220800] RTC time: 19:37:19, date: 01/03/19\n[ 0.221736] NET: Registered protocol family 16\n[ 0.222673] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224220] PCCT header not found.\n[ 0.224943] ACPI: bus type PCI registered\n[ 0.225722] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226917] PCI: Using configuration type 1 for base access\n[ 0.228634] ACPI: Added _OSI(Module Device)\n[ 0.229454] ACPI: Added _OSI(Processor Device)\n[ 0.230290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231161] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233253] ACPI: Interpreter enabled\n[ 0.234004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241125] ACPI: (supports S0 S5)\n[ 0.241807] ACPI: Using IOAPIC for interrupt routing\n[ 0.242719] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248288] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249849] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252738] acpiphp: Slot [3] registered\n[ 0.253788] acpiphp: Slot [4] registered\n[ 0.254826] acpiphp: Slot [5] registered\n[ 0.255864] acpiphp: Slot [6] registered\n[ 0.256886] acpiphp: Slot [7] registered\n[ 0.257919] acpiphp: Slot [8] registered\n[ 0.258944] acpiphp: Slot [9] registered\n[ 0.259986] acpiphp: Slot [10] registered\n[ 0.261061] acpiphp: Slot [11] registered\n[ 0.262121] acpiphp: Slot [12] registered\n[ 0.263182] acpiphp: Slot [13] registered\n[ 0.264217] acpiphp: Slot [14] registered\n[ 0.265263] acpiphp: Slot [15] registered\n[ 0.276533] acpiphp: Slot [16] registered\n[ 0.277558] acpiphp: Slot [17] registered\n[ 0.278593] acpiphp: Slot [18] registered\n[ 0.279612] acpiphp: Slot [19] registered\n[ 0.280652] acpiphp: Slot [20] registered\n[ 0.281671] acpiphp: Slot [21] registered\n[ 0.282720] acpiphp: Slot [22] registered\n[ 0.283728] acpiphp: Slot [23] registered\n[ 0.284755] acpiphp: Slot [24] registered\n[ 0.285767] acpiphp: Slot [25] registered\n[ 0.286832] acpiphp: Slot [26] registered\n[ 0.287872] acpiphp: Slot [27] registered\n[ 0.288915] acpiphp: Slot [28] registered\n[ 0.289958] acpiphp: Slot [29] registered\n[ 0.290998] acpiphp: Slot [30] registered\n[ 0.292033] acpiphp: Slot [31] registered\n[ 0.293057] PCI host bridge to bus 0000:00\n[ 0.294077] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300949] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309473] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311032] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312680] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321687] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371886] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378607] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380146] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381579] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385033] vgaarb: loaded\n[ 0.385817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387277] SCSI subsystem initialized\n[ 0.388293] ACPI: bus type USB registered\n[ 0.389318] usbcore: registered new interface driver usbfs\n[ 0.390645] usbcore: registered new interface driver hub\n[ 0.391993] usbcore: registered new device driver usb\n[ 0.393365] PCI: Using ACPI for IRQ routing\n[ 0.394589] NetLabel: Initializing\n[ 0.395480] NetLabel: domain hash size = 128\n[ 0.396577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397838] NetLabel: unlabeled traffic allowed by default\n[ 0.399202] clocksource: Switched to clocksource kvm-clock\n[ 0.405117] AppArmor: AppArmor Filesystem Enabled\n[ 0.406297] pnp: PnP ACPI init\n[ 0.407386] pnp: PnP ACPI: found 5 devices\n[ 0.413987] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416176] NET: Registered protocol family 2\n[ 0.417375] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419043] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420291] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421424] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422470] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423636] NET: Registered protocol family 1\n[ 0.424494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425575] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426631] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440655] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455181] Trying to unpack rootfs image as initramfs...\n[ 0.505849] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.519678] Scanning for low memory corruption every 60 seconds\n[ 0.521287] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522739] audit: initializing netlink subsys (disabled)\n[ 0.524027] audit: type=2000 audit(1546544240.240:1): initialized\n[ 0.525618] Initialise system trusted keyring\n[ 0.526772] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528275] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.530585] zbud: loaded\n[ 0.531461] VFS: Disk quotas dquot_6.6.0\n[ 0.532507] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534386] fuse init (API version 7.23)\n[ 0.535529] Key type big_key registered\n[ 0.536547] Allocating IMA MOK and blacklist keyrings.\n[ 0.537919] Key type asymmetric registered\n[ 0.538972] Asymmetric key parser 'x509' registered\n[ 0.540188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542408] io scheduler noop registered\n[ 0.543414] io scheduler deadline registered (default)\n[ 0.544661] io scheduler cfq registered\n[ 0.545725] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547045] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548624] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550422] ACPI: Power Button [PWRF]\n[ 0.551437] GHES: HEST is not enabled!\n[ 0.565460] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622417] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624943] Linux agpgart interface v0.103\n[ 0.627144] brd: module loaded\n[ 0.628486] loop: module loaded\n[ 0.633111] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634906] GPT:90111 != 2097151\n[ 0.635748] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637128] GPT:90111 != 2097151\n[ 0.637953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639156] vda: vda1 vda15\n[ 0.640789] scsi host0: ata_piix\n[ 0.641674] scsi host1: ata_piix\n[ 0.642527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.644061] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.645821] libphy: Fixed MDIO Bus: probed\n[ 0.646823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648009] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650581] PPP generic driver version 2.4.2\n[ 0.651692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653193] ehci-pci: EHCI PCI platform driver\n[ 0.654271] ehci-platform: EHCI generic platform driver\n[ 0.655519] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656948] ohci-pci: OHCI PCI platform driver\n[ 0.658036] ohci-platform: OHCI generic platform driver\n[ 0.659277] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673959] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675213] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677019] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678260] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679655] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681193] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.682954] usb usb1: Product: UHCI Host Controller\n[ 0.684207] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685641] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686867] hub 1-0:1.0: USB hub found\n[ 0.687825] hub 1-0:1.0: 2 ports detected\n[ 0.688914] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691447] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692641] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693914] mousedev: PS/2 mouse device common for all mice\n[ 0.695435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.697697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.699011] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.700500] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.701996] i2c /dev entries driver\n[ 0.702920] device-mapper: uevent: version 1.0.3\n[ 0.704078] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.706112] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.707669] NET: Registered protocol family 10\n[ 0.708877] NET: Registered protocol family 17\n[ 0.709971] Key type dns_resolver registered\n[ 0.711097] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.712468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.714639] registered taskstats version 1\n[ 0.715688] Loading compiled-in X.509 certificates\n[ 0.717362] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719709] zswap: loaded using pool lzo/zbud\n[ 0.721290] Key type trusted registered\n[ 0.723033] Key type encrypted registered\n[ 0.724072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725374] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726671] evm: HMAC attrs: 0x1\n[ 0.728145] Magic number: 3:789:646\n[ 0.729094] scsi_host host0: hash matches\n[ 0.730090] scsi host0: hash matches\n[ 0.731071] rtc_cmos 00:00: setting system clock to 2019-01-03 19:37:20 UTC (1546544240)\n[ 0.733056] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734456] EDD information not available.\n[ 0.799781] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.811917] ata1.00: configured for MWDMA2\n[ 0.813311] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.821027] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822930] Write protecting the kernel read-only data: 14336k\n[ 0.824794] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826970] 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.20\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.403733] 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.51s]\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\nping 10.10.10.7 KO\nping 10.10.11.8 KO\nping 10.10.11.5 KO\nping 10.10.10.6 OK\n"} 2019-01-03 19:39:55,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-de02690e-4fb3-45e5-883a-807396558b53 2019-01-03 19:39:55,027 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2019-01-03 19:39:55,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"forceDelete": null}' 2019-01-03 19:39:55,222 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:39:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28952776-71f4-491d-99ab-91b96d05c1d9 x-compute-request-id: req-28952776-71f4-491d-99ab-91b96d05c1d9 Content-Length: 0 Content-Type: application/json 2019-01-03 19:39:55,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2/action used request id req-28952776-71f4-491d-99ab-91b96d05c1d9 2019-01-03 19:39:55,222 - sdnvpn_test_utils - DEBUG - Waiting for instance 3c8f38d2-64c2-4c21-826d-0442c3119ef2 to be deleted 2019-01-03 19:39:55,225 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:39:55,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1eb17e4-e7c4-49f0-85cf-a289c83c64d6 x-compute-request-id: req-e1eb17e4-e7c4-49f0-85cf-a289c83c64d6 Content-Encoding: gzip Content-Length: 1178 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:19:5f:4d", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3c8f38d2-64c2-4c21-826d-0442c3119ef2", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-03T19:37:19.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "3c8f38d2-64c2-4c21-826d-0442c3119ef2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:39:55Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-03T19:37:15Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": "2019-01-03T19:36:27.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:28Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:39:55,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-e1eb17e4-e7c4-49f0-85cf-a289c83c64d6 2019-01-03 19:39:57,938 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:39:58,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:39:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8461c6c7-0fbe-40f7-bb42-608479f338bd x-compute-request-id: req-8461c6c7-0fbe-40f7-bb42-608479f338bd Content-Encoding: gzip Content-Length: 1090 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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": "2019-01-03T19:36:27.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:28Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:39:58,571 - 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-8461c6c7-0fbe-40f7-bb42-608479f338bd 2019-01-03 19:40:00,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"forceDelete": null}' 2019-01-03 19:40:00,755 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99994302-23e9-4496-a7c0-2cb65679933f x-compute-request-id: req-99994302-23e9-4496-a7c0-2cb65679933f Content-Length: 0 Content-Type: application/json 2019-01-03 19:40:00,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b/action used request id req-99994302-23e9-4496-a7c0-2cb65679933f 2019-01-03 19:40:00,755 - sdnvpn_test_utils - DEBUG - Waiting for instance 4033d6b5-f795-43c6-88c8-2a29cee02a8b to be deleted 2019-01-03 19:40:00,758 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:01,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ccc87ce-9cac-4c89-bad4-90f8c513ecb1 x-compute-request-id: req-6ccc87ce-9cac-4c89-bad4-90f8c513ecb1 Content-Encoding: gzip Content-Length: 1102 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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:68:71:74", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4033d6b5-f795-43c6-88c8-2a29cee02a8b", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000107", "OS-SRV-USG:launched_at": "2019-01-03T19:36:27.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4033d6b5-f795-43c6-88c8-2a29cee02a8b", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:00Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-03T19:36:23Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:01,535 - 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-6ccc87ce-9cac-4c89-bad4-90f8c513ecb1 2019-01-03 19:40:03,541 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:04,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91bc94b2-1607-4fe2-9f8c-bc1fc4f9b51d x-compute-request-id: req-91bc94b2-1607-4fe2-9f8c-bc1fc4f9b51d Content-Encoding: gzip Content-Length: 1016 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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:41Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:04,195 - 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-91bc94b2-1607-4fe2-9f8c-bc1fc4f9b51d 2019-01-03 19:40:06,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"forceDelete": null}' 2019-01-03 19:40:06,354 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d18ee531-ae26-4df2-b191-d5a370bb046d x-compute-request-id: req-d18ee531-ae26-4df2-b191-d5a370bb046d Content-Length: 0 Content-Type: application/json 2019-01-03 19:40:06,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff/action used request id req-d18ee531-ae26-4df2-b191-d5a370bb046d 2019-01-03 19:40:06,354 - sdnvpn_test_utils - DEBUG - Waiting for instance aae86bba-7d3b-49c9-96c3-4f2c884903ff to be deleted 2019-01-03 19:40:06,357 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:07,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b72203f-c081-4588-bf31-37fd8221a0d2 x-compute-request-id: req-1b72203f-c081-4588-bf31-37fd8221a0d2 Content-Encoding: gzip Content-Length: 1027 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:5e:d8:dd", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aae86bba-7d3b-49c9-96c3-4f2c884903ff", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010a", "OS-SRV-USG:launched_at": "2019-01-03T19:36:40.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "aae86bba-7d3b-49c9-96c3-4f2c884903ff", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:06Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-03T19:36:36Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:07,169 - 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-1b72203f-c081-4588-bf31-37fd8221a0d2 2019-01-03 19:40:09,175 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:09,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-08891fc1-44ea-411b-8a50-6a7d5d9cad67 x-compute-request-id: req-08891fc1-44ea-411b-8a50-6a7d5d9cad67 Content-Encoding: gzip Content-Length: 932 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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:37:08Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:09,656 - 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-08891fc1-44ea-411b-8a50-6a7d5d9cad67 2019-01-03 19:40:11,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"forceDelete": null}' 2019-01-03 19:40:11,827 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c149d92-f04e-4deb-9c55-21219ec0db0a x-compute-request-id: req-3c149d92-f04e-4deb-9c55-21219ec0db0a Content-Length: 0 Content-Type: application/json 2019-01-03 19:40:11,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41/action used request id req-3c149d92-f04e-4deb-9c55-21219ec0db0a 2019-01-03 19:40:11,827 - sdnvpn_test_utils - DEBUG - Waiting for instance 406b429d-dfbe-45e0-a4d9-2d7055084e41 to be deleted 2019-01-03 19:40:11,830 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:12,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-468cb554-922b-492c-8c9d-afa8dd9bb265 x-compute-request-id: req-468cb554-922b-492c-8c9d-afa8dd9bb265 Content-Encoding: gzip Content-Length: 945 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:aa:fb:b5", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/406b429d-dfbe-45e0-a4d9-2d7055084e41", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-03T19:37:07.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "406b429d-dfbe-45e0-a4d9-2d7055084e41", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:40:11Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-03T19:37:02Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:12,330 - 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-468cb554-922b-492c-8c9d-afa8dd9bb265 2019-01-03 19:40:14,334 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:14,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84a1d6ff-a6cc-4630-99b5-145eb482e7d0 x-compute-request-id: req-84a1d6ff-a6cc-4630-99b5-145eb482e7d0 Content-Encoding: gzip Content-Length: 787 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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:36:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:14,815 - 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-84a1d6ff-a6cc-4630-99b5-145eb482e7d0 2019-01-03 19:40:16,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" -d '{"forceDelete": null}' 2019-01-03 19:40:16,989 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-17ed4e10-c221-413e-aee3-25b23494fe44 x-compute-request-id: req-17ed4e10-c221-413e-aee3-25b23494fe44 Content-Length: 0 Content-Type: application/json 2019-01-03 19:40:16,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71/action used request id req-17ed4e10-c221-413e-aee3-25b23494fe44 2019-01-03 19:40:16,989 - sdnvpn_test_utils - DEBUG - Waiting for instance ac53521f-3ad3-42db-9310-89d706924f71 to be deleted 2019-01-03 19:40:16,992 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:17,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4dcf0619-c197-42c8-b2b8-58f98995cd7c x-compute-request-id: req-4dcf0619-c197-42c8-b2b8-58f98995cd7c Content-Encoding: gzip Content-Length: 797 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:27:b7:09", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ac53521f-3ad3-42db-9310-89d706924f71", "rel": "bookmark"}], "image": {"id": "960cced7-5fd1-4425-b45a-37dfd67de571", "links": [{"href": "http://172.30.9.30:8774/images/960cced7-5fd1-4425-b45a-37dfd67de571", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-03T19:36:52.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "ac53521f-3ad3-42db-9310-89d706924f71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:16Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-03T19:36:49Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:40:17,808 - 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-4dcf0619-c197-42c8-b2b8-58f98995cd7c 2019-01-03 19:40:19,815 - 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}7005d0970e5b3ce067ed10dae9d5b425ad1edcb0" 2019-01-03 19:40:19,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-aadea29d-82d4-4099-b87a-350a6cb581f7 x-compute-request-id: req-aadea29d-82d4-4099-b87a-350a6cb581f7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:40:19,897 - 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-aadea29d-82d4-4099-b87a-350a6cb581f7 2019-01-03 19:40:21,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71ef739f9f2a9bac7cc432b5d018c90ba2826eea" 2019-01-03 19:40:23,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d06ded26-32ff-48c3-a8d4-c4f1f99c4b18 Date: Thu, 03 Jan 2019 19:40:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:40:23,496 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/960cced7-5fd1-4425-b45a-37dfd67de571 used request id req-d06ded26-32ff-48c3-a8d4-c4f1f99c4b18 2019-01-03 19:40:23,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:40:23,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-deef706c-9496-448e-a78e-9a5a885f8e10 Content-Length: 0 Date: Thu, 03 Jan 2019 19:40:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:40:23,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/6d5cfd6a-69de-457c-9636-8a994eef23eb used request id req-deef706c-9496-448e-a78e-9a5a885f8e10 2019-01-03 19:40:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/52fa62b5-b489-46d4-9474-0294909c5f61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:40:26,305 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c9684685-9dfe-4ede-8f66-85d6a61c3953 Date: Thu, 03 Jan 2019 19:40:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:40:26,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/52fa62b5-b489-46d4-9474-0294909c5f61 used request id req-c9684685-9dfe-4ede-8f66-85d6a61c3953 2019-01-03 19:40:26,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/afe79bc1-a532-4bef-b6d5-db793c56596c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:40:28,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb160e73-8f2c-4134-9ef8-dbb1616d2068 Date: Thu, 03 Jan 2019 19:40:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:40:28,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/afe79bc1-a532-4bef-b6d5-db793c56596c used request id req-bb160e73-8f2c-4134-9ef8-dbb1616d2068 2019-01-03 19:40:28,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/e3492ef2-a7e0-436c-aa69-9fb21fda6112 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:40:29,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd77a93a-317b-49cc-810b-18015284e3cd Date: Thu, 03 Jan 2019 19:40:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:40:29,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e3492ef2-a7e0-436c-aa69-9fb21fda6112 used request id req-bd77a93a-317b-49cc-810b-18015284e3cd 2019-01-03 19:40:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6fdf3cbf-8594-4efd-a294-b6b401b1d348 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e4ca611ba6c963e14a97f62efc3885e7437e86" 2019-01-03 19:40:30,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f61acc5f-ffce-4875-99ba-46947b1f276a Date: Thu, 03 Jan 2019 19:40:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:40:30,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6fdf3cbf-8594-4efd-a294-b6b401b1d348 used request id req-f61acc5f-ffce-4875-99ba-46947b1f276a 2019-01-03 19:40:30,252 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2019-01-03 19:40:30,253 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-03 19:40:30,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2019-01-03 19:40:30,253 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2019-01-03 19:40:30,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2019-01-03 19:40:30,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2019-01-03 19:40:30,254 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2019-01-03 19:40:30,345 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:40:30,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:40:30,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:40:30,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:40:30,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:40:30,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:40:30,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:40:30,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:40:30,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:40:30,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:40:30,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:40:30,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:40:30,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:40:30,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:40:30,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:40:30,353 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:40:30,355 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5ba2510L 2019-01-03 19:40:30,355 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:30,385 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:30,385 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:30,390 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:30,391 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:30,391 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:30,391 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:30,391 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:30,391 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:30,402 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:30,403 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:30,418 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 19:40:30,419 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:30,443 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:30,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:30,552 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:30,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:30,755 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:30,794 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:30,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:30,823 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:35,849 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:35,851 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:35,853 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c7f310L 2019-01-03 19:40:35,853 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:35,859 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:35,859 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:35,862 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:35,863 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:35,863 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:35,863 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:35,863 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:35,863 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:35,868 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:35,869 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:35,885 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:40:35,886 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:35,908 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:35,919 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:35,950 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:36,004 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:36,004 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:36,043 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:36,044 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:36,054 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:36,092 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:36,093 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:36,094 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:36,095 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:36,095 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:36,136 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:36,174 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:36,175 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:36,176 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:36,177 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:36,177 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:36,218 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:36,252 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:36,254 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:36,256 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c7f6d0L 2019-01-03 19:40:36,256 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:36,262 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:36,262 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:36,265 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:36,265 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:36,266 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:36,266 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:36,266 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:36,266 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:36,271 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:36,271 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:36,272 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:40:36,273 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:36,310 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:36,323 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:36,337 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:36,436 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:36,436 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:36,475 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:36,476 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:36,506 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:36,543 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:36,544 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:36,545 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:36,546 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:36,546 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:36,588 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:36,626 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:36,627 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:36,628 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:36,629 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:36,629 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:36,669 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:36,702 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:36,703 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:36,705 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b7fad0L 2019-01-03 19:40:36,706 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:36,712 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:36,712 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:36,715 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:36,720 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:36,721 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:36,737 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:40:36,738 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:36,760 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:36,772 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:36,802 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:36,875 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:36,875 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:36,914 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:36,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:36,921 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:36,954 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:36,956 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:36,956 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:36,957 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:36,957 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:36,998 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:37,033 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:37,035 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:37,036 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:37,037 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:37,037 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:37,077 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:37,109 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:37,110 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:37,112 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5bf3550L 2019-01-03 19:40:37,112 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:37,117 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:37,117 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:37,119 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:37,119 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:37,119 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:37,120 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:37,120 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:37,120 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:37,124 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:37,125 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:37,128 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:40:37,129 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:37,164 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:37,175 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:37,193 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:37,261 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:37,261 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:37,300 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:37,301 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:37,304 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:37,333 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:37,334 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:37,335 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:37,335 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:37,336 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:37,376 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:37,408 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:37,410 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:37,410 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:37,411 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:37,411 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:37,452 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:37,478 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:37,480 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:37,482 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5ccb7d0L 2019-01-03 19:40:37,482 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:37,488 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:37,489 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:37,492 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:37,492 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:37,493 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:37,493 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:37,493 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:37,493 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:37,497 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:37,498 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:37,514 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:40:37,515 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:37,537 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:37,549 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:37,579 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:37,635 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:37,635 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:37,674 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:37,675 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:37,682 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:37,714 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:37,715 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:37,716 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:37,716 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:37,717 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:37,757 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:37,791 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:37,793 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:37,794 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:37,794 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:37,794 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:37,835 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:37,865 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:37,866 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:37,867 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:37,868 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:37,868 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:37,877 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:42,950 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:42,952 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:42,955 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c7ff90L 2019-01-03 19:40:42,955 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:42,961 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:42,962 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:42,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 2019-01-03 19:40:42,965 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:42,965 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:42,965 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:42,966 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:42,966 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:42,971 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:42,971 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:42,987 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:40:42,987 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:43,011 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:43,024 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:43,052 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:43,121 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:43,121 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:43,160 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:43,161 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:43,171 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:43,211 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:43,211 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:43,212 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:43,213 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:43,213 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:43,254 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:43,292 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:43,293 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:43,294 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:43,295 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:43,295 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:43,336 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:43,369 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:43,371 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:43,373 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c79dd0L 2019-01-03 19:40:43,373 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:43,380 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:43,380 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:43,383 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:43,383 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:43,384 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:43,384 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:43,384 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:43,384 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:43,389 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:43,389 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:43,405 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:40:43,406 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:43,429 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:43,441 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:43,470 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:43,539 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:43,539 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:43,578 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:43,579 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:43,589 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:43,627 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:43,627 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:43,628 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:43,629 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:43,629 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:43,670 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:43,708 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:43,710 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:43,710 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:43,711 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:43,712 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:43,753 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:43,786 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:43,788 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:43,789 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c2ff50L 2019-01-03 19:40:43,790 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:43,796 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:43,797 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:43,800 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:43,800 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:43,800 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:43,800 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:43,800 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:43,801 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:43,805 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:43,806 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:43,822 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:40:43,822 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:43,845 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:43,858 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:43,887 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:43,957 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:43,957 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:43,996 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:43,997 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:44,008 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:44,043 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:44,044 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:44,045 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:44,046 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:44,046 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:44,088 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:44,124 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:44,126 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:44,126 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:44,127 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:44,127 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:44,168 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:44,199 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:44,201 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:44,203 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c79b50L 2019-01-03 19:40:44,203 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:44,207 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:44,207 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:44,209 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:44,209 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:44,210 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:44,210 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:44,210 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:44,210 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:44,214 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:44,215 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:44,218 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:40:44,219 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:44,254 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:44,265 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:44,283 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:44,340 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:44,340 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:44,379 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:44,380 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:44,387 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:44,418 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:44,419 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:44,419 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:44,420 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:44,420 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:44,461 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:44,491 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:44,493 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:44,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:44,494 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:44,494 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:44,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:44,561 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:44,562 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:44,564 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c3e2d0L 2019-01-03 19:40:44,565 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:40:44,569 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:40:44,569 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:40:44,571 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:40:44,572 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:40:44,572 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:40:44,572 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:40:44,572 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:40:44,572 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:40:44,577 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:40:44,577 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:40:44,580 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:40:44,581 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:40:44,616 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:40:44,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:40:44,645 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:40:44,701 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:40:44,701 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:40:44,740 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:40:44,741 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:40:44,748 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:40:44,778 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:40:44,779 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:40:44,780 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:40:44,781 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:40:44,781 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:40:44,821 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:40:44,854 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:40:44,856 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:40:44,856 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:40:44,857 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:40:44,857 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:40:44,897 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:40:44,925 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:40:44,926 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:40:44,927 - 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" 2019-01-03 19:40:44,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0253cf-c513-484e-97a4-daefd5a3414b 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"}]}} 2019-01-03 19:40:44,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1e0253cf-c513-484e-97a4-daefd5a3414b 2019-01-03 19:40:44,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:40:45,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["OweBSAclTwGtwV2fX9eu3A"], "issued_at": "2019-01-03T19:40:45.000000Z"}} 2019-01-03 19:40:45,333 - 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}bbf88daf1d08182d02ccc15092e2af6c0be282ae" 2019-01-03 19:40:45,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e941ee4b-c8fc-47a8-8890-d802a48571f4 Date: Thu, 03 Jan 2019 19:40:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:40:45,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-e941ee4b-c8fc-47a8-8890-d802a48571f4 2019-01-03 19:40:45,505 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:40:45,508 - 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}bbf88daf1d08182d02ccc15092e2af6c0be282ae" 2019-01-03 19:40:46,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ef2da24d-b12b-44a5-b643-8a6cec541e3a Date: Thu, 03 Jan 2019 19:40: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"}}} 2019-01-03 19:40:46,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ef2da24d-b12b-44a5-b643-8a6cec541e3a 2019-01-03 19:40:46,171 - 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}bbf88daf1d08182d02ccc15092e2af6c0be282ae" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:40:46,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d X-Openstack-Request-Id: req-472654f4-3231-415c-bcc5-1a963f19bb7a Date: Thu, 03 Jan 2019 19:40:46 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:40:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:40:46Z", "visibility": "public", "locations": [], "self": "/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "min_disk": 0, "protected": false, "id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "file": "/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:40:46,367 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-472654f4-3231-415c-bcc5-1a963f19bb7a 2019-01-03 19:40:46,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbf88daf1d08182d02ccc15092e2af6c0be282ae" -d '' 2019-01-03 19:40:47,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da1f0983-af16-44cb-b33a-62c75f1f261b Date: Thu, 03 Jan 2019 19:40:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:40:47,468 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d/file used request id req-da1f0983-af16-44cb-b33a-62c75f1f261b 2019-01-03 19:40:47,468 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2019-01-03 19:40:47,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" 2019-01-03 19:40:47,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8938e33-5124-4899-b38b-838f124a765a 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"}]}} 2019-01-03 19:40:47,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c8938e33-5124-4899-b38b-838f124a765a 2019-01-03 19:40:47,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:40:47,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["ImcS28j_QMqT_KfTF0Mu9Q"], "issued_at": "2019-01-03T19:40:47.000000Z"}} 2019-01-03 19:40:47,869 - 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}bcb181717c8b157beefe188384e69d61cc31608c" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2019-01-03 19:40:48,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-bc89d068-a426-459a-9331-93a02fd92459 Date: Thu, 03 Jan 2019 19:40: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":"9c1d562c-ffe4-4665-9c18-329f7cef14c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:40:48Z","is_default":false,"provider:segmentation_id":96,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:40:48Z","mtu":1450}} 2019-01-03 19:40:48,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-bc89d068-a426-459a-9331-93a02fd92459 2019-01-03 19:40:48,263 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 9c1d562c-ffe4-4665-9c18-329f7cef14c5 with cidr 10.10.10.0/24 2019-01-03 19:40:48,269 - 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}bcb181717c8b157beefe188384e69d61cc31608c" -d '{"subnets": [{"ip_version": 4, "network_id": "9c1d562c-ffe4-4665-9c18-329f7cef14c5", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2019-01-03 19:40:48,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-ebc987f5-97be-4378-914b-12dadc6b867d Date: Thu, 03 Jan 2019 19:40:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c1d562c-ffe4-4665-9c18-329f7cef14c5","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:40:48Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:40:48Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"11946bcb-3b4a-42e9-a187-7824ea950e45","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2019-01-03 19:40:48,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ebc987f5-97be-4378-914b-12dadc6b867d 2019-01-03 19:40:48,811 - 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}bcb181717c8b157beefe188384e69d61cc31608c" 2019-01-03 19:40:49,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-5e8d8647-9545-41ad-9919-e471bc08e798 Date: Thu, 03 Jan 2019 19:40:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:40:49,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-5e8d8647-9545-41ad-9919-e471bc08e798 2019-01-03 19:40:49,071 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:40:49,072 - 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" 2019-01-03 19:40:49,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ca2d21-7272-44e6-a4c7-27cb41b915de 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"}]}} 2019-01-03 19:40:49,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c3ca2d21-7272-44e6-a4c7-27cb41b915de 2019-01-03 19:40:49,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:40:49,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["xmnH52RpRxK_icSBOIe3Sg"], "issued_at": "2019-01-03T19:40:49.000000Z"}} 2019-01-03 19:40:49,453 - 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}8c31cb84ab5b40d5be810dea849acd47bf6ac655" 2019-01-03 19:40:49,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-fb2375eb-8523-4e6d-a0fe-4f860dce172b x-compute-request-id: req-fb2375eb-8523-4e6d-a0fe-4f860dce172b Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:40:49,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-fb2375eb-8523-4e6d-a0fe-4f860dce172b 2019-01-03 19:40:49,634 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:40:49,635 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:40:49,635 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:40:49,638 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:40:49,678 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:40:49,680 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:40:49,680 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:40:49,681 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:40:49,681 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:40:49,722 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:40:49,773 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:40:49,775 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:40:49,776 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:40:49,777 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:40:49,777 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:40:49,779 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:40:49,819 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:40:49,821 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:40:49,821 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:40:49,822 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:40:49,823 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:40:49,863 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:40:49,924 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:40:49,926 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:40:49,927 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:40:49,928 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:40:49,928 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:40:49,930 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:40:49,969 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:40:49,970 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:40:49,971 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:40:49,972 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:40:49,972 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:40:50,012 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:40:50,049 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:40:50,051 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:40:50,052 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:40:50,052 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:40:50,052 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:40:50,054 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:40:50,089 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:40:50,091 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:40:50,091 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:40:50,092 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:40:50,092 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:40:50,133 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:40:50,168 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:40:50,169 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2019-01-03 19:40:50,170 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:40:50,170 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=4cb84258-b891-4343-a67f-60cca6f67f3d network=9c1d562c-ffe4-4665-9c18-329f7cef14c5 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:40:50,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:40:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:40:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:40:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:40:50,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:40:50,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:40:50,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:40:50,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:40:50,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:40:50,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:40:50,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:40:50,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:40:50,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:40:50,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:40:50,182 - 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" 2019-01-03 19:40:50,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40da871-92aa-4ee9-8d47-ab2e12506919 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"}]}} 2019-01-03 19:40:50,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d40da871-92aa-4ee9-8d47-ab2e12506919 2019-01-03 19:40:50,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:40:50,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:40:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["febkR5gxSoelj32djOQz0A"], "issued_at": "2019-01-03T19:40:50.000000Z"}} 2019-01-03 19:40:50,581 - 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}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" 2019-01-03 19:40:50,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14ed8fa6-e926-4830-90a4-32e5cab948e2 x-compute-request-id: req-14ed8fa6-e926-4830-90a4-32e5cab948e2 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:40:50,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-14ed8fa6-e926-4830-90a4-32e5cab948e2 2019-01-03 19:40:50,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" 2019-01-03 19:40:50,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1daf02f2-726f-414f-9b46-358d4fbf7886 x-compute-request-id: req-1daf02f2-726f-414f-9b46-358d4fbf7886 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:40:50,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-1daf02f2-726f-414f-9b46-358d4fbf7886 2019-01-03 19:40:50,777 - 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}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "4cb84258-b891-4343-a67f-60cca6f67f3d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9c1d562c-ffe4-4665-9c18-329f7cef14c5"}]}}' 2019-01-03 19:40:52,851 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:40:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9722dad5-e13d-4749-bba9-4c7a7f5c3bbf x-compute-request-id: req-9722dad5-e13d-4749-bba9-4c7a7f5c3bbf Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "adminPass": "c3AP8GMMCfrf"}} 2019-01-03 19:40:52,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-9722dad5-e13d-4749-bba9-4c7a7f5c3bbf 2019-01-03 19:40:52,852 - 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" 2019-01-03 19:40:52,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd073b0-2778-433c-a211-2526cb1d2874 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"}]}} 2019-01-03 19:40:52,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9fd073b0-2778-433c-a211-2526cb1d2874 2019-01-03 19:40:52,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:40:53,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["Yxsig0uiRS-qsEtc5ttSuw"], "issued_at": "2019-01-03T19:40:53.000000Z"}} 2019-01-03 19:40:53,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a64b9835bfa175018c8f378a1a706e20b0d0c0c" 2019-01-03 19:40:53,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b43d97ba-cd7b-482e-b7d8-d4cbe816c38e x-compute-request-id: req-b43d97ba-cd7b-482e-b7d8-d4cbe816c38e Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:40:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:40:53,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 used request id req-b43d97ba-cd7b-482e-b7d8-d4cbe816c38e 2019-01-03 19:40:56,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a64b9835bfa175018c8f378a1a706e20b0d0c0c" 2019-01-03 19:40:57,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:40:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03f14360-227d-4d32-9029-74847857e900 x-compute-request-id: req-03f14360-227d-4d32-9029-74847857e900 Content-Encoding: gzip Content-Length: 777 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:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:40:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:40:57,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 used request id req-03f14360-227d-4d32-9029-74847857e900 2019-01-03 19:41:00,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a64b9835bfa175018c8f378a1a706e20b0d0c0c" 2019-01-03 19:41:01,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-9ec918a7-1777-4b6c-b53f-1920a93918e5 x-compute-request-id: req-9ec918a7-1777-4b6c-b53f-1920a93918e5 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T19:40:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:01,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 used request id req-9ec918a7-1777-4b6c-b53f-1920a93918e5 2019-01-03 19:41:01,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" 2019-01-03 19:41:01,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24187839-7e5d-4fff-91fe-8df3a003b9d2 x-compute-request-id: req-24187839-7e5d-4fff-91fe-8df3a003b9d2 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T19:40:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:01,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118 used request id req-24187839-7e5d-4fff-91fe-8df3a003b9d2 2019-01-03 19:41:01,913 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.7'. 2019-01-03 19:41:01,913 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2019-01-03 19:41:01,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31cb84ab5b40d5be810dea849acd47bf6ac655" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:41:03,538 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:41:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4b08da0-c28e-41f2-9769-4f11f0d9740c x-compute-request-id: req-d4b08da0-c28e-41f2-9769-4f11f0d9740c Content-Length: 0 Content-Type: application/json 2019-01-03 19:41:03,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-d4b08da0-c28e-41f2-9769-4f11f0d9740c 2019-01-03 19:41:03,539 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2019-01-03 19:41:03,539 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=4cb84258-b891-4343-a67f-60cca6f67f3d network=9c1d562c-ffe4-4665-9c18-329f7cef14c5 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:41:03,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:41:03,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:41:03,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:41:03,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:41:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:41:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:41:03,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:41:03,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:41:03,550 - 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" 2019-01-03 19:41:03,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f69f23-7ca8-49cf-8781-3c9caa8d1be3 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"}]}} 2019-01-03 19:41:03,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-20f69f23-7ca8-49cf-8781-3c9caa8d1be3 2019-01-03 19:41:03,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:41:03,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["C4BGcXnqQqWPt4yBrLnNKg"], "issued_at": "2019-01-03T19:41:03.000000Z"}} 2019-01-03 19:41:03,935 - 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}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" 2019-01-03 19:41:04,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-9356dc54-0366-48bb-8271-1127f521304c x-compute-request-id: req-9356dc54-0366-48bb-8271-1127f521304c Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:41:04,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9356dc54-0366-48bb-8271-1127f521304c 2019-01-03 19:41:04,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" 2019-01-03 19:41:04,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9879c5a8-7f45-40eb-90ee-94bc5ef3334b x-compute-request-id: req-9879c5a8-7f45-40eb-90ee-94bc5ef3334b Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:41:04,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-9879c5a8-7f45-40eb-90ee-94bc5ef3334b 2019-01-03 19:41:04,134 - 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}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "4cb84258-b891-4343-a67f-60cca6f67f3d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9c1d562c-ffe4-4665-9c18-329f7cef14c5"}]}}' 2019-01-03 19:41:05,666 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46edf71d-082a-4ab9-b58f-706c7b270974 x-compute-request-id: req-46edf71d-082a-4ab9-b58f-706c7b270974 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "adminPass": "JDACjDEc69TW"}} 2019-01-03 19:41:05,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-46edf71d-082a-4ab9-b58f-706c7b270974 2019-01-03 19:41:05,667 - 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" 2019-01-03 19:41:05,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde8397b-295f-46be-b7da-532dc9d91a8b 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"}]}} 2019-01-03 19:41:05,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cde8397b-295f-46be-b7da-532dc9d91a8b 2019-01-03 19:41:05,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:41:06,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["0kZa4GYcTwOngzbORb0Zyw"], "issued_at": "2019-01-03T19:41:06.000000Z"}} 2019-01-03 19:41:06,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc63e2e39d82a5f06b1c06509d1164c8e7af5e" 2019-01-03 19:41:06,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba2c40c4-6e43-45a1-a6e8-5dc0194c406b x-compute-request-id: req-ba2c40c4-6e43-45a1-a6e8-5dc0194c406b Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:41:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2019-01-03T19:41:05Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:06,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa used request id req-ba2c40c4-6e43-45a1-a6e8-5dc0194c406b 2019-01-03 19:41:09,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc63e2e39d82a5f06b1c06509d1164c8e7af5e" 2019-01-03 19:41:10,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41: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-f683ce5d-22d3-4a34-b5cf-94cd5ee33f51 x-compute-request-id: req-f683ce5d-22d3-4a34-b5cf-94cd5ee33f51 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/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:41:07Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-03T19:41:05Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:10,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa used request id req-f683ce5d-22d3-4a34-b5cf-94cd5ee33f51 2019-01-03 19:41:13,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8bc63e2e39d82a5f06b1c06509d1164c8e7af5e" 2019-01-03 19:41:13,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-9446b3ae-b891-4653-9488-97d11eb43405 x-compute-request-id: req-9446b3ae-b891-4653-9488-97d11eb43405 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:01:36", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T19:41:09.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:41:10Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-03T19:41:05Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:13,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa used request id req-9446b3ae-b891-4653-9488-97d11eb43405 2019-01-03 19:41:13,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" 2019-01-03 19:41:14,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c8a0e0b1-0366-48be-9305-41885c100456 x-compute-request-id: req-c8a0e0b1-0366-48be-9305-41885c100456 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:01:36", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T19:41:09.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:41:10Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-03T19:41:05Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:41:14,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa used request id req-c8a0e0b1-0366-48be-9305-41885c100456 2019-01-03 19:41:14,554 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.15'. 2019-01-03 19:41:14,555 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2019-01-03 19:41:14,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31cb84ab5b40d5be810dea849acd47bf6ac655" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:41:15,968 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-003a26c6-a890-4b67-8d7b-8d0b76df5ee2 x-compute-request-id: req-003a26c6-a890-4b67-8d7b-8d0b76df5ee2 Content-Length: 0 Content-Type: application/json 2019-01-03 19:41:15,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-003a26c6-a890-4b67-8d7b-8d0b76df5ee2 2019-01-03 19:41:15,968 - sdnvpn_test_utils - INFO - Waiting for instance 7f40c26b-0c9e-40c9-87ad-d310ee149bfa to boot up 2019-01-03 19:41:15,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:17,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d3fe02-1c1b-4518-83f7-d99d95a02854 x-compute-request-id: req-e5d3fe02-1c1b-4518-83f7-d99d95a02854 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:41:17,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-e5d3fe02-1c1b-4518-83f7-d99d95a02854 2019-01-03 19:41:19,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:20,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-d2f2ef88-3c28-451c-b7da-4d8757e2fa4f x-compute-request-id: req-d2f2ef88-3c28-451c-b7da-4d8757e2fa4f Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:41:20,151 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-d2f2ef88-3c28-451c-b7da-4d8757e2fa4f 2019-01-03 19:41:22,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:23,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-480d2fbe-2575-4f3b-84a5-eaaac665569d x-compute-request-id: req-480d2fbe-2575-4f3b-84a5-eaaac665569d Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:41:23,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-480d2fbe-2575-4f3b-84a5-eaaac665569d 2019-01-03 19:41:25,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:26,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a24433fc-c871-4ba2-8000-0843e1a3f3d1 x-compute-request-id: req-a24433fc-c871-4ba2-8000-0843e1a3f3d1 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:41:26,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-a24433fc-c871-4ba2-8000-0843e1a3f3d1 2019-01-03 19:41:28,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:29,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41: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-cd2d367d-6a3c-4412-8909-9f28bea8dd51 x-compute-request-id: req-cd2d367d-6a3c-4412-8909-9f28bea8dd51 Content-Encoding: gzip Content-Length: 9979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:41:29,430 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-cd2d367d-6a3c-4412-8909-9f28bea8dd51 2019-01-03 19:41:31,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:32,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41: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-fed8f54a-7fff-4f67-8b5f-8ac1d42e63a3 x-compute-request-id: req-fed8f54a-7fff-4f67-8b5f-8ac1d42e63a3 Content-Encoding: gzip Content-Length: 10051 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:41:32,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-fed8f54a-7fff-4f67-8b5f-8ac1d42e63a3 2019-01-03 19:41:34,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:35,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-7d8c526f-b143-4498-bc0a-e173aa80e7d8 x-compute-request-id: req-7d8c526f-b143-4498-bc0a-e173aa80e7d8 Content-Encoding: gzip Content-Length: 10051 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:41:35,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-7d8c526f-b143-4498-bc0a-e173aa80e7d8 2019-01-03 19:41:37,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:38,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-35f70c17-7a11-4c94-a436-963dfd74790c x-compute-request-id: req-35f70c17-7a11-4c94-a436-963dfd74790c Content-Encoding: gzip Content-Length: 10051 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:41:38,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-35f70c17-7a11-4c94-a436-963dfd74790c 2019-01-03 19:41:40,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:41,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ce2c591-255f-47ae-82a6-4abc31d53579 x-compute-request-id: req-7ce2c591-255f-47ae-82a6-4abc31d53579 Content-Encoding: gzip Content-Length: 10051 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:41:41,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-7ce2c591-255f-47ae-82a6-4abc31d53579 2019-01-03 19:41:43,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:44,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2f72ff3-3874-4446-bd3e-ec957412309e x-compute-request-id: req-d2f72ff3-3874-4446-bd3e-ec957412309e Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:41:44,959 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-d2f72ff3-3874-4446-bd3e-ec957412309e 2019-01-03 19:41:46,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:48,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-474cee59-4a80-45d0-a860-1839bd1adfcc x-compute-request-id: req-474cee59-4a80-45d0-a860-1839bd1adfcc Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:41:48,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-474cee59-4a80-45d0-a860-1839bd1adfcc 2019-01-03 19:41:50,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:51,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-beae5e63-ded2-4d98-bf61-4375e4f22cf9 x-compute-request-id: req-beae5e63-ded2-4d98-bf61-4375e4f22cf9 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:41:51,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-beae5e63-ded2-4d98-bf61-4375e4f22cf9 2019-01-03 19:41:53,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:54,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4ccc965-dc4f-496f-84ad-5173a1e34095 x-compute-request-id: req-b4ccc965-dc4f-496f-84ad-5173a1e34095 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:41:54,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-b4ccc965-dc4f-496f-84ad-5173a1e34095 2019-01-03 19:41:56,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:41:57,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b63a21a8-4006-47d2-859a-28d0e5e8aba2 x-compute-request-id: req-b63a21a8-4006-47d2-859a-28d0e5e8aba2 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:41:57,336 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-b63a21a8-4006-47d2-859a-28d0e5e8aba2 2019-01-03 19:41:59,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d49d736daa4b5c7c6e8147e70ccc2d36da231c4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:00,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79e3170b-1f4f-4243-b7fa-e1f0973eeced x-compute-request-id: req-79e3170b-1f4f-4243-b7fa-e1f0973eeced Content-Encoding: gzip Content-Length: 10906 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473463816 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127173] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128775] pid_max: default: 32768 minimum: 301\n[ 0.129644] ACPI: Core revision 20150930\n[ 0.131004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132270] Security Framework initialized\n[ 0.133062] Yama: becoming mindful.\n[ 0.133769] AppArmor: AppArmor initialized\n[ 0.134612] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135905] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137136] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138303] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139642] Initializing cgroup subsys io\n[ 0.140429] Initializing cgroup subsys memory\n[ 0.141261] Initializing cgroup subsys devices\n[ 0.142101] Initializing cgroup subsys freezer\n[ 0.142948] Initializing cgroup subsys net_cls\n[ 0.143781] Initializing cgroup subsys perf_event\n[ 0.144663] Initializing cgroup subsys net_prio\n[ 0.145515] Initializing cgroup subsys hugetlb\n[ 0.146362] Initializing cgroup subsys pids\n[ 0.147209] CPU: Physical Processor ID: 0\n[ 0.148673] mce: CPU supports 10 MCE banks\n[ 0.149493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161089] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167419] ftrace: allocating 31920 entries in 125 pages\n[ 0.193683] smpboot: Max logical packages: 1\n[ 0.194527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195841] x2apic enabled\n[ 0.196629] Switched APIC routing to physical x2apic.\n[ 0.198358] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199445] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201386] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203129] KVM setup paravirtual spinlock\n[ 0.204396] x86: Booted up 1 node, 1 CPUs\n[ 0.205177] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206519] devtmpfs: initialized\n[ 0.208226] evm: security.selinux\n[ 0.208910] evm: security.SMACK64\n[ 0.209578] evm: security.SMACK64EXEC\n[ 0.210300] evm: security.SMACK64TRANSMUTE\n[ 0.211083] evm: security.SMACK64MMAP\n[ 0.211799] evm: security.ima\n[ 0.212427] evm: security.capability\n[ 0.213207] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214998] pinctrl core: initialized pinctrl subsystem\n[ 0.216056] RTC time: 19:41:09, date: 01/03/19\n[ 0.217029] NET: Registered protocol family 16\n[ 0.217979] cpuidle: using governor ladder\n[ 0.218770] cpuidle: using governor menu\n[ 0.219533] PCCT header not found.\n[ 0.220264] ACPI: bus type PCI registered\n[ 0.221046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222247] PCI: Using configuration type 1 for base access\n[ 0.223969] ACPI: Added _OSI(Module Device)\n[ 0.224777] ACPI: Added _OSI(Processor Device)\n[ 0.225613] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228550] ACPI: Interpreter enabled\n[ 0.229294] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236431] ACPI: (supports S0 S5)\n[ 0.237114] ACPI: Using IOAPIC for interrupt routing\n[ 0.238027] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243497] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244652] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246813] acpiphp: Slot [3] registered\n[ 0.247596] acpiphp: Slot [4] registered\n[ 0.248372] acpiphp: Slot [5] registered\n[ 0.249152] acpiphp: Slot [6] registered\n[ 0.249925] acpiphp: Slot [7] registered\n[ 0.250695] acpiphp: Slot [8] registered\n[ 0.251469] acpiphp: Slot [9] registered\n[ 0.252245] acpiphp: Slot [10] registered\n[ 0.253029] acpiphp: Slot [11] registered\n[ 0.253816] acpiphp: Slot [12] registered\n[ 0.254609] acpiphp: Slot [13] registered\n[ 0.255394] acpiphp: Slot [14] registered\n[ 0.256179] acpiphp: Slot [15] registered\n[ 0.266869] acpiphp: Slot [16] registered\n[ 0.267664] acpiphp: Slot [17] registered\n[ 0.268457] acpiphp: Slot [18] registered\n[ 0.269246] acpiphp: Slot [19] registered\n[ 0.270030] acpiphp: Slot [20] registered\n[ 0.270812] acpiphp: Slot [21] registered\n[ 0.271609] acpiphp: Slot [22] registered\n[ 0.272400] acpiphp: Slot [23] registered\n[ 0.273186] acpiphp: Slot [24] registered\n[ 0.273977] acpiphp: Slot [25] registered\n[ 0.274757] acpiphp: Slot [26] registered\n[ 0.275548] acpiphp: Slot [27] registered\n[ 0.276345] acpiphp: Slot [28] registered\n[ 0.277137] acpiphp: Slot [29] registered\n[ 0.277926] acpiphp: Slot [30] registered\n[ 0.278708] acpiphp: Slot [31] registered\n[ 0.279498] PCI host bridge to bus 0000:00\n[ 0.280290] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284075] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.285487] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292857] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294008] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295231] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301802] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303242] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347973] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350827] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352223] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354786] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355920] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356939] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358498] vgaarb: loaded\n[ 0.359081] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360192] SCSI subsystem initialized\n[ 0.360989] ACPI: bus type USB registered\n[ 0.361773] usbcore: registered new interface driver usbfs\n[ 0.362762] usbcore: registered new interface driver hub\n[ 0.363729] usbcore: registered new device driver usb\n[ 0.364761] PCI: Using ACPI for IRQ routing\n[ 0.365760] NetLabel: Initializing\n[ 0.366451] NetLabel: domain hash size = 128\n[ 0.367270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368185] NetLabel: unlabeled traffic allowed by default\n[ 0.369248] clocksource: Switched to clocksource kvm-clock\n[ 0.374723] AppArmor: AppArmor Filesystem Enabled\n[ 0.375674] pnp: PnP ACPI init\n[ 0.376564] pnp: PnP ACPI: found 5 devices\n[ 0.382912] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384552] NET: Registered protocol family 2\n[ 0.385478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386701] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387823] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389979] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391103] NET: Registered protocol family 1\n[ 0.391939] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392989] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394037] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422218] Trying to unpack rootfs image as initramfs...\n[ 0.471803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485600] Scanning for low memory corruption every 60 seconds\n[ 0.486914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488030] audit: initializing netlink subsys (disabled)\n[ 0.489027] audit: type=2000 audit(1546544470.463:1): initialized\n[ 0.490309] Initialise system trusted keyring\n[ 0.491206] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494265] zbud: loaded\n[ 0.494967] VFS: Disk quotas dquot_6.6.0\n[ 0.495763] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497231] fuse init (API version 7.23)\n[ 0.498118] Key type big_key registered\n[ 0.498900] Allocating IMA MOK and blacklist keyrings.\n[ 0.499976] Key type asymmetric registered\n[ 0.500773] Asymmetric key parser 'x509' registered\n[ 0.501715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503143] io scheduler noop registered\n[ 0.503916] io scheduler deadline registered (default)\n[ 0.504884] io scheduler cfq registered\n[ 0.505705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506721] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507942] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509371] ACPI: Power Button [PWRF]\n[ 0.510551] GHES: HEST is not enabled!\n[ 0.524044] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551630] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.553828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577915] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.579997] Linux agpgart interface v0.103\n[ 0.581974] brd: module loaded\n[ 0.583121] loop: module loaded\n[ 0.586888] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588300] GPT:90111 != 2097151\n[ 0.588958] GPT:Alternate GPT header not at the end of the disk.\n[ 0.590023] GPT:90111 != 2097151\n[ 0.590679] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591616] vda: vda1 vda15\n[ 0.593040] scsi host0: ata_piix\n[ 0.593770] scsi host1: ata_piix\n[ 0.594463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.595643] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.597043] libphy: Fixed MDIO Bus: probed\n[ 0.597842] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598767] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603629] PPP generic driver version 2.4.2\n[ 0.604512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605677] ehci-pci: EHCI PCI platform driver\n[ 0.606528] ehci-platform: EHCI generic platform driver\n[ 0.607487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608577] ohci-pci: OHCI PCI platform driver\n[ 0.609430] ohci-platform: OHCI generic platform driver\n[ 0.610392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625751] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627183] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.629277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630463] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631839] usb usb1: Product: UHCI Host Controller\n[ 0.632746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633857] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634874] hub 1-0:1.0: USB hub found\n[ 0.635635] hub 1-0:1.0: 2 ports detected\n[ 0.636517] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638610] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640527] mousedev: PS/2 mouse device common for all mice\n[ 0.641743] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643540] rtc_cmos 00:00: RTC can wake from S4\n[ 0.644615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646961] i2c /dev entries driver\n[ 0.647702] device-mapper: uevent: version 1.0.3\n[ 0.648630] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650226] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651502] NET: Registered protocol family 10\n[ 0.652473] NET: Registered protocol family 17\n[ 0.653371] Key type dns_resolver registered\n[ 0.654276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655346] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657052] registered taskstats version 1\n[ 0.657871] Loading compiled-in X.509 certificates\n[ 0.659298] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661104] zswap: loaded using pool lzo/zbud\n[ 0.662570] Key type trusted registered\n[ 0.664101] Key type encrypted registered\n[ 0.664915] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665942] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666961] evm: HMAC attrs: 0x1\n[ 0.667868] Magic number: 3:342:697\n[ 0.668706] rtc_cmos 00:00: setting system clock to 2019-01-03 19:41:10 UTC (1546544470)\n[ 0.670271] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671359] EDD information not available.\n[ 0.758206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759705] Write protecting the kernel read-only data: 14336k\n[ 0.771325] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773077] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.024920] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000116\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgYT+4sNqr2l2HFEoykUEf26b/iWzT/tumGAvpTjBqw+MtqL+OdzApIAgYCvnBksSYmL4/IXVHavkfEmG/XwzpssP5NaPfSUgPYYMYX47aioeQ0zPlAK2SFXenyK1Fvuu/q0FbcUb4btItSF1QKqw+qQbFGIg4FFv3fFkvREDwUdmdi5FjOeG8UxpApQNTlaU3Yifpo17ab9bQ2ILVxK3r3LrWDKDzh1wLFpvR/rJU48DsFLfhvU2qSsgjiSwdAf7Lwul/our6ReT0cCBgEIKwkvYmz7lqkg0FxXLdTO4WejVweWwwZhxxQlfjk62tgZfikNkYIFfW99ESctRqerMT root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAMGVFnLZn0JQPezhWJr/K9v9+aCmOvwuMEfgKLnJaQP9nmUKe9ffxcMCZs4jDFNjCMKmB7joZ2MU8WxtxxASPj3tVLwafNgAGsmQOUgq+U2RG3q9cHErr7kQ4iLLB7EhhSUfHL5whhB97cXc2XP/h74NyYukqv7tWjaASKIfC4LZAAAAFQCMPLFtDJNquaDG8NEYqKHB4y4E3wAAAIEAr4oC4rKFYZMHQ5iitN+hwW0DTc9qS6scg5L4F1Jo0hxfc2O2uUI47s9rzj9wy1XooBWTMoeyWWNamzLiWrBBe0XqjsofatOxNQsYvPfUHZuKswqlEhI7RYiS0Y08xgJjC28eCt6eZxvDhHYu+UWyTW0VuDqWMYrrrmxfnouLjjMAAACBALZCTG88ryM9btRuDsnpIyQAh/frpxLm9u4ZtWQ8u82h+OJ61lZBUOthPv0QS9jhFlXQ8izDyv2SVz5UBykPE9vdKj9CNiJ5l1E/Ca1sykzfqH4AVDIlyxA+zM1cCNpo0e374d7VZwXoPPBn3oGIJoS4Fs7xHYjN3ujnQXQBALvX root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe03:136/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000116\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n/dev/root resized successfully [took 1.58s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:03:01:36 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe03:136/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8081 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.024920] random: dd urandom read with 5 bits of entropy available\n[ 1.105951] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.105957] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.105960] usb 1-1: Product: QEMU USB Tablet\n[ 1.105962] usb 1-1: Manufacturer: QEMU\n[ 1.105965] usb 1-1: SerialNumber: 42\n[ 1.485322] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.485324] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 2.786009] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.081259] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:41:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:41:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:41:10 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:41:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:41:10 cirros kern.notice kernel: [ 1.024920] random: dd urandom read with 5 bits of entropy available\nJan 3 19:41:10 cirros kern.info kernel: [ 1.105951] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:41:10 cirros kern.info kernel: [ 1.105957] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:41:10 cirros kern.info kernel: [ 1.105960] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:41:10 cirros kern.info kernel: [ 1.105962] usb 1-1: Manufacturer: QEMU\nJan 3 19:41:10 cirros kern.info kernel: [ 1.105965] usb 1-1: SerialNumber: 42\nJan 3 19:41:11 cirros kern.info kernel: [ 1.485322] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nJan 3 19:41:11 cirros kern.info kernel: [ 1.485324] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nJan 3 19:41:12 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:41:12 cirros authpriv.info dropbear[341]: Running in background\nJan 3 19:41:12 cirros kern.info kernel: [ 2.786009] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:41:12 cirros kern.info kernel: [ 3.081259] 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: "} 2019-01-03 19:42:00,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-79e3170b-1f4f-4243-b7fa-e1f0973eeced 2019-01-03 19:42:02,459 - sdnvpn_test_utils - INFO - Waiting for instance 1beb2eea-c5bf-4ac0-a633-c3d930ea4118 to boot up 2019-01-03 19:42:02,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:03,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9be5a6eb-6279-49b2-9790-e42cdb7363a0 x-compute-request-id: req-9be5a6eb-6279-49b2-9790-e42cdb7363a0 Content-Encoding: gzip Content-Length: 9368 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n"} 2019-01-03 19:42:03,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-9be5a6eb-6279-49b2-9790-e42cdb7363a0 2019-01-03 19:42:05,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:06,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6cad68d-4d6b-4b18-8a70-1e03d9baa3bf x-compute-request-id: req-f6cad68d-4d6b-4b18-8a70-1e03d9baa3bf Content-Encoding: gzip Content-Length: 9975 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:06,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-f6cad68d-4d6b-4b18-8a70-1e03d9baa3bf 2019-01-03 19:42:08,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:09,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-855c5ee4-d720-40c5-bd14-54af2300b914 x-compute-request-id: req-855c5ee4-d720-40c5-bd14-54af2300b914 Content-Encoding: gzip Content-Length: 9975 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:09,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-855c5ee4-d720-40c5-bd14-54af2300b914 2019-01-03 19:42:11,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:12,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9268ad9-07d7-4521-8372-eeab0ac721e1 x-compute-request-id: req-b9268ad9-07d7-4521-8372-eeab0ac721e1 Content-Encoding: gzip Content-Length: 9975 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:12,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-b9268ad9-07d7-4521-8372-eeab0ac721e1 2019-01-03 19:42:14,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:15,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42: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-7c0cc23a-8538-4729-abc0-1b508b376626 x-compute-request-id: req-7c0cc23a-8538-4729-abc0-1b508b376626 Content-Encoding: gzip Content-Length: 9975 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:15,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-7c0cc23a-8538-4729-abc0-1b508b376626 2019-01-03 19:42:17,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:19,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42: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-2671cdae-eac0-4917-b92c-8c7a4d8d13b5 x-compute-request-id: req-2671cdae-eac0-4917-b92c-8c7a4d8d13b5 Content-Encoding: gzip Content-Length: 10045 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:19,001 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-2671cdae-eac0-4917-b92c-8c7a4d8d13b5 2019-01-03 19:42:21,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:22,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-fdfc27dc-3d41-47fa-ae17-fabca5576244 x-compute-request-id: req-fdfc27dc-3d41-47fa-ae17-fabca5576244 Content-Encoding: gzip Content-Length: 10045 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:22,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-fdfc27dc-3d41-47fa-ae17-fabca5576244 2019-01-03 19:42:24,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:25,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-cb9bd08e-d82a-498f-babe-39d4f80c4866 x-compute-request-id: req-cb9bd08e-d82a-498f-babe-39d4f80c4866 Content-Encoding: gzip Content-Length: 10045 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:25,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-cb9bd08e-d82a-498f-babe-39d4f80c4866 2019-01-03 19:42:27,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:28,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0210627b-8c1b-4e97-bac7-0340b522c2cd x-compute-request-id: req-0210627b-8c1b-4e97-bac7-0340b522c2cd Content-Encoding: gzip Content-Length: 10045 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:28,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-0210627b-8c1b-4e97-bac7-0340b522c2cd 2019-01-03 19:42:30,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:31,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-debbe08e-201b-4c52-8175-e863b0d3b757 x-compute-request-id: req-debbe08e-201b-4c52-8175-e863b0d3b757 Content-Encoding: gzip Content-Length: 10045 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:31,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-debbe08e-201b-4c52-8175-e863b0d3b757 2019-01-03 19:42:33,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:34,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42: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-2486a401-f906-4313-9a65-3f5301651c26 x-compute-request-id: req-2486a401-f906-4313-9a65-3f5301651c26 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:34,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-2486a401-f906-4313-9a65-3f5301651c26 2019-01-03 19:42:36,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:37,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-12d2db41-00c5-4432-b9cf-6720a796b029 x-compute-request-id: req-12d2db41-00c5-4432-b9cf-6720a796b029 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:37,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-12d2db41-00c5-4432-b9cf-6720a796b029 2019-01-03 19:42:39,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:40,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:42:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95febd76-c31f-4706-beeb-872d1298b7b0 x-compute-request-id: req-95febd76-c31f-4706-beeb-872d1298b7b0 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:40,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-95febd76-c31f-4706-beeb-872d1298b7b0 2019-01-03 19:42:42,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:43,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-91b639be-e303-477e-b47c-c4d828ad36df x-compute-request-id: req-91b639be-e303-477e-b47c-c4d828ad36df Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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"} 2019-01-03 19:42:43,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-91b639be-e303-477e-b47c-c4d828ad36df 2019-01-03 19:42:45,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a60e250f3f0942f38a2ce2c4607c24a25deef3f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:42:46,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a90653db-f494-4b9a-b59c-4f26f6dad1bb x-compute-request-id: req-a90653db-f494-4b9a-b59c-4f26f6dad1bb Content-Encoding: gzip Content-Length: 10925 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461495886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131046] pid_max: default: 32768 minimum: 301\n[ 0.131929] ACPI: Core revision 20150930\n[ 0.133303] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134593] Security Framework initialized\n[ 0.135403] Yama: becoming mindful.\n[ 0.136123] AppArmor: AppArmor initialized\n[ 0.137002] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138324] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139592] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142162] Initializing cgroup subsys io\n[ 0.142966] Initializing cgroup subsys memory\n[ 0.143812] Initializing cgroup subsys devices\n[ 0.144687] Initializing cgroup subsys freezer\n[ 0.145562] Initializing cgroup subsys net_cls\n[ 0.146417] Initializing cgroup subsys perf_event\n[ 0.147313] Initializing cgroup subsys net_prio\n[ 0.148183] Initializing cgroup subsys hugetlb\n[ 0.149057] Initializing cgroup subsys pids\n[ 0.149920] CPU: Physical Processor ID: 0\n[ 0.151399] mce: CPU supports 10 MCE banks\n[ 0.152234] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153224] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164482] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170903] ftrace: allocating 31920 entries in 125 pages\n[ 0.197436] smpboot: Max logical packages: 1\n[ 0.198278] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199609] x2apic enabled\n[ 0.200417] Switched APIC routing to physical x2apic.\n[ 0.202163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203267] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205222] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206977] KVM setup paravirtual spinlock\n[ 0.208255] x86: Booted up 1 node, 1 CPUs\n[ 0.209055] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210431] devtmpfs: initialized\n[ 0.212138] evm: security.selinux\n[ 0.212827] evm: security.SMACK64\n[ 0.213512] evm: security.SMACK64EXEC\n[ 0.214253] evm: security.SMACK64TRANSMUTE\n[ 0.215048] evm: security.SMACK64MMAP\n[ 0.215774] evm: security.ima\n[ 0.216412] evm: security.capability\n[ 0.217209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219036] pinctrl core: initialized pinctrl subsystem\n[ 0.220116] RTC time: 19:40:56, date: 01/03/19\n[ 0.221062] NET: Registered protocol family 16\n[ 0.222025] cpuidle: using governor ladder\n[ 0.222840] cpuidle: using governor menu\n[ 0.223621] PCCT header not found.\n[ 0.224365] ACPI: bus type PCI registered\n[ 0.225162] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226384] PCI: Using configuration type 1 for base access\n[ 0.228123] ACPI: Added _OSI(Module Device)\n[ 0.228956] ACPI: Added _OSI(Processor Device)\n[ 0.229807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230698] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232785] ACPI: Interpreter enabled\n[ 0.233542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237185] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240805] ACPI: (supports S0 S5)\n[ 0.241503] ACPI: Using IOAPIC for interrupt routing\n[ 0.242481] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245579] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247928] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249102] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251300] acpiphp: Slot [3] registered\n[ 0.252093] acpiphp: Slot [4] registered\n[ 0.252882] acpiphp: Slot [5] registered\n[ 0.253672] acpiphp: Slot [6] registered\n[ 0.254463] acpiphp: Slot [7] registered\n[ 0.255259] acpiphp: Slot [8] registered\n[ 0.256051] acpiphp: Slot [9] registered\n[ 0.256834] acpiphp: Slot [10] registered\n[ 0.257634] acpiphp: Slot [11] registered\n[ 0.258445] acpiphp: Slot [12] registered\n[ 0.259255] acpiphp: Slot [13] registered\n[ 0.260059] acpiphp: Slot [14] registered\n[ 0.260857] acpiphp: Slot [15] registered\n[ 0.271921] acpiphp: Slot [16] registered\n[ 0.272723] acpiphp: Slot [17] registered\n[ 0.273528] acpiphp: Slot [18] registered\n[ 0.274331] acpiphp: Slot [19] registered\n[ 0.275129] acpiphp: Slot [20] registered\n[ 0.275937] acpiphp: Slot [21] registered\n[ 0.276736] acpiphp: Slot [22] registered\n[ 0.277538] acpiphp: Slot [23] registered\n[ 0.278348] acpiphp: Slot [24] registered\n[ 0.279151] acpiphp: Slot [25] registered\n[ 0.279957] acpiphp: Slot [26] registered\n[ 0.280753] acpiphp: Slot [27] registered\n[ 0.281555] acpiphp: Slot [28] registered\n[ 0.282359] acpiphp: Slot [29] registered\n[ 0.283159] acpiphp: Slot [30] registered\n[ 0.283967] acpiphp: Slot [31] registered\n[ 0.284762] PCI host bridge to bus 0000:00\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290814] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296932] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298196] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299356] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300598] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307067] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353802] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358099] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360724] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362898] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364424] vgaarb: loaded\n[ 0.365018] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366133] SCSI subsystem initialized\n[ 0.366940] ACPI: bus type USB registered\n[ 0.367741] usbcore: registered new interface driver usbfs\n[ 0.368759] usbcore: registered new interface driver hub\n[ 0.369749] usbcore: registered new device driver usb\n[ 0.370789] PCI: Using ACPI for IRQ routing\n[ 0.371803] NetLabel: Initializing\n[ 0.372513] NetLabel: domain hash size = 128\n[ 0.373358] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374297] NetLabel: unlabeled traffic allowed by default\n[ 0.375369] clocksource: Switched to clocksource kvm-clock\n[ 0.380763] AppArmor: AppArmor Filesystem Enabled\n[ 0.381716] pnp: PnP ACPI init\n[ 0.382625] pnp: PnP ACPI: found 5 devices\n[ 0.388993] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390663] NET: Registered protocol family 2\n[ 0.391608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392861] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394012] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395152] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396217] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397371] NET: Registered protocol family 1\n[ 0.398224] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399300] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400362] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428433] Trying to unpack rootfs image as initramfs...\n[ 0.478268] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492054] Scanning for low memory corruption every 60 seconds\n[ 0.493359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494486] audit: initializing netlink subsys (disabled)\n[ 0.495503] audit: type=2000 audit(1546544457.720:1): initialized\n[ 0.496792] Initialise system trusted keyring\n[ 0.497704] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498849] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500798] zbud: loaded\n[ 0.501496] VFS: Disk quotas dquot_6.6.0\n[ 0.502304] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503795] fuse init (API version 7.23)\n[ 0.504682] Key type big_key registered\n[ 0.505476] Allocating IMA MOK and blacklist keyrings.\n[ 0.506559] Key type asymmetric registered\n[ 0.507386] Asymmetric key parser 'x509' registered\n[ 0.508329] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509792] io scheduler noop registered\n[ 0.510580] io scheduler deadline registered (default)\n[ 0.511564] io scheduler cfq registered\n[ 0.512390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513425] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514665] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516082] ACPI: Power Button [PWRF]\n[ 0.517285] GHES: HEST is not enabled!\n[ 0.530966] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584777] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586863] Linux agpgart interface v0.103\n[ 0.588840] brd: module loaded\n[ 0.590003] loop: module loaded\n[ 0.593477] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594908] GPT:90111 != 2097151\n[ 0.595578] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596647] GPT:90111 != 2097151\n[ 0.597311] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598256] vda: vda1 vda15\n[ 0.599589] scsi host0: ata_piix\n[ 0.600315] scsi host1: ata_piix\n[ 0.601043] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602248] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603661] libphy: Fixed MDIO Bus: probed\n[ 0.604463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607455] PPP generic driver version 2.4.2\n[ 0.608326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609544] ehci-pci: EHCI PCI platform driver\n[ 0.610399] ehci-platform: EHCI generic platform driver\n[ 0.612899] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614000] ohci-pci: OHCI PCI platform driver\n[ 0.614849] ohci-platform: OHCI generic platform driver\n[ 0.615821] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632806] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637493] usb usb1: Product: UHCI Host Controller\n[ 0.638408] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.639530] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.640592] hub 1-0:1.0: USB hub found\n[ 0.641362] hub 1-0:1.0: 2 ports detected\n[ 0.642253] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644352] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646313] mousedev: PS/2 mouse device common for all mice\n[ 0.647554] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649353] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652773] i2c /dev entries driver\n[ 0.653519] device-mapper: uevent: version 1.0.3\n[ 0.654435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657306] NET: Registered protocol family 10\n[ 0.658272] NET: Registered protocol family 17\n[ 0.659132] Key type dns_resolver registered\n[ 0.660041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661103] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662812] registered taskstats version 1\n[ 0.663648] Loading compiled-in X.509 certificates\n[ 0.665078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666886] zswap: loaded using pool lzo/zbud\n[ 0.668251] Key type trusted registered\n[ 0.669774] Key type encrypted registered\n[ 0.670638] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671666] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672692] evm: HMAC attrs: 0x1\n[ 0.673616] Magic number: 3:342:697\n[ 0.674450] rtc_cmos 00:00: setting system clock to 2019-01-03 19:40:57 UTC (1546544457)\n[ 0.676017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677104] EDD information not available.\n[ 0.760468] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762020] Write protecting the kernel read-only data: 14336k\n[ 0.773740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819704] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 60.94. iid=i-00000113\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDfmQk7ZNUyZdRxmaGFpprHjn97mJGw/aVUuN6e59I/68xbDoxk/hxyrQOgh7bTAYXRCdVzkMCegxgQ4qIJziE39p6J9svaksNsD5FcMAt1OM6NZd0I8BA38DSZsj6A6zs4RYxzG3ilIcRYhat3csFxxpw04rzrZrS1QIqRaoMQoKcVS8xiB3QsuXDLynZOkBk8yl7S9Q05FFB2vikszz2nCytsfRZTypYryLvPhcdYujBvLYHg/c64zX2cBFCIO4t7LMjeDG4+vKmUTixsxOVrLvkcyVJCDRWS7vfzDuAocuCvcwQ7bycUp/79MtEBmOWLVUrbb0+F3H3l2JKsO++j root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ62l4AMYNlRyj2NXXXnS1f/Nx0OpZdxud/NRk0BZnW5RwH0g1zh7VDAamaqoaqAYi+Xj+hEEVzzo9Ep/b9PdQJSw1U6tyMuTWEXRW4wVN6DrfED2Ms4jzHyoetaC0yCEMF08QUcqFe6+yY1Pebr5F8jOntnw74Lz5KqGokCAGpPAAAAFQDamxAYRpcDQW8+snNYWQ5l7T8pGQAAAIAvktKiQvgDri2Bczp945Hm1blOiLPw+9y0aw0uh1c3IzhDxkoiXf77WzX6amXvhK7yBsMJft9YQHEs2SnNGQSepWzbc6Vywl8CTkHRCmCkkx60P7iS/DDe7btHuvGJyVMqPH+7XTb+43U/UpbMdeAibaw8DTAIz1q+Dtbv5KYK+QAAAIEAl0irq6dGh2dnNrMT/Pn+GwtWzqH4YW/Dkdt12OSAPTKyGhZwpcc1TAWBi6Idx+YDuS6pmbxVMdQC2CYQkOdMSlyRWpylcStb0sCbwpXay6ucKIGP54gceQE/aCCo9+gKrQ6WjUglCzGXD3BHMYH9iwlC8RVeSRU2Eo8W7s7htSo= 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.7,24,fe80::f816:3eff:fe17:53af/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-00000113\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.25 ===\n/dev/root resized successfully [took 2.26s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:17:53:AF \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe17:53af/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:107 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:10828 (10.5 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.011037] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.113541] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.113543] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.113544] usb 1-1: Product: QEMU USB Tablet\n[ 1.113545] usb 1-1: Manufacturer: QEMU\n[ 1.113546] usb 1-1: SerialNumber: 42\n[ 1.491407] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.491409] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.359933] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.708222] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:40:57 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:40:57 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:40:57 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:40:57 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:40:57 cirros kern.info kernel: [ 1.113541] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:40:57 cirros kern.info kernel: [ 1.113543] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:40:57 cirros kern.info kernel: [ 1.113544] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:40:57 cirros kern.info kernel: [ 1.113545] usb 1-1: Manufacturer: QEMU\nJan 3 19:40:57 cirros kern.info kernel: [ 1.113546] usb 1-1: SerialNumber: 42\nJan 3 19:40:58 cirros kern.info kernel: [ 1.491407] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nJan 3 19:40:58 cirros kern.info kernel: [ 1.491409] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 3 19:41:59 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:42:00 cirros authpriv.info dropbear[341]: Running in background\nJan 3 19:42:00 cirros kern.info kernel: [ 63.359933] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:42:00 cirros kern.info kernel: [ 63.708222] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-12-2 login: "} 2019-01-03 19:42:46,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-a90653db-f494-4b9a-b59c-4f26f6dad1bb 2019-01-03 19:42:48,891 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2019-01-03 19:43:18,922 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:43:18,923 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:43:18,923 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:43:18,927 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:43:18,967 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-03 19:43:18,969 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:43:18,970 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:43:18,971 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:43:18,971 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:43:19,011 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:43:19,046 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:43:19,051 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:43:19,052 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:43:19,052 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:43:19,052 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:43:19,057 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:43:19,094 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-03 19:43:19,096 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:43:19,096 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:43:19,097 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:43:19,097 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:43:19,137 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:43:19,173 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:43:19,176 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:43:19,177 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:43:19,177 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:43:19,178 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:43:19,180 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:43:19,214 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:43:19,215 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-03 19:43:19,216 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:43:19,217 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-03 19:43:19,217 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-03 19:43:19,258 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-03 19:43:19,291 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-03 19:43:19,292 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:43:19,293 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-03 19:43:19,294 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:43:19,294 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:43:19,298 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:43:19,335 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:43:19,337 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-03 19:43:19,337 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:43:19,338 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-03 19:43:19,338 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-03 19:43:19,378 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-03 19:43:19,414 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-03 19:43:19,415 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2019-01-03 19:43:19,415 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-03 19:43:19,416 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-03 19:43:19,417 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-03 19:43:19,417 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-03 19:43:19,419 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-03 19:43:19,453 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-03 19:43:19,454 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-03 19:43:19,455 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-03 19:43:19,456 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-03 19:43:19,457 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-03 19:43:19,497 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-03 19:43:19,559 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-03 19:43:19,560 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-03 19:43:49,590 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-03 19:43:49,591 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-03 19:43:49,591 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-03 19:43:49,593 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-03 19:43:49,655 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-03 19:43:49,656 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-03 19:43:49,657 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-03 19:43:49,657 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-03 19:43:49,658 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-03 19:43:49,660 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-03 19:43:49,721 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-03 19:43:49,721 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-03 19:44:19,748 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-03 19:44:19,749 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-03 19:44:19,750 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-03 19:44:19,752 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-03 19:44:19,828 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-03 19:44:19,829 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2019-01-03 19:44:19,830 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-03 19:44:49,850 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-03 19:44:49,851 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-03 19:44:49,851 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-03 19:44:49,853 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-03 19:44:49,888 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-03 19:44:49,890 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-03 19:44:49,891 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-03 19:44:49,892 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-03 19:44:49,892 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-03 19:44:49,932 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-03 19:44:49,967 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-03 19:44:49,972 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-03 19:44:49,972 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-03 19:44:49,974 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-03 19:44:49,974 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-03 19:44:49,976 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-03 19:44:50,013 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-03 19:44:50,015 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-03 19:44:50,015 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-03 19:44:50,016 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-03 19:44:50,016 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-03 19:44:50,057 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-03 19:44:50,094 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-03 19:44:50,096 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2019-01-03 19:44:50,097 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-03 19:44:50,098 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2019-01-03 19:44:50,098 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2019-01-03 19:44:50,100 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2019-01-03 19:44:50,138 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2019-01-03 19:44:50,138 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2019-01-03 19:44:50,139 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2019-01-03 19:44:50,140 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2019-01-03 19:44:50,140 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2019-01-03 19:44:50,180 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2019-01-03 19:44:50,216 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2019-01-03 19:44:50,217 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-03 19:44:50,218 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-03 19:44:50,219 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-03 19:44:50,219 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2019-01-03 19:44:50,222 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-03 19:44:50,255 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-03 19:44:50,257 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2019-01-03 19:44:50,258 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-03 19:44:50,259 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2019-01-03 19:44:50,259 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2019-01-03 19:44:50,299 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2019-01-03 19:44:50,331 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2019-01-03 19:44:50,332 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2019-01-03 19:44:50,333 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2019-01-03 19:44:50,333 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2019-01-03 19:44:50,335 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2019-01-03 19:44:50,335 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2019-01-03 19:44:50,337 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2019-01-03 19:44:50,376 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2019-01-03 19:44:50,376 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2019-01-03 19:45:20,380 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2019-01-03 19:45:20,381 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2019-01-03 19:45:20,382 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2019-01-03 19:45:20,384 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2019-01-03 19:45:20,415 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2019-01-03 19:45:20,416 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2019-01-03 19:45:20,417 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2019-01-03 19:45:20,418 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2019-01-03 19:45:20,418 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2019-01-03 19:45:20,421 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2019-01-03 19:45:20,485 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2019-01-03 19:45:20,485 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2019-01-03 19:45:50,498 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2019-01-03 19:45:50,499 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2019-01-03 19:45:50,499 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2019-01-03 19:45:50,501 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2019-01-03 19:45:50,534 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2019-01-03 19:45:50,535 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2019-01-03 19:45:50,536 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2019-01-03 19:46:20,566 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2019-01-03 19:46:20,567 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2019-01-03 19:46:20,568 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2019-01-03 19:46:20,570 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2019-01-03 19:46:20,604 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2019-01-03 19:46:20,605 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2019-01-03 19:46:20,607 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2019-01-03 19:46:20,607 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2019-01-03 19:46:20,608 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2019-01-03 19:46:20,648 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2019-01-03 19:46:20,683 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2019-01-03 19:46:20,686 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2019-01-03 19:46:20,688 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2019-01-03 19:46:20,689 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2019-01-03 19:46:20,689 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2019-01-03 19:46:20,692 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2019-01-03 19:46:20,731 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2019-01-03 19:46:20,732 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2019-01-03 19:46:20,734 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2019-01-03 19:46:20,734 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2019-01-03 19:46:20,734 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2019-01-03 19:46:20,775 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2019-01-03 19:46:20,810 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2019-01-03 19:46:20,813 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2019-01-03 19:46:20,813 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2019-01-03 19:46:20,815 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2019-01-03 19:46:20,815 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2019-01-03 19:46:20,817 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2019-01-03 19:46:20,851 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2019-01-03 19:46:20,853 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2019-01-03 19:46:20,853 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2019-01-03 19:46:20,854 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2019-01-03 19:46:20,855 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2019-01-03 19:46:20,895 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2019-01-03 19:46:20,929 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2019-01-03 19:46:20,931 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2019-01-03 19:46:20,931 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2019-01-03 19:46:20,933 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2019-01-03 19:46:20,933 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2019-01-03 19:46:20,935 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2019-01-03 19:46:20,972 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2019-01-03 19:46:20,974 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2019-01-03 19:46:20,975 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2019-01-03 19:46:20,976 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2019-01-03 19:46:20,976 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2019-01-03 19:46:21,017 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2019-01-03 19:46:21,052 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2019-01-03 19:46:21,054 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2019-01-03 19:46:21,054 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2019-01-03 19:46:21,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31cb84ab5b40d5be810dea849acd47bf6ac655" -d '{"forceDelete": null}' 2019-01-03 19:46:21,397 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:46: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-a19cf032-deec-4a78-910d-f98c50815c33 x-compute-request-id: req-a19cf032-deec-4a78-910d-f98c50815c33 Content-Length: 0 Content-Type: application/json 2019-01-03 19:46:21,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa/action used request id req-a19cf032-deec-4a78-910d-f98c50815c33 2019-01-03 19:46:21,398 - sdnvpn_test_utils - DEBUG - Waiting for instance 7f40c26b-0c9e-40c9-87ad-d310ee149bfa to be deleted 2019-01-03 19:46:21,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}8c31cb84ab5b40d5be810dea849acd47bf6ac655" 2019-01-03 19:46:22,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46: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-22eaffaa-a497-4fee-81bc-10b5e95657f3 x-compute-request-id: req-22eaffaa-a497-4fee-81bc-10b5e95657f3 Content-Encoding: gzip Content-Length: 894 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:03:01:36", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T19:41:09.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "7f40c26b-0c9e-40c9-87ad-d310ee149bfa", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:46:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-03T19:41:05Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T19:40:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:46:22,183 - 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-22eaffaa-a497-4fee-81bc-10b5e95657f3 2019-01-03 19:46:24,190 - 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}8c31cb84ab5b40d5be810dea849acd47bf6ac655" 2019-01-03 19:46:25,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1565d81f-7a6a-47a4-903f-6bda65db8f0b x-compute-request-id: req-1565d81f-7a6a-47a4-903f-6bda65db8f0b Content-Encoding: gzip Content-Length: 785 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:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T19:40:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:40:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:46:25,034 - 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-1565d81f-7a6a-47a4-903f-6bda65db8f0b 2019-01-03 19:46:27,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c31cb84ab5b40d5be810dea849acd47bf6ac655" -d '{"forceDelete": null}' 2019-01-03 19:46:27,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:46: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-b2658674-87c5-4caf-b5f6-64dfbf0a2c96 x-compute-request-id: req-b2658674-87c5-4caf-b5f6-64dfbf0a2c96 Content-Length: 0 Content-Type: application/json 2019-01-03 19:46:27,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118/action used request id req-b2658674-87c5-4caf-b5f6-64dfbf0a2c96 2019-01-03 19:46:27,224 - sdnvpn_test_utils - DEBUG - Waiting for instance 1beb2eea-c5bf-4ac0-a633-c3d930ea4118 to be deleted 2019-01-03 19:46:27,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}8c31cb84ab5b40d5be810dea849acd47bf6ac655" 2019-01-03 19:46:28,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46: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-8870363f-56d2-4194-8581-560276fb3fb9 x-compute-request-id: req-8870363f-56d2-4194-8581-560276fb3fb9 Content-Encoding: gzip Content-Length: 796 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:53:af", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "rel": "bookmark"}], "image": {"id": "4cb84258-b891-4343-a67f-60cca6f67f3d", "links": [{"href": "http://172.30.9.30:8774/images/4cb84258-b891-4343-a67f-60cca6f67f3d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T19:40:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1beb2eea-c5bf-4ac0-a633-c3d930ea4118", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:46:27Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-03T19:40:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:46:28,091 - 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-8870363f-56d2-4194-8581-560276fb3fb9 2019-01-03 19:46:30,097 - 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}8c31cb84ab5b40d5be810dea849acd47bf6ac655" 2019-01-03 19:46:30,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e0e5e7d-9014-44d3-8df0-2faa29f6ff58 x-compute-request-id: req-4e0e5e7d-9014-44d3-8df0-2faa29f6ff58 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:46:30,182 - 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-4e0e5e7d-9014-44d3-8df0-2faa29f6ff58 2019-01-03 19:46:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbf88daf1d08182d02ccc15092e2af6c0be282ae" 2019-01-03 19:46:33,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41bf3253-cb36-4db7-be20-ba6bb59fedbe Date: Thu, 03 Jan 2019 19:46:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:46:33,720 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4cb84258-b891-4343-a67f-60cca6f67f3d used request id req-41bf3253-cb36-4db7-be20-ba6bb59fedbe 2019-01-03 19:46:33,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/11946bcb-3b4a-42e9-a187-7824ea950e45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb181717c8b157beefe188384e69d61cc31608c" 2019-01-03 19:46:36,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f3239e3-0c76-48ce-9ab6-29c8382325ce Date: Thu, 03 Jan 2019 19:46:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:46:36,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/11946bcb-3b4a-42e9-a187-7824ea950e45 used request id req-2f3239e3-0c76-48ce-9ab6-29c8382325ce 2019-01-03 19:46:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/9c1d562c-ffe4-4665-9c18-329f7cef14c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb181717c8b157beefe188384e69d61cc31608c" 2019-01-03 19:46:37,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fecd522-b5e8-4413-b2ef-bae9f9e4010a Date: Thu, 03 Jan 2019 19:46:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:46:37,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9c1d562c-ffe4-4665-9c18-329f7cef14c5 used request id req-4fecd522-b5e8-4413-b2ef-bae9f9e4010a 2019-01-03 19:46:37,419 - 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 253, actual flow count 255| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 34, actual group count 34| +========================================================================================+ | 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 253, actual flow count 263| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 34, actual group count 34| +========================================================================================+ +========================================================================================+ 2019-01-03 19:46:37,419 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-03 19:46:37,419 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2019-01-03 19:46:37,420 - 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 253, actual flow count 255': 'PASS'}, {'OVS groups are programmed after resync expected group count 34, actual group count 34': 'PASS'}, {'OVS flows are programmed after resync expected flow count 253, actual flow count 263': 'PASS'}, {'OVS groups are programmed after resync expected group count 34, actual group count 34': 'PASS'}]} 2019-01-03 19:46:37,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2019-01-03 19:46:37,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2019-01-03 19:46:37,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2019-01-03 19:46:37,515 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2019-01-03 19:46:37,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:46:37,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:46:37,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:46:37,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:46:37,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:46:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:46:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:46:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:46:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:46:37,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:46:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:46:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:46:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:46:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:46:37,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:46:37,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:46:37,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:46:37,525 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:46:37,526 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b5cb10L 2019-01-03 19:46:37,527 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:37,556 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:37,557 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:37,562 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:37,563 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:37,563 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:37,563 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:37,563 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:37,563 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:37,570 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:37,571 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:37,590 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 19:46:37,591 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:37,611 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:37,646 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:37,655 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:37,916 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:37,917 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:37,956 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:37,957 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:37,970 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:42,887 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:42,888 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:42,891 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5bb9e50L 2019-01-03 19:46:42,891 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:42,897 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:42,897 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:42,901 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:42,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:42,907 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:42,923 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:46:42,924 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:42,946 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:42,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:42,988 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:43,046 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:43,046 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:43,085 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:43,085 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:43,092 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:43,128 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:43,128 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:43,130 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:43,130 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:43,130 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:43,171 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:43,211 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:43,212 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:43,213 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:43,214 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:43,214 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:43,255 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:43,285 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:43,287 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:43,289 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5ba2f50L 2019-01-03 19:46:43,290 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:43,295 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:43,295 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:43,298 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:43,298 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:43,299 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:43,299 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:43,299 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:43,299 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:43,304 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:43,304 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:43,305 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:46:43,306 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:43,345 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:43,358 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:43,370 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:43,465 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:43,466 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:43,505 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:43,505 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:43,538 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:43,573 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:43,574 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:43,575 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:43,576 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:43,576 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:43,617 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:43,654 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:43,655 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:43,656 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:43,657 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:43,657 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:43,698 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:43,730 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:43,732 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:43,733 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b19450L 2019-01-03 19:46:43,734 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:43,740 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:43,740 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:43,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 2019-01-03 19:46:43,744 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:43,744 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:43,744 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:43,744 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:43,744 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:43,750 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:43,750 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:43,765 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:46:43,766 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:43,790 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:43,802 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:43,830 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:43,886 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:43,886 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:43,925 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:43,926 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:43,934 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:43,969 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:43,970 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:43,971 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:43,971 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:43,972 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:44,012 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:44,051 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:44,052 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:44,053 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:44,054 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:44,054 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:44,095 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:44,130 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:44,131 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:44,132 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5c6b310L 2019-01-03 19:46:44,133 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:44,139 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:44,140 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:44,143 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:44,143 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:44,143 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:44,144 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:44,144 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:44,144 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:44,149 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:44,149 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:44,165 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:46:44,166 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:44,188 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:44,201 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:44,230 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:44,306 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:44,306 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:44,345 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:44,346 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:44,366 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:44,400 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:44,401 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:44,402 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:44,402 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:44,403 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:44,443 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:44,477 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:44,479 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:44,479 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:44,480 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:44,480 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:44,520 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:44,548 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:44,549 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:44,551 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5bb5550L 2019-01-03 19:46:44,552 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:44,555 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:44,556 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:44,557 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:44,558 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:44,558 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:44,558 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:44,558 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:44,558 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:44,562 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:44,563 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:44,568 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:46:44,569 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:44,602 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:44,612 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:44,633 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:44,685 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:44,685 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:44,724 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:44,725 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:44,736 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:44,766 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:44,767 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:44,768 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:44,769 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:44,769 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:44,809 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:44,840 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:44,842 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:44,842 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:44,843 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:44,844 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:44,884 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:44,911 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:44,912 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:44,912 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:44,913 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:44,914 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:44,920 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:49,935 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:49,937 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:49,938 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5bb5e90L 2019-01-03 19:46:49,939 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:49,946 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:49,946 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:49,950 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:49,954 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:49,954 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:49,970 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 19:46:49,971 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:49,994 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:50,005 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:50,035 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:50,112 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:50,112 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:50,151 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:50,152 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:50,171 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:50,210 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:50,211 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:50,211 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:50,212 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:50,212 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:50,254 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:50,293 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:50,295 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:50,295 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:50,296 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:50,297 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:50,337 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:50,369 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:50,371 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:50,373 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b56e90L 2019-01-03 19:46:50,373 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:50,379 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:50,379 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:50,382 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:50,382 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:50,383 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:50,383 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:50,383 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:50,383 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:50,388 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:50,389 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:50,405 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 19:46:50,405 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:50,428 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:50,440 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:50,470 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:50,530 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:50,530 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:50,569 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:50,570 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:50,574 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:50,609 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:50,610 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:50,611 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:50,612 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:50,612 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:50,652 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:50,690 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:50,692 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:50,693 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:50,694 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:50,694 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:50,734 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:50,765 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:50,767 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:50,769 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5bc75d0L 2019-01-03 19:46:50,769 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:50,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:50,775 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:50,778 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:50,782 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:50,783 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:50,784 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 19:46:50,785 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:50,822 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:50,833 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:50,849 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:50,916 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:50,916 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:50,955 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:50,956 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:50,961 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:50,996 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:50,997 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:50,998 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:50,999 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:50,999 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:51,040 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:51,080 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:51,081 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:51,082 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:51,082 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:51,083 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:51,123 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:51,155 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:51,157 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:51,159 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b3b850L 2019-01-03 19:46:51,160 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:51,164 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:51,164 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:51,165 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 19:46:51,165 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:51,166 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:51,166 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:51,166 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:51,166 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:51,171 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:51,171 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:51,175 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 19:46:51,176 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:51,210 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:51,222 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:51,240 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:51,298 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:51,298 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:51,337 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:51,338 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:51,343 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:51,373 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:51,374 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:51,374 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:51,375 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:51,375 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:51,415 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:51,447 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:51,449 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:51,449 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:51,450 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:51,451 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:51,491 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:51,518 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:51,519 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:51,521 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5b3d790L 2019-01-03 19:46:51,521 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 19:46:51,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 19:46:51,525 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 19:46:51,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 2019-01-03 19:46:51,528 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 19:46:51,528 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 19:46:51,528 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 19:46:51,528 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 19:46:51,528 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 19:46:51,533 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 19:46:51,534 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 19:46:51,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 19:46:51,538 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 19:46:51,572 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 19:46:51,584 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 19:46:51,602 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 19:46:51,654 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 19:46:51,654 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 19:46:51,693 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 19:46:51,694 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 19:46:51,705 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 19:46:51,734 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 19:46:51,735 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 19:46:51,736 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 19:46:51,737 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 19:46:51,737 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 19:46:51,777 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 19:46:51,807 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 19:46:51,809 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 19:46:51,810 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 19:46:51,810 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 19:46:51,810 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 19:46:51,851 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 19:46:51,878 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 19:46:51,879 - 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" 2019-01-03 19:46:51,880 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 19:46:51,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a60f98-93c3-446c-b539-c6fe00f8cb98 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"}]}} 2019-01-03 19:46:51,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a4a60f98-93c3-446c-b539-c6fe00f8cb98 2019-01-03 19:46:51,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:46:52,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["2VIxkgRzSySKiOq0ZhAf9g"], "issued_at": "2019-01-03T19:46:52.000000Z"}} 2019-01-03 19:46:52,275 - 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}f70c70c3e870c2e2fbeb9e839df53d72fd1a65b8" 2019-01-03 19:46:52,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-4a46a11e-0883-4a3b-ab72-19118f6d1ac8 Date: Thu, 03 Jan 2019 19:46:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:46:52,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-4a46a11e-0883-4a3b-ab72-19118f6d1ac8 2019-01-03 19:46:52,461 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:46:52,465 - 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}f70c70c3e870c2e2fbeb9e839df53d72fd1a65b8" 2019-01-03 19:46:52,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb0970a6-0733-42d3-8e48-9d825052cc27 Date: Thu, 03 Jan 2019 19:46: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"}}} 2019-01-03 19:46:52,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-fb0970a6-0733-42d3-8e48-9d825052cc27 2019-01-03 19:46:52,677 - 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}f70c70c3e870c2e2fbeb9e839df53d72fd1a65b8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:46:52,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b X-Openstack-Request-Id: req-4d3adf6b-a79f-4d90-af73-d1c0f5b9479c Date: Thu, 03 Jan 2019 19:46:52 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:46:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:46:52Z", "visibility": "public", "locations": [], "self": "/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b", "min_disk": 0, "protected": false, "id": "1189930b-983b-4f84-bc71-fce06e41e09b", "file": "/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:46:52,859 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-4d3adf6b-a79f-4d90-af73-d1c0f5b9479c 2019-01-03 19:46:52,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70c70c3e870c2e2fbeb9e839df53d72fd1a65b8" -d '' 2019-01-03 19:46:54,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9392423-fa2b-41ad-819c-270fb8d8c8a5 Date: Thu, 03 Jan 2019 19:46:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:46:54,403 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b/file used request id req-c9392423-fa2b-41ad-819c-270fb8d8c8a5 2019-01-03 19:46:54,403 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2019-01-03 19:46:54,404 - 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" 2019-01-03 19:46:54,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be54db35-5bb6-4686-985b-f2a137e8d171 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"}]}} 2019-01-03 19:46:54,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-be54db35-5bb6-4686-985b-f2a137e8d171 2019-01-03 19:46:54,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:46:54,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:46:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["CUC8lx2TRPu1LJa6C38C6A"], "issued_at": "2019-01-03T19:46:54.000000Z"}} 2019-01-03 19:46:54,795 - 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}8df075f0a49751d6626ccdadca3e073fa481e945" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2019-01-03 19:46:55,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-c3185cfa-cb35-4019-a0d1-b0d07ee35bf1 Date: Thu, 03 Jan 2019 19:46:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"58e9fc47-e057-4a96-977e-47af237273db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:46:55Z","is_default":false,"provider:segmentation_id":7,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:46:55Z","mtu":1450}} 2019-01-03 19:46:55,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c3185cfa-cb35-4019-a0d1-b0d07ee35bf1 2019-01-03 19:46:55,233 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 58e9fc47-e057-4a96-977e-47af237273db with cidr 10.10.10.0/24 2019-01-03 19:46:55,241 - 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}8df075f0a49751d6626ccdadca3e073fa481e945" -d '{"subnets": [{"ip_version": 4, "network_id": "58e9fc47-e057-4a96-977e-47af237273db", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2019-01-03 19:46:55,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-5323fbc6-e1e0-46f4-aa3b-1d592558fb55 Date: Thu, 03 Jan 2019 19:46:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58e9fc47-e057-4a96-977e-47af237273db","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:46:55Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:46:55Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"404411a5-db30-4a6f-aa71-1e76fa8df937","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2019-01-03 19:46:55,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5323fbc6-e1e0-46f4-aa3b-1d592558fb55 2019-01-03 19:46:55,849 - 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}8df075f0a49751d6626ccdadca3e073fa481e945" 2019-01-03 19:46:56,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-ad55f642-3372-49f4-8b75-034091ee85c2 Date: Thu, 03 Jan 2019 19:46:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:46:56,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-ad55f642-3372-49f4-8b75-034091ee85c2 2019-01-03 19:46:56,236 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:46:56,237 - 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" 2019-01-03 19:46:56,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38786bc7-cf2e-4b66-8d6b-ba48085ceb86 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"}]}} 2019-01-03 19:46:56,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38786bc7-cf2e-4b66-8d6b-ba48085ceb86 2019-01-03 19:46:56,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:46:56,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:46:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["_nJbXuE1SZWuP-B_OIe7HQ"], "issued_at": "2019-01-03T19:46:56.000000Z"}} 2019-01-03 19:46:56,627 - 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}8d7178aa8d554a345e728006e4d4f8bffae602d6" 2019-01-03 19:46:56,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46: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-8069d20c-97ce-4c75-aff5-27f5e025cd11 x-compute-request-id: req-8069d20c-97ce-4c75-aff5-27f5e025cd11 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:46:56,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-8069d20c-97ce-4c75-aff5-27f5e025cd11 2019-01-03 19:46:56,814 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:46:56,814 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:46:56,815 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:46:56,817 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:46:56,856 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:46:56,857 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:46:56,857 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:46:56,858 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:46:56,858 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:46:56,899 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:46:56,932 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:46:56,933 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 19:46:56,934 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 19:46:56,934 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 19:46:56,935 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:46:56,938 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 19:46:56,977 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-03 19:46:56,979 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 19:46:56,979 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 19:46:56,980 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 19:46:56,980 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 19:46:57,021 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 19:46:57,053 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 19:46:57,054 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2019-01-03 19:46:57,054 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=1189930b-983b-4f84-bc71-fce06e41e09b network=58e9fc47-e057-4a96-977e-47af237273db secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:46:57,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:46:57,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:46:57,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:46:57,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:46:57,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:46:57,056 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 19:46:57,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:46:57,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:46:57,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:46:57,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:46:57,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:46:57,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:46:57,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:46:57,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:46:57,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:46:57,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:46:57,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:46:57,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:46:57,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:46:57,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:46:57,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:46:57,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:46:57,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:46:57,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:46:57,066 - 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" 2019-01-03 19:46:57,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec08046-de7e-40b4-9d4b-c18023f01b27 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"}]}} 2019-01-03 19:46:57,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dec08046-de7e-40b4-9d4b-c18023f01b27 2019-01-03 19:46:57,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:46:57,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:46:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["2cI5JONHT12rE_4OkV62WA"], "issued_at": "2019-01-03T19:46:57.000000Z"}} 2019-01-03 19:46:57,543 - 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}068367e071a4be1643769581aa7f1fc7ddbe8e46" 2019-01-03 19:46:57,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-babc6877-fe65-45d6-8cba-64dc7b22f014 x-compute-request-id: req-babc6877-fe65-45d6-8cba-64dc7b22f014 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:46:57,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-babc6877-fe65-45d6-8cba-64dc7b22f014 2019-01-03 19:46:57,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}068367e071a4be1643769581aa7f1fc7ddbe8e46" 2019-01-03 19:46:57,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54e338a8-6131-4eb6-b456-d577ce9d14e6 x-compute-request-id: req-54e338a8-6131-4eb6-b456-d577ce9d14e6 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:46:57,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-54e338a8-6131-4eb6-b456-d577ce9d14e6 2019-01-03 19:46:57,747 - 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}068367e071a4be1643769581aa7f1fc7ddbe8e46" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "1189930b-983b-4f84-bc71-fce06e41e09b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "58e9fc47-e057-4a96-977e-47af237273db"}]}}' 2019-01-03 19:46:59,655 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:46:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29082cb9-bd2e-4f56-9e2f-5abcf726283d x-compute-request-id: req-29082cb9-bd2e-4f56-9e2f-5abcf726283d Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "adminPass": "Uh8x9KaCpW4o"}} 2019-01-03 19:46:59,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-29082cb9-bd2e-4f56-9e2f-5abcf726283d 2019-01-03 19:46:59,656 - 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" 2019-01-03 19:46:59,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b587e2f4-5608-4ca5-8f9d-0acc443fff7c 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"}]}} 2019-01-03 19:46:59,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b587e2f4-5608-4ca5-8f9d-0acc443fff7c 2019-01-03 19:46:59,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:47:00,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["4nQHDvqrSruYr39anpOPDw"], "issued_at": "2019-01-03T19:47:00.000000Z"}} 2019-01-03 19:47:00,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573899546c64bdcd540199dba8298c89e293f889" 2019-01-03 19:47:00,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c6da46ca-4817-4595-bf39-2c3587b667b9 x-compute-request-id: req-c6da46ca-4817-4595-bf39-2c3587b667b9 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:47:00Z", "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": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:00,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 used request id req-c6da46ca-4817-4595-bf39-2c3587b667b9 2019-01-03 19:47:03,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573899546c64bdcd540199dba8298c89e293f889" 2019-01-03 19:47:04,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-d2982ce7-bc4f-42f0-b92c-5b5e5bd36150 x-compute-request-id: req-d2982ce7-bc4f-42f0-b92c-5b5e5bd36150 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:47:01Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:04,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 used request id req-d2982ce7-bc4f-42f0-b92c-5b5e5bd36150 2019-01-03 19:47:07,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}573899546c64bdcd540199dba8298c89e293f889" 2019-01-03 19:47:07,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-c58e7969-6891-46ee-9c77-080704b2f359 x-compute-request-id: req-c58e7969-6891-46ee-9c77-080704b2f359 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:b3:34:d3", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T19:47:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:07,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 used request id req-c58e7969-6891-46ee-9c77-080704b2f359 2019-01-03 19:47:07,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}068367e071a4be1643769581aa7f1fc7ddbe8e46" 2019-01-03 19:47:08,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-ae0b5b8a-5c3a-418d-947a-4f9f852de623 x-compute-request-id: req-ae0b5b8a-5c3a-418d-947a-4f9f852de623 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:b3:34:d3", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T19:47:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:08,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600 used request id req-ae0b5b8a-5c3a-418d-947a-4f9f852de623 2019-01-03 19:47:08,266 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.10'. 2019-01-03 19:47:08,266 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2019-01-03 19:47:08,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d7178aa8d554a345e728006e4d4f8bffae602d6" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:47:09,714 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:47:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ecd0c972-c30c-4047-8225-abf7a9bc8402 x-compute-request-id: req-ecd0c972-c30c-4047-8225-abf7a9bc8402 Content-Length: 0 Content-Type: application/json 2019-01-03 19:47:09,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action used request id req-ecd0c972-c30c-4047-8225-abf7a9bc8402 2019-01-03 19:47:09,714 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2019-01-03 19:47:09,714 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=1189930b-983b-4f84-bc71-fce06e41e09b network=58e9fc47-e057-4a96-977e-47af237273db secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:47:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:47:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:47:09,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:47:09,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:47:09,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:47:09,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:47:09,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:47:09,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:47:09,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:47:09,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:47:09,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:47:09,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:47:09,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:47:09,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" 2019-01-03 19:47:09,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9573893-0fe2-4c46-9624-873b686c803d 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"}]}} 2019-01-03 19:47:09,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d9573893-0fe2-4c46-9624-873b686c803d 2019-01-03 19:47:09,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:47:10,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:47:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["ZPHkavWiSjGQ-_HrhJe9PQ"], "issued_at": "2019-01-03T19:47:10.000000Z"}} 2019-01-03 19:47:10,104 - 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}cb613e46d3134dfb5cedbb343627a0e2272a4df7" 2019-01-03 19:47:10,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-1dc6dfef-308f-4661-bc07-013098e519e7 x-compute-request-id: req-1dc6dfef-308f-4661-bc07-013098e519e7 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:47:10,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1dc6dfef-308f-4661-bc07-013098e519e7 2019-01-03 19:47:10,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" 2019-01-03 19:47:10,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-29c256b7-843b-498a-9787-7ac43f07fe00 x-compute-request-id: req-29c256b7-843b-498a-9787-7ac43f07fe00 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:47:10,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-29c256b7-843b-498a-9787-7ac43f07fe00 2019-01-03 19:47:10,241 - 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}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "1189930b-983b-4f84-bc71-fce06e41e09b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "58e9fc47-e057-4a96-977e-47af237273db"}]}}' 2019-01-03 19:47:11,692 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:47: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-9ad8e6f1-1cf9-45e9-9cb5-fc84a51bacb2 x-compute-request-id: req-9ad8e6f1-1cf9-45e9-9cb5-fc84a51bacb2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "adminPass": "nuV9b8UhT5Bz"}} 2019-01-03 19:47:11,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-9ad8e6f1-1cf9-45e9-9cb5-fc84a51bacb2 2019-01-03 19:47:11,694 - 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" 2019-01-03 19:47:11,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab7b8f9-2b5b-46e4-be8f-96d9afbcac0a 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"}]}} 2019-01-03 19:47:11,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cab7b8f9-2b5b-46e4-be8f-96d9afbcac0a 2019-01-03 19:47:11,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:47:12,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["5W0DYUsFSaivm3V2nzMgNA"], "issued_at": "2019-01-03T19:47:12.000000Z"}} 2019-01-03 19:47:12,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e010a20b0d355c458b70788031e7d5b717bb15" 2019-01-03 19:47:12,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-7f0a2bd5-9bff-4054-9ce7-d150606fdf65 x-compute-request-id: req-7f0a2bd5-9bff-4054-9ce7-d150606fdf65 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:47: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-11-1", "created": "2019-01-03T19:47:11Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:12,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b used request id req-7f0a2bd5-9bff-4054-9ce7-d150606fdf65 2019-01-03 19:47:15,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e010a20b0d355c458b70788031e7d5b717bb15" 2019-01-03 19:47:16,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-212d697a-76f6-43fc-bc3f-2343e1c9ebd5 x-compute-request-id: req-212d697a-76f6-43fc-bc3f-2343e1c9ebd5 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/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:47:12Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-03T19:47:11Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:16,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b used request id req-212d697a-76f6-43fc-bc3f-2343e1c9ebd5 2019-01-03 19:47:19,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47e010a20b0d355c458b70788031e7d5b717bb15" 2019-01-03 19:47:19,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-f5ceb2e9-1d8d-4fa9-acf9-15296d259808 x-compute-request-id: req-f5ceb2e9-1d8d-4fa9-acf9-15296d259808 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:99:45", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T19:47:15.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:16Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-03T19:47:11Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:19,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b used request id req-f5ceb2e9-1d8d-4fa9-acf9-15296d259808 2019-01-03 19:47:19,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" 2019-01-03 19:47:20,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-e216a34b-994b-467d-82b8-7b38df36aa7e x-compute-request-id: req-e216a34b-994b-467d-82b8-7b38df36aa7e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:99:45", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T19:47:15.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:16Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-03T19:47:11Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:47:20,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b used request id req-e216a34b-994b-467d-82b8-7b38df36aa7e 2019-01-03 19:47:20,496 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.15'. 2019-01-03 19:47:20,497 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2019-01-03 19:47:20,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d7178aa8d554a345e728006e4d4f8bffae602d6" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:47:21,931 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:47: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-c87ffcab-84b6-48af-a569-65c002aafa83 x-compute-request-id: req-c87ffcab-84b6-48af-a569-65c002aafa83 Content-Length: 0 Content-Type: application/json 2019-01-03 19:47:21,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-c87ffcab-84b6-48af-a569-65c002aafa83 2019-01-03 19:47:21,932 - sdnvpn_test_utils - INFO - Waiting for instance 4db2210a-41a6-41bd-a618-2dc81774d85b to boot up 2019-01-03 19:47:21,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:23,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-18e9556c-012e-4524-a7bd-317db080c3e2 x-compute-request-id: req-18e9556c-012e-4524-a7bd-317db080c3e2 Content-Encoding: gzip Content-Length: 9395 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n"} 2019-01-03 19:47:23,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-18e9556c-012e-4524-a7bd-317db080c3e2 2019-01-03 19:47:25,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:26,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-7958d29c-151b-42c5-bd49-778bf7c4ea78 x-compute-request-id: req-7958d29c-151b-42c5-bd49-778bf7c4ea78 Content-Encoding: gzip Content-Length: 9970 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:47:26,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-7958d29c-151b-42c5-bd49-778bf7c4ea78 2019-01-03 19:47:28,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:29,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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,Accept-Encoding x-openstack-request-id: req-e24b9406-58ef-477a-b7bf-1f93cdeb0e6a x-compute-request-id: req-e24b9406-58ef-477a-b7bf-1f93cdeb0e6a Content-Encoding: gzip Content-Length: 9970 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:47:29,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-e24b9406-58ef-477a-b7bf-1f93cdeb0e6a 2019-01-03 19:47:31,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:32,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93e3ddf3-c720-48d0-b7fe-0fff58ccf1fb x-compute-request-id: req-93e3ddf3-c720-48d0-b7fe-0fff58ccf1fb Content-Encoding: gzip Content-Length: 9970 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:47:32,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-93e3ddf3-c720-48d0-b7fe-0fff58ccf1fb 2019-01-03 19:47:34,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:35,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-49484a97-5a3a-4a97-a42a-c13879821cb0 x-compute-request-id: req-49484a97-5a3a-4a97-a42a-c13879821cb0 Content-Encoding: gzip Content-Length: 9970 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-03 19:47:35,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-49484a97-5a3a-4a97-a42a-c13879821cb0 2019-01-03 19:47:37,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:38,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-337fd14d-41c6-4d43-9a1e-0d1f4a5795c2 x-compute-request-id: req-337fd14d-41c6-4d43-9a1e-0d1f4a5795c2 Content-Encoding: gzip Content-Length: 10041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:47:38,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-337fd14d-41c6-4d43-9a1e-0d1f4a5795c2 2019-01-03 19:47:40,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:41,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd131f31-4b98-45e3-bad2-0f0de3cfc548 x-compute-request-id: req-cd131f31-4b98-45e3-bad2-0f0de3cfc548 Content-Encoding: gzip Content-Length: 10041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:47:41,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-cd131f31-4b98-45e3-bad2-0f0de3cfc548 2019-01-03 19:47:43,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:44,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-54862dfd-ef95-4050-a216-382299e4c283 x-compute-request-id: req-54862dfd-ef95-4050-a216-382299e4c283 Content-Encoding: gzip Content-Length: 10041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:47:44,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-54862dfd-ef95-4050-a216-382299e4c283 2019-01-03 19:47:46,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:47,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-7ffd5241-2e69-4b5e-918b-38b9d6feb178 x-compute-request-id: req-7ffd5241-2e69-4b5e-918b-38b9d6feb178 Content-Encoding: gzip Content-Length: 10041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:47:47,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-7ffd5241-2e69-4b5e-918b-38b9d6feb178 2019-01-03 19:47:49,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:50,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-d3fa347b-33c4-4a67-9b30-ba42bde6d3a2 x-compute-request-id: req-d3fa347b-33c4-4a67-9b30-ba42bde6d3a2 Content-Encoding: gzip Content-Length: 10041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:47:50,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-d3fa347b-33c4-4a67-9b30-ba42bde6d3a2 2019-01-03 19:47:52,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:53,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6427d477-74cf-416b-8533-d99b7ec03bf2 x-compute-request-id: req-6427d477-74cf-416b-8533-d99b7ec03bf2 Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:47:53,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-6427d477-74cf-416b-8533-d99b7ec03bf2 2019-01-03 19:47:55,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:47:57,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f999764-24c6-4150-9853-6a8252bdabae x-compute-request-id: req-0f999764-24c6-4150-9853-6a8252bdabae Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:47:57,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-0f999764-24c6-4150-9853-6a8252bdabae 2019-01-03 19:47:59,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:48:00,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:47: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-f4af0740-bc1b-4fd3-b6e2-5096a1b2037e x-compute-request-id: req-f4af0740-bc1b-4fd3-b6e2-5096a1b2037e Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:48:00,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-f4af0740-bc1b-4fd3-b6e2-5096a1b2037e 2019-01-03 19:48:02,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:48:03,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-5ab2cc35-bfc0-4119-a474-6a983e8c8a25 x-compute-request-id: req-5ab2cc35-bfc0-4119-a474-6a983e8c8a25 Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:48:03,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-5ab2cc35-bfc0-4119-a474-6a983e8c8a25 2019-01-03 19:48:05,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb613e46d3134dfb5cedbb343627a0e2272a4df7" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:48:06,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-31ee3318-841e-43a0-9f3e-d6c32e705ac1 x-compute-request-id: req-31ee3318-841e-43a0-9f3e-d6c32e705ac1 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 480706381 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133198] pid_max: default: 32768 minimum: 301\n[ 0.134087] ACPI: Core revision 20150930\n[ 0.135473] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136765] Security Framework initialized\n[ 0.137573] Yama: becoming mindful.\n[ 0.138293] AppArmor: AppArmor initialized\n[ 0.139155] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140487] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141762] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142971] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144355] Initializing cgroup subsys io\n[ 0.145164] Initializing cgroup subsys memory\n[ 0.146021] Initializing cgroup subsys devices\n[ 0.146902] Initializing cgroup subsys freezer\n[ 0.147783] Initializing cgroup subsys net_cls\n[ 0.148648] Initializing cgroup subsys perf_event\n[ 0.149553] Initializing cgroup subsys net_prio\n[ 0.150429] Initializing cgroup subsys hugetlb\n[ 0.151304] Initializing cgroup subsys pids\n[ 0.152181] CPU: Physical Processor ID: 0\n[ 0.153676] mce: CPU supports 10 MCE banks\n[ 0.154520] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155521] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166192] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172544] ftrace: allocating 31920 entries in 125 pages\n[ 0.198934] smpboot: Max logical packages: 1\n[ 0.199782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201126] x2apic enabled\n[ 0.201934] Switched APIC routing to physical x2apic.\n[ 0.203685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204796] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208542] KVM setup paravirtual spinlock\n[ 0.209887] x86: Booted up 1 node, 1 CPUs\n[ 0.210694] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212078] devtmpfs: initialized\n[ 0.213796] evm: security.selinux\n[ 0.214502] evm: security.SMACK64\n[ 0.215188] evm: security.SMACK64EXEC\n[ 0.215928] evm: security.SMACK64TRANSMUTE\n[ 0.216738] evm: security.SMACK64MMAP\n[ 0.217484] evm: security.ima\n[ 0.218123] evm: security.capability\n[ 0.218926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220774] pinctrl core: initialized pinctrl subsystem\n[ 0.221877] RTC time: 19:47:15, date: 01/03/19\n[ 0.222829] NET: Registered protocol family 16\n[ 0.223795] cpuidle: using governor ladder\n[ 0.224621] cpuidle: using governor menu\n[ 0.225400] PCCT header not found.\n[ 0.226156] ACPI: bus type PCI registered\n[ 0.226959] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228196] PCI: Using configuration type 1 for base access\n[ 0.229953] ACPI: Added _OSI(Module Device)\n[ 0.230798] ACPI: Added _OSI(Processor Device)\n[ 0.231660] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234679] ACPI: Interpreter enabled\n[ 0.235452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239119] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242787] ACPI: (supports S0 S5)\n[ 0.243489] ACPI: Using IOAPIC for interrupt routing\n[ 0.244549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249995] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253391] acpiphp: Slot [3] registered\n[ 0.254191] acpiphp: Slot [4] registered\n[ 0.254984] acpiphp: Slot [5] registered\n[ 0.255778] acpiphp: Slot [6] registered\n[ 0.256567] acpiphp: Slot [7] registered\n[ 0.257362] acpiphp: Slot [8] registered\n[ 0.258161] acpiphp: Slot [9] registered\n[ 0.258952] acpiphp: Slot [10] registered\n[ 0.259763] acpiphp: Slot [11] registered\n[ 0.260571] acpiphp: Slot [12] registered\n[ 0.261379] acpiphp: Slot [13] registered\n[ 0.262188] acpiphp: Slot [14] registered\n[ 0.262993] acpiphp: Slot [15] registered\n[ 0.273828] acpiphp: Slot [16] registered\n[ 0.274666] acpiphp: Slot [17] registered\n[ 0.275479] acpiphp: Slot [18] registered\n[ 0.276278] acpiphp: Slot [19] registered\n[ 0.277108] acpiphp: Slot [20] registered\n[ 0.277920] acpiphp: Slot [21] registered\n[ 0.278722] acpiphp: Slot [22] registered\n[ 0.279524] acpiphp: Slot [23] registered\n[ 0.280323] acpiphp: Slot [24] registered\n[ 0.281125] acpiphp: Slot [25] registered\n[ 0.281934] acpiphp: Slot [26] registered\n[ 0.282734] acpiphp: Slot [27] registered\n[ 0.283535] acpiphp: Slot [28] registered\n[ 0.284334] acpiphp: Slot [29] registered\n[ 0.285135] acpiphp: Slot [30] registered\n[ 0.285939] acpiphp: Slot [31] registered\n[ 0.286740] PCI host bridge to bus 0000:00\n[ 0.287540] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288738] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291391] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292830] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299143] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301632] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357007] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358488] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359903] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361299] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362665] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363896] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365031] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366224] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367742] vgaarb: loaded\n[ 0.368332] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369458] SCSI subsystem initialized\n[ 0.370267] ACPI: bus type USB registered\n[ 0.371075] usbcore: registered new interface driver usbfs\n[ 0.372097] usbcore: registered new interface driver hub\n[ 0.373091] usbcore: registered new device driver usb\n[ 0.374132] PCI: Using ACPI for IRQ routing\n[ 0.375142] NetLabel: Initializing\n[ 0.375847] NetLabel: domain hash size = 128\n[ 0.376682] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377612] NetLabel: unlabeled traffic allowed by default\n[ 0.378693] clocksource: Switched to clocksource kvm-clock\n[ 0.384062] AppArmor: AppArmor Filesystem Enabled\n[ 0.385004] pnp: PnP ACPI init\n[ 0.385899] pnp: PnP ACPI: found 5 devices\n[ 0.392251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393921] NET: Registered protocol family 2\n[ 0.394860] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396111] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397258] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398392] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400604] NET: Registered protocol family 1\n[ 0.401448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417733] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431913] Trying to unpack rootfs image as initramfs...\n[ 0.481047] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494844] Scanning for low memory corruption every 60 seconds\n[ 0.496150] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497272] audit: initializing netlink subsys (disabled)\n[ 0.498275] audit: type=2000 audit(1546544836.368:1): initialized\n[ 0.499571] Initialise system trusted keyring\n[ 0.500479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501619] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503562] zbud: loaded\n[ 0.504255] VFS: Disk quotas dquot_6.6.0\n[ 0.505066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506546] fuse init (API version 7.23)\n[ 0.507433] Key type big_key registered\n[ 0.508235] Allocating IMA MOK and blacklist keyrings.\n[ 0.509688] Key type asymmetric registered\n[ 0.510498] Asymmetric key parser 'x509' registered\n[ 0.511438] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512881] io scheduler noop registered\n[ 0.513660] io scheduler deadline registered (default)\n[ 0.514626] io scheduler cfq registered\n[ 0.515452] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519167] ACPI: Power Button [PWRF]\n[ 0.519991] GHES: HEST is not enabled!\n[ 0.533701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563871] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589499] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592128] Linux agpgart interface v0.103\n[ 0.594150] brd: module loaded\n[ 0.595339] loop: module loaded\n[ 0.600322] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601770] GPT:90111 != 2097151\n[ 0.602433] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603509] GPT:90111 != 2097151\n[ 0.604172] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605119] vda: vda1 vda15\n[ 0.606604] scsi host0: ata_piix\n[ 0.607353] scsi host1: ata_piix\n[ 0.608052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609246] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610657] libphy: Fixed MDIO Bus: probed\n[ 0.611471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612403] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614516] PPP generic driver version 2.4.2\n[ 0.615413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616681] ehci-pci: EHCI PCI platform driver\n[ 0.617536] ehci-platform: EHCI generic platform driver\n[ 0.618504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619611] ohci-pci: OHCI PCI platform driver\n[ 0.620469] ohci-platform: OHCI generic platform driver\n[ 0.621433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635797] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636782] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638200] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639217] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.642910] usb usb1: Product: UHCI Host Controller\n[ 0.643833] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644954] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645954] hub 1-0:1.0: USB hub found\n[ 0.646728] hub 1-0:1.0: 2 ports detected\n[ 0.647613] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649696] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651659] mousedev: PS/2 mouse device common for all mice\n[ 0.652883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654681] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655754] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658096] i2c /dev entries driver\n[ 0.658855] device-mapper: uevent: version 1.0.3\n[ 0.659782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661377] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.662635] NET: Registered protocol family 10\n[ 0.663610] NET: Registered protocol family 17\n[ 0.664487] Key type dns_resolver registered\n[ 0.665387] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666469] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668184] registered taskstats version 1\n[ 0.669005] Loading compiled-in X.509 certificates\n[ 0.670423] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672250] zswap: loaded using pool lzo/zbud\n[ 0.673608] Key type trusted registered\n[ 0.675154] Key type encrypted registered\n[ 0.675976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.676982] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678001] evm: HMAC attrs: 0x1\n[ 0.679295] Magic number: 3:445:798\n[ 0.680137] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:16 UTC (1546544836)\n[ 0.681706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682801] EDD information not available.\n[ 0.767633] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769179] Write protecting the kernel read-only data: 14336k\n[ 0.781066] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782885] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088241] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. iid=i-0000011c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCR981Yj0mKjqMGO3gN3H3Hf78V9uHwveVjMCFzYdFSu47WSgVfjn5v1M6E5Vzk25DTQSQW27fZCvH4DPTXv6pjsW9yXXQg53zM5dY7jLNAYFq78oRvgI7GZyRgmu2KsZjNMlG9bl3jMQC9aA9tnePHhoTF7xBDtxABWR8byzMXTExkGXms9vyh6OCKBHmsm3oGmxhNpRcZAllYfbJkr6Yqs6O8DCNdXeU0MWRCtMakIWFAoUHtl4f/IqSQbVKAapV9I/W1JPjIPMaC8GTrDk98bWYa/4qQqtvn1fhFVv3PlsLAPaRBlbtwG9LzGqRhZvY7ISuzuweyd+mt40k8wWk7 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJboTgUSzJWdAeNx9AMWc3Tz5PhyN9FKl3ytwTgQaZitQM8hD2yTwn9qYd2zKkhegV+shLAE97rkTFKKCS573DVut+/Ye2CF34yR2g5xWwKUN86AAidq1bPl0Kwdn+X7qruLfB62dh0PoqSvgKEi1U6OV+8u8STr5PioPYmz0FzAAAAFQDv0yTmU/yi9ZI/WsR0rVYDhY8CcQAAAIEAip1622dOKu+PTdCjTgD1DFb/a7Ptpt4R6nh5/1QE6kUeCZesEbiw2uZOJ+t3hUrtTLYVqtXW65uCV2fY5G80ohE7qhkycsjPsE4/JIO0qY8K9aQRR0//hdaoTp+5KrReA4DGCBpiHQ7QTSKNMq4B3Vs5ERpuuJX3YB2kk0WVOYUAAACBAJ6I1b0PtWCbPYdwyihhnr0o6GERihUazVzYydoRolNxfio49DioWtC3ll9aOBojZDHJQ2XvIViDNHd9U7IOV4VZ9ze9hiqnfx0qPP+RmEM9CqoVvNn86UN3fRjTeazxJMigy02gTJhsfyOd0EH15H79VI08oGXWQnyAWGt/FRHZ root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe32:9945/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:32:99:45 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:9945/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 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:8225 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.088241] random: dd urandom read with 5 bits of entropy available\n[ 1.120173] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.120175] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.120176] usb 1-1: Product: QEMU USB Tablet\n[ 1.120177] usb 1-1: Manufacturer: QEMU\n[ 1.120178] usb 1-1: SerialNumber: 42\n[ 1.494761] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.494763] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.514421] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.899505] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:47:16 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:47:16 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:47:16 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:47:16 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:47:16 cirros kern.notice kernel: [ 1.088241] random: dd urandom read with 5 bits of entropy available\nJan 3 19:47:16 cirros kern.info kernel: [ 1.120173] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:47:16 cirros kern.info kernel: [ 1.120175] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:47:16 cirros kern.info kernel: [ 1.120176] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:47:16 cirros kern.info kernel: [ 1.120177] usb 1-1: Manufacturer: QEMU\nJan 3 19:47:16 cirros kern.info kernel: [ 1.120178] usb 1-1: SerialNumber: 42\nJan 3 19:47:17 cirros kern.info kernel: [ 1.494761] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:47:17 cirros kern.info kernel: [ 1.494763] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:47:18 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:47:19 cirros authpriv.info dropbear[341]: Running in background\nJan 3 19:47:19 cirros kern.info kernel: [ 3.514421] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:47:19 cirros kern.info kernel: [ 3.899505] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-11-1 login: "} 2019-01-03 19:48:06,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-31ee3318-841e-43a0-9f3e-d6c32e705ac1 2019-01-03 19:48:08,327 - sdnvpn_test_utils - INFO - Waiting for instance b452b063-c9bd-4f0b-aa81-d27d5dccd600 to boot up 2019-01-03 19:48:08,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}068367e071a4be1643769581aa7f1fc7ddbe8e46" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:48:09,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-35d115ef-74b6-4e21-8735-c96cda2213f8 x-compute-request-id: req-35d115ef-74b6-4e21-8735-c96cda2213f8 Content-Encoding: gzip Content-Length: 10867 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502627985 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132367] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134024] pid_max: default: 32768 minimum: 301\n[ 0.134917] ACPI: Core revision 20150930\n[ 0.136301] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137615] Security Framework initialized\n[ 0.138431] Yama: becoming mindful.\n[ 0.139157] AppArmor: AppArmor initialized\n[ 0.140024] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141360] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143856] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145240] Initializing cgroup subsys io\n[ 0.146053] Initializing cgroup subsys memory\n[ 0.146914] Initializing cgroup subsys devices\n[ 0.147796] Initializing cgroup subsys freezer\n[ 0.148669] Initializing cgroup subsys net_cls\n[ 0.149532] Initializing cgroup subsys perf_event\n[ 0.150438] Initializing cgroup subsys net_prio\n[ 0.151316] Initializing cgroup subsys hugetlb\n[ 0.152185] Initializing cgroup subsys pids\n[ 0.153067] CPU: Physical Processor ID: 0\n[ 0.154577] mce: CPU supports 10 MCE banks\n[ 0.155433] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156429] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168254] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174586] ftrace: allocating 31920 entries in 125 pages\n[ 0.200640] smpboot: Max logical packages: 1\n[ 0.201532] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202884] x2apic enabled\n[ 0.203705] Switched APIC routing to physical x2apic.\n[ 0.205456] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206576] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208571] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210362] KVM setup paravirtual spinlock\n[ 0.211657] x86: Booted up 1 node, 1 CPUs\n[ 0.212469] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213862] devtmpfs: initialized\n[ 0.215578] evm: security.selinux\n[ 0.216280] evm: security.SMACK64\n[ 0.216969] evm: security.SMACK64EXEC\n[ 0.217713] evm: security.SMACK64TRANSMUTE\n[ 0.218521] evm: security.SMACK64MMAP\n[ 0.219268] evm: security.ima\n[ 0.219908] evm: security.capability\n[ 0.220712] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222562] pinctrl core: initialized pinctrl subsystem\n[ 0.223662] RTC time: 19:47:05, date: 01/03/19\n[ 0.224617] NET: Registered protocol family 16\n[ 0.225585] cpuidle: using governor ladder\n[ 0.226403] cpuidle: using governor menu\n[ 0.227186] PCCT header not found.\n[ 0.227941] ACPI: bus type PCI registered\n[ 0.228751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229989] PCI: Using configuration type 1 for base access\n[ 0.231747] ACPI: Added _OSI(Module Device)\n[ 0.232600] ACPI: Added _OSI(Processor Device)\n[ 0.233460] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234358] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236455] ACPI: Interpreter enabled\n[ 0.237231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239083] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244636] ACPI: (supports S0 S5)\n[ 0.245346] ACPI: Using IOAPIC for interrupt routing\n[ 0.246432] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250669] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251915] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253117] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255366] acpiphp: Slot [3] registered\n[ 0.256197] acpiphp: Slot [4] registered\n[ 0.257012] acpiphp: Slot [5] registered\n[ 0.257816] acpiphp: Slot [6] registered\n[ 0.258618] acpiphp: Slot [7] registered\n[ 0.259433] acpiphp: Slot [8] registered\n[ 0.260241] acpiphp: Slot [9] registered\n[ 0.261051] acpiphp: Slot [10] registered\n[ 0.261881] acpiphp: Slot [11] registered\n[ 0.262706] acpiphp: Slot [12] registered\n[ 0.263537] acpiphp: Slot [13] registered\n[ 0.264360] acpiphp: Slot [14] registered\n[ 0.265178] acpiphp: Slot [15] registered\n[ 0.276077] acpiphp: Slot [16] registered\n[ 0.276947] acpiphp: Slot [17] registered\n[ 0.277777] acpiphp: Slot [18] registered\n[ 0.278601] acpiphp: Slot [19] registered\n[ 0.279421] acpiphp: Slot [20] registered\n[ 0.280249] acpiphp: Slot [21] registered\n[ 0.281068] acpiphp: Slot [22] registered\n[ 0.281893] acpiphp: Slot [23] registered\n[ 0.282720] acpiphp: Slot [24] registered\n[ 0.283547] acpiphp: Slot [25] registered\n[ 0.284373] acpiphp: Slot [26] registered\n[ 0.285193] acpiphp: Slot [27] registered\n[ 0.286021] acpiphp: Slot [28] registered\n[ 0.286884] acpiphp: Slot [29] registered\n[ 0.287714] acpiphp: Slot [30] registered\n[ 0.288548] acpiphp: Slot [31] registered\n[ 0.289377] PCI host bridge to bus 0000:00\n[ 0.290200] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291448] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292694] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294174] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301919] 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.304436] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305732] 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.313678] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359460] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360952] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363808] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365206] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366470] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367642] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368802] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370373] vgaarb: loaded\n[ 0.370974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372119] SCSI subsystem initialized\n[ 0.372951] ACPI: bus type USB registered\n[ 0.373779] usbcore: registered new interface driver usbfs\n[ 0.374814] usbcore: registered new interface driver hub\n[ 0.375829] usbcore: registered new device driver usb\n[ 0.376895] PCI: Using ACPI for IRQ routing\n[ 0.377923] NetLabel: Initializing\n[ 0.378646] NetLabel: domain hash size = 128\n[ 0.379503] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380458] NetLabel: unlabeled traffic allowed by default\n[ 0.381567] clocksource: Switched to clocksource kvm-clock\n[ 0.386973] AppArmor: AppArmor Filesystem Enabled\n[ 0.387941] pnp: PnP ACPI init\n[ 0.388856] pnp: PnP ACPI: found 5 devices\n[ 0.395232] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396959] NET: Registered protocol family 2\n[ 0.397928] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399222] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401596] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402685] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403863] NET: Registered protocol family 1\n[ 0.404738] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405850] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406935] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420966] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435241] Trying to unpack rootfs image as initramfs...\n[ 0.484285] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498105] Scanning for low memory corruption every 60 seconds\n[ 0.499448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500610] audit: initializing netlink subsys (disabled)\n[ 0.501657] audit: type=2000 audit(1546544826.336:1): initialized\n[ 0.502984] Initialise system trusted keyring\n[ 0.503922] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505107] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507093] zbud: loaded\n[ 0.507804] VFS: Disk quotas dquot_6.6.0\n[ 0.508638] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510167] fuse init (API version 7.23)\n[ 0.511078] Key type big_key registered\n[ 0.511894] Allocating IMA MOK and blacklist keyrings.\n[ 0.513387] Key type asymmetric registered\n[ 0.514228] Asymmetric key parser 'x509' registered\n[ 0.515203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516693] io scheduler noop registered\n[ 0.517504] io scheduler deadline registered (default)\n[ 0.518523] io scheduler cfq registered\n[ 0.519373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520435] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521732] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523210] ACPI: Power Button [PWRF]\n[ 0.524048] GHES: HEST is not enabled!\n[ 0.537728] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567892] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592804] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595480] Linux agpgart interface v0.103\n[ 0.597509] brd: module loaded\n[ 0.598712] loop: module loaded\n[ 0.603649] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605105] GPT:90111 != 2097151\n[ 0.605795] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606894] GPT:90111 != 2097151\n[ 0.607571] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608537] vda: vda1 vda15\n[ 0.610030] scsi host0: ata_piix\n[ 0.610768] scsi host1: ata_piix\n[ 0.611474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612688] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614133] libphy: Fixed MDIO Bus: probed\n[ 0.614953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615901] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618057] PPP generic driver version 2.4.2\n[ 0.618946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620254] ehci-pci: EHCI PCI platform driver\n[ 0.621133] ehci-platform: EHCI generic platform driver\n[ 0.622131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623261] ohci-pci: OHCI PCI platform driver\n[ 0.624121] ohci-platform: OHCI generic platform driver\n[ 0.625104] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639490] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641930] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642949] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645285] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646698] usb usb1: Product: UHCI Host Controller\n[ 0.647630] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648768] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649781] hub 1-0:1.0: USB hub found\n[ 0.650563] hub 1-0:1.0: 2 ports detected\n[ 0.651466] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654524] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655556] mousedev: PS/2 mouse device common for all mice\n[ 0.656801] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658645] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659742] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662135] i2c /dev entries driver\n[ 0.662895] device-mapper: uevent: version 1.0.3\n[ 0.663835] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666754] NET: Registered protocol family 10\n[ 0.667744] NET: Registered protocol family 17\n[ 0.668639] Key type dns_resolver registered\n[ 0.669563] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670668] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672412] registered taskstats version 1\n[ 0.673248] Loading compiled-in X.509 certificates\n[ 0.674691] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676547] zswap: loaded using pool lzo/zbud\n[ 0.677914] Key type trusted registered\n[ 0.679461] Key type encrypted registered\n[ 0.680281] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681298] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682336] evm: HMAC attrs: 0x1\n[ 0.683633] Magic number: 3:445:798\n[ 0.684473] rtc_cmos 00:00: setting system clock to 2019-01-03 19:47:06 UTC (1546544826)\n[ 0.686071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687186] EDD information not available.\n[ 0.770657] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772227] Write protecting the kernel read-only data: 14336k\n[ 0.784020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.297841] random: dd 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.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 1.19. iid=i-00000119\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzs/WjlLMsDPBL4B3wGKtLbJpUi4epEj3Ff66QyQwjz5bMxFfy94b4VBzwdxTF2h4PwklhWlCDpvoY7K0K1wnJAZwGLyuN62ViIQ3nMJbvm8+TxqA99SUt/bGAzrwJyYkiDnvDjhlGB/R4EotxIlY5ndmNdNtokhRs7CMUO+ZiMaGdBz/rcnv6DcVofDQlTloe2QSIMAfF/6NBq3mChPWaqF3mGxxxA4OSbd46QiMuXspkcsJTDc0paioaOY4ToI9nOBegwGpzgQMMSPOHawLez5oL/d7wm4bQwHXU4Q+J2oirj+N9UJgQWdTqn1rwP++KYBweN5bBo025dvS2cAnF root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJbNuzYbBmu1FhEBDDLilOwEJ9sB3nmQvf8gZ4v/cD7lLd+Xxysq2EmbB2HNi+w2AEeGFcLroZ7cbYPzgtSqQIwJK2dOt9zHohqYFgcmSLYykG9asJY8dybkwREn5T66SRADdWfOy+D70hDatE2Ne9Ym3kcz02T5Sf1DycJdm+fpAAAAFQCKbxiEXGrON5mV7qKtws+nx1Fw/wAAAIAQ7B2+hiKiRY8W5e0rWq78xkX9SYRTWNNWWM814dhgMUiU+5ZxNhmPutOQIDkSDIteYfu5RNyMfLzzkg+cb9l9sDtAbXLJ+VIkfXlIur4/8JVbL+KVxff5acdoEBSQ1twIBFuyXcTmG0k83LNILo2HpXBXPVlaO+TLIULQzzbdgwAAAIA3Tu/DU5xzpYMC3Y9mUMcU1gQusOrXZDdzFCc8MZlKUULQ/BTLGxX8KD6H89NI7sr7CBetP6QwioS2ukE6LF+wu4KADzfQfLsGlXKDoHIk/43isruQIGqGEPUy+hNmB8aLEi+LspZtEvbFLuTm4hZR4aJWyHetH5O1BZ+FbdkTdA== 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.10,24,fe80::f816:3eff:feb3:34d3/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-00000119\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.02 ===\n/dev/root resized successfully [took 2.25s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:B3:34:D3 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feb3:34d3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:62 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7883 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-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.122320] usb 1-1: Product: QEMU USB Tablet\n[ 1.122321] usb 1-1: Manufacturer: QEMU\n[ 1.122322] usb 1-1: SerialNumber: 42\n[ 1.267912] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.279986] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.297841] random: dd urandom read with 5 bits of entropy available\n[ 1.497608] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.497611] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.138801] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.587207] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:47:07 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:47:07 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:47:07 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)\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:47:07 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:47:07 cirros kern.notice kernel: [ 1.297841] random: dd urandom read with 5 bits of entropy available\nJan 3 19:47:07 cirros kern.info kernel: [ 1.497608] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:47:07 cirros kern.info kernel: [ 1.497611] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:47:08 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:47:08 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:47:08 cirros kern.info kernel: [ 3.138801] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:47:09 cirros kern.info kernel: [ 3.587207] 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: "} 2019-01-03 19:48:09,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action used request id req-35d115ef-74b6-4e21-8735-c96cda2213f8 2019-01-03 19:48:11,440 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-03 19:48:41,473 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:48:41,475 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:48:41,475 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:48:41,479 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:48:41,520 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:48:41,521 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:48:41,523 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:48:41,523 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:48:41,524 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:48:41,564 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:48:41,598 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:48:41,599 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 19:48:41,601 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 19:48:41,601 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:48:41,601 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 19:48:41,605 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 19:48:41,644 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-03 19:48:41,645 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-03 19:48:41,646 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-03 19:48:41,647 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-03 19:48:41,647 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-03 19:48:41,687 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-03 19:48:41,721 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-03 19:48:41,722 - sdnvpn-results - INFO - Check if a new group was added to OVS 2019-01-03 19:48:41,722 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-03 19:48:41,723 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:48:41,724 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:48:41,724 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:48:41,726 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:48:41,760 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-03 19:48:41,761 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:48:41,761 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:48:41,762 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:48:41,762 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:48:41,803 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:48:41,862 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:48:41,863 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-03 19:48:41,864 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-03 19:48:41,865 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-03 19:48:41,865 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:48:41,869 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-03 19:48:41,937 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-03 19:48:41,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d7178aa8d554a345e728006e4d4f8bffae602d6" -d '{"forceDelete": null}' 2019-01-03 19:48:41,944 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-03 19:48:42,117 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4be0c81-e31d-445d-afd4-840f0ee0bd29 x-compute-request-id: req-c4be0c81-e31d-445d-afd4-840f0ee0bd29 Content-Length: 0 Content-Type: application/json 2019-01-03 19:48:42,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b/action used request id req-c4be0c81-e31d-445d-afd4-840f0ee0bd29 2019-01-03 19:48:42,118 - sdnvpn_test_utils - DEBUG - Waiting for instance 4db2210a-41a6-41bd-a618-2dc81774d85b to be deleted 2019-01-03 19:48:42,121 - 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}8d7178aa8d554a345e728006e4d4f8bffae602d6" 2019-01-03 19:48:42,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:48:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49e0ba19-348e-40da-a44d-65810e972f1e x-compute-request-id: req-49e0ba19-348e-40da-a44d-65810e972f1e Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:99:45", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/4db2210a-41a6-41bd-a618-2dc81774d85b", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T19:47:15.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "4db2210a-41a6-41bd-a618-2dc81774d85b", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:48:42Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-03T19:47:11Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:b3:34:d3", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T19:47:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:48:42,764 - 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-49e0ba19-348e-40da-a44d-65810e972f1e 2019-01-03 19:48:44,770 - 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}8d7178aa8d554a345e728006e4d4f8bffae602d6" 2019-01-03 19:48:45,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:48: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-c6e760a2-add1-4846-9bca-c23f2c9e3bc1 x-compute-request-id: req-c6e760a2-add1-4846-9bca-c23f2c9e3bc1 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:b3:34:d3", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T19:47:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:47:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:48:45,542 - 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-c6e760a2-add1-4846-9bca-c23f2c9e3bc1 2019-01-03 19:48:47,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d7178aa8d554a345e728006e4d4f8bffae602d6" -d '{"forceDelete": null}' 2019-01-03 19:48:47,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-bc29e3f3-d58e-4fa1-b93c-c7679ea521ff x-compute-request-id: req-bc29e3f3-d58e-4fa1-b93c-c7679ea521ff Content-Length: 0 Content-Type: application/json 2019-01-03 19:48:47,727 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600/action used request id req-bc29e3f3-d58e-4fa1-b93c-c7679ea521ff 2019-01-03 19:48:47,728 - sdnvpn_test_utils - DEBUG - Waiting for instance b452b063-c9bd-4f0b-aa81-d27d5dccd600 to be deleted 2019-01-03 19:48:47,731 - 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}8d7178aa8d554a345e728006e4d4f8bffae602d6" 2019-01-03 19:48:48,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-89f3bef4-c045-4b0e-823e-14f571c584f9 x-compute-request-id: req-89f3bef4-c045-4b0e-823e-14f571c584f9 Content-Encoding: gzip Content-Length: 793 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:b3:34:d3", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b452b063-c9bd-4f0b-aa81-d27d5dccd600", "rel": "bookmark"}], "image": {"id": "1189930b-983b-4f84-bc71-fce06e41e09b", "links": [{"href": "http://172.30.9.30:8774/images/1189930b-983b-4f84-bc71-fce06e41e09b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T19:47:05.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b452b063-c9bd-4f0b-aa81-d27d5dccd600", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:48:47Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-03T19:46:59Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:48:48,500 - 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-89f3bef4-c045-4b0e-823e-14f571c584f9 2019-01-03 19:48:50,506 - 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}8d7178aa8d554a345e728006e4d4f8bffae602d6" 2019-01-03 19:48:50,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-f2b602b3-9794-4489-ba8e-4474033fa824 x-compute-request-id: req-f2b602b3-9794-4489-ba8e-4474033fa824 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:48:50,586 - 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-f2b602b3-9794-4489-ba8e-4474033fa824 2019-01-03 19:48:52,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f70c70c3e870c2e2fbeb9e839df53d72fd1a65b8" 2019-01-03 19:48:53,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75d9fc90-3d10-4082-9c8a-c6813f90106a Date: Thu, 03 Jan 2019 19:48:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:48:53,966 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1189930b-983b-4f84-bc71-fce06e41e09b used request id req-75d9fc90-3d10-4082-9c8a-c6813f90106a 2019-01-03 19:48:53,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/404411a5-db30-4a6f-aa71-1e76fa8df937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df075f0a49751d6626ccdadca3e073fa481e945" 2019-01-03 19:48:56,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-369446ef-4724-44e0-b31c-4a6e6f35ef0a Date: Thu, 03 Jan 2019 19:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:48:56,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/404411a5-db30-4a6f-aa71-1e76fa8df937 used request id req-369446ef-4724-44e0-b31c-4a6e6f35ef0a 2019-01-03 19:48:56,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/58e9fc47-e057-4a96-977e-47af237273db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8df075f0a49751d6626ccdadca3e073fa481e945" 2019-01-03 19:48:58,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93f84eb0-b8ef-42f3-a87d-4c6b8d20f73e Date: Thu, 03 Jan 2019 19:48:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:48:58,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/58e9fc47-e057-4a96-977e-47af237273db used request id req-93f84eb0-b8ef-42f3-a87d-4c6b8d20f73e 2019-01-03 19:48:58,203 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:48:58,204 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:48:58,204 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:48:58,207 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:48:58,268 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:48:58,269 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-03 19:48:58,270 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:48:58,271 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-03 19:48:58,271 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-03 19:48:58,275 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-03 19:48:58,335 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-03 19:48:58,336 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-03 19:48:58,337 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-03 19:49:28,367 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-03 19:49:28,368 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-03 19:49:28,368 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-03 19:49:28,370 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-03 19:49:28,408 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-03 19:49:28,410 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-03 19:49:28,410 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-03 19:49:28,411 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-03 19:49:28,411 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-03 19:49:28,453 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-03 19:49:28,487 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-03 19:49:28,489 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-03 19:49:28,489 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-03 19:49:28,490 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-03 19:49:28,491 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-03 19:49:28,493 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-03 19:49:28,527 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-03 19:49:28,529 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-03 19:49:28,530 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-03 19:49:28,531 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-03 19:49:28,531 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-03 19:49:28,571 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-03 19:49:28,605 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-03 19:49:28,606 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2019-01-03 19:49:28,606 - 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 | +========================================================================================+ 2019-01-03 19:49:28,606 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-03 19:49:28,607 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-03 19:49:28,607 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2019-01-03 19:49:28,608 - 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'}]} 2019-01-03 19:49:28,608 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2019-01-03 19:49:28,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2019-01-03 19:49:28,609 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2019-01-03 19:49:28,694 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2019-01-03 19:49:28,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:28,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:28,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:28,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:28,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:28,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:28,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:28,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:28,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:28,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:28,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:28,703 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:49:28,704 - 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" 2019-01-03 19:49:28,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90620e8e-edd7-4f6a-ad5d-9aae803893cc 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"}]}} 2019-01-03 19:49:28,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-90620e8e-edd7-4f6a-ad5d-9aae803893cc 2019-01-03 19:49:28,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:29,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["xkpkUM_4R1adaNqnA_WQZQ"], "issued_at": "2019-01-03T19:49:29.000000Z"}} 2019-01-03 19:49:29,112 - 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}9447f89c5bcdd2459d738b0aebeaf005ac1bdde3" 2019-01-03 19:49:29,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9ff8473c-a66e-4eb0-abcc-c676c9d4ae97 Date: Thu, 03 Jan 2019 19:49:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:49:29,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-9ff8473c-a66e-4eb0-abcc-c676c9d4ae97 2019-01-03 19:49:29,296 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:49:29,299 - 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}9447f89c5bcdd2459d738b0aebeaf005ac1bdde3" 2019-01-03 19:49:29,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a228b669-f936-407b-b72f-4f42f4113fbc Date: Thu, 03 Jan 2019 19:49:29 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"}}} 2019-01-03 19:49:29,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-a228b669-f936-407b-b72f-4f42f4113fbc 2019-01-03 19:49:29,482 - 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}9447f89c5bcdd2459d738b0aebeaf005ac1bdde3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:49:29,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b X-Openstack-Request-Id: req-416389d3-c2a4-421b-8eb3-d1ad75ddc8fb Date: Thu, 03 Jan 2019 19:49:29 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:49:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:49:29Z", "visibility": "public", "locations": [], "self": "/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "min_disk": 0, "protected": false, "id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "file": "/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:49:29,686 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-416389d3-c2a4-421b-8eb3-d1ad75ddc8fb 2019-01-03 19:49:29,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9447f89c5bcdd2459d738b0aebeaf005ac1bdde3" -d '' 2019-01-03 19:49:30,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd7a820f-4ca7-481f-9022-ceecd05c4cda Date: Thu, 03 Jan 2019 19:49:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:49:30,787 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b/file used request id req-dd7a820f-4ca7-481f-9022-ceecd05c4cda 2019-01-03 19:49:30,788 - 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" 2019-01-03 19:49:30,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8995961a-094a-4e8f-a6c1-3436e95177af 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"}]}} 2019-01-03 19:49:30,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8995961a-094a-4e8f-a6c1-3436e95177af 2019-01-03 19:49:30,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:31,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["YmAxkZulRHCcPlNcbFTRuA"], "issued_at": "2019-01-03T19:49:31.000000Z"}} 2019-01-03 19:49:31,185 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:49:31,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-100a7c8a-0b6a-48c1-afe9-6664d49b7993 Date: Thu, 03 Jan 2019 19:49:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:49:31,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-100a7c8a-0b6a-48c1-afe9-6664d49b7993 2019-01-03 19:49:31,416 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:49:31,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-83e2e8b4-414f-440b-a5b8-8a5e8145ea4e Date: Thu, 03 Jan 2019 19:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 19:49:31,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-83e2e8b4-414f-440b-a5b8-8a5e8145ea4e 2019-01-03 19:49:31,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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:49:31,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cfd1ccb8-b09d-4382-9f0d-8c4456462b50 Date: Thu, 03 Jan 2019 19:49:31 GMT RESP BODY: {"routers": []} 2019-01-03 19:49:31,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-cfd1ccb8-b09d-4382-9f0d-8c4456462b50 2019-01-03 19:49:31,867 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2019-01-03 19:49:31,872 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2019-01-03 19:49:32,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-567556c4-534f-4259-a98e-5a027b2d1d94 Date: Thu, 03 Jan 2019 19:49:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b1ace5e5-6685-4544-91f2-dbe230f8b688","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:49:32Z","is_default":false,"provider:segmentation_id":80,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:49:32Z","mtu":1450}} 2019-01-03 19:49:32,292 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-567556c4-534f-4259-a98e-5a027b2d1d94 2019-01-03 19:49:32,293 - sdnvpn.lib.openstack_utils - DEBUG - Network 'b1ace5e5-6685-4544-91f2-dbe230f8b688' created successfully 2019-01-03 19:49:32,293 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 19:49:32,300 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"subnets": [{"ip_version": 4, "network_id": "b1ace5e5-6685-4544-91f2-dbe230f8b688", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2019-01-03 19:49:33,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-05385aff-0c51-450f-86d2-9ed5ddd72a76 Date: Thu, 03 Jan 2019 19:49:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1ace5e5-6685-4544-91f2-dbe230f8b688","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:49:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:49:32Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"ee6d1193-6327-451e-a3d7-cda7e14ef718","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2019-01-03 19:49:33,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-05385aff-0c51-450f-86d2-9ed5ddd72a76 2019-01-03 19:49:33,012 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ee6d1193-6327-451e-a3d7-cda7e14ef718' created successfully 2019-01-03 19:49:33,012 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 19:49:33,017 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2019-01-03 19:49:33,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-261e0aa9-a2d1-4718-8e80-38d37eba05d2 Date: Thu, 03 Jan 2019 19:49:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:49:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:49:33Z", "revision_number": 0, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fb0b12a5-d14c-4156-90e1-937827039098", "name": "sdnvpn-4-1-router"}} 2019-01-03 19:49:33,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-261e0aa9-a2d1-4718-8e80-38d37eba05d2 2019-01-03 19:49:33,158 - sdnvpn.lib.openstack_utils - DEBUG - Router 'fb0b12a5-d14c-4156-90e1-937827039098' created successfully 2019-01-03 19:49:33,158 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 19:49:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"subnet_id": "ee6d1193-6327-451e-a3d7-cda7e14ef718"}' 2019-01-03 19:49:34,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-95369baf-cfe2-4486-af58-d935d86ae35c Date: Thu, 03 Jan 2019 19:49:34 GMT RESP BODY: {"network_id": "b1ace5e5-6685-4544-91f2-dbe230f8b688", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "ee6d1193-6327-451e-a3d7-cda7e14ef718", "subnet_ids": ["ee6d1193-6327-451e-a3d7-cda7e14ef718"], "port_id": "0b877878-3cd6-4a9e-836e-1b9ecedd1f80", "id": "fb0b12a5-d14c-4156-90e1-937827039098"} 2019-01-03 19:49:34,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098/add_router_interface used request id req-95369baf-cfe2-4486-af58-d935d86ae35c 2019-01-03 19:49:34,483 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 19:49:34,484 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 19:49:34,490 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:49:34,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-edeecb63-b486-4b11-854a-3d07e8748fee Date: Thu, 03 Jan 2019 19:49:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b1ace5e5-6685-4544-91f2-dbe230f8b688","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["ee6d1193-6327-451e-a3d7-cda7e14ef718"],"description":"","tags":[],"updated_at":"2019-01-03T19:49:32Z","provider:segmentation_id":80,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:49:32Z","provider:network_type":"vxlan"}]} 2019-01-03 19:49:34,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-edeecb63-b486-4b11-854a-3d07e8748fee 2019-01-03 19:49:34,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 19:49:36,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-b36ce6f8-66a3-4eff-8fbd-ec0b3329fbfe Date: Thu, 03 Jan 2019 19:49:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:49:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:49:35Z", "revision_number": 3, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fb0b12a5-d14c-4156-90e1-937827039098", "name": "sdnvpn-4-1-router"}} 2019-01-03 19:49:36,073 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 used request id req-b36ce6f8-66a3-4eff-8fbd-ec0b3329fbfe 2019-01-03 19:49:36,073 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 19:49:36,073 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2019-01-03 19:49:36,079 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2019-01-03 19:49:36,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6c64e129-7243-4db7-9549-d56b5efd815f Date: Thu, 03 Jan 2019 19:49:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c8df8079-a2a7-4ec5-b41c-859339ddd343","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:49:36Z","is_default":false,"provider:segmentation_id":99,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:49:36Z","mtu":1450}} 2019-01-03 19:49:36,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6c64e129-7243-4db7-9549-d56b5efd815f 2019-01-03 19:49:36,528 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network c8df8079-a2a7-4ec5-b41c-859339ddd343 with cidr 10.10.11.0/24 2019-01-03 19:49:36,534 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"subnets": [{"ip_version": 4, "network_id": "c8df8079-a2a7-4ec5-b41c-859339ddd343", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2019-01-03 19:49:36,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ed5b403d-c7ec-4c0e-9576-0ae76d7abcac Date: Thu, 03 Jan 2019 19:49:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8df8079-a2a7-4ec5-b41c-859339ddd343","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:49:36Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:49:36Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"0a6e5e2c-9b42-4d33-87b1-429706679860","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2019-01-03 19:49:36,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ed5b403d-c7ec-4c0e-9576-0ae76d7abcac 2019-01-03 19:49:36,957 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:49:37,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-658426af-ef3a-4956-b5bb-47e10adfebb5 Date: Thu, 03 Jan 2019 19:49:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:49:37,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-658426af-ef3a-4956-b5bb-47e10adfebb5 2019-01-03 19:49:37,220 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:49:37,221 - 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" 2019-01-03 19:49:37,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc82cf6-cc1f-403e-ae23-a42ea3d5cc45 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"}]}} 2019-01-03 19:49:37,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4dc82cf6-cc1f-403e-ae23-a42ea3d5cc45 2019-01-03 19:49:37,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:37,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["fMINRfm0SQSNyXy7znavdA"], "issued_at": "2019-01-03T19:49:37.000000Z"}} 2019-01-03 19:49:37,615 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:49:37,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-2a7c7915-81b2-420b-86d2-028546b6dcc4 x-compute-request-id: req-2a7c7915-81b2-420b-86d2-028546b6dcc4 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:49:37,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-2a7c7915-81b2-420b-86d2-028546b6dcc4 2019-01-03 19:49:37,795 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 19:49:37,795 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2019-01-03 19:49:37,795 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=d00a44da-43bf-4787-bf54-3f43e689b60b network=b1ace5e5-6685-4544-91f2-dbe230f8b688 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:49:37,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:37,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:37,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:37,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:37,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:37,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:37,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:37,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:37,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:37,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:37,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:37,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:37,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" 2019-01-03 19:49:37,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bebe0d-55ea-4955-8091-72db994018d0 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"}]}} 2019-01-03 19:49:37,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14bebe0d-55ea-4955-8091-72db994018d0 2019-01-03 19:49:37,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:38,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["GLUmKjbKRL-ox9kylH4R3A"], "issued_at": "2019-01-03T19:49:38.000000Z"}} 2019-01-03 19:49:38,185 - 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}17a659c66a185c22a3182f41e90e499b8bd44fec" 2019-01-03 19:49:38,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49: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-118d21c0-9fb1-4919-aaf6-c950ae338875 x-compute-request-id: req-118d21c0-9fb1-4919-aaf6-c950ae338875 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:49:38,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-118d21c0-9fb1-4919-aaf6-c950ae338875 2019-01-03 19:49:38,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a659c66a185c22a3182f41e90e499b8bd44fec" 2019-01-03 19:49:38,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49: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-32664803-bf3c-4ed5-b637-2a98e7d41d86 x-compute-request-id: req-32664803-bf3c-4ed5-b637-2a98e7d41d86 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:49:38,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-32664803-bf3c-4ed5-b637-2a98e7d41d86 2019-01-03 19:49:38,404 - 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}17a659c66a185c22a3182f41e90e499b8bd44fec" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "d00a44da-43bf-4787-bf54-3f43e689b60b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b1ace5e5-6685-4544-91f2-dbe230f8b688"}]}}' 2019-01-03 19:49:40,315 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:49: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-190827bb-93b0-4575-b761-81b6c49a53f2 x-compute-request-id: req-190827bb-93b0-4575-b761-81b6c49a53f2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "adminPass": "EsGyKyr8FBRo"}} 2019-01-03 19:49:40,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-190827bb-93b0-4575-b761-81b6c49a53f2 2019-01-03 19:49:40,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" 2019-01-03 19:49:40,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943961be-986d-4c8d-917b-8d73bca770c7 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"}]}} 2019-01-03 19:49:40,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-943961be-986d-4c8d-917b-8d73bca770c7 2019-01-03 19:49:40,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:40,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["W6KgqQ2qSUC5UeYi-R-i3g"], "issued_at": "2019-01-03T19:49:40.000000Z"}} 2019-01-03 19:49:40,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30388ad6bb83ebc471ed6cf9accac52d22e9e6f" 2019-01-03 19:49:41,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26fecb8b-7d5d-4569-aef9-e261215e255d x-compute-request-id: req-26fecb8b-7d5d-4569-aef9-e261215e255d 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/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:49: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-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:41,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 used request id req-26fecb8b-7d5d-4569-aef9-e261215e255d 2019-01-03 19:49:44,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30388ad6bb83ebc471ed6cf9accac52d22e9e6f" 2019-01-03 19:49:45,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-36fcbdae-b553-46d9-ad74-2d3189ed9d29 x-compute-request-id: req-36fcbdae-b553-46d9-ad74-2d3189ed9d29 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:49:41Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:45,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 used request id req-36fcbdae-b553-46d9-ad74-2d3189ed9d29 2019-01-03 19:49:48,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30388ad6bb83ebc471ed6cf9accac52d22e9e6f" 2019-01-03 19:49:48,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-09cf3046-47b0-4048-a7c1-473ce84491ca x-compute-request-id: req-09cf3046-47b0-4048-a7c1-473ce84491ca Content-Encoding: gzip Content-Length: 779 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:40:b5:fb", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2019-01-03T19:49:44.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:45Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:48,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 used request id req-09cf3046-47b0-4048-a7c1-473ce84491ca 2019-01-03 19:49:48,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a659c66a185c22a3182f41e90e499b8bd44fec" 2019-01-03 19:49:49,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-7b4c0b8d-6f82-41ef-b83a-6002c9654386 x-compute-request-id: req-7b4c0b8d-6f82-41ef-b83a-6002c9654386 Content-Encoding: gzip Content-Length: 779 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:40:b5:fb", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2019-01-03T19:49:44.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:45Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:49,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63 used request id req-7b4c0b8d-6f82-41ef-b83a-6002c9654386 2019-01-03 19:49:49,315 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.8'. 2019-01-03 19:49:49,316 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2019-01-03 19:49:49,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:49:50,862 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-667c44d0-0782-4d34-8093-aaa94891b8ca x-compute-request-id: req-667c44d0-0782-4d34-8093-aaa94891b8ca Content-Length: 0 Content-Type: application/json 2019-01-03 19:49:50,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action used request id req-667c44d0-0782-4d34-8093-aaa94891b8ca 2019-01-03 19:49:50,862 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2019-01-03 19:49:50,862 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=d00a44da-43bf-4787-bf54-3f43e689b60b network=b1ace5e5-6685-4544-91f2-dbe230f8b688 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:49:50,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:50,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:50,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:50,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:50,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:50,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:50,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:50,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:50,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:50,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:49:50,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:49:50,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:49:50,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:49:50,874 - 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" 2019-01-03 19:49:50,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a55982-8190-4d54-b197-81f236110614 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"}]}} 2019-01-03 19:49:50,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c1a55982-8190-4d54-b197-81f236110614 2019-01-03 19:49:50,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:51,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["-KIeJpeuTUC7QzWjIfbe6w"], "issued_at": "2019-01-03T19:49:51.000000Z"}} 2019-01-03 19:49:51,281 - 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}bb00acf74e311a3ad74ee4298e287211de4e0b4f" 2019-01-03 19:49:51,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-876d6a34-de98-41b6-8b40-5d4a1821789b x-compute-request-id: req-876d6a34-de98-41b6-8b40-5d4a1821789b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:49:51,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-876d6a34-de98-41b6-8b40-5d4a1821789b 2019-01-03 19:49:51,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb00acf74e311a3ad74ee4298e287211de4e0b4f" 2019-01-03 19:49:51,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-941a6c37-01ab-4d85-a4eb-fe2bc63d1615 x-compute-request-id: req-941a6c37-01ab-4d85-a4eb-fe2bc63d1615 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:49:51,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-941a6c37-01ab-4d85-a4eb-fe2bc63d1615 2019-01-03 19:49:51,473 - 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}bb00acf74e311a3ad74ee4298e287211de4e0b4f" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "d00a44da-43bf-4787-bf54-3f43e689b60b", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b1ace5e5-6685-4544-91f2-dbe230f8b688"}]}}' 2019-01-03 19:49:52,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-46ee1580-15fa-4127-99e7-aa3678e321f6 x-compute-request-id: req-46ee1580-15fa-4127-99e7-aa3678e321f6 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "adminPass": "8oTEo3mkVoah"}} 2019-01-03 19:49:52,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-46ee1580-15fa-4127-99e7-aa3678e321f6 2019-01-03 19:49:52,977 - 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" 2019-01-03 19:49:52,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99195c46-018d-42d0-b316-d54beede9531 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"}]}} 2019-01-03 19:49:52,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-99195c46-018d-42d0-b316-d54beede9531 2019-01-03 19:49:52,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:49:53,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:49:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["JH1hPsSoTi-dCLqiRf-bFw"], "issued_at": "2019-01-03T19:49:53.000000Z"}} 2019-01-03 19:49:53,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea55106be4d60c2e135bdb26538c00d6eb811a79" 2019-01-03 19:49:53,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-484fec93-75ee-4849-8f2d-b4703204f811 x-compute-request-id: req-484fec93-75ee-4849-8f2d-b4703204f811 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/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:49:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:53,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 used request id req-484fec93-75ee-4849-8f2d-b4703204f811 2019-01-03 19:49:56,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea55106be4d60c2e135bdb26538c00d6eb811a79" 2019-01-03 19:49:57,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-0e7f5fc8-0ceb-454b-bf21-919d2a25ed1c x-compute-request-id: req-0e7f5fc8-0ceb-454b-bf21-919d2a25ed1c Content-Encoding: gzip Content-Length: 777 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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:49:53Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:49:57,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 used request id req-0e7f5fc8-0ceb-454b-bf21-919d2a25ed1c 2019-01-03 19:50:00,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea55106be4d60c2e135bdb26538c00d6eb811a79" 2019-01-03 19:50:01,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-84270684-74d6-4b3b-9343-f5d7c882ae32 x-compute-request-id: req-84270684-74d6-4b3b-9343-f5d7c882ae32 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:01,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 used request id req-84270684-74d6-4b3b-9343-f5d7c882ae32 2019-01-03 19:50:01,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb00acf74e311a3ad74ee4298e287211de4e0b4f" 2019-01-03 19:50:01,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-77ca3e29-4310-40ce-9261-460b5583682a x-compute-request-id: req-77ca3e29-4310-40ce-9261-460b5583682a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:01,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859 used request id req-77ca3e29-4310-40ce-9261-460b5583682a 2019-01-03 19:50:01,907 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.6'. 2019-01-03 19:50:01,907 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2019-01-03 19:50:01,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:50:03,039 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-c56e209f-800f-410e-bc0c-5d97019d4be2 x-compute-request-id: req-c56e209f-800f-410e-bc0c-5d97019d4be2 Content-Length: 0 Content-Type: application/json 2019-01-03 19:50:03,040 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action used request id req-c56e209f-800f-410e-bc0c-5d97019d4be2 2019-01-03 19:50:03,040 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2019-01-03 19:50:03,040 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=d00a44da-43bf-4787-bf54-3f43e689b60b network=c8df8079-a2a7-4ec5-b41c-859339ddd343 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:50:03,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:03,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:03,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:03,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:03,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:03,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:03,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:03,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:03,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:03,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:03,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:03,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:03,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:03,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:03,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:03,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:03,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:03,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:03,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:03,053 - 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" 2019-01-03 19:50:03,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2220e8f1-22aa-42dd-b4fb-57373b41daa8 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"}]}} 2019-01-03 19:50:03,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2220e8f1-22aa-42dd-b4fb-57373b41daa8 2019-01-03 19:50:03,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:03,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["a4SYopABQreNzIe4jVhwqg"], "issued_at": "2019-01-03T19:50:03.000000Z"}} 2019-01-03 19:50:03,449 - 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}b89519df8abea5a2999abcdada2220927ac69279" 2019-01-03 19:50:03,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-f176b245-747c-4c29-8676-d34ded57cd49 x-compute-request-id: req-f176b245-747c-4c29-8676-d34ded57cd49 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:50:03,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f176b245-747c-4c29-8676-d34ded57cd49 2019-01-03 19:50:03,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" 2019-01-03 19:50:03,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-d87b9a46-6de7-4443-a7e7-efb24d817391 x-compute-request-id: req-d87b9a46-6de7-4443-a7e7-efb24d817391 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:50:03,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-d87b9a46-6de7-4443-a7e7-efb24d817391 2019-01-03 19:50:03,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}b89519df8abea5a2999abcdada2220927ac69279" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "d00a44da-43bf-4787-bf54-3f43e689b60b", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c8df8079-a2a7-4ec5-b41c-859339ddd343"}]}}' 2019-01-03 19:50:05,039 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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-1d0c5d02-9151-4320-95de-fb54d215272f x-compute-request-id: req-1d0c5d02-9151-4320-95de-fb54d215272f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "adminPass": "8TfcBHzn8M9j"}} 2019-01-03 19:50:05,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1d0c5d02-9151-4320-95de-fb54d215272f 2019-01-03 19:50:05,040 - 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" 2019-01-03 19:50:05,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09650bd3-7834-4da3-a5de-440f40e42dc7 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"}]}} 2019-01-03 19:50:05,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-09650bd3-7834-4da3-a5de-440f40e42dc7 2019-01-03 19:50:05,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:05,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["WWFdunaNSeazDRC4SumNIw"], "issued_at": "2019-01-03T19:50:05.000000Z"}} 2019-01-03 19:50:05,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035b592e966500796e5eb9a6fde4abb4c1f3b665" 2019-01-03 19:50:05,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-dd9a912b-d7d4-474a-838f-51f962d147e6 x-compute-request-id: req-dd9a912b-d7d4-474a-838f-51f962d147e6 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/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:50:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:05,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e used request id req-dd9a912b-d7d4-474a-838f-51f962d147e6 2019-01-03 19:50:08,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035b592e966500796e5eb9a6fde4abb4c1f3b665" 2019-01-03 19:50:09,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-a2664cdf-4ac6-48f9-8632-dc84e1c76316 x-compute-request-id: req-a2664cdf-4ac6-48f9-8632-dc84e1c76316 Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:50:05Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:09,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e used request id req-a2664cdf-4ac6-48f9-8632-dc84e1c76316 2019-01-03 19:50:12,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035b592e966500796e5eb9a6fde4abb4c1f3b665" 2019-01-03 19:50:13,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44238a8e-f697-4bca-9d2e-cb59a9dc80ad x-compute-request-id: req-44238a8e-f697-4bca-9d2e-cb59a9dc80ad Content-Encoding: gzip Content-Length: 781 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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:13,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e used request id req-44238a8e-f697-4bca-9d2e-cb59a9dc80ad 2019-01-03 19:50:13,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" 2019-01-03 19:50:14,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-191dc511-9442-42f5-905e-697d0d64dc65 x-compute-request-id: req-191dc511-9442-42f5-905e-697d0d64dc65 Content-Encoding: gzip Content-Length: 781 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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:14,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e used request id req-191dc511-9442-42f5-905e-697d0d64dc65 2019-01-03 19:50:14,110 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.7'. 2019-01-03 19:50:14,110 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2019-01-03 19:50:14,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:50:15,596 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:50:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-090b0410-8506-4690-a82a-c1abeb1f283f x-compute-request-id: req-090b0410-8506-4690-a82a-c1abeb1f283f Content-Length: 0 Content-Type: application/json 2019-01-03 19:50:15,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-090b0410-8506-4690-a82a-c1abeb1f283f 2019-01-03 19:50:15,596 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2019-01-03 19:50:15,596 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=d00a44da-43bf-4787-bf54-3f43e689b60b network=c8df8079-a2a7-4ec5-b41c-859339ddd343 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:15,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:15,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:15,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:15,607 - 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" 2019-01-03 19:50:15,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af647469-c6cf-4712-b4f9-cabea6753992 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"}]}} 2019-01-03 19:50:15,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-af647469-c6cf-4712-b4f9-cabea6753992 2019-01-03 19:50:15,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:15,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["1zQ9D4xiTu6fQ0zfjAMm7g"], "issued_at": "2019-01-03T19:50:15.000000Z"}} 2019-01-03 19:50:15,997 - 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}3e46f3b4450cf912968a7352e8a8b393205ac7b1" 2019-01-03 19:50:16,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-4d4fd74f-2678-4703-81ac-a4a7a2aea108 x-compute-request-id: req-4d4fd74f-2678-4703-81ac-a4a7a2aea108 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:50:16,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4d4fd74f-2678-4703-81ac-a4a7a2aea108 2019-01-03 19:50:16,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e46f3b4450cf912968a7352e8a8b393205ac7b1" 2019-01-03 19:50:16,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-b0ac9af4-116f-4b0d-ada4-3159fce6658f x-compute-request-id: req-b0ac9af4-116f-4b0d-ada4-3159fce6658f Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:50:16,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-b0ac9af4-116f-4b0d-ada4-3159fce6658f 2019-01-03 19:50:16,140 - 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}3e46f3b4450cf912968a7352e8a8b393205ac7b1" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "d00a44da-43bf-4787-bf54-3f43e689b60b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c8df8079-a2a7-4ec5-b41c-859339ddd343"}], "config_drive": true}}' 2019-01-03 19:50:17,549 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-ce84ae35-4669-4485-abd0-822424df41d0 x-compute-request-id: req-ce84ae35-4669-4485-abd0-822424df41d0 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "adminPass": "bGi6EFiNeu5H"}} 2019-01-03 19:50:17,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ce84ae35-4669-4485-abd0-822424df41d0 2019-01-03 19:50:17,550 - 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" 2019-01-03 19:50:17,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be0849c-65d7-49b4-ab8a-b5f66264a253 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"}]}} 2019-01-03 19:50:17,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3be0849c-65d7-49b4-ab8a-b5f66264a253 2019-01-03 19:50:17,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:17,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["4Tcm26HNT-29eS5oMPRVGg"], "issued_at": "2019-01-03T19:50:17.000000Z"}} 2019-01-03 19:50:17,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5cd028271ccd366d11fbf5d90006d7483f6b3" 2019-01-03 19:50:18,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8ac8664-6d10-410f-b2e5-0845b4e462c7 x-compute-request-id: req-d8ac8664-6d10-410f-b2e5-0845b4e462c7 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:50:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:18,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f used request id req-d8ac8664-6d10-410f-b2e5-0845b4e462c7 2019-01-03 19:50:21,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5cd028271ccd366d11fbf5d90006d7483f6b3" 2019-01-03 19:50:22,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-a80c7ddc-14fb-400c-b3f8-905cd0a8524e x-compute-request-id: req-a80c7ddc-14fb-400c-b3f8-905cd0a8524e 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:50:18Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:22,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f used request id req-a80c7ddc-14fb-400c-b3f8-905cd0a8524e 2019-01-03 19:50:25,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5cd028271ccd366d11fbf5d90006d7483f6b3" 2019-01-03 19:50:25,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-d1d7181b-3cd9-4593-b8bf-b943d2c12f93 x-compute-request-id: req-d1d7181b-3cd9-4593-b8bf-b943d2c12f93 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:25,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f used request id req-d1d7181b-3cd9-4593-b8bf-b943d2c12f93 2019-01-03 19:50:25,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e46f3b4450cf912968a7352e8a8b393205ac7b1" 2019-01-03 19:50:26,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-6dffc2e4-dcf8-4760-b7f1-8735f7c97c2c x-compute-request-id: req-6dffc2e4-dcf8-4760-b7f1-8735f7c97c2c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:26,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f used request id req-6dffc2e4-dcf8-4760-b7f1-8735f7c97c2c 2019-01-03 19:50:26,413 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.13'. 2019-01-03 19:50:26,413 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2019-01-03 19:50:26,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:50:27,875 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a33b90c-8933-499b-b5f5-6bcd2805d670 x-compute-request-id: req-4a33b90c-8933-499b-b5f5-6bcd2805d670 Content-Length: 0 Content-Type: application/json 2019-01-03 19:50:27,875 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action used request id req-4a33b90c-8933-499b-b5f5-6bcd2805d670 2019-01-03 19:50:27,875 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2019-01-03 19:50:27,875 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=d00a44da-43bf-4787-bf54-3f43e689b60b network=b1ace5e5-6685-4544-91f2-dbe230f8b688 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.6 10.10.11.13 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 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:27,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:27,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:27,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:50:27,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:50:27,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:50:27,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:50:27,886 - 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" 2019-01-03 19:50:27,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0baa92-169e-4454-acd1-974e3483e697 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"}]}} 2019-01-03 19:50:27,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fd0baa92-169e-4454-acd1-974e3483e697 2019-01-03 19:50:27,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:28,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["njR9kYNDRbOWZPoiKpIrJw"], "issued_at": "2019-01-03T19:50:28.000000Z"}} 2019-01-03 19:50:28,287 - 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}aac386ea355366bfc96b446a434c0fc17fecd9d5" 2019-01-03 19:50:28,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-52bc2fe3-7a45-4429-81cb-f8606d8dddc9 x-compute-request-id: req-52bc2fe3-7a45-4429-81cb-f8606d8dddc9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:50:28,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-52bc2fe3-7a45-4429-81cb-f8606d8dddc9 2019-01-03 19:50:28,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" 2019-01-03 19:50:28,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-e279ddd7-ca9a-45cc-9305-9a33685ab479 x-compute-request-id: req-e279ddd7-ca9a-45cc-9305-9a33685ab479 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:50:28,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-e279ddd7-ca9a-45cc-9305-9a33685ab479 2019-01-03 19:50:28,434 - 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}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "d00a44da-43bf-4787-bf54-3f43e689b60b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjYgMTAuMTAuMTEuMTMgMTAuMTAuMTEuNwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b1ace5e5-6685-4544-91f2-dbe230f8b688"}], "config_drive": true}}' 2019-01-03 19:50:29,939 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:50: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-c02c6e71-6174-4efa-bb30-4beb06b90ab8 x-compute-request-id: req-c02c6e71-6174-4efa-bb30-4beb06b90ab8 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "adminPass": "abxz69GCuzch"}} 2019-01-03 19:50:29,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c02c6e71-6174-4efa-bb30-4beb06b90ab8 2019-01-03 19:50:29,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" 2019-01-03 19:50:29,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db19e356-b281-46e7-9192-1fd60a60218e 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"}]}} 2019-01-03 19:50:29,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-db19e356-b281-46e7-9192-1fd60a60218e 2019-01-03 19:50:29,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:50:30,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:50:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["PY_oOGaLTqi_7Fq2NdX3Ng"], "issued_at": "2019-01-03T19:50:30.000000Z"}} 2019-01-03 19:50:30,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d39bea623f456395c2b00be3c06ce2e60f04ec7" 2019-01-03 19:50:30,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-33657b3b-1cb3-420f-90bd-58e09b474add x-compute-request-id: req-33657b3b-1cb3-420f-90bd-58e09b474add Content-Encoding: gzip Content-Length: 629 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:50:30Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2019-01-03T19:50:29Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:30,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb used request id req-33657b3b-1cb3-420f-90bd-58e09b474add 2019-01-03 19:50:33,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d39bea623f456395c2b00be3c06ce2e60f04ec7" 2019-01-03 19:50:34,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-e63e609a-b931-43a8-bf05-a0d03ecc5f3a x-compute-request-id: req-e63e609a-b931-43a8-bf05-a0d03ecc5f3a Content-Encoding: gzip Content-Length: 780 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:67:f1:e3", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:50:31Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-03T19:50:29Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:34,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb used request id req-e63e609a-b931-43a8-bf05-a0d03ecc5f3a 2019-01-03 19:50:37,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d39bea623f456395c2b00be3c06ce2e60f04ec7" 2019-01-03 19:50:37,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3486504c-0214-4aa7-be3a-8d45742ccaa8 x-compute-request-id: req-3486504c-0214-4aa7-be3a-8d45742ccaa8 Content-Encoding: gzip Content-Length: 784 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:67:f1:e3", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2019-01-03T19:50:34.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:35Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-03T19:50:29Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:37,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb used request id req-3486504c-0214-4aa7-be3a-8d45742ccaa8 2019-01-03 19:50:37,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" 2019-01-03 19:50:38,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1adaebd7-caf1-4afe-8329-7f29ffcd3559 x-compute-request-id: req-1adaebd7-caf1-4afe-8329-7f29ffcd3559 Content-Encoding: gzip Content-Length: 784 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:67:f1:e3", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2019-01-03T19:50:34.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:35Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-03T19:50:29Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:50:38,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb used request id req-1adaebd7-caf1-4afe-8329-7f29ffcd3559 2019-01-03 19:50:38,370 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.16'. 2019-01-03 19:50:38,370 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2019-01-03 19:50:38,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:50:39,983 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7e5277c-8ae9-4e40-8ff6-b02529c04c8b x-compute-request-id: req-a7e5277c-8ae9-4e40-8ff6-b02529c04c8b Content-Length: 0 Content-Type: application/json 2019-01-03 19:50:39,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-a7e5277c-8ae9-4e40-8ff6-b02529c04c8b 2019-01-03 19:50:39,984 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2019-01-03 19:50:39,989 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-654186", "route_distinguishers": "12:12"}}' 2019-01-03 19:50:40,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-4b4c11ed-2f96-468d-8ca0-5a7d60225083 Date: Thu, 03 Jan 2019 19:50:40 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "49c176a9-94c0-4242-ba12-3c82b258378e", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:50:40,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-4b4c11ed-2f96-468d-8ca0-5a7d60225083 2019-01-03 19:50:40,207 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-654186', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'49c176a9-94c0-4242-ba12-3c82b258378e'}} 2019-01-03 19:50:40,207 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2019-01-03 19:50:40,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"router_association": {"router_id": "fb0b12a5-d14c-4156-90e1-937827039098"}}' 2019-01-03 19:50:40,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-53511c20-1e5d-413c-a9bb-00279d305085 Date: Thu, 03 Jan 2019 19:50:40 GMT RESP BODY: {"router_association": {"router_id": "fb0b12a5-d14c-4156-90e1-937827039098", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "9c179979-cc63-4f6f-8f78-5c5f65114f11"}} 2019-01-03 19:50:40,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e/router_associations used request id req-53511c20-1e5d-413c-a9bb-00279d305085 2019-01-03 19:50:40,925 - sdnvpn_test_utils - INFO - Waiting for instance 84c4c8cf-75a3-42ab-8685-a2b7c8670f63 to boot up 2019-01-03 19:50:40,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a659c66a185c22a3182f41e90e499b8bd44fec" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:41,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b227a4c-fdaf-479c-b7e3-2349fa86d399 x-compute-request-id: req-4b227a4c-fdaf-479c-b7e3-2349fa86d399 Content-Encoding: gzip Content-Length: 11324 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464510988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132861] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134518] pid_max: default: 32768 minimum: 301\n[ 0.135411] ACPI: Core revision 20150930\n[ 0.136792] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138091] Security Framework initialized\n[ 0.138903] Yama: becoming mindful.\n[ 0.139626] AppArmor: AppArmor initialized\n[ 0.140490] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141823] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143099] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144308] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145698] Initializing cgroup subsys io\n[ 0.146499] Initializing cgroup subsys memory\n[ 0.147357] Initializing cgroup subsys devices\n[ 0.148236] Initializing cgroup subsys freezer\n[ 0.149114] Initializing cgroup subsys net_cls\n[ 0.149978] Initializing cgroup subsys perf_event\n[ 0.150883] Initializing cgroup subsys net_prio\n[ 0.151757] Initializing cgroup subsys hugetlb\n[ 0.152626] Initializing cgroup subsys pids\n[ 0.153500] CPU: Physical Processor ID: 0\n[ 0.154987] mce: CPU supports 10 MCE banks\n[ 0.155831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156836] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167493] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173887] ftrace: allocating 31920 entries in 125 pages\n[ 0.200189] smpboot: Max logical packages: 1\n[ 0.201044] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202385] x2apic enabled\n[ 0.203190] Switched APIC routing to physical x2apic.\n[ 0.204944] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208042] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209817] KVM setup paravirtual spinlock\n[ 0.211106] x86: Booted up 1 node, 1 CPUs\n[ 0.211910] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213322] devtmpfs: initialized\n[ 0.215040] evm: security.selinux\n[ 0.215740] evm: security.SMACK64\n[ 0.216427] evm: security.SMACK64EXEC\n[ 0.217220] evm: security.SMACK64TRANSMUTE\n[ 0.218038] evm: security.SMACK64MMAP\n[ 0.218792] evm: security.ima\n[ 0.219438] evm: security.capability\n[ 0.220250] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222107] pinctrl core: initialized pinctrl subsystem\n[ 0.223259] RTC time: 19:49:44, date: 01/03/19\n[ 0.224253] NET: Registered protocol family 16\n[ 0.225227] cpuidle: using governor ladder\n[ 0.226045] cpuidle: using governor menu\n[ 0.226832] PCCT header not found.\n[ 0.227588] ACPI: bus type PCI registered\n[ 0.228390] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229665] PCI: Using configuration type 1 for base access\n[ 0.231424] ACPI: Added _OSI(Module Device)\n[ 0.232272] ACPI: Added _OSI(Processor Device)\n[ 0.233142] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234050] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236162] ACPI: Interpreter enabled\n[ 0.236949] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240631] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244329] ACPI: (supports S0 S5)\n[ 0.245038] ACPI: Using IOAPIC for interrupt routing\n[ 0.246098] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252758] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254976] acpiphp: Slot [3] registered\n[ 0.255779] acpiphp: Slot [4] registered\n[ 0.256573] acpiphp: Slot [5] registered\n[ 0.257374] acpiphp: Slot [6] registered\n[ 0.258171] acpiphp: Slot [7] registered\n[ 0.258974] acpiphp: Slot [8] registered\n[ 0.259773] acpiphp: Slot [9] registered\n[ 0.260566] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262194] acpiphp: Slot [12] registered\n[ 0.263019] acpiphp: Slot [13] registered\n[ 0.263832] acpiphp: Slot [14] registered\n[ 0.264647] acpiphp: Slot [15] registered\n[ 0.275547] acpiphp: Slot [16] registered\n[ 0.276366] acpiphp: Slot [17] registered\n[ 0.277184] acpiphp: Slot [18] registered\n[ 0.277998] acpiphp: Slot [19] registered\n[ 0.278806] acpiphp: Slot [20] registered\n[ 0.279621] acpiphp: Slot [21] registered\n[ 0.280436] acpiphp: Slot [22] registered\n[ 0.281251] acpiphp: Slot [23] registered\n[ 0.282065] acpiphp: Slot [24] registered\n[ 0.282876] acpiphp: Slot [25] registered\n[ 0.283692] acpiphp: Slot [26] registered\n[ 0.284500] acpiphp: Slot [27] registered\n[ 0.285326] acpiphp: Slot [28] registered\n[ 0.286139] acpiphp: Slot [29] registered\n[ 0.286951] acpiphp: Slot [30] registered\n[ 0.287768] acpiphp: Slot [31] registered\n[ 0.288573] PCI host bridge to bus 0000:00\n[ 0.289396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290612] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291833] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293283] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294736] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300917] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302203] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303383] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304657] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311004] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312435] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358085] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359567] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361009] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362421] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363808] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366208] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367412] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368969] vgaarb: loaded\n[ 0.369569] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370706] SCSI subsystem initialized\n[ 0.371521] ACPI: bus type USB registered\n[ 0.372341] usbcore: registered new interface driver usbfs\n[ 0.373375] usbcore: registered new interface driver hub\n[ 0.374390] usbcore: registered new device driver usb\n[ 0.375444] PCI: Using ACPI for IRQ routing\n[ 0.376469] NetLabel: Initializing\n[ 0.377186] NetLabel: domain hash size = 128\n[ 0.378043] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378997] NetLabel: unlabeled traffic allowed by default\n[ 0.380094] clocksource: Switched to clocksource kvm-clock\n[ 0.385513] AppArmor: AppArmor Filesystem Enabled\n[ 0.386474] pnp: PnP ACPI init\n[ 0.387384] pnp: PnP ACPI: found 5 devices\n[ 0.393753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395457] NET: Registered protocol family 2\n[ 0.396415] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398856] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400029] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402286] NET: Registered protocol family 1\n[ 0.403156] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404267] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405344] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419379] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433606] Trying to unpack rootfs image as initramfs...\n[ 0.483482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497330] Scanning for low memory corruption every 60 seconds\n[ 0.498739] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499939] audit: initializing netlink subsys (disabled)\n[ 0.501046] audit: type=2000 audit(1546544985.573:1): initialized\n[ 0.502438] Initialise system trusted keyring\n[ 0.503409] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506542] zbud: loaded\n[ 0.507253] VFS: Disk quotas dquot_6.6.0\n[ 0.508077] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509599] fuse init (API version 7.23)\n[ 0.510489] Key type big_key registered\n[ 0.511289] Allocating IMA MOK and blacklist keyrings.\n[ 0.512403] Key type asymmetric registered\n[ 0.513235] Asymmetric key parser 'x509' registered\n[ 0.514184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516015] io scheduler noop registered\n[ 0.516831] io scheduler deadline registered (default)\n[ 0.517823] io scheduler cfq registered\n[ 0.518653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519704] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522427] ACPI: Power Button [PWRF]\n[ 0.523257] GHES: HEST is not enabled!\n[ 0.536965] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565063] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567258] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591157] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593274] Linux agpgart interface v0.103\n[ 0.595262] brd: module loaded\n[ 0.598314] loop: module loaded\n[ 0.603443] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604901] GPT:90111 != 2097151\n[ 0.605576] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606664] GPT:90111 != 2097151\n[ 0.607339] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608304] vda: vda1 vda15\n[ 0.609803] scsi host0: ata_piix\n[ 0.610525] scsi host1: ata_piix\n[ 0.611238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612447] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.613884] libphy: Fixed MDIO Bus: probed\n[ 0.614696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615631] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617757] PPP generic driver version 2.4.2\n[ 0.618635] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619897] ehci-pci: EHCI PCI platform driver\n[ 0.620773] ehci-platform: EHCI generic platform driver\n[ 0.621757] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622869] ohci-pci: OHCI PCI platform driver\n[ 0.623730] ohci-platform: OHCI generic platform driver\n[ 0.624715] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639089] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642557] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646291] usb usb1: Product: UHCI Host Controller\n[ 0.647220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648357] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649354] hub 1-0:1.0: USB hub found\n[ 0.650127] hub 1-0:1.0: 2 ports detected\n[ 0.651023] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653112] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654051] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655086] mousedev: PS/2 mouse device common for all mice\n[ 0.656332] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659240] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660436] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661633] i2c /dev entries driver\n[ 0.662392] device-mapper: uevent: version 1.0.3\n[ 0.663340] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664960] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666220] NET: Registered protocol family 10\n[ 0.667202] NET: Registered protocol family 17\n[ 0.668102] Key type dns_resolver registered\n[ 0.669016] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671844] registered taskstats version 1\n[ 0.672670] Loading compiled-in X.509 certificates\n[ 0.674107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675943] zswap: loaded using pool lzo/zbud\n[ 0.677312] Key type trusted registered\n[ 0.678855] Key type encrypted registered\n[ 0.679665] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680701] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681736] evm: HMAC attrs: 0x1\n[ 0.682655] Magic number: 3:995:848\n[ 0.683421] index0: hash matches\n[ 0.684206] rtc_cmos 00:00: setting system clock to 2019-01-03 19:49:45 UTC (1546544985)\n[ 0.685786] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686890] EDD information not available.\n[ 0.773014] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784650] Write protecting the kernel read-only data: 14336k\n[ 0.786217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830372] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.32. iid=i-0000011f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCK4WQR+xbYJK+jEYM2rd71oWd//02vHbyyO+ncQbm2SNunVPO8/redf2eeVnajzx0EboXK6T8oKlmOxvl+MJAuYkyE7dvu89lptCZ/XO7pU0UPZFY5iFyrGQpCBaUVAaQi1AG41n/z1Pi+iZBn0rXPATt9tAstFGG2Xcmhleogr8iiLSkg4oOtWCt+hUi8HmcJXxU0GGdme/qjMHVD97FhAjc6R9Q+w8q3DVhMRMXuJwsQEMf/l5UDZlS7BIU2IhtGXKjkj0IoB0a6J6UmMCvQOs9RwKn+FCRn+tJI2jOdLav+ghC4vIL5ud1G2LIjw49y8F7ybztp4B7qYk3eTzDf root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKspBYJOqqjap0i8/+frLWh4snB1xWgHw74jJ2+oMdBvAqnbb8v3xTXYr3rEncdKjJfKa4YL2eT2qaB6BvrmLvg7MMz5r3sdHnTvauXvHD3hyLA/b+Q9infTOIUd+QKMZhZXeeQoQjT1U+dSEhMOolvjBXQsEdnYxjeZkW05wBaNAAAAFQCJ/ft2K9fxmSyzxqDWCjVQULV+KwAAAIBKb7ql1JNtmfhorCmgMTDD86Y4LN5+Wixiaigj5pCr3jG8vzhbYwsvhrTFQ3gf4PAAs/3+CFA/xkQOWtH+zb0LJXVEzaXEMDAC1+bkUh/NGV4YMzZg9ScgQrN5tveja8H8B+/tDs6Yq5ReP6z5qsENaTFyPcJUYYYU1ctH8O2svwAAAIAZCuN7cSL66nNI8LNlsvjqTGI2bAs7ANsJVHaCrI7lUhgMcBqnt1DnVVBo2Ad/x/iHITfRSftKl0JfkBleh9wE30ZjBVga1IBQrGpLVMTc23R+xocnNXMu7D1nrXYb8CJGO9iyE6Gs8wm8MNZXhXe9rmJvOK1EunHl3y68C+twTg== 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.8,24,fe80::f816:3eff:fe40:b5fb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011f\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=3.15 ===\n/dev/root resized successfully [took 1.91s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:40:B5:FB \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe40:b5fb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8470 (8.2 KiB) TX bytes:9682 (9.4 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.213 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.284 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.178 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.170 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.117 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.117/0.192/0.284 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.603 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.532 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.885 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.869 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.786 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.786/5.135/5.603 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.677 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.701 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.800 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.759 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.811 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.677/5.749/5.811 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.121586] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.121587] usb 1-1: Product: QEMU USB Tablet\n[ 1.121588] usb 1-1: Manufacturer: QEMU\n[ 1.121588] usb 1-1: SerialNumber: 42\n[ 1.388191] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.419779] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.496180] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.496183] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.270990] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.649748] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:49:46 cirros kern.info kernel: [ 0.787997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 3 19:49:46 cirros kern.info kernel: [ 0.799016] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 3 19:49:46 cirros kern.info kernel: [ 0.799018] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 3 19:49:46 cirros kern.info kernel: [ 0.800679] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 3 19:49:46 cirros kern.info kernel: [ 0.803583] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 3 19:49:46 cirros kern.info kernel: [ 0.805548] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 3 19:49:46 cirros kern.info kernel: [ 0.827926] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 3 19:49:46 cirros kern.info kernel: [ 0.828994] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 3 19:49:46 cirros kern.notice kernel: [ 0.830372] random: blkid urandom read with 2 bits of entropy available\nJan 3 19:49:46 cirros kern.info kernel: [ 0.831960] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 3 19:49:46 cirros kern.info kernel: [ 0.888160] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 3 19:49:46 cirros kern.info kernel: [ 0.960120] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 3 19:49:46 cirros kern.info kernel: [ 1.121583] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:49:46 cirros kern.info kernel: [ 1.121586] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:49:46 cirros kern.info kernel: [ 1.121587] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:49:46 cirros kern.info kernel: [ 1.121588] usb 1-1: Manufacturer: QEMU\nJan 3 19:49:46 cirros kern.info kernel: [ 1.121588] usb 1-1: SerialNumber: 42\nJan 3 19:49:46 cirros kern.info kernel: [ 1.388191] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 3 19:49:46 cirros kern.info kernel: [ 1.419779] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 3 19:49:46 cirros kern.info kernel: [ 1.496180] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:49:46 cirros kern.info kernel: [ 1.496183] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:49:47 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:49:47 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:49:48 cirros kern.info kernel: [ 3.270990] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:49:48 cirros kern.info kernel: [ 3.649748] 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: "} 2019-01-03 19:50:42,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action used request id req-4b227a4c-fdaf-479c-b7e3-2349fa86d399 2019-01-03 19:50:44,037 - sdnvpn_test_utils - INFO - Waiting for instance 813b7925-4f3d-4e05-ab2c-48a0dc320859 to boot up 2019-01-03 19:50:44,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb00acf74e311a3ad74ee4298e287211de4e0b4f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:45,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6c224a06-2e95-4990-beac-decce1ddf425 x-compute-request-id: req-6c224a06-2e95-4990-beac-decce1ddf425 Content-Encoding: gzip Content-Length: 11128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 645081262 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134168] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.135864] pid_max: default: 32768 minimum: 301\n[ 0.136780] ACPI: Core revision 20150930\n[ 0.138177] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139519] Security Framework initialized\n[ 0.140349] Yama: becoming mindful.\n[ 0.141095] AppArmor: AppArmor initialized\n[ 0.141980] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143341] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144652] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145890] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147307] Initializing cgroup subsys io\n[ 0.148139] Initializing cgroup subsys memory\n[ 0.149020] Initializing cgroup subsys devices\n[ 0.149924] Initializing cgroup subsys freezer\n[ 0.150815] Initializing cgroup subsys net_cls\n[ 0.151699] Initializing cgroup subsys perf_event\n[ 0.152626] Initializing cgroup subsys net_prio\n[ 0.153543] Initializing cgroup subsys hugetlb\n[ 0.154432] Initializing cgroup subsys pids\n[ 0.155322] CPU: Physical Processor ID: 0\n[ 0.156851] mce: CPU supports 10 MCE banks\n[ 0.157729] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170622] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177004] ftrace: allocating 31920 entries in 125 pages\n[ 0.203125] smpboot: Max logical packages: 1\n[ 0.204001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205402] x2apic enabled\n[ 0.206223] Switched APIC routing to physical x2apic.\n[ 0.207997] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209147] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211199] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213037] KVM setup paravirtual spinlock\n[ 0.214347] x86: Booted up 1 node, 1 CPUs\n[ 0.215177] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216602] devtmpfs: initialized\n[ 0.218330] evm: security.selinux\n[ 0.219053] evm: security.SMACK64\n[ 0.219767] evm: security.SMACK64EXEC\n[ 0.220533] evm: security.SMACK64TRANSMUTE\n[ 0.221360] evm: security.SMACK64MMAP\n[ 0.222125] evm: security.ima\n[ 0.222789] evm: security.capability\n[ 0.223620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225539] pinctrl core: initialized pinctrl subsystem\n[ 0.226682] RTC time: 19:49:56, date: 01/03/19\n[ 0.227668] NET: Registered protocol family 16\n[ 0.228672] cpuidle: using governor ladder\n[ 0.229523] cpuidle: using governor menu\n[ 0.230334] PCCT header not found.\n[ 0.231117] ACPI: bus type PCI registered\n[ 0.231955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233246] PCI: Using configuration type 1 for base access\n[ 0.235039] ACPI: Added _OSI(Module Device)\n[ 0.235919] ACPI: Added _OSI(Processor Device)\n[ 0.236819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237750] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239944] ACPI: Interpreter enabled\n[ 0.240741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248413] ACPI: (supports S0 S5)\n[ 0.249142] ACPI: Using IOAPIC for interrupt routing\n[ 0.250232] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254575] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255851] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257088] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259382] acpiphp: Slot [3] registered\n[ 0.260222] acpiphp: Slot [4] registered\n[ 0.261050] acpiphp: Slot [5] registered\n[ 0.261885] acpiphp: Slot [6] registered\n[ 0.262721] acpiphp: Slot [7] registered\n[ 0.263656] acpiphp: Slot [8] registered\n[ 0.264566] acpiphp: Slot [9] registered\n[ 0.265481] acpiphp: Slot [10] registered\n[ 0.266416] acpiphp: Slot [11] registered\n[ 0.267314] acpiphp: Slot [12] registered\n[ 0.268220] acpiphp: Slot [13] registered\n[ 0.269140] acpiphp: Slot [14] registered\n[ 0.270110] acpiphp: Slot [15] registered\n[ 0.281499] acpiphp: Slot [16] registered\n[ 0.282425] acpiphp: Slot [17] registered\n[ 0.283355] acpiphp: Slot [18] registered\n[ 0.284290] acpiphp: Slot [19] registered\n[ 0.285221] acpiphp: Slot [20] registered\n[ 0.286157] acpiphp: Slot [21] registered\n[ 0.287086] acpiphp: Slot [22] registered\n[ 0.288019] acpiphp: Slot [23] registered\n[ 0.288926] acpiphp: Slot [24] registered\n[ 0.289836] acpiphp: Slot [25] registered\n[ 0.290762] acpiphp: Slot [26] registered\n[ 0.291643] acpiphp: Slot [27] registered\n[ 0.292578] acpiphp: Slot [28] registered\n[ 0.293493] acpiphp: Slot [29] registered\n[ 0.294330] acpiphp: Slot [30] registered\n[ 0.295179] acpiphp: Slot [31] registered\n[ 0.296018] PCI host bridge to bus 0000:00\n[ 0.296861] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298119] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299383] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300892] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302392] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308733] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311294] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318981] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320466] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368183] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369677] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371164] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373920] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375345] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376449] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378060] vgaarb: loaded\n[ 0.378690] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379867] SCSI subsystem initialized\n[ 0.380717] ACPI: bus type USB registered\n[ 0.381567] usbcore: registered new interface driver usbfs\n[ 0.382645] usbcore: registered new interface driver hub\n[ 0.383701] usbcore: registered new device driver usb\n[ 0.384877] PCI: Using ACPI for IRQ routing\n[ 0.386000] NetLabel: Initializing\n[ 0.386805] NetLabel: domain hash size = 128\n[ 0.387793] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388878] NetLabel: unlabeled traffic allowed by default\n[ 0.390134] clocksource: Switched to clocksource kvm-clock\n[ 0.395712] AppArmor: AppArmor Filesystem Enabled\n[ 0.396797] pnp: PnP ACPI init\n[ 0.397782] pnp: PnP ACPI: found 5 devices\n[ 0.404245] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406148] NET: Registered protocol family 2\n[ 0.407197] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408664] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410009] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411322] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412527] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413869] NET: Registered protocol family 1\n[ 0.414827] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416034] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417235] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445752] Trying to unpack rootfs image as initramfs...\n[ 0.495836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510108] Scanning for low memory corruption every 60 seconds\n[ 0.511629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512882] audit: initializing netlink subsys (disabled)\n[ 0.513977] audit: type=2000 audit(1546544997.102:1): initialized\n[ 0.515482] Initialise system trusted keyring\n[ 0.516527] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517858] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519977] zbud: loaded\n[ 0.520765] VFS: Disk quotas dquot_6.6.0\n[ 0.521693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523367] fuse init (API version 7.23)\n[ 0.524360] Key type big_key registered\n[ 0.525287] Allocating IMA MOK and blacklist keyrings.\n[ 0.526602] Key type asymmetric registered\n[ 0.527550] Asymmetric key parser 'x509' registered\n[ 0.528581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530188] io scheduler noop registered\n[ 0.531061] io scheduler deadline registered (default)\n[ 0.532145] io scheduler cfq registered\n[ 0.533059] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534209] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535621] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537222] ACPI: Power Button [PWRF]\n[ 0.538524] GHES: HEST is not enabled!\n[ 0.552216] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583960] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611789] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.614017] Linux agpgart interface v0.103\n[ 0.616157] brd: module loaded\n[ 0.617435] loop: module loaded\n[ 0.621530] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623040] GPT:90111 != 2097151\n[ 0.623759] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624892] GPT:90111 != 2097151\n[ 0.625591] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626608] vda: vda1 vda15\n[ 0.628166] scsi host0: ata_piix\n[ 0.628928] scsi host1: ata_piix\n[ 0.629665] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630937] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632432] libphy: Fixed MDIO Bus: probed\n[ 0.633281] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634278] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636606] PPP generic driver version 2.4.2\n[ 0.637519] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638832] ehci-pci: EHCI PCI platform driver\n[ 0.639736] ehci-platform: EHCI generic platform driver\n[ 0.640753] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641910] ohci-pci: OHCI PCI platform driver\n[ 0.642813] ohci-platform: OHCI generic platform driver\n[ 0.643847] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658319] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659381] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660882] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661946] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665864] usb usb1: Product: UHCI Host Controller\n[ 0.666840] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668061] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669057] hub 1-0:1.0: USB hub found\n[ 0.669862] hub 1-0:1.0: 2 ports detected\n[ 0.670801] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672982] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675042] mousedev: PS/2 mouse device common for all mice\n[ 0.676397] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678252] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679361] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681813] i2c /dev entries driver\n[ 0.682587] device-mapper: uevent: version 1.0.3\n[ 0.683578] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685222] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686516] NET: Registered protocol family 10\n[ 0.687514] NET: Registered protocol family 17\n[ 0.688403] Key type dns_resolver registered\n[ 0.689351] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690493] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692288] registered taskstats version 1\n[ 0.693167] Loading compiled-in X.509 certificates\n[ 0.694651] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696545] zswap: loaded using pool lzo/zbud\n[ 0.697928] Key type trusted registered\n[ 0.699507] Key type encrypted registered\n[ 0.700349] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701402] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702470] evm: HMAC attrs: 0x1\n[ 0.703485] Magic number: 3:995:848\n[ 0.704257] index0: hash matches\n[ 0.705048] rtc_cmos 00:00: setting system clock to 2019-01-03 19:49:57 UTC (1546544997)\n[ 0.706671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707797] EDD information not available.\n[ 0.791097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803412] Write protecting the kernel read-only data: 14336k\n[ 0.804980] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806796] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.154945] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.04. iid=i-00000122\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+M4qXaGZpF05YNccuxzmKgIYzK8v/1liJGuRn7T2QG00Gj9ysoHnQkTay4lJ+T43jJpL+cydk0guraL8LFCzIHbhOda08zl+/IbMi5t4vP05Rz42T6GxDIHmFAHNHTiC6KF2nxgC7/wnrh8LJ8CUXBX8LQO5voYq+KOOjntcqmewP4Z4iVxs56a82PUHkeRihR7BDBzCpErIm6U+DJueD0qcQHZrkHU7guiDm9a68LPpwfU5GoinpbbKRi4y+fFSXlq838jZeuHhpnq1vNxEI5Y/ECMFDcJ7uVr7r3mfrLmvHTeeGvowJB1auGOOSr12qfZk9z34fA43Pb/UXPth1 root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBALUxwUHSe/M4PUg6v/7vrlP23jZ6Hlos7c3GhYU+xlDTuHSxm63JeDLMsNq14sHMIfsrihmmz11p2adPycneAkGbyVHHPDQ7ubbNbnhaaf5M1t3IY4GBH4jUkhZBaDqrvgsANU/Yn0JFFMoTbFZ4pirflnxVY008OKXZNqm3g6ZBAAAAFQC0vMwwHX441NRl0lgZjrafY6q70QAAAIB+7oa1Aw+3MKXT0PVmr+RLcEqTdMd/pn9/TYnviyqubZHdP51yAGCykGzoM0pa+FmZj+dObo+/YTTKkpLHkaqyXYO9wJ04Txg/eRqoS/NVi+BXGNYleqBA0PrbEluRYF0iSiWgDhlBNxXm70Tv2iKcxiTRDkRs4DequouGFxm58wAAAIBpomebHJT/wJjOHEOUDje9m6zYEi7fVdq7o5J9t+RjWH6kGZpGtabJdJjpvssHf6ewTT1RxposUtiS9Ve+gMR1ISN7huS/38/E8hK32O5N71j/4La4YiMV3Kapbv2aWxMhCSuNkJ4Enk6hBVidG8pO15MWpDfujWsuDxZ3rIMmUg== root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fef1:cf2a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000122\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.03 ===\n/dev/root resized successfully [took 2.85s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:CF:2A \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef1:cf2a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:5 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8849 (8.6 KiB) TX bytes:9682 (9.4 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.443 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.351 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.304 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.217 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 4 packets received, 20% packet loss\nround-trip min/avg/max = 0.217/0.328/0.443 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.732 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.150 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=5.007 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.808 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.865 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.808/5.112/5.732 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.689 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.720 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.697 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.691 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.761 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.689/5.711/5.761 ms\n### uname -a\nLinux sdnvpn-4-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.145462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.145463] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.145465] usb 1-1: Product: QEMU USB Tablet\n[ 1.145465] usb 1-1: Manufacturer: QEMU\n[ 1.145466] usb 1-1: SerialNumber: 42\n[ 1.154945] random: dd urandom read with 5 bits of entropy available\n[ 1.506219] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.506221] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 3.166118] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.537637] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:49:57 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:49:57 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:49:57 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:49:57 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:49:57 cirros kern.info kernel: [ 1.145462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:49:57 cirros kern.info kernel: [ 1.145463] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:49:57 cirros kern.info kernel: [ 1.145465] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:49:57 cirros kern.info kernel: [ 1.145465] usb 1-1: Manufacturer: QEMU\nJan 3 19:49:57 cirros kern.info kernel: [ 1.145466] usb 1-1: SerialNumber: 42\nJan 3 19:49:57 cirros kern.notice kernel: [ 1.154945] random: dd urandom read with 5 bits of entropy available\nJan 3 19:49:58 cirros kern.info kernel: [ 1.506219] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nJan 3 19:49:58 cirros kern.info kernel: [ 1.506221] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nJan 3 19:49:59 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:49:59 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:49:59 cirros kern.info kernel: [ 3.166118] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:50:00 cirros kern.info kernel: [ 3.537637] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2019-01-03 19:50:45,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action used request id req-6c224a06-2e95-4990-beac-decce1ddf425 2019-01-03 19:50:47,149 - sdnvpn_test_utils - INFO - Waiting for instance b9a481f9-4c6d-4734-97bc-9ec4a3896a4e to boot up 2019-01-03 19:50:47,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:48,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-ecc36868-48a0-442a-93d5-5df98d0e085f x-compute-request-id: req-ecc36868-48a0-442a-93d5-5df98d0e085f Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497846004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.131241] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132845] pid_max: default: 32768 minimum: 301\n[ 0.133715] ACPI: Core revision 20150930\n[ 0.135090] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136369] Security Framework initialized\n[ 0.137172] Yama: becoming mindful.\n[ 0.137876] AppArmor: AppArmor initialized\n[ 0.138728] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141254] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144643] Initializing cgroup subsys memory\n[ 0.145478] Initializing cgroup subsys devices\n[ 0.146327] Initializing cgroup subsys freezer\n[ 0.147190] Initializing cgroup subsys net_cls\n[ 0.148039] Initializing cgroup subsys perf_event\n[ 0.148941] Initializing cgroup subsys net_prio\n[ 0.149816] Initializing cgroup subsys hugetlb\n[ 0.150702] Initializing cgroup subsys pids\n[ 0.151564] CPU: Physical Processor ID: 0\n[ 0.153093] mce: CPU supports 10 MCE banks\n[ 0.153947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165726] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172157] ftrace: allocating 31920 entries in 125 pages\n[ 0.198684] smpboot: Max logical packages: 1\n[ 0.199742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201333] x2apic enabled\n[ 0.202150] Switched APIC routing to physical x2apic.\n[ 0.203918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205046] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208852] KVM setup paravirtual spinlock\n[ 0.210160] x86: Booted up 1 node, 1 CPUs\n[ 0.210978] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.212373] devtmpfs: initialized\n[ 0.214100] evm: security.selinux\n[ 0.214810] evm: security.SMACK64\n[ 0.215504] evm: security.SMACK64EXEC\n[ 0.216257] evm: security.SMACK64TRANSMUTE\n[ 0.217075] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218474] evm: security.capability\n[ 0.219282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221147] pinctrl core: initialized pinctrl subsystem\n[ 0.222259] RTC time: 19:50:08, date: 01/03/19\n[ 0.223223] NET: Registered protocol family 16\n[ 0.224198] cpuidle: using governor ladder\n[ 0.225024] cpuidle: using governor menu\n[ 0.225815] PCCT header not found.\n[ 0.226572] ACPI: bus type PCI registered\n[ 0.227387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228645] PCI: Using configuration type 1 for base access\n[ 0.230398] ACPI: Added _OSI(Module Device)\n[ 0.231249] ACPI: Added _OSI(Processor Device)\n[ 0.232118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235126] ACPI: Interpreter enabled\n[ 0.235912] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243328] ACPI: (supports S0 S5)\n[ 0.244047] ACPI: Using IOAPIC for interrupt routing\n[ 0.245109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251856] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254140] acpiphp: Slot [3] registered\n[ 0.254953] acpiphp: Slot [4] registered\n[ 0.255768] acpiphp: Slot [5] registered\n[ 0.256568] acpiphp: Slot [6] registered\n[ 0.257370] acpiphp: Slot [7] registered\n[ 0.258180] acpiphp: Slot [8] registered\n[ 0.258987] acpiphp: Slot [9] registered\n[ 0.259786] acpiphp: Slot [10] registered\n[ 0.260610] acpiphp: Slot [11] registered\n[ 0.261428] acpiphp: Slot [12] registered\n[ 0.262251] acpiphp: Slot [13] registered\n[ 0.263068] acpiphp: Slot [14] registered\n[ 0.263883] acpiphp: Slot [15] registered\n[ 0.275031] acpiphp: Slot [16] registered\n[ 0.275867] acpiphp: Slot [17] registered\n[ 0.276686] acpiphp: Slot [18] registered\n[ 0.277497] acpiphp: Slot [19] registered\n[ 0.278312] acpiphp: Slot [20] registered\n[ 0.279138] acpiphp: Slot [21] registered\n[ 0.279955] acpiphp: Slot [22] registered\n[ 0.280780] acpiphp: Slot [23] registered\n[ 0.281593] acpiphp: Slot [24] registered\n[ 0.282420] acpiphp: Slot [25] registered\n[ 0.283251] acpiphp: Slot [26] registered\n[ 0.284071] acpiphp: Slot [27] registered\n[ 0.284896] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286519] acpiphp: Slot [30] registered\n[ 0.287340] acpiphp: Slot [31] registered\n[ 0.288155] PCI host bridge to bus 0000:00\n[ 0.288969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292885] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294367] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312490] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358013] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366469] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369033] vgaarb: loaded\n[ 0.369629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370745] SCSI subsystem initialized\n[ 0.371552] ACPI: bus type USB registered\n[ 0.372368] usbcore: registered new interface driver usbfs\n[ 0.373396] usbcore: registered new interface driver hub\n[ 0.374387] usbcore: registered new device driver usb\n[ 0.375423] PCI: Using ACPI for IRQ routing\n[ 0.376443] NetLabel: Initializing\n[ 0.377152] NetLabel: domain hash size = 128\n[ 0.377994] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378930] NetLabel: unlabeled traffic allowed by default\n[ 0.380009] clocksource: Switched to clocksource kvm-clock\n[ 0.385401] AppArmor: AppArmor Filesystem Enabled\n[ 0.386353] pnp: PnP ACPI init\n[ 0.387254] pnp: PnP ACPI: found 5 devices\n[ 0.393615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395294] NET: Registered protocol family 2\n[ 0.396238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397488] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401995] NET: Registered protocol family 1\n[ 0.402845] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403920] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433283] Trying to unpack rootfs image as initramfs...\n[ 0.483314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497384] Scanning for low memory corruption every 60 seconds\n[ 0.498866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500180] audit: initializing netlink subsys (disabled)\n[ 0.501423] audit: type=2000 audit(1546545009.582:1): initialized\n[ 0.503061] Initialise system trusted keyring\n[ 0.504122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508834] VFS: Disk quotas dquot_6.6.0\n[ 0.509979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512052] fuse init (API version 7.23)\n[ 0.513272] Key type big_key registered\n[ 0.514450] Allocating IMA MOK and blacklist keyrings.\n[ 0.516440] Key type asymmetric registered\n[ 0.517645] Asymmetric key parser 'x509' registered\n[ 0.518991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520765] io scheduler noop registered\n[ 0.521713] io scheduler deadline registered (default)\n[ 0.522898] io scheduler cfq registered\n[ 0.523878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528442] ACPI: Power Button [PWRF]\n[ 0.529425] GHES: HEST is not enabled!\n[ 0.543310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573339] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576326] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603103] Linux agpgart interface v0.103\n[ 0.605282] brd: module loaded\n[ 0.606603] loop: module loaded\n[ 0.611884] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613645] GPT:90111 != 2097151\n[ 0.614454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615795] GPT:90111 != 2097151\n[ 0.616601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617776] vda: vda1 vda15\n[ 0.619308] scsi host0: ata_piix\n[ 0.620199] scsi host1: ata_piix\n[ 0.621046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624261] libphy: Fixed MDIO Bus: probed\n[ 0.625251] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628826] PPP generic driver version 2.4.2\n[ 0.629946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631402] ehci-pci: EHCI PCI platform driver\n[ 0.632470] ehci-platform: EHCI generic platform driver\n[ 0.633683] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635066] ohci-pci: OHCI PCI platform driver\n[ 0.636129] ohci-platform: OHCI generic platform driver\n[ 0.637331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660699] usb usb1: Product: UHCI Host Controller\n[ 0.661821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663210] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664356] hub 1-0:1.0: USB hub found\n[ 0.665286] hub 1-0:1.0: 2 ports detected\n[ 0.666354] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671189] mousedev: PS/2 mouse device common for all mice\n[ 0.672680] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676130] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679012] i2c /dev entries driver\n[ 0.679907] device-mapper: uevent: version 1.0.3\n[ 0.681036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684526] NET: Registered protocol family 10\n[ 0.685697] NET: Registered protocol family 17\n[ 0.686762] Key type dns_resolver registered\n[ 0.687853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689185] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692286] Loading compiled-in X.509 certificates\n[ 0.693927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696176] zswap: loaded using pool lzo/zbud\n[ 0.697725] Key type trusted registered\n[ 0.699416] Key type encrypted registered\n[ 0.700422] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701679] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702930] evm: HMAC attrs: 0x1\n[ 0.704377] Magic number: 3:995:848\n[ 0.705298] index0: hash matches\n[ 0.706210] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:09 UTC (1546545009)\n[ 0.708135] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709488] EDD information not available.\n[ 0.781115] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793242] Write protecting the kernel read-only data: 14336k\n[ 0.794843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796650] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.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.01. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDIdz2HOKNa1WFSX3RI0eHt81vY1FfS1QxXJW5BMFQzRg+pvaKQ8oerOBXOa8wfIm/VZVioHs6Fx9mX3BRt60vrFr4A0NBNLPqPV0C1emUfT7FMYv1Glqnns0I7pO/65G0V1TrnMyvvnUsppdB8pDLvEi5WMc1vgJ3JZTkg+dcIx3GLts4lBneb5oF0cFdB3KICUaax7iYUqOOTTAex+901aeeujlKOpbTWRuZa6XtGwRvRSwf41Mk0rCVy7H3UoB1wJHKJBff/SfRDxPMiL/Mf7WiekclPUnliWsbtAT6SOgebxH/26t0K5yFGST2z3WMkqH3UbcAbqyBBshMpnn root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJrNl1/4SBtGwS/3hQq1IH/wp7pA4CqoOaJ4E6WqqSYT6ulbpSe13qziOsprNv5vxP5IHvUBJHwGVMJiFpvfWqTszZUHxFS6wGWI2cpP7DVqQhBGOn9sHddk7HMWEpjtxZb/nxxUC8xl6ahMpMCHkqm6Hkhgf0JUZOEJBUNOtZFNAAAAFQCFC1842bgXD8e6v5sc4xVrNFSUUQAAAIAl/nEaMlAVz4r8MTlR5fChRC0jPiPbJCo+q2oCTPsvDORKT054s5U8N2FC9BZ2YZOrpJ99kqIcfahLkpTiMMjIMJY61Potrn54pyBDw2TY+QtjBsHULfjFYRXsjJ0N88ak/SBHtuRzKIsb/tQt9OdMvb6E11mKo3nXtyy99CuhHwAAAIAzNCwHQQAoCH4YDzzvlbDuXHdhQXCnlGFgbHFQQ64nqGwjisDZ15MiUSrLvla2lJHLt7/dQlDzz8XTAzwKu0WQSbQWA8IIbBOL7WeEskJnvIPiAmw3I48FQOQ5iGAmf+9GX5AWNe+5BXS5SgYChewZsv6TFfTt0BnSNb1/SIsw4Q== 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.7,24,fe80::f816:3eff:fe61:8b82/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n/dev/root resized successfully [took 2.94s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:61:8B:82 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe61:8b82/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.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"} 2019-01-03 19:50:48,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-ecc36868-48a0-442a-93d5-5df98d0e085f 2019-01-03 19:50:50,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:51,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-27d28c54-80b8-4a0a-b475-c2551dc2bc6e x-compute-request-id: req-27d28c54-80b8-4a0a-b475-c2551dc2bc6e Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497846004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.131241] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132845] pid_max: default: 32768 minimum: 301\n[ 0.133715] ACPI: Core revision 20150930\n[ 0.135090] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136369] Security Framework initialized\n[ 0.137172] Yama: becoming mindful.\n[ 0.137876] AppArmor: AppArmor initialized\n[ 0.138728] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141254] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144643] Initializing cgroup subsys memory\n[ 0.145478] Initializing cgroup subsys devices\n[ 0.146327] Initializing cgroup subsys freezer\n[ 0.147190] Initializing cgroup subsys net_cls\n[ 0.148039] Initializing cgroup subsys perf_event\n[ 0.148941] Initializing cgroup subsys net_prio\n[ 0.149816] Initializing cgroup subsys hugetlb\n[ 0.150702] Initializing cgroup subsys pids\n[ 0.151564] CPU: Physical Processor ID: 0\n[ 0.153093] mce: CPU supports 10 MCE banks\n[ 0.153947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165726] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172157] ftrace: allocating 31920 entries in 125 pages\n[ 0.198684] smpboot: Max logical packages: 1\n[ 0.199742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201333] x2apic enabled\n[ 0.202150] Switched APIC routing to physical x2apic.\n[ 0.203918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205046] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208852] KVM setup paravirtual spinlock\n[ 0.210160] x86: Booted up 1 node, 1 CPUs\n[ 0.210978] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.212373] devtmpfs: initialized\n[ 0.214100] evm: security.selinux\n[ 0.214810] evm: security.SMACK64\n[ 0.215504] evm: security.SMACK64EXEC\n[ 0.216257] evm: security.SMACK64TRANSMUTE\n[ 0.217075] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218474] evm: security.capability\n[ 0.219282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221147] pinctrl core: initialized pinctrl subsystem\n[ 0.222259] RTC time: 19:50:08, date: 01/03/19\n[ 0.223223] NET: Registered protocol family 16\n[ 0.224198] cpuidle: using governor ladder\n[ 0.225024] cpuidle: using governor menu\n[ 0.225815] PCCT header not found.\n[ 0.226572] ACPI: bus type PCI registered\n[ 0.227387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228645] PCI: Using configuration type 1 for base access\n[ 0.230398] ACPI: Added _OSI(Module Device)\n[ 0.231249] ACPI: Added _OSI(Processor Device)\n[ 0.232118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235126] ACPI: Interpreter enabled\n[ 0.235912] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243328] ACPI: (supports S0 S5)\n[ 0.244047] ACPI: Using IOAPIC for interrupt routing\n[ 0.245109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251856] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254140] acpiphp: Slot [3] registered\n[ 0.254953] acpiphp: Slot [4] registered\n[ 0.255768] acpiphp: Slot [5] registered\n[ 0.256568] acpiphp: Slot [6] registered\n[ 0.257370] acpiphp: Slot [7] registered\n[ 0.258180] acpiphp: Slot [8] registered\n[ 0.258987] acpiphp: Slot [9] registered\n[ 0.259786] acpiphp: Slot [10] registered\n[ 0.260610] acpiphp: Slot [11] registered\n[ 0.261428] acpiphp: Slot [12] registered\n[ 0.262251] acpiphp: Slot [13] registered\n[ 0.263068] acpiphp: Slot [14] registered\n[ 0.263883] acpiphp: Slot [15] registered\n[ 0.275031] acpiphp: Slot [16] registered\n[ 0.275867] acpiphp: Slot [17] registered\n[ 0.276686] acpiphp: Slot [18] registered\n[ 0.277497] acpiphp: Slot [19] registered\n[ 0.278312] acpiphp: Slot [20] registered\n[ 0.279138] acpiphp: Slot [21] registered\n[ 0.279955] acpiphp: Slot [22] registered\n[ 0.280780] acpiphp: Slot [23] registered\n[ 0.281593] acpiphp: Slot [24] registered\n[ 0.282420] acpiphp: Slot [25] registered\n[ 0.283251] acpiphp: Slot [26] registered\n[ 0.284071] acpiphp: Slot [27] registered\n[ 0.284896] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286519] acpiphp: Slot [30] registered\n[ 0.287340] acpiphp: Slot [31] registered\n[ 0.288155] PCI host bridge to bus 0000:00\n[ 0.288969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292885] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294367] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312490] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358013] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366469] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369033] vgaarb: loaded\n[ 0.369629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370745] SCSI subsystem initialized\n[ 0.371552] ACPI: bus type USB registered\n[ 0.372368] usbcore: registered new interface driver usbfs\n[ 0.373396] usbcore: registered new interface driver hub\n[ 0.374387] usbcore: registered new device driver usb\n[ 0.375423] PCI: Using ACPI for IRQ routing\n[ 0.376443] NetLabel: Initializing\n[ 0.377152] NetLabel: domain hash size = 128\n[ 0.377994] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378930] NetLabel: unlabeled traffic allowed by default\n[ 0.380009] clocksource: Switched to clocksource kvm-clock\n[ 0.385401] AppArmor: AppArmor Filesystem Enabled\n[ 0.386353] pnp: PnP ACPI init\n[ 0.387254] pnp: PnP ACPI: found 5 devices\n[ 0.393615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395294] NET: Registered protocol family 2\n[ 0.396238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397488] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401995] NET: Registered protocol family 1\n[ 0.402845] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403920] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433283] Trying to unpack rootfs image as initramfs...\n[ 0.483314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497384] Scanning for low memory corruption every 60 seconds\n[ 0.498866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500180] audit: initializing netlink subsys (disabled)\n[ 0.501423] audit: type=2000 audit(1546545009.582:1): initialized\n[ 0.503061] Initialise system trusted keyring\n[ 0.504122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508834] VFS: Disk quotas dquot_6.6.0\n[ 0.509979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512052] fuse init (API version 7.23)\n[ 0.513272] Key type big_key registered\n[ 0.514450] Allocating IMA MOK and blacklist keyrings.\n[ 0.516440] Key type asymmetric registered\n[ 0.517645] Asymmetric key parser 'x509' registered\n[ 0.518991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520765] io scheduler noop registered\n[ 0.521713] io scheduler deadline registered (default)\n[ 0.522898] io scheduler cfq registered\n[ 0.523878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528442] ACPI: Power Button [PWRF]\n[ 0.529425] GHES: HEST is not enabled!\n[ 0.543310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573339] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576326] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603103] Linux agpgart interface v0.103\n[ 0.605282] brd: module loaded\n[ 0.606603] loop: module loaded\n[ 0.611884] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613645] GPT:90111 != 2097151\n[ 0.614454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615795] GPT:90111 != 2097151\n[ 0.616601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617776] vda: vda1 vda15\n[ 0.619308] scsi host0: ata_piix\n[ 0.620199] scsi host1: ata_piix\n[ 0.621046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624261] libphy: Fixed MDIO Bus: probed\n[ 0.625251] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628826] PPP generic driver version 2.4.2\n[ 0.629946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631402] ehci-pci: EHCI PCI platform driver\n[ 0.632470] ehci-platform: EHCI generic platform driver\n[ 0.633683] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635066] ohci-pci: OHCI PCI platform driver\n[ 0.636129] ohci-platform: OHCI generic platform driver\n[ 0.637331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660699] usb usb1: Product: UHCI Host Controller\n[ 0.661821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663210] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664356] hub 1-0:1.0: USB hub found\n[ 0.665286] hub 1-0:1.0: 2 ports detected\n[ 0.666354] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671189] mousedev: PS/2 mouse device common for all mice\n[ 0.672680] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676130] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679012] i2c /dev entries driver\n[ 0.679907] device-mapper: uevent: version 1.0.3\n[ 0.681036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684526] NET: Registered protocol family 10\n[ 0.685697] NET: Registered protocol family 17\n[ 0.686762] Key type dns_resolver registered\n[ 0.687853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689185] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692286] Loading compiled-in X.509 certificates\n[ 0.693927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696176] zswap: loaded using pool lzo/zbud\n[ 0.697725] Key type trusted registered\n[ 0.699416] Key type encrypted registered\n[ 0.700422] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701679] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702930] evm: HMAC attrs: 0x1\n[ 0.704377] Magic number: 3:995:848\n[ 0.705298] index0: hash matches\n[ 0.706210] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:09 UTC (1546545009)\n[ 0.708135] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709488] EDD information not available.\n[ 0.781115] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793242] Write protecting the kernel read-only data: 14336k\n[ 0.794843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796650] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.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.01. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDIdz2HOKNa1WFSX3RI0eHt81vY1FfS1QxXJW5BMFQzRg+pvaKQ8oerOBXOa8wfIm/VZVioHs6Fx9mX3BRt60vrFr4A0NBNLPqPV0C1emUfT7FMYv1Glqnns0I7pO/65G0V1TrnMyvvnUsppdB8pDLvEi5WMc1vgJ3JZTkg+dcIx3GLts4lBneb5oF0cFdB3KICUaax7iYUqOOTTAex+901aeeujlKOpbTWRuZa6XtGwRvRSwf41Mk0rCVy7H3UoB1wJHKJBff/SfRDxPMiL/Mf7WiekclPUnliWsbtAT6SOgebxH/26t0K5yFGST2z3WMkqH3UbcAbqyBBshMpnn root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJrNl1/4SBtGwS/3hQq1IH/wp7pA4CqoOaJ4E6WqqSYT6ulbpSe13qziOsprNv5vxP5IHvUBJHwGVMJiFpvfWqTszZUHxFS6wGWI2cpP7DVqQhBGOn9sHddk7HMWEpjtxZb/nxxUC8xl6ahMpMCHkqm6Hkhgf0JUZOEJBUNOtZFNAAAAFQCFC1842bgXD8e6v5sc4xVrNFSUUQAAAIAl/nEaMlAVz4r8MTlR5fChRC0jPiPbJCo+q2oCTPsvDORKT054s5U8N2FC9BZ2YZOrpJ99kqIcfahLkpTiMMjIMJY61Potrn54pyBDw2TY+QtjBsHULfjFYRXsjJ0N88ak/SBHtuRzKIsb/tQt9OdMvb6E11mKo3nXtyy99CuhHwAAAIAzNCwHQQAoCH4YDzzvlbDuXHdhQXCnlGFgbHFQQ64nqGwjisDZ15MiUSrLvla2lJHLt7/dQlDzz8XTAzwKu0WQSbQWA8IIbBOL7WeEskJnvIPiAmw3I48FQOQ5iGAmf+9GX5AWNe+5BXS5SgYChewZsv6TFfTt0BnSNb1/SIsw4Q== 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.7,24,fe80::f816:3eff:fe61:8b82/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n/dev/root resized successfully [took 2.94s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:61:8B:82 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe61:8b82/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.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"} 2019-01-03 19:50:51,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-27d28c54-80b8-4a0a-b475-c2551dc2bc6e 2019-01-03 19:50:53,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:54,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-eecbb9d8-7e63-42c7-af42-4f49d9a7a06d x-compute-request-id: req-eecbb9d8-7e63-42c7-af42-4f49d9a7a06d Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497846004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.131241] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132845] pid_max: default: 32768 minimum: 301\n[ 0.133715] ACPI: Core revision 20150930\n[ 0.135090] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136369] Security Framework initialized\n[ 0.137172] Yama: becoming mindful.\n[ 0.137876] AppArmor: AppArmor initialized\n[ 0.138728] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141254] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144643] Initializing cgroup subsys memory\n[ 0.145478] Initializing cgroup subsys devices\n[ 0.146327] Initializing cgroup subsys freezer\n[ 0.147190] Initializing cgroup subsys net_cls\n[ 0.148039] Initializing cgroup subsys perf_event\n[ 0.148941] Initializing cgroup subsys net_prio\n[ 0.149816] Initializing cgroup subsys hugetlb\n[ 0.150702] Initializing cgroup subsys pids\n[ 0.151564] CPU: Physical Processor ID: 0\n[ 0.153093] mce: CPU supports 10 MCE banks\n[ 0.153947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165726] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172157] ftrace: allocating 31920 entries in 125 pages\n[ 0.198684] smpboot: Max logical packages: 1\n[ 0.199742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201333] x2apic enabled\n[ 0.202150] Switched APIC routing to physical x2apic.\n[ 0.203918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205046] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208852] KVM setup paravirtual spinlock\n[ 0.210160] x86: Booted up 1 node, 1 CPUs\n[ 0.210978] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.212373] devtmpfs: initialized\n[ 0.214100] evm: security.selinux\n[ 0.214810] evm: security.SMACK64\n[ 0.215504] evm: security.SMACK64EXEC\n[ 0.216257] evm: security.SMACK64TRANSMUTE\n[ 0.217075] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218474] evm: security.capability\n[ 0.219282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221147] pinctrl core: initialized pinctrl subsystem\n[ 0.222259] RTC time: 19:50:08, date: 01/03/19\n[ 0.223223] NET: Registered protocol family 16\n[ 0.224198] cpuidle: using governor ladder\n[ 0.225024] cpuidle: using governor menu\n[ 0.225815] PCCT header not found.\n[ 0.226572] ACPI: bus type PCI registered\n[ 0.227387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228645] PCI: Using configuration type 1 for base access\n[ 0.230398] ACPI: Added _OSI(Module Device)\n[ 0.231249] ACPI: Added _OSI(Processor Device)\n[ 0.232118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235126] ACPI: Interpreter enabled\n[ 0.235912] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243328] ACPI: (supports S0 S5)\n[ 0.244047] ACPI: Using IOAPIC for interrupt routing\n[ 0.245109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251856] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254140] acpiphp: Slot [3] registered\n[ 0.254953] acpiphp: Slot [4] registered\n[ 0.255768] acpiphp: Slot [5] registered\n[ 0.256568] acpiphp: Slot [6] registered\n[ 0.257370] acpiphp: Slot [7] registered\n[ 0.258180] acpiphp: Slot [8] registered\n[ 0.258987] acpiphp: Slot [9] registered\n[ 0.259786] acpiphp: Slot [10] registered\n[ 0.260610] acpiphp: Slot [11] registered\n[ 0.261428] acpiphp: Slot [12] registered\n[ 0.262251] acpiphp: Slot [13] registered\n[ 0.263068] acpiphp: Slot [14] registered\n[ 0.263883] acpiphp: Slot [15] registered\n[ 0.275031] acpiphp: Slot [16] registered\n[ 0.275867] acpiphp: Slot [17] registered\n[ 0.276686] acpiphp: Slot [18] registered\n[ 0.277497] acpiphp: Slot [19] registered\n[ 0.278312] acpiphp: Slot [20] registered\n[ 0.279138] acpiphp: Slot [21] registered\n[ 0.279955] acpiphp: Slot [22] registered\n[ 0.280780] acpiphp: Slot [23] registered\n[ 0.281593] acpiphp: Slot [24] registered\n[ 0.282420] acpiphp: Slot [25] registered\n[ 0.283251] acpiphp: Slot [26] registered\n[ 0.284071] acpiphp: Slot [27] registered\n[ 0.284896] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286519] acpiphp: Slot [30] registered\n[ 0.287340] acpiphp: Slot [31] registered\n[ 0.288155] PCI host bridge to bus 0000:00\n[ 0.288969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292885] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294367] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312490] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358013] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366469] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369033] vgaarb: loaded\n[ 0.369629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370745] SCSI subsystem initialized\n[ 0.371552] ACPI: bus type USB registered\n[ 0.372368] usbcore: registered new interface driver usbfs\n[ 0.373396] usbcore: registered new interface driver hub\n[ 0.374387] usbcore: registered new device driver usb\n[ 0.375423] PCI: Using ACPI for IRQ routing\n[ 0.376443] NetLabel: Initializing\n[ 0.377152] NetLabel: domain hash size = 128\n[ 0.377994] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378930] NetLabel: unlabeled traffic allowed by default\n[ 0.380009] clocksource: Switched to clocksource kvm-clock\n[ 0.385401] AppArmor: AppArmor Filesystem Enabled\n[ 0.386353] pnp: PnP ACPI init\n[ 0.387254] pnp: PnP ACPI: found 5 devices\n[ 0.393615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395294] NET: Registered protocol family 2\n[ 0.396238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397488] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401995] NET: Registered protocol family 1\n[ 0.402845] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403920] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433283] Trying to unpack rootfs image as initramfs...\n[ 0.483314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497384] Scanning for low memory corruption every 60 seconds\n[ 0.498866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500180] audit: initializing netlink subsys (disabled)\n[ 0.501423] audit: type=2000 audit(1546545009.582:1): initialized\n[ 0.503061] Initialise system trusted keyring\n[ 0.504122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508834] VFS: Disk quotas dquot_6.6.0\n[ 0.509979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512052] fuse init (API version 7.23)\n[ 0.513272] Key type big_key registered\n[ 0.514450] Allocating IMA MOK and blacklist keyrings.\n[ 0.516440] Key type asymmetric registered\n[ 0.517645] Asymmetric key parser 'x509' registered\n[ 0.518991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520765] io scheduler noop registered\n[ 0.521713] io scheduler deadline registered (default)\n[ 0.522898] io scheduler cfq registered\n[ 0.523878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528442] ACPI: Power Button [PWRF]\n[ 0.529425] GHES: HEST is not enabled!\n[ 0.543310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573339] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576326] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603103] Linux agpgart interface v0.103\n[ 0.605282] brd: module loaded\n[ 0.606603] loop: module loaded\n[ 0.611884] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613645] GPT:90111 != 2097151\n[ 0.614454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615795] GPT:90111 != 2097151\n[ 0.616601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617776] vda: vda1 vda15\n[ 0.619308] scsi host0: ata_piix\n[ 0.620199] scsi host1: ata_piix\n[ 0.621046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624261] libphy: Fixed MDIO Bus: probed\n[ 0.625251] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628826] PPP generic driver version 2.4.2\n[ 0.629946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631402] ehci-pci: EHCI PCI platform driver\n[ 0.632470] ehci-platform: EHCI generic platform driver\n[ 0.633683] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635066] ohci-pci: OHCI PCI platform driver\n[ 0.636129] ohci-platform: OHCI generic platform driver\n[ 0.637331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660699] usb usb1: Product: UHCI Host Controller\n[ 0.661821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663210] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664356] hub 1-0:1.0: USB hub found\n[ 0.665286] hub 1-0:1.0: 2 ports detected\n[ 0.666354] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671189] mousedev: PS/2 mouse device common for all mice\n[ 0.672680] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676130] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679012] i2c /dev entries driver\n[ 0.679907] device-mapper: uevent: version 1.0.3\n[ 0.681036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684526] NET: Registered protocol family 10\n[ 0.685697] NET: Registered protocol family 17\n[ 0.686762] Key type dns_resolver registered\n[ 0.687853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689185] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692286] Loading compiled-in X.509 certificates\n[ 0.693927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696176] zswap: loaded using pool lzo/zbud\n[ 0.697725] Key type trusted registered\n[ 0.699416] Key type encrypted registered\n[ 0.700422] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701679] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702930] evm: HMAC attrs: 0x1\n[ 0.704377] Magic number: 3:995:848\n[ 0.705298] index0: hash matches\n[ 0.706210] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:09 UTC (1546545009)\n[ 0.708135] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709488] EDD information not available.\n[ 0.781115] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793242] Write protecting the kernel read-only data: 14336k\n[ 0.794843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796650] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.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.01. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDIdz2HOKNa1WFSX3RI0eHt81vY1FfS1QxXJW5BMFQzRg+pvaKQ8oerOBXOa8wfIm/VZVioHs6Fx9mX3BRt60vrFr4A0NBNLPqPV0C1emUfT7FMYv1Glqnns0I7pO/65G0V1TrnMyvvnUsppdB8pDLvEi5WMc1vgJ3JZTkg+dcIx3GLts4lBneb5oF0cFdB3KICUaax7iYUqOOTTAex+901aeeujlKOpbTWRuZa6XtGwRvRSwf41Mk0rCVy7H3UoB1wJHKJBff/SfRDxPMiL/Mf7WiekclPUnliWsbtAT6SOgebxH/26t0K5yFGST2z3WMkqH3UbcAbqyBBshMpnn root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJrNl1/4SBtGwS/3hQq1IH/wp7pA4CqoOaJ4E6WqqSYT6ulbpSe13qziOsprNv5vxP5IHvUBJHwGVMJiFpvfWqTszZUHxFS6wGWI2cpP7DVqQhBGOn9sHddk7HMWEpjtxZb/nxxUC8xl6ahMpMCHkqm6Hkhgf0JUZOEJBUNOtZFNAAAAFQCFC1842bgXD8e6v5sc4xVrNFSUUQAAAIAl/nEaMlAVz4r8MTlR5fChRC0jPiPbJCo+q2oCTPsvDORKT054s5U8N2FC9BZ2YZOrpJ99kqIcfahLkpTiMMjIMJY61Potrn54pyBDw2TY+QtjBsHULfjFYRXsjJ0N88ak/SBHtuRzKIsb/tQt9OdMvb6E11mKo3nXtyy99CuhHwAAAIAzNCwHQQAoCH4YDzzvlbDuXHdhQXCnlGFgbHFQQ64nqGwjisDZ15MiUSrLvla2lJHLt7/dQlDzz8XTAzwKu0WQSbQWA8IIbBOL7WeEskJnvIPiAmw3I48FQOQ5iGAmf+9GX5AWNe+5BXS5SgYChewZsv6TFfTt0BnSNb1/SIsw4Q== 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.7,24,fe80::f816:3eff:fe61:8b82/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n/dev/root resized successfully [took 2.94s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:61:8B:82 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe61:8b82/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.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"} 2019-01-03 19:50:54,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-eecbb9d8-7e63-42c7-af42-4f49d9a7a06d 2019-01-03 19:50:56,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:50:57,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50: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-e631e8e3-746d-4ade-93a8-257bfdcc03b1 x-compute-request-id: req-e631e8e3-746d-4ade-93a8-257bfdcc03b1 Content-Encoding: gzip Content-Length: 10088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497846004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.131241] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132845] pid_max: default: 32768 minimum: 301\n[ 0.133715] ACPI: Core revision 20150930\n[ 0.135090] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136369] Security Framework initialized\n[ 0.137172] Yama: becoming mindful.\n[ 0.137876] AppArmor: AppArmor initialized\n[ 0.138728] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141254] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144643] Initializing cgroup subsys memory\n[ 0.145478] Initializing cgroup subsys devices\n[ 0.146327] Initializing cgroup subsys freezer\n[ 0.147190] Initializing cgroup subsys net_cls\n[ 0.148039] Initializing cgroup subsys perf_event\n[ 0.148941] Initializing cgroup subsys net_prio\n[ 0.149816] Initializing cgroup subsys hugetlb\n[ 0.150702] Initializing cgroup subsys pids\n[ 0.151564] CPU: Physical Processor ID: 0\n[ 0.153093] mce: CPU supports 10 MCE banks\n[ 0.153947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165726] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172157] ftrace: allocating 31920 entries in 125 pages\n[ 0.198684] smpboot: Max logical packages: 1\n[ 0.199742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201333] x2apic enabled\n[ 0.202150] Switched APIC routing to physical x2apic.\n[ 0.203918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205046] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208852] KVM setup paravirtual spinlock\n[ 0.210160] x86: Booted up 1 node, 1 CPUs\n[ 0.210978] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.212373] devtmpfs: initialized\n[ 0.214100] evm: security.selinux\n[ 0.214810] evm: security.SMACK64\n[ 0.215504] evm: security.SMACK64EXEC\n[ 0.216257] evm: security.SMACK64TRANSMUTE\n[ 0.217075] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218474] evm: security.capability\n[ 0.219282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221147] pinctrl core: initialized pinctrl subsystem\n[ 0.222259] RTC time: 19:50:08, date: 01/03/19\n[ 0.223223] NET: Registered protocol family 16\n[ 0.224198] cpuidle: using governor ladder\n[ 0.225024] cpuidle: using governor menu\n[ 0.225815] PCCT header not found.\n[ 0.226572] ACPI: bus type PCI registered\n[ 0.227387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228645] PCI: Using configuration type 1 for base access\n[ 0.230398] ACPI: Added _OSI(Module Device)\n[ 0.231249] ACPI: Added _OSI(Processor Device)\n[ 0.232118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235126] ACPI: Interpreter enabled\n[ 0.235912] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243328] ACPI: (supports S0 S5)\n[ 0.244047] ACPI: Using IOAPIC for interrupt routing\n[ 0.245109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251856] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254140] acpiphp: Slot [3] registered\n[ 0.254953] acpiphp: Slot [4] registered\n[ 0.255768] acpiphp: Slot [5] registered\n[ 0.256568] acpiphp: Slot [6] registered\n[ 0.257370] acpiphp: Slot [7] registered\n[ 0.258180] acpiphp: Slot [8] registered\n[ 0.258987] acpiphp: Slot [9] registered\n[ 0.259786] acpiphp: Slot [10] registered\n[ 0.260610] acpiphp: Slot [11] registered\n[ 0.261428] acpiphp: Slot [12] registered\n[ 0.262251] acpiphp: Slot [13] registered\n[ 0.263068] acpiphp: Slot [14] registered\n[ 0.263883] acpiphp: Slot [15] registered\n[ 0.275031] acpiphp: Slot [16] registered\n[ 0.275867] acpiphp: Slot [17] registered\n[ 0.276686] acpiphp: Slot [18] registered\n[ 0.277497] acpiphp: Slot [19] registered\n[ 0.278312] acpiphp: Slot [20] registered\n[ 0.279138] acpiphp: Slot [21] registered\n[ 0.279955] acpiphp: Slot [22] registered\n[ 0.280780] acpiphp: Slot [23] registered\n[ 0.281593] acpiphp: Slot [24] registered\n[ 0.282420] acpiphp: Slot [25] registered\n[ 0.283251] acpiphp: Slot [26] registered\n[ 0.284071] acpiphp: Slot [27] registered\n[ 0.284896] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286519] acpiphp: Slot [30] registered\n[ 0.287340] acpiphp: Slot [31] registered\n[ 0.288155] PCI host bridge to bus 0000:00\n[ 0.288969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292885] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294367] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312490] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358013] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366469] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369033] vgaarb: loaded\n[ 0.369629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370745] SCSI subsystem initialized\n[ 0.371552] ACPI: bus type USB registered\n[ 0.372368] usbcore: registered new interface driver usbfs\n[ 0.373396] usbcore: registered new interface driver hub\n[ 0.374387] usbcore: registered new device driver usb\n[ 0.375423] PCI: Using ACPI for IRQ routing\n[ 0.376443] NetLabel: Initializing\n[ 0.377152] NetLabel: domain hash size = 128\n[ 0.377994] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378930] NetLabel: unlabeled traffic allowed by default\n[ 0.380009] clocksource: Switched to clocksource kvm-clock\n[ 0.385401] AppArmor: AppArmor Filesystem Enabled\n[ 0.386353] pnp: PnP ACPI init\n[ 0.387254] pnp: PnP ACPI: found 5 devices\n[ 0.393615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395294] NET: Registered protocol family 2\n[ 0.396238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397488] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401995] NET: Registered protocol family 1\n[ 0.402845] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403920] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433283] Trying to unpack rootfs image as initramfs...\n[ 0.483314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497384] Scanning for low memory corruption every 60 seconds\n[ 0.498866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500180] audit: initializing netlink subsys (disabled)\n[ 0.501423] audit: type=2000 audit(1546545009.582:1): initialized\n[ 0.503061] Initialise system trusted keyring\n[ 0.504122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508834] VFS: Disk quotas dquot_6.6.0\n[ 0.509979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512052] fuse init (API version 7.23)\n[ 0.513272] Key type big_key registered\n[ 0.514450] Allocating IMA MOK and blacklist keyrings.\n[ 0.516440] Key type asymmetric registered\n[ 0.517645] Asymmetric key parser 'x509' registered\n[ 0.518991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520765] io scheduler noop registered\n[ 0.521713] io scheduler deadline registered (default)\n[ 0.522898] io scheduler cfq registered\n[ 0.523878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528442] ACPI: Power Button [PWRF]\n[ 0.529425] GHES: HEST is not enabled!\n[ 0.543310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573339] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576326] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603103] Linux agpgart interface v0.103\n[ 0.605282] brd: module loaded\n[ 0.606603] loop: module loaded\n[ 0.611884] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613645] GPT:90111 != 2097151\n[ 0.614454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615795] GPT:90111 != 2097151\n[ 0.616601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617776] vda: vda1 vda15\n[ 0.619308] scsi host0: ata_piix\n[ 0.620199] scsi host1: ata_piix\n[ 0.621046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624261] libphy: Fixed MDIO Bus: probed\n[ 0.625251] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628826] PPP generic driver version 2.4.2\n[ 0.629946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631402] ehci-pci: EHCI PCI platform driver\n[ 0.632470] ehci-platform: EHCI generic platform driver\n[ 0.633683] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635066] ohci-pci: OHCI PCI platform driver\n[ 0.636129] ohci-platform: OHCI generic platform driver\n[ 0.637331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660699] usb usb1: Product: UHCI Host Controller\n[ 0.661821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663210] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664356] hub 1-0:1.0: USB hub found\n[ 0.665286] hub 1-0:1.0: 2 ports detected\n[ 0.666354] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671189] mousedev: PS/2 mouse device common for all mice\n[ 0.672680] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676130] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679012] i2c /dev entries driver\n[ 0.679907] device-mapper: uevent: version 1.0.3\n[ 0.681036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684526] NET: Registered protocol family 10\n[ 0.685697] NET: Registered protocol family 17\n[ 0.686762] Key type dns_resolver registered\n[ 0.687853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689185] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692286] Loading compiled-in X.509 certificates\n[ 0.693927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696176] zswap: loaded using pool lzo/zbud\n[ 0.697725] Key type trusted registered\n[ 0.699416] Key type encrypted registered\n[ 0.700422] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701679] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702930] evm: HMAC attrs: 0x1\n[ 0.704377] Magic number: 3:995:848\n[ 0.705298] index0: hash matches\n[ 0.706210] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:09 UTC (1546545009)\n[ 0.708135] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709488] EDD information not available.\n[ 0.781115] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793242] Write protecting the kernel read-only data: 14336k\n[ 0.794843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796650] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.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.01. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDIdz2HOKNa1WFSX3RI0eHt81vY1FfS1QxXJW5BMFQzRg+pvaKQ8oerOBXOa8wfIm/VZVioHs6Fx9mX3BRt60vrFr4A0NBNLPqPV0C1emUfT7FMYv1Glqnns0I7pO/65G0V1TrnMyvvnUsppdB8pDLvEi5WMc1vgJ3JZTkg+dcIx3GLts4lBneb5oF0cFdB3KICUaax7iYUqOOTTAex+901aeeujlKOpbTWRuZa6XtGwRvRSwf41Mk0rCVy7H3UoB1wJHKJBff/SfRDxPMiL/Mf7WiekclPUnliWsbtAT6SOgebxH/26t0K5yFGST2z3WMkqH3UbcAbqyBBshMpnn root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJrNl1/4SBtGwS/3hQq1IH/wp7pA4CqoOaJ4E6WqqSYT6ulbpSe13qziOsprNv5vxP5IHvUBJHwGVMJiFpvfWqTszZUHxFS6wGWI2cpP7DVqQhBGOn9sHddk7HMWEpjtxZb/nxxUC8xl6ahMpMCHkqm6Hkhgf0JUZOEJBUNOtZFNAAAAFQCFC1842bgXD8e6v5sc4xVrNFSUUQAAAIAl/nEaMlAVz4r8MTlR5fChRC0jPiPbJCo+q2oCTPsvDORKT054s5U8N2FC9BZ2YZOrpJ99kqIcfahLkpTiMMjIMJY61Potrn54pyBDw2TY+QtjBsHULfjFYRXsjJ0N88ak/SBHtuRzKIsb/tQt9OdMvb6E11mKo3nXtyy99CuhHwAAAIAzNCwHQQAoCH4YDzzvlbDuXHdhQXCnlGFgbHFQQ64nqGwjisDZ15MiUSrLvla2lJHLt7/dQlDzz8XTAzwKu0WQSbQWA8IIbBOL7WeEskJnvIPiAmw3I48FQOQ5iGAmf+9GX5AWNe+5BXS5SgYChewZsv6TFfTt0BnSNb1/SIsw4Q== 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.7,24,fe80::f816:3eff:fe61:8b82/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n/dev/root resized successfully [took 2.94s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:61:8B:82 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe61:8b82/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.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"} 2019-01-03 19:50:57,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-e631e8e3-746d-4ade-93a8-257bfdcc03b1 2019-01-03 19:50:59,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b89519df8abea5a2999abcdada2220927ac69279" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:00,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e07933a1-f137-4a94-ad5b-6bef1f804645 x-compute-request-id: req-e07933a1-f137-4a94-ad5b-6bef1f804645 Content-Encoding: gzip Content-Length: 10940 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497846004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.131241] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132845] pid_max: default: 32768 minimum: 301\n[ 0.133715] ACPI: Core revision 20150930\n[ 0.135090] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136369] Security Framework initialized\n[ 0.137172] Yama: becoming mindful.\n[ 0.137876] AppArmor: AppArmor initialized\n[ 0.138728] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141254] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142431] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144643] Initializing cgroup subsys memory\n[ 0.145478] Initializing cgroup subsys devices\n[ 0.146327] Initializing cgroup subsys freezer\n[ 0.147190] Initializing cgroup subsys net_cls\n[ 0.148039] Initializing cgroup subsys perf_event\n[ 0.148941] Initializing cgroup subsys net_prio\n[ 0.149816] Initializing cgroup subsys hugetlb\n[ 0.150702] Initializing cgroup subsys pids\n[ 0.151564] CPU: Physical Processor ID: 0\n[ 0.153093] mce: CPU supports 10 MCE banks\n[ 0.153947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154941] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165726] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172157] ftrace: allocating 31920 entries in 125 pages\n[ 0.198684] smpboot: Max logical packages: 1\n[ 0.199742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201333] x2apic enabled\n[ 0.202150] Switched APIC routing to physical x2apic.\n[ 0.203918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205046] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208852] KVM setup paravirtual spinlock\n[ 0.210160] x86: Booted up 1 node, 1 CPUs\n[ 0.210978] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.212373] devtmpfs: initialized\n[ 0.214100] evm: security.selinux\n[ 0.214810] evm: security.SMACK64\n[ 0.215504] evm: security.SMACK64EXEC\n[ 0.216257] evm: security.SMACK64TRANSMUTE\n[ 0.217075] evm: security.SMACK64MMAP\n[ 0.217829] evm: security.ima\n[ 0.218474] evm: security.capability\n[ 0.219282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221147] pinctrl core: initialized pinctrl subsystem\n[ 0.222259] RTC time: 19:50:08, date: 01/03/19\n[ 0.223223] NET: Registered protocol family 16\n[ 0.224198] cpuidle: using governor ladder\n[ 0.225024] cpuidle: using governor menu\n[ 0.225815] PCCT header not found.\n[ 0.226572] ACPI: bus type PCI registered\n[ 0.227387] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228645] PCI: Using configuration type 1 for base access\n[ 0.230398] ACPI: Added _OSI(Module Device)\n[ 0.231249] ACPI: Added _OSI(Processor Device)\n[ 0.232118] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235126] ACPI: Interpreter enabled\n[ 0.235912] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241465] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243328] ACPI: (supports S0 S5)\n[ 0.244047] ACPI: Using IOAPIC for interrupt routing\n[ 0.245109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249398] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251856] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254140] acpiphp: Slot [3] registered\n[ 0.254953] acpiphp: Slot [4] registered\n[ 0.255768] acpiphp: Slot [5] registered\n[ 0.256568] acpiphp: Slot [6] registered\n[ 0.257370] acpiphp: Slot [7] registered\n[ 0.258180] acpiphp: Slot [8] registered\n[ 0.258987] acpiphp: Slot [9] registered\n[ 0.259786] acpiphp: Slot [10] registered\n[ 0.260610] acpiphp: Slot [11] registered\n[ 0.261428] acpiphp: Slot [12] registered\n[ 0.262251] acpiphp: Slot [13] registered\n[ 0.263068] acpiphp: Slot [14] registered\n[ 0.263883] acpiphp: Slot [15] registered\n[ 0.275031] acpiphp: Slot [16] registered\n[ 0.275867] acpiphp: Slot [17] registered\n[ 0.276686] acpiphp: Slot [18] registered\n[ 0.277497] acpiphp: Slot [19] registered\n[ 0.278312] acpiphp: Slot [20] registered\n[ 0.279138] acpiphp: Slot [21] registered\n[ 0.279955] acpiphp: Slot [22] registered\n[ 0.280780] acpiphp: Slot [23] registered\n[ 0.281593] acpiphp: Slot [24] registered\n[ 0.282420] acpiphp: Slot [25] registered\n[ 0.283251] acpiphp: Slot [26] registered\n[ 0.284071] acpiphp: Slot [27] registered\n[ 0.284896] acpiphp: Slot [28] registered\n[ 0.285711] acpiphp: Slot [29] registered\n[ 0.286519] acpiphp: Slot [30] registered\n[ 0.287340] acpiphp: Slot [31] registered\n[ 0.288155] PCI host bridge to bus 0000:00\n[ 0.288969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290185] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291411] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292885] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294367] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300794] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311049] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312490] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358013] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366469] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369033] vgaarb: loaded\n[ 0.369629] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370745] SCSI subsystem initialized\n[ 0.371552] ACPI: bus type USB registered\n[ 0.372368] usbcore: registered new interface driver usbfs\n[ 0.373396] usbcore: registered new interface driver hub\n[ 0.374387] usbcore: registered new device driver usb\n[ 0.375423] PCI: Using ACPI for IRQ routing\n[ 0.376443] NetLabel: Initializing\n[ 0.377152] NetLabel: domain hash size = 128\n[ 0.377994] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378930] NetLabel: unlabeled traffic allowed by default\n[ 0.380009] clocksource: Switched to clocksource kvm-clock\n[ 0.385401] AppArmor: AppArmor Filesystem Enabled\n[ 0.386353] pnp: PnP ACPI init\n[ 0.387254] pnp: PnP ACPI: found 5 devices\n[ 0.393615] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395294] NET: Registered protocol family 2\n[ 0.396238] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397488] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398647] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399783] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400845] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401995] NET: Registered protocol family 1\n[ 0.402845] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403920] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419039] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433283] Trying to unpack rootfs image as initramfs...\n[ 0.483314] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497384] Scanning for low memory corruption every 60 seconds\n[ 0.498866] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500180] audit: initializing netlink subsys (disabled)\n[ 0.501423] audit: type=2000 audit(1546545009.582:1): initialized\n[ 0.503061] Initialise system trusted keyring\n[ 0.504122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507924] zbud: loaded\n[ 0.508834] VFS: Disk quotas dquot_6.6.0\n[ 0.509979] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512052] fuse init (API version 7.23)\n[ 0.513272] Key type big_key registered\n[ 0.514450] Allocating IMA MOK and blacklist keyrings.\n[ 0.516440] Key type asymmetric registered\n[ 0.517645] Asymmetric key parser 'x509' registered\n[ 0.518991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520765] io scheduler noop registered\n[ 0.521713] io scheduler deadline registered (default)\n[ 0.522898] io scheduler cfq registered\n[ 0.523878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525166] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528442] ACPI: Power Button [PWRF]\n[ 0.529425] GHES: HEST is not enabled!\n[ 0.543310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573339] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576326] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603103] Linux agpgart interface v0.103\n[ 0.605282] brd: module loaded\n[ 0.606603] loop: module loaded\n[ 0.611884] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613645] GPT:90111 != 2097151\n[ 0.614454] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615795] GPT:90111 != 2097151\n[ 0.616601] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617776] vda: vda1 vda15\n[ 0.619308] scsi host0: ata_piix\n[ 0.620199] scsi host1: ata_piix\n[ 0.621046] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624261] libphy: Fixed MDIO Bus: probed\n[ 0.625251] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626406] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628826] PPP generic driver version 2.4.2\n[ 0.629946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631402] ehci-pci: EHCI PCI platform driver\n[ 0.632470] ehci-platform: EHCI generic platform driver\n[ 0.633683] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635066] ohci-pci: OHCI PCI platform driver\n[ 0.636129] ohci-platform: OHCI generic platform driver\n[ 0.637331] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651895] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653145] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654899] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656132] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658995] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660699] usb usb1: Product: UHCI Host Controller\n[ 0.661821] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.663210] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664356] hub 1-0:1.0: USB hub found\n[ 0.665286] hub 1-0:1.0: 2 ports detected\n[ 0.666354] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668819] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671189] mousedev: PS/2 mouse device common for all mice\n[ 0.672680] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674847] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676130] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.677560] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679012] i2c /dev entries driver\n[ 0.679907] device-mapper: uevent: version 1.0.3\n[ 0.681036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682999] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684526] NET: Registered protocol family 10\n[ 0.685697] NET: Registered protocol family 17\n[ 0.686762] Key type dns_resolver registered\n[ 0.687853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689185] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.691275] registered taskstats version 1\n[ 0.692286] Loading compiled-in X.509 certificates\n[ 0.693927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696176] zswap: loaded using pool lzo/zbud\n[ 0.697725] Key type trusted registered\n[ 0.699416] Key type encrypted registered\n[ 0.700422] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701679] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702930] evm: HMAC attrs: 0x1\n[ 0.704377] Magic number: 3:995:848\n[ 0.705298] index0: hash matches\n[ 0.706210] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:09 UTC (1546545009)\n[ 0.708135] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709488] EDD information not available.\n[ 0.781115] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793242] Write protecting the kernel read-only data: 14336k\n[ 0.794843] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796650] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.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.01. iid=i-00000125\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDIdz2HOKNa1WFSX3RI0eHt81vY1FfS1QxXJW5BMFQzRg+pvaKQ8oerOBXOa8wfIm/VZVioHs6Fx9mX3BRt60vrFr4A0NBNLPqPV0C1emUfT7FMYv1Glqnns0I7pO/65G0V1TrnMyvvnUsppdB8pDLvEi5WMc1vgJ3JZTkg+dcIx3GLts4lBneb5oF0cFdB3KICUaax7iYUqOOTTAex+901aeeujlKOpbTWRuZa6XtGwRvRSwf41Mk0rCVy7H3UoB1wJHKJBff/SfRDxPMiL/Mf7WiekclPUnliWsbtAT6SOgebxH/26t0K5yFGST2z3WMkqH3UbcAbqyBBshMpnn root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJrNl1/4SBtGwS/3hQq1IH/wp7pA4CqoOaJ4E6WqqSYT6ulbpSe13qziOsprNv5vxP5IHvUBJHwGVMJiFpvfWqTszZUHxFS6wGWI2cpP7DVqQhBGOn9sHddk7HMWEpjtxZb/nxxUC8xl6ahMpMCHkqm6Hkhgf0JUZOEJBUNOtZFNAAAAFQCFC1842bgXD8e6v5sc4xVrNFSUUQAAAIAl/nEaMlAVz4r8MTlR5fChRC0jPiPbJCo+q2oCTPsvDORKT054s5U8N2FC9BZ2YZOrpJ99kqIcfahLkpTiMMjIMJY61Potrn54pyBDw2TY+QtjBsHULfjFYRXsjJ0N88ak/SBHtuRzKIsb/tQt9OdMvb6E11mKo3nXtyy99CuhHwAAAIAzNCwHQQAoCH4YDzzvlbDuXHdhQXCnlGFgbHFQQ64nqGwjisDZ15MiUSrLvla2lJHLt7/dQlDzz8XTAzwKu0WQSbQWA8IIbBOL7WeEskJnvIPiAmw3I48FQOQ5iGAmf+9GX5AWNe+5BXS5SgYChewZsv6TFfTt0BnSNb1/SIsw4Q== 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.7,24,fe80::f816:3eff:fe61:8b82/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000125\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.64 ===\n/dev/root resized successfully [took 2.94s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:61:8B:82 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe61:8b82/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.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.095474] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.144965] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.144967] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.144968] usb 1-1: Product: QEMU USB Tablet\n[ 1.144969] usb 1-1: Manufacturer: QEMU\n[ 1.144970] usb 1-1: SerialNumber: 42\n[ 1.496072] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 1.496074] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 2.768255] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.112304] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:50:09 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:50:09 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:50:09 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)\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:50:09 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:50:09 cirros kern.info kernel: [ 1.144965] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 3 19:50:09 cirros kern.info kernel: [ 1.144967] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 3 19:50:09 cirros kern.info kernel: [ 1.144968] usb 1-1: Product: QEMU USB Tablet\nJan 3 19:50:09 cirros kern.info kernel: [ 1.144969] usb 1-1: Manufacturer: QEMU\nJan 3 19:50:09 cirros kern.info kernel: [ 1.144970] usb 1-1: SerialNumber: 42\nJan 3 19:50:10 cirros kern.info kernel: [ 1.496072] tsc: Refined TSC clocksource calibration: 3491.908 MHz\nJan 3 19:50:10 cirros kern.info kernel: [ 1.496074] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nJan 3 19:50:10 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:50:11 cirros authpriv.info dropbear[341]: Running in background\nJan 3 19:50:11 cirros kern.info kernel: [ 2.768255] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:50:11 cirros kern.info kernel: [ 3.112304] 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: "} 2019-01-03 19:51:00,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-e07933a1-f137-4a94-ad5b-6bef1f804645 2019-01-03 19:51:02,625 - sdnvpn_test_utils - INFO - Waiting for instance f4b56951-605d-420a-ba34-ee1e715456cb to boot up 2019-01-03 19:51:02,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:03,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33b7c032-c604-4542-908f-82d7c40fbc37 x-compute-request-id: req-33b7c032-c604-4542-908f-82d7c40fbc37 Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:03,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-33b7c032-c604-4542-908f-82d7c40fbc37 2019-01-03 19:51:05,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:06,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-33d3ea10-4979-45aa-a179-b154347b77c0 x-compute-request-id: req-33d3ea10-4979-45aa-a179-b154347b77c0 Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:06,777 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-33d3ea10-4979-45aa-a179-b154347b77c0 2019-01-03 19:51:08,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:09,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-1d1af5ed-0155-4ebc-bd2f-875e39d3af1f x-compute-request-id: req-1d1af5ed-0155-4ebc-bd2f-875e39d3af1f Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:09,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-1d1af5ed-0155-4ebc-bd2f-875e39d3af1f 2019-01-03 19:51:11,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:12,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-de696633-1759-495e-9708-e25c63bc13bd x-compute-request-id: req-de696633-1759-495e-9708-e25c63bc13bd Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:12,927 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-de696633-1759-495e-9708-e25c63bc13bd 2019-01-03 19:51:14,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:16,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-491cbc95-b0f9-470c-8ad3-ad22f6e9019d x-compute-request-id: req-491cbc95-b0f9-470c-8ad3-ad22f6e9019d Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:16,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-491cbc95-b0f9-470c-8ad3-ad22f6e9019d 2019-01-03 19:51:18,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:19,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-c142833d-df8d-47da-8904-3a63e2fe41cb x-compute-request-id: req-c142833d-df8d-47da-8904-3a63e2fe41cb Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:19,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-c142833d-df8d-47da-8904-3a63e2fe41cb 2019-01-03 19:51:21,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:22,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-f38c3210-7ba3-4e47-ac2b-30377b2c72eb x-compute-request-id: req-f38c3210-7ba3-4e47-ac2b-30377b2c72eb Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:22,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-f38c3210-7ba3-4e47-ac2b-30377b2c72eb 2019-01-03 19:51:24,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:25,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f1881af-7202-48c3-9615-de9faa633b25 x-compute-request-id: req-7f1881af-7202-48c3-9615-de9faa633b25 Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:25,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-7f1881af-7202-48c3-9615-de9faa633b25 2019-01-03 19:51:27,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:28,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08d1b10e-af33-4ada-81aa-dd94eb3c6df5 x-compute-request-id: req-08d1b10e-af33-4ada-81aa-dd94eb3c6df5 Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:28,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-08d1b10e-af33-4ada-81aa-dd94eb3c6df5 2019-01-03 19:51:30,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:31,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8509b28-a793-49b7-af43-c1bfc16ece67 x-compute-request-id: req-c8509b28-a793-49b7-af43-c1bfc16ece67 Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:31,386 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-c8509b28-a793-49b7-af43-c1bfc16ece67 2019-01-03 19:51:33,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:34,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9709cd9-da25-4325-a1c7-d1e829d229ed x-compute-request-id: req-a9709cd9-da25-4325-a1c7-d1e829d229ed Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:34,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-a9709cd9-da25-4325-a1c7-d1e829d229ed 2019-01-03 19:51:36,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:37,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-3b2a1111-95c4-4699-b3cd-afbca145cd3d x-compute-request-id: req-3b2a1111-95c4-4699-b3cd-afbca145cd3d Content-Encoding: gzip Content-Length: 7892 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 19:51:37,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-3b2a1111-95c4-4699-b3cd-afbca145cd3d 2019-01-03 19:51:39,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:40,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a29e9a33-447c-42f6-9756-0c6cb3a4118e x-compute-request-id: req-a29e9a33-447c-42f6-9756-0c6cb3a4118e 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 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\n"} 2019-01-03 19:51:40,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-a29e9a33-447c-42f6-9756-0c6cb3a4118e 2019-01-03 19:51:42,635 - sdnvpn_test_utils - INFO - Waiting for instance 23bc282a-0711-4f7a-893e-b30a5d04009f to boot up 2019-01-03 19:51:42,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e46f3b4450cf912968a7352e8a8b393205ac7b1" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:43,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51: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-3616910c-8250-459f-99dc-7f5c11223e1c x-compute-request-id: req-3616910c-8250-459f-99dc-7f5c11223e1c 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 491042466 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132847] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134553] pid_max: default: 32768 minimum: 301\n[ 0.135476] ACPI: Core revision 20150930\n[ 0.136880] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138239] Security Framework initialized\n[ 0.139078] Yama: becoming mindful.\n[ 0.139837] AppArmor: AppArmor initialized\n[ 0.140772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142167] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143528] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146232] Initializing cgroup subsys io\n[ 0.147074] Initializing cgroup subsys memory\n[ 0.147973] Initializing cgroup subsys devices\n[ 0.148872] Initializing cgroup subsys freezer\n[ 0.149774] Initializing cgroup subsys net_cls\n[ 0.150677] Initializing cgroup subsys perf_event\n[ 0.151624] Initializing cgroup subsys net_prio\n[ 0.152559] Initializing cgroup subsys hugetlb\n[ 0.153471] Initializing cgroup subsys pids\n[ 0.154375] CPU: Physical Processor ID: 0\n[ 0.155899] mce: CPU supports 10 MCE banks\n[ 0.156784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157822] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174998] ftrace: allocating 31920 entries in 125 pages\n[ 0.201678] smpboot: Max logical packages: 1\n[ 0.202582] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203991] x2apic enabled\n[ 0.204830] Switched APIC routing to physical x2apic.\n[ 0.206623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211718] KVM setup paravirtual spinlock\n[ 0.213065] x86: Booted up 1 node, 1 CPUs\n[ 0.213893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215345] devtmpfs: initialized\n[ 0.217098] evm: security.selinux\n[ 0.217823] evm: security.SMACK64\n[ 0.218542] evm: security.SMACK64EXEC\n[ 0.219322] evm: security.SMACK64TRANSMUTE\n[ 0.220172] evm: security.SMACK64MMAP\n[ 0.220943] evm: security.ima\n[ 0.221630] evm: security.capability\n[ 0.222481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224460] pinctrl core: initialized pinctrl subsystem\n[ 0.225633] RTC time: 19:50:21, date: 01/03/19\n[ 0.226653] NET: Registered protocol family 16\n[ 0.227678] cpuidle: using governor ladder\n[ 0.228556] cpuidle: using governor menu\n[ 0.229393] PCCT header not found.\n[ 0.230195] ACPI: bus type PCI registered\n[ 0.231059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232382] PCI: Using configuration type 1 for base access\n[ 0.234244] ACPI: Added _OSI(Module Device)\n[ 0.235124] ACPI: Added _OSI(Processor Device)\n[ 0.236019] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239155] ACPI: Interpreter enabled\n[ 0.239945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247623] ACPI: (supports S0 S5)\n[ 0.248370] ACPI: Using IOAPIC for interrupt routing\n[ 0.249477] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253889] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255186] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256440] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258759] acpiphp: Slot [3] registered\n[ 0.259614] acpiphp: Slot [4] registered\n[ 0.260454] acpiphp: Slot [5] registered\n[ 0.261289] acpiphp: Slot [6] registered\n[ 0.262124] acpiphp: Slot [7] registered\n[ 0.262948] acpiphp: Slot [8] registered\n[ 0.263788] acpiphp: Slot [9] registered\n[ 0.264639] acpiphp: Slot [10] registered\n[ 0.265484] acpiphp: Slot [11] registered\n[ 0.266339] acpiphp: Slot [12] registered\n[ 0.267191] acpiphp: Slot [13] registered\n[ 0.268048] acpiphp: Slot [14] registered\n[ 0.268843] acpiphp: Slot [15] registered\n[ 0.279631] acpiphp: Slot [16] registered\n[ 0.280427] acpiphp: Slot [17] registered\n[ 0.281220] acpiphp: Slot [18] registered\n[ 0.282013] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283608] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285202] acpiphp: Slot [23] registered\n[ 0.285989] acpiphp: Slot [24] registered\n[ 0.286781] acpiphp: Slot [25] registered\n[ 0.287576] acpiphp: Slot [26] registered\n[ 0.288368] acpiphp: Slot [27] registered\n[ 0.289167] acpiphp: Slot [28] registered\n[ 0.289960] acpiphp: Slot [29] registered\n[ 0.290755] acpiphp: Slot [30] registered\n[ 0.291552] acpiphp: Slot [31] registered\n[ 0.292345] PCI host bridge to bus 0000:00\n[ 0.293139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295527] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296948] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305824] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308220] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316023] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363577] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366382] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367735] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368958] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372707] vgaarb: loaded\n[ 0.373301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374418] SCSI subsystem initialized\n[ 0.375228] ACPI: bus type USB registered\n[ 0.376032] usbcore: registered new interface driver usbfs\n[ 0.377039] usbcore: registered new interface driver hub\n[ 0.378022] usbcore: registered new device driver usb\n[ 0.379065] PCI: Using ACPI for IRQ routing\n[ 0.380074] NetLabel: Initializing\n[ 0.380772] NetLabel: domain hash size = 128\n[ 0.381627] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382565] NetLabel: unlabeled traffic allowed by default\n[ 0.383647] clocksource: Switched to clocksource kvm-clock\n[ 0.389069] AppArmor: AppArmor Filesystem Enabled\n[ 0.390022] pnp: PnP ACPI init\n[ 0.390928] pnp: PnP ACPI: found 5 devices\n[ 0.397296] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399002] NET: Registered protocol family 2\n[ 0.399961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401229] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402396] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403586] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405825] NET: Registered protocol family 1\n[ 0.406682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407770] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408837] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437506] Trying to unpack rootfs image as initramfs...\n[ 0.488074] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501835] Scanning for low memory corruption every 60 seconds\n[ 0.503183] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504328] audit: initializing netlink subsys (disabled)\n[ 0.505342] audit: type=2000 audit(1546545022.066:1): initialized\n[ 0.506627] Initialise system trusted keyring\n[ 0.507547] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510653] zbud: loaded\n[ 0.511348] VFS: Disk quotas dquot_6.6.0\n[ 0.512172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513667] fuse init (API version 7.23)\n[ 0.514558] Key type big_key registered\n[ 0.515354] Allocating IMA MOK and blacklist keyrings.\n[ 0.516451] Key type asymmetric registered\n[ 0.517268] Asymmetric key parser 'x509' registered\n[ 0.518211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520049] io scheduler noop registered\n[ 0.520833] io scheduler deadline registered (default)\n[ 0.521812] io scheduler cfq registered\n[ 0.522636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524920] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526353] ACPI: Power Button [PWRF]\n[ 0.527172] GHES: HEST is not enabled!\n[ 0.540859] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596778] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599020] Linux agpgart interface v0.103\n[ 0.601053] brd: module loaded\n[ 0.602226] loop: module loaded\n[ 0.607510] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608949] GPT:90111 != 2097151\n[ 0.609621] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610687] GPT:90111 != 2097151\n[ 0.611346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612294] vda: vda1 vda15\n[ 0.613912] scsi host0: ata_piix\n[ 0.614638] scsi host1: ata_piix\n[ 0.615336] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616539] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617960] libphy: Fixed MDIO Bus: probed\n[ 0.618772] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621939] PPP generic driver version 2.4.2\n[ 0.622818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624168] ehci-pci: EHCI PCI platform driver\n[ 0.625033] ehci-platform: EHCI generic platform driver\n[ 0.625998] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627105] ohci-pci: OHCI PCI platform driver\n[ 0.627963] ohci-platform: OHCI generic platform driver\n[ 0.628940] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644289] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645719] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646726] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650426] usb usb1: Product: UHCI Host Controller\n[ 0.651344] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652470] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653469] hub 1-0:1.0: USB hub found\n[ 0.654233] hub 1-0:1.0: 2 ports detected\n[ 0.655113] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657207] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658155] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659154] mousedev: PS/2 mouse device common for all mice\n[ 0.660398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662210] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663279] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664464] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665633] i2c /dev entries driver\n[ 0.666381] device-mapper: uevent: version 1.0.3\n[ 0.667301] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668909] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670178] NET: Registered protocol family 10\n[ 0.671153] NET: Registered protocol family 17\n[ 0.672038] Key type dns_resolver registered\n[ 0.672946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674033] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675758] registered taskstats version 1\n[ 0.676584] Loading compiled-in X.509 certificates\n[ 0.678008] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679842] zswap: loaded using pool lzo/zbud\n[ 0.681192] Key type trusted registered\n[ 0.682714] Key type encrypted registered\n[ 0.683536] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685602] evm: HMAC attrs: 0x1\n[ 0.686524] Magic number: 3:995:848\n[ 0.687273] index0: hash matches\n[ 0.688046] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:22 UTC (1546545022)\n[ 0.689621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690714] EDD information not available.\n[ 0.772209] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773630] ata1.00: configured for MWDMA2\n[ 0.785106] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787291] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788509] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789744] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791590] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793116] Write protecting the kernel read-only data: 14336k\n[ 0.794668] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796452] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.202847] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.12s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2019-01-03 19:51:43,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action used request id req-3616910c-8250-459f-99dc-7f5c11223e1c 2019-01-03 19:51:45,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:46,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-77fc1d4f-e52a-4b4c-942f-6d2b2f7b34f6 x-compute-request-id: req-77fc1d4f-e52a-4b4c-942f-6d2b2f7b34f6 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 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\n"} 2019-01-03 19:51:46,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-77fc1d4f-e52a-4b4c-942f-6d2b2f7b34f6 2019-01-03 19:51:46,785 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-2' (10.10.10.8). -->Expected result: can ping. 2019-01-03 19:51:46,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:47,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca2f17e0-988a-49e5-a929-b6e5d6992c80 x-compute-request-id: req-ca2f17e0-988a-49e5-a929-b6e5d6992c80 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:47,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-ca2f17e0-988a-49e5-a929-b6e5d6992c80 2019-01-03 19:51:47,910 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2019-01-03 19:51:47,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:48,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a0f197a5-8906-4ccc-b6f7-4f841a064330 x-compute-request-id: req-a0f197a5-8906-4ccc-b6f7-4f841a064330 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:48,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-a0f197a5-8906-4ccc-b6f7-4f841a064330 2019-01-03 19:51:48,984 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-3' (10.10.10.6). -->Expected result: can ping. 2019-01-03 19:51:48,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:50,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cfa4da1-69f7-48bf-b506-ab92d7de60da x-compute-request-id: req-4cfa4da1-69f7-48bf-b506-ab92d7de60da Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:50,054 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-4cfa4da1-69f7-48bf-b506-ab92d7de60da 2019-01-03 19:51:51,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:52,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c5d03fb8-cc3f-412b-a0f7-677c271a875d x-compute-request-id: req-c5d03fb8-cc3f-412b-a0f7-677c271a875d Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:52,130 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-c5d03fb8-cc3f-412b-a0f7-677c271a875d 2019-01-03 19:51:53,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:54,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-0dd75cca-0f26-48b8-90d6-5be52e40a32d x-compute-request-id: req-0dd75cca-0f26-48b8-90d6-5be52e40a32d Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:54,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-0dd75cca-0f26-48b8-90d6-5be52e40a32d 2019-01-03 19:51:55,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:56,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-34d73338-2ab0-4558-9577-1e90898d1f02 x-compute-request-id: req-34d73338-2ab0-4558-9577-1e90898d1f02 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:56,284 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-34d73338-2ab0-4558-9577-1e90898d1f02 2019-01-03 19:51:57,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:51:58,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-83350370-dd73-4f85-961b-ce1ef47444b5 x-compute-request-id: req-83350370-dd73-4f85-961b-ce1ef47444b5 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:51:58,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-83350370-dd73-4f85-961b-ce1ef47444b5 2019-01-03 19:51:59,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:00,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-38cd1ee5-edfc-4c8a-bcf9-455a23311c3c x-compute-request-id: req-38cd1ee5-edfc-4c8a-bcf9-455a23311c3c Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:52:00,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-38cd1ee5-edfc-4c8a-bcf9-455a23311c3c 2019-01-03 19:52:01,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:02,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c274abe-40ef-419e-9bce-0a98f79e6e5f x-compute-request-id: req-0c274abe-40ef-419e-9bce-0a98f79e6e5f Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:52:02,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-0c274abe-40ef-419e-9bce-0a98f79e6e5f 2019-01-03 19:52:03,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:04,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-e712db71-4e7a-45c3-9167-efa2e1542988 x-compute-request-id: req-e712db71-4e7a-45c3-9167-efa2e1542988 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\n"} 2019-01-03 19:52:04,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-e712db71-4e7a-45c3-9167-efa2e1542988 2019-01-03 19:52:05,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:06,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cf76eab-22f5-4215-b2b5-973d4d4b4582 x-compute-request-id: req-6cf76eab-22f5-4215-b2b5-973d4d4b4582 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:06,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-6cf76eab-22f5-4215-b2b5-973d4d4b4582 2019-01-03 19:52:06,723 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-3' 2019-01-03 19:52:06,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:07,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6207aced-8cfb-4746-a0fb-a46f31f33aa5 x-compute-request-id: req-6207aced-8cfb-4746-a0fb-a46f31f33aa5 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:07,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-6207aced-8cfb-4746-a0fb-a46f31f33aa5 2019-01-03 19:52:07,843 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.16) to 'sdnvpn-4-4' (10.10.11.13). -->Expected result: cannot ping. 2019-01-03 19:52:07,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:08,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c7790174-16a4-4e05-a574-9f8c15bb3f32 x-compute-request-id: req-c7790174-16a4-4e05-a574-9f8c15bb3f32 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:08,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-c7790174-16a4-4e05-a574-9f8c15bb3f32 2019-01-03 19:52:09,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:10,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3290e515-13d7-4747-9b6d-cc04c46f7262 x-compute-request-id: req-3290e515-13d7-4747-9b6d-cc04c46f7262 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:10,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-3290e515-13d7-4747-9b6d-cc04c46f7262 2019-01-03 19:52:12,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:13,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53def544-fdfe-4755-b68a-66eafd4edc9d x-compute-request-id: req-53def544-fdfe-4755-b68a-66eafd4edc9d Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:13,080 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-53def544-fdfe-4755-b68a-66eafd4edc9d 2019-01-03 19:52:14,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:15,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-55b63b22-a06b-473a-a121-19215d2f00fa x-compute-request-id: req-55b63b22-a06b-473a-a121-19215d2f00fa Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:15,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-55b63b22-a06b-473a-a121-19215d2f00fa 2019-01-03 19:52:16,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:17,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-251872f8-a9a9-49b4-aaa3-da4d39590bf0 x-compute-request-id: req-251872f8-a9a9-49b4-aaa3-da4d39590bf0 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:17,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-251872f8-a9a9-49b4-aaa3-da4d39590bf0 2019-01-03 19:52:18,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:19,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52: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-64ece649-d315-4449-bacd-add2bf5ddee7 x-compute-request-id: req-64ece649-d315-4449-bacd-add2bf5ddee7 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:19,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-64ece649-d315-4449-bacd-add2bf5ddee7 2019-01-03 19:52:20,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:21,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52: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-c9160bd8-a893-4828-8d18-d6131ebf05ae x-compute-request-id: req-c9160bd8-a893-4828-8d18-d6131ebf05ae Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:21,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-c9160bd8-a893-4828-8d18-d6131ebf05ae 2019-01-03 19:52:22,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:23,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-dfa533d3-ab0e-4d1f-aece-49c000a0c308 x-compute-request-id: req-dfa533d3-ab0e-4d1f-aece-49c000a0c308 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\n"} 2019-01-03 19:52:23,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-dfa533d3-ab0e-4d1f-aece-49c000a0c308 2019-01-03 19:52:24,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aac386ea355366bfc96b446a434c0fc17fecd9d5" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:52:25,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:52:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0afb5211-7953-435c-b472-b585abe8c0cf x-compute-request-id: req-0afb5211-7953-435c-b472-b585abe8c0cf 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 1004199499 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137294] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139106] pid_max: default: 32768 minimum: 301\n[ 0.140095] ACPI: Core revision 20150930\n[ 0.141555] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142957] Security Framework initialized\n[ 0.143856] Yama: becoming mindful.\n[ 0.144662] AppArmor: AppArmor initialized\n[ 0.145590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147054] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148481] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151336] Initializing cgroup subsys io\n[ 0.152203] Initializing cgroup subsys memory\n[ 0.153156] Initializing cgroup subsys devices\n[ 0.154116] Initializing cgroup subsys freezer\n[ 0.155072] Initializing cgroup subsys net_cls\n[ 0.156027] Initializing cgroup subsys perf_event\n[ 0.157037] Initializing cgroup subsys net_prio\n[ 0.158012] Initializing cgroup subsys hugetlb\n[ 0.158963] Initializing cgroup subsys pids\n[ 0.159909] CPU: Physical Processor ID: 0\n[ 0.161492] mce: CPU supports 10 MCE banks\n[ 0.162418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163509] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174993] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181604] ftrace: allocating 31920 entries in 125 pages\n[ 0.207464] smpboot: Max logical packages: 1\n[ 0.208391] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209773] x2apic enabled\n[ 0.210606] Switched APIC routing to physical x2apic.\n[ 0.212354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213480] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215461] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217254] KVM setup paravirtual spinlock\n[ 0.218527] x86: Booted up 1 node, 1 CPUs\n[ 0.219336] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220735] devtmpfs: initialized\n[ 0.222424] evm: security.selinux\n[ 0.223129] evm: security.SMACK64\n[ 0.223812] evm: security.SMACK64EXEC\n[ 0.224553] evm: security.SMACK64TRANSMUTE\n[ 0.225353] evm: security.SMACK64MMAP\n[ 0.226093] evm: security.ima\n[ 0.226725] evm: security.capability\n[ 0.227531] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229419] pinctrl core: initialized pinctrl subsystem\n[ 0.230543] RTC time: 19:50:34, date: 01/03/19\n[ 0.231496] NET: Registered protocol family 16\n[ 0.232467] cpuidle: using governor ladder\n[ 0.233297] cpuidle: using governor menu\n[ 0.234109] PCCT header not found.\n[ 0.234861] ACPI: bus type PCI registered\n[ 0.235670] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236888] PCI: Using configuration type 1 for base access\n[ 0.238608] ACPI: Added _OSI(Module Device)\n[ 0.239462] ACPI: Added _OSI(Processor Device)\n[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243364] ACPI: Interpreter enabled\n[ 0.244142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251516] ACPI: (supports S0 S5)\n[ 0.252215] ACPI: Using IOAPIC for interrupt routing\n[ 0.253287] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259934] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262172] acpiphp: Slot [3] registered\n[ 0.262964] acpiphp: Slot [4] registered\n[ 0.263801] acpiphp: Slot [5] registered\n[ 0.264629] acpiphp: Slot [6] registered\n[ 0.265421] acpiphp: Slot [7] registered\n[ 0.266265] acpiphp: Slot [8] registered\n[ 0.267063] acpiphp: Slot [9] registered\n[ 0.267840] acpiphp: Slot [10] registered\n[ 0.268658] acpiphp: Slot [11] registered\n[ 0.269472] acpiphp: Slot [12] registered\n[ 0.270296] acpiphp: Slot [13] registered\n[ 0.271101] acpiphp: Slot [14] registered\n[ 0.271892] acpiphp: Slot [15] registered\n[ 0.282617] acpiphp: Slot [16] registered\n[ 0.283432] acpiphp: Slot [17] registered\n[ 0.284230] acpiphp: Slot [18] registered\n[ 0.285023] acpiphp: Slot [19] registered\n[ 0.285818] acpiphp: Slot [20] registered\n[ 0.286624] acpiphp: Slot [21] registered\n[ 0.287430] acpiphp: Slot [22] registered\n[ 0.288225] acpiphp: Slot [23] registered\n[ 0.289018] acpiphp: Slot [24] registered\n[ 0.289815] acpiphp: Slot [25] registered\n[ 0.290635] acpiphp: Slot [26] registered\n[ 0.291441] acpiphp: Slot [27] registered\n[ 0.292235] acpiphp: Slot [28] registered\n[ 0.293027] acpiphp: Slot [29] registered\n[ 0.293824] acpiphp: Slot [30] registered\n[ 0.294641] acpiphp: Slot [31] registered\n[ 0.295438] PCI host bridge to bus 0000:00\n[ 0.296232] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297419] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298610] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300050] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307585] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308889] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310067] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311353] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317636] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363719] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365207] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366611] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368065] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369434] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372109] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374693] vgaarb: loaded\n[ 0.375295] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376434] SCSI subsystem initialized\n[ 0.377247] ACPI: bus type USB registered\n[ 0.378055] usbcore: registered new interface driver usbfs\n[ 0.379062] usbcore: registered new interface driver hub\n[ 0.380059] usbcore: registered new device driver usb\n[ 0.381114] PCI: Using ACPI for IRQ routing\n[ 0.382136] NetLabel: Initializing\n[ 0.382856] NetLabel: domain hash size = 128\n[ 0.383710] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384652] NetLabel: unlabeled traffic allowed by default\n[ 0.385734] clocksource: Switched to clocksource kvm-clock\n[ 0.391160] AppArmor: AppArmor Filesystem Enabled\n[ 0.392139] pnp: PnP ACPI init\n[ 0.393060] pnp: PnP ACPI: found 5 devices\n[ 0.399456] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401234] NET: Registered protocol family 2\n[ 0.402223] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403544] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404762] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407014] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408151] NET: Registered protocol family 1\n[ 0.408987] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410068] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411147] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425164] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439385] Trying to unpack rootfs image as initramfs...\n[ 0.489857] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503810] Scanning for low memory corruption every 60 seconds\n[ 0.505555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507109] audit: initializing netlink subsys (disabled)\n[ 0.508482] audit: type=2000 audit(1546545035.688:1): initialized\n[ 0.510188] Initialise system trusted keyring\n[ 0.511391] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515334] zbud: loaded\n[ 0.516224] VFS: Disk quotas dquot_6.6.0\n[ 0.517297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519268] fuse init (API version 7.23)\n[ 0.520418] Key type big_key registered\n[ 0.521467] Allocating IMA MOK and blacklist keyrings.\n[ 0.522898] Key type asymmetric registered\n[ 0.523987] Asymmetric key parser 'x509' registered\n[ 0.525282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527616] io scheduler noop registered\n[ 0.528670] io scheduler deadline registered (default)\n[ 0.529991] io scheduler cfq registered\n[ 0.531093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532504] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534221] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536162] ACPI: Power Button [PWRF]\n[ 0.537231] GHES: HEST is not enabled!\n[ 0.551509] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583039] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611671] Linux agpgart interface v0.103\n[ 0.614100] brd: module loaded\n[ 0.615514] loop: module loaded\n[ 0.621130] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623108] GPT:90111 != 2097151\n[ 0.623999] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625515] GPT:90111 != 2097151\n[ 0.626410] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627731] vda: vda1 vda15\n[ 0.629441] scsi host0: ata_piix\n[ 0.630402] scsi host1: ata_piix\n[ 0.631322] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634905] libphy: Fixed MDIO Bus: probed\n[ 0.635996] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639961] PPP generic driver version 2.4.2\n[ 0.641136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642773] ehci-pci: EHCI PCI platform driver\n[ 0.643945] ehci-platform: EHCI generic platform driver\n[ 0.645285] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.646844] ohci-pci: OHCI PCI platform driver\n[ 0.648027] ohci-platform: OHCI generic platform driver\n[ 0.649380] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665524] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668933] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672183] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674104] usb usb1: Product: UHCI Host Controller\n[ 0.675370] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678241] hub 1-0:1.0: USB hub found\n[ 0.679284] hub 1-0:1.0: 2 ports detected\n[ 0.680478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685841] mousedev: PS/2 mouse device common for all mice\n[ 0.687465] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689909] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691313] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692937] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694561] i2c /dev entries driver\n[ 0.695565] device-mapper: uevent: version 1.0.3\n[ 0.696834] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699034] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700710] NET: Registered protocol family 10\n[ 0.702029] NET: Registered protocol family 17\n[ 0.703218] Key type dns_resolver registered\n[ 0.704426] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705914] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.708250] registered taskstats version 1\n[ 0.709358] Loading compiled-in X.509 certificates\n[ 0.711140] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713658] zswap: loaded using pool lzo/zbud\n[ 0.715337] Key type trusted registered\n[ 0.717179] Key type encrypted registered\n[ 0.718295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721105] evm: HMAC attrs: 0x1\n[ 0.722254] Magic number: 3:995:848\n[ 0.723264] index0: hash matches\n[ 0.724255] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:35 UTC (1546545035)\n[ 0.726402] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727916] EDD information not available.\n[ 0.790310] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.792113] ata1.00: configured for MWDMA2\n[ 0.804086] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.806857] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808574] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810259] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812564] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814658] Write protecting the kernel read-only data: 14336k\n[ 0.816634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818979] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.881775] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.90s]\nping 10.10.10.8 OK\nping 10.10.10.6 KO\nping 10.10.11.13 KO\n"} 2019-01-03 19:52:25,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-0afb5211-7953-435c-b472-b585abe8c0cf 2019-01-03 19:52:25,568 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2019-01-03 19:52:25,568 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2019-01-03 19:52:25,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"network_association": {"network_id": "c8df8079-a2a7-4ec5-b41c-859339ddd343"}}' 2019-01-03 19:52:26,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6dfd4ab3-4807-4ad1-a240-ddb91a426d75 Date: Thu, 03 Jan 2019 19:52:26 GMT RESP BODY: {"network_association": {"network_id": "c8df8079-a2a7-4ec5-b41c-859339ddd343", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "31819cae-c49b-4cdf-93f0-258514270a65"}} 2019-01-03 19:52:26,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e/network_associations used request id req-6dfd4ab3-4807-4ad1-a240-ddb91a426d75 2019-01-03 19:52:26,296 - sdnvpn_test_utils - DEBUG - Waiting for router 49c176a9-94c0-4242-ba12-3c82b258378e to associate with BGPVPN fb0b12a5-d14c-4156-90e1-937827039098 2019-01-03 19:52:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:52:26,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-3869f6c8-4f2a-4445-aa50-0f5ec2a0c8fb Date: Thu, 03 Jan 2019 19:52:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["fb0b12a5-d14c-4156-90e1-937827039098"], "id": "49c176a9-94c0-4242-ba12-3c82b258378e", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["c8df8079-a2a7-4ec5-b41c-859339ddd343"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:52:26,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e used request id req-3869f6c8-4f2a-4445-aa50-0f5ec2a0c8fb 2019-01-03 19:52:27,786 - sdnvpn_test_utils - DEBUG - Waiting for network 49c176a9-94c0-4242-ba12-3c82b258378e to associate with BGPVPN c8df8079-a2a7-4ec5-b41c-859339ddd343 2019-01-03 19:52:27,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:52:27,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-fcc66108-dc91-4c6c-b665-ccce9f47643f Date: Thu, 03 Jan 2019 19:52:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["fb0b12a5-d14c-4156-90e1-937827039098"], "id": "49c176a9-94c0-4242-ba12-3c82b258378e", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["c8df8079-a2a7-4ec5-b41c-859339ddd343"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:52:27,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e used request id req-fcc66108-dc91-4c6c-b665-ccce9f47643f 2019-01-03 19:52:28,989 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:52:59,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e46f3b4450cf912968a7352e8a8b393205ac7b1" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:53:00,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-380984d1-d5c6-418a-ae70-f68d2695944c x-compute-request-id: req-380984d1-d5c6-418a-ae70-f68d2695944c 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 491042466 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132847] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134553] pid_max: default: 32768 minimum: 301\n[ 0.135476] ACPI: Core revision 20150930\n[ 0.136880] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138239] Security Framework initialized\n[ 0.139078] Yama: becoming mindful.\n[ 0.139837] AppArmor: AppArmor initialized\n[ 0.140772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142167] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143528] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146232] Initializing cgroup subsys io\n[ 0.147074] Initializing cgroup subsys memory\n[ 0.147973] Initializing cgroup subsys devices\n[ 0.148872] Initializing cgroup subsys freezer\n[ 0.149774] Initializing cgroup subsys net_cls\n[ 0.150677] Initializing cgroup subsys perf_event\n[ 0.151624] Initializing cgroup subsys net_prio\n[ 0.152559] Initializing cgroup subsys hugetlb\n[ 0.153471] Initializing cgroup subsys pids\n[ 0.154375] CPU: Physical Processor ID: 0\n[ 0.155899] mce: CPU supports 10 MCE banks\n[ 0.156784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157822] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174998] ftrace: allocating 31920 entries in 125 pages\n[ 0.201678] smpboot: Max logical packages: 1\n[ 0.202582] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203991] x2apic enabled\n[ 0.204830] Switched APIC routing to physical x2apic.\n[ 0.206623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211718] KVM setup paravirtual spinlock\n[ 0.213065] x86: Booted up 1 node, 1 CPUs\n[ 0.213893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215345] devtmpfs: initialized\n[ 0.217098] evm: security.selinux\n[ 0.217823] evm: security.SMACK64\n[ 0.218542] evm: security.SMACK64EXEC\n[ 0.219322] evm: security.SMACK64TRANSMUTE\n[ 0.220172] evm: security.SMACK64MMAP\n[ 0.220943] evm: security.ima\n[ 0.221630] evm: security.capability\n[ 0.222481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224460] pinctrl core: initialized pinctrl subsystem\n[ 0.225633] RTC time: 19:50:21, date: 01/03/19\n[ 0.226653] NET: Registered protocol family 16\n[ 0.227678] cpuidle: using governor ladder\n[ 0.228556] cpuidle: using governor menu\n[ 0.229393] PCCT header not found.\n[ 0.230195] ACPI: bus type PCI registered\n[ 0.231059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232382] PCI: Using configuration type 1 for base access\n[ 0.234244] ACPI: Added _OSI(Module Device)\n[ 0.235124] ACPI: Added _OSI(Processor Device)\n[ 0.236019] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239155] ACPI: Interpreter enabled\n[ 0.239945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247623] ACPI: (supports S0 S5)\n[ 0.248370] ACPI: Using IOAPIC for interrupt routing\n[ 0.249477] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253889] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255186] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256440] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258759] acpiphp: Slot [3] registered\n[ 0.259614] acpiphp: Slot [4] registered\n[ 0.260454] acpiphp: Slot [5] registered\n[ 0.261289] acpiphp: Slot [6] registered\n[ 0.262124] acpiphp: Slot [7] registered\n[ 0.262948] acpiphp: Slot [8] registered\n[ 0.263788] acpiphp: Slot [9] registered\n[ 0.264639] acpiphp: Slot [10] registered\n[ 0.265484] acpiphp: Slot [11] registered\n[ 0.266339] acpiphp: Slot [12] registered\n[ 0.267191] acpiphp: Slot [13] registered\n[ 0.268048] acpiphp: Slot [14] registered\n[ 0.268843] acpiphp: Slot [15] registered\n[ 0.279631] acpiphp: Slot [16] registered\n[ 0.280427] acpiphp: Slot [17] registered\n[ 0.281220] acpiphp: Slot [18] registered\n[ 0.282013] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283608] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285202] acpiphp: Slot [23] registered\n[ 0.285989] acpiphp: Slot [24] registered\n[ 0.286781] acpiphp: Slot [25] registered\n[ 0.287576] acpiphp: Slot [26] registered\n[ 0.288368] acpiphp: Slot [27] registered\n[ 0.289167] acpiphp: Slot [28] registered\n[ 0.289960] acpiphp: Slot [29] registered\n[ 0.290755] acpiphp: Slot [30] registered\n[ 0.291552] acpiphp: Slot [31] registered\n[ 0.292345] PCI host bridge to bus 0000:00\n[ 0.293139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295527] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296948] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305824] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308220] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316023] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363577] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366382] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367735] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368958] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372707] vgaarb: loaded\n[ 0.373301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374418] SCSI subsystem initialized\n[ 0.375228] ACPI: bus type USB registered\n[ 0.376032] usbcore: registered new interface driver usbfs\n[ 0.377039] usbcore: registered new interface driver hub\n[ 0.378022] usbcore: registered new device driver usb\n[ 0.379065] PCI: Using ACPI for IRQ routing\n[ 0.380074] NetLabel: Initializing\n[ 0.380772] NetLabel: domain hash size = 128\n[ 0.381627] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382565] NetLabel: unlabeled traffic allowed by default\n[ 0.383647] clocksource: Switched to clocksource kvm-clock\n[ 0.389069] AppArmor: AppArmor Filesystem Enabled\n[ 0.390022] pnp: PnP ACPI init\n[ 0.390928] pnp: PnP ACPI: found 5 devices\n[ 0.397296] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399002] NET: Registered protocol family 2\n[ 0.399961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401229] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402396] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403586] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405825] NET: Registered protocol family 1\n[ 0.406682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407770] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408837] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437506] Trying to unpack rootfs image as initramfs...\n[ 0.488074] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501835] Scanning for low memory corruption every 60 seconds\n[ 0.503183] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504328] audit: initializing netlink subsys (disabled)\n[ 0.505342] audit: type=2000 audit(1546545022.066:1): initialized\n[ 0.506627] Initialise system trusted keyring\n[ 0.507547] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510653] zbud: loaded\n[ 0.511348] VFS: Disk quotas dquot_6.6.0\n[ 0.512172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513667] fuse init (API version 7.23)\n[ 0.514558] Key type big_key registered\n[ 0.515354] Allocating IMA MOK and blacklist keyrings.\n[ 0.516451] Key type asymmetric registered\n[ 0.517268] Asymmetric key parser 'x509' registered\n[ 0.518211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520049] io scheduler noop registered\n[ 0.520833] io scheduler deadline registered (default)\n[ 0.521812] io scheduler cfq registered\n[ 0.522636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524920] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526353] ACPI: Power Button [PWRF]\n[ 0.527172] GHES: HEST is not enabled!\n[ 0.540859] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596778] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599020] Linux agpgart interface v0.103\n[ 0.601053] brd: module loaded\n[ 0.602226] loop: module loaded\n[ 0.607510] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608949] GPT:90111 != 2097151\n[ 0.609621] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610687] GPT:90111 != 2097151\n[ 0.611346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612294] vda: vda1 vda15\n[ 0.613912] scsi host0: ata_piix\n[ 0.614638] scsi host1: ata_piix\n[ 0.615336] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616539] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617960] libphy: Fixed MDIO Bus: probed\n[ 0.618772] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621939] PPP generic driver version 2.4.2\n[ 0.622818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624168] ehci-pci: EHCI PCI platform driver\n[ 0.625033] ehci-platform: EHCI generic platform driver\n[ 0.625998] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627105] ohci-pci: OHCI PCI platform driver\n[ 0.627963] ohci-platform: OHCI generic platform driver\n[ 0.628940] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644289] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645719] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646726] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650426] usb usb1: Product: UHCI Host Controller\n[ 0.651344] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652470] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653469] hub 1-0:1.0: USB hub found\n[ 0.654233] hub 1-0:1.0: 2 ports detected\n[ 0.655113] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657207] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658155] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659154] mousedev: PS/2 mouse device common for all mice\n[ 0.660398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662210] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663279] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664464] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665633] i2c /dev entries driver\n[ 0.666381] device-mapper: uevent: version 1.0.3\n[ 0.667301] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668909] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670178] NET: Registered protocol family 10\n[ 0.671153] NET: Registered protocol family 17\n[ 0.672038] Key type dns_resolver registered\n[ 0.672946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674033] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675758] registered taskstats version 1\n[ 0.676584] Loading compiled-in X.509 certificates\n[ 0.678008] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679842] zswap: loaded using pool lzo/zbud\n[ 0.681192] Key type trusted registered\n[ 0.682714] Key type encrypted registered\n[ 0.683536] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685602] evm: HMAC attrs: 0x1\n[ 0.686524] Magic number: 3:995:848\n[ 0.687273] index0: hash matches\n[ 0.688046] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:22 UTC (1546545022)\n[ 0.689621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690714] EDD information not available.\n[ 0.772209] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773630] ata1.00: configured for MWDMA2\n[ 0.785106] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787291] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788509] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789744] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791590] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793116] Write protecting the kernel read-only data: 14336k\n[ 0.794668] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796452] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.202847] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.12s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2019-01-03 19:53:00,098 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action used request id req-380984d1-d5c6-418a-ae70-f68d2695944c 2019-01-03 19:53:00,100 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.13) to 'sdnvpn-4-5' (10.10.11.7). -->Expected result: can ping. 2019-01-03 19:53:00,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e46f3b4450cf912968a7352e8a8b393205ac7b1" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:53:01,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:53: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-3bb0082c-72e3-4ecf-90d6-14646534b640 x-compute-request-id: req-3bb0082c-72e3-4ecf-90d6-14646534b640 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 491042466 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132847] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134553] pid_max: default: 32768 minimum: 301\n[ 0.135476] ACPI: Core revision 20150930\n[ 0.136880] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138239] Security Framework initialized\n[ 0.139078] Yama: becoming mindful.\n[ 0.139837] AppArmor: AppArmor initialized\n[ 0.140772] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142167] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143528] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144784] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146232] Initializing cgroup subsys io\n[ 0.147074] Initializing cgroup subsys memory\n[ 0.147973] Initializing cgroup subsys devices\n[ 0.148872] Initializing cgroup subsys freezer\n[ 0.149774] Initializing cgroup subsys net_cls\n[ 0.150677] Initializing cgroup subsys perf_event\n[ 0.151624] Initializing cgroup subsys net_prio\n[ 0.152559] Initializing cgroup subsys hugetlb\n[ 0.153471] Initializing cgroup subsys pids\n[ 0.154375] CPU: Physical Processor ID: 0\n[ 0.155899] mce: CPU supports 10 MCE banks\n[ 0.156784] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157822] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174998] ftrace: allocating 31920 entries in 125 pages\n[ 0.201678] smpboot: Max logical packages: 1\n[ 0.202582] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203991] x2apic enabled\n[ 0.204830] Switched APIC routing to physical x2apic.\n[ 0.206623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211718] KVM setup paravirtual spinlock\n[ 0.213065] x86: Booted up 1 node, 1 CPUs\n[ 0.213893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215345] devtmpfs: initialized\n[ 0.217098] evm: security.selinux\n[ 0.217823] evm: security.SMACK64\n[ 0.218542] evm: security.SMACK64EXEC\n[ 0.219322] evm: security.SMACK64TRANSMUTE\n[ 0.220172] evm: security.SMACK64MMAP\n[ 0.220943] evm: security.ima\n[ 0.221630] evm: security.capability\n[ 0.222481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224460] pinctrl core: initialized pinctrl subsystem\n[ 0.225633] RTC time: 19:50:21, date: 01/03/19\n[ 0.226653] NET: Registered protocol family 16\n[ 0.227678] cpuidle: using governor ladder\n[ 0.228556] cpuidle: using governor menu\n[ 0.229393] PCCT header not found.\n[ 0.230195] ACPI: bus type PCI registered\n[ 0.231059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232382] PCI: Using configuration type 1 for base access\n[ 0.234244] ACPI: Added _OSI(Module Device)\n[ 0.235124] ACPI: Added _OSI(Processor Device)\n[ 0.236019] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239155] ACPI: Interpreter enabled\n[ 0.239945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243782] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247623] ACPI: (supports S0 S5)\n[ 0.248370] ACPI: Using IOAPIC for interrupt routing\n[ 0.249477] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252695] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253889] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255186] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256440] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258759] acpiphp: Slot [3] registered\n[ 0.259614] acpiphp: Slot [4] registered\n[ 0.260454] acpiphp: Slot [5] registered\n[ 0.261289] acpiphp: Slot [6] registered\n[ 0.262124] acpiphp: Slot [7] registered\n[ 0.262948] acpiphp: Slot [8] registered\n[ 0.263788] acpiphp: Slot [9] registered\n[ 0.264639] acpiphp: Slot [10] registered\n[ 0.265484] acpiphp: Slot [11] registered\n[ 0.266339] acpiphp: Slot [12] registered\n[ 0.267191] acpiphp: Slot [13] registered\n[ 0.268048] acpiphp: Slot [14] registered\n[ 0.268843] acpiphp: Slot [15] registered\n[ 0.279631] acpiphp: Slot [16] registered\n[ 0.280427] acpiphp: Slot [17] registered\n[ 0.281220] acpiphp: Slot [18] registered\n[ 0.282013] acpiphp: Slot [19] registered\n[ 0.282810] acpiphp: Slot [20] registered\n[ 0.283608] acpiphp: Slot [21] registered\n[ 0.284406] acpiphp: Slot [22] registered\n[ 0.285202] acpiphp: Slot [23] registered\n[ 0.285989] acpiphp: Slot [24] registered\n[ 0.286781] acpiphp: Slot [25] registered\n[ 0.287576] acpiphp: Slot [26] registered\n[ 0.288368] acpiphp: Slot [27] registered\n[ 0.289167] acpiphp: Slot [28] registered\n[ 0.289960] acpiphp: Slot [29] registered\n[ 0.290755] acpiphp: Slot [30] registered\n[ 0.291552] acpiphp: Slot [31] registered\n[ 0.292345] PCI host bridge to bus 0000:00\n[ 0.293139] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295527] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296948] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304549] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305824] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306980] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308220] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316023] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362133] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363577] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366382] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367735] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368958] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370097] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372707] vgaarb: loaded\n[ 0.373301] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374418] SCSI subsystem initialized\n[ 0.375228] ACPI: bus type USB registered\n[ 0.376032] usbcore: registered new interface driver usbfs\n[ 0.377039] usbcore: registered new interface driver hub\n[ 0.378022] usbcore: registered new device driver usb\n[ 0.379065] PCI: Using ACPI for IRQ routing\n[ 0.380074] NetLabel: Initializing\n[ 0.380772] NetLabel: domain hash size = 128\n[ 0.381627] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382565] NetLabel: unlabeled traffic allowed by default\n[ 0.383647] clocksource: Switched to clocksource kvm-clock\n[ 0.389069] AppArmor: AppArmor Filesystem Enabled\n[ 0.390022] pnp: PnP ACPI init\n[ 0.390928] pnp: PnP ACPI: found 5 devices\n[ 0.397296] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399002] NET: Registered protocol family 2\n[ 0.399961] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401229] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402396] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403586] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405825] NET: Registered protocol family 1\n[ 0.406682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407770] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408837] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437506] Trying to unpack rootfs image as initramfs...\n[ 0.488074] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501835] Scanning for low memory corruption every 60 seconds\n[ 0.503183] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504328] audit: initializing netlink subsys (disabled)\n[ 0.505342] audit: type=2000 audit(1546545022.066:1): initialized\n[ 0.506627] Initialise system trusted keyring\n[ 0.507547] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508705] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510653] zbud: loaded\n[ 0.511348] VFS: Disk quotas dquot_6.6.0\n[ 0.512172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513667] fuse init (API version 7.23)\n[ 0.514558] Key type big_key registered\n[ 0.515354] Allocating IMA MOK and blacklist keyrings.\n[ 0.516451] Key type asymmetric registered\n[ 0.517268] Asymmetric key parser 'x509' registered\n[ 0.518211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520049] io scheduler noop registered\n[ 0.520833] io scheduler deadline registered (default)\n[ 0.521812] io scheduler cfq registered\n[ 0.522636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524920] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526353] ACPI: Power Button [PWRF]\n[ 0.527172] GHES: HEST is not enabled!\n[ 0.540859] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568955] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596778] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599020] Linux agpgart interface v0.103\n[ 0.601053] brd: module loaded\n[ 0.602226] loop: module loaded\n[ 0.607510] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608949] GPT:90111 != 2097151\n[ 0.609621] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610687] GPT:90111 != 2097151\n[ 0.611346] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612294] vda: vda1 vda15\n[ 0.613912] scsi host0: ata_piix\n[ 0.614638] scsi host1: ata_piix\n[ 0.615336] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616539] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617960] libphy: Fixed MDIO Bus: probed\n[ 0.618772] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621939] PPP generic driver version 2.4.2\n[ 0.622818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624168] ehci-pci: EHCI PCI platform driver\n[ 0.625033] ehci-platform: EHCI generic platform driver\n[ 0.625998] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627105] ohci-pci: OHCI PCI platform driver\n[ 0.627963] ohci-platform: OHCI generic platform driver\n[ 0.628940] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643307] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644289] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645719] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646726] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647833] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650426] usb usb1: Product: UHCI Host Controller\n[ 0.651344] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652470] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653469] hub 1-0:1.0: USB hub found\n[ 0.654233] hub 1-0:1.0: 2 ports detected\n[ 0.655113] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657207] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658155] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659154] mousedev: PS/2 mouse device common for all mice\n[ 0.660398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662210] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663279] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664464] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665633] i2c /dev entries driver\n[ 0.666381] device-mapper: uevent: version 1.0.3\n[ 0.667301] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668909] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670178] NET: Registered protocol family 10\n[ 0.671153] NET: Registered protocol family 17\n[ 0.672038] Key type dns_resolver registered\n[ 0.672946] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674033] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675758] registered taskstats version 1\n[ 0.676584] Loading compiled-in X.509 certificates\n[ 0.678008] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679842] zswap: loaded using pool lzo/zbud\n[ 0.681192] Key type trusted registered\n[ 0.682714] Key type encrypted registered\n[ 0.683536] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684571] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685602] evm: HMAC attrs: 0x1\n[ 0.686524] Magic number: 3:995:848\n[ 0.687273] index0: hash matches\n[ 0.688046] rtc_cmos 00:00: setting system clock to 2019-01-03 19:50:22 UTC (1546545022)\n[ 0.689621] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690714] EDD information not available.\n[ 0.772209] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773630] ata1.00: configured for MWDMA2\n[ 0.785106] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.787291] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788509] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789744] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791590] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793116] Write protecting the kernel read-only data: 14336k\n[ 0.794668] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796452] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.202847] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.12s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2019-01-03 19:53:01,175 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action used request id req-3bb0082c-72e3-4ecf-90d6-14646534b640 2019-01-03 19:53:01,176 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2019-01-03 19:53:01,176 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2019-01-03 19:53:01,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:53:01,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01bb67ca-98cd-419c-ae3d-c5b2dfa31cfd Content-Length: 0 Date: Thu, 03 Jan 2019 19:53:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:53:01,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/49c176a9-94c0-4242-ba12-3c82b258378e used request id req-01bb67ca-98cd-419c-ae3d-c5b2dfa31cfd 2019-01-03 19:53:31,765 - 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}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-654186", "route_distinguishers": "12:12"}}' 2019-01-03 19:53:32,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-f87e39f5-bc44-4025-b048-c5e04f7bfc32 Date: Thu, 03 Jan 2019 19:53:32 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "fe693417-4730-4643-aeed-9065da8db935", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:53:32,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-f87e39f5-bc44-4025-b048-c5e04f7bfc32 2019-01-03 19:53:32,268 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-654186', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'fe693417-4730-4643-aeed-9065da8db935'}} 2019-01-03 19:53:32,268 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2019-01-03 19:53:32,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"router_association": {"router_id": "fb0b12a5-d14c-4156-90e1-937827039098"}}' 2019-01-03 19:53:32,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-3a4bb9c0-1f2b-42c2-b804-832af6650497 Date: Thu, 03 Jan 2019 19:53:32 GMT RESP BODY: {"router_association": {"router_id": "fb0b12a5-d14c-4156-90e1-937827039098", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "c22e0c8b-2f86-4f09-a730-d534842f54b6"}} 2019-01-03 19:53:32,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935/router_associations used request id req-3a4bb9c0-1f2b-42c2-b804-832af6650497 2019-01-03 19:53:32,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"network_association": {"network_id": "c8df8079-a2a7-4ec5-b41c-859339ddd343"}}' 2019-01-03 19:53:33,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-09c16538-ee60-4f02-bdaa-a7d099c204b6 Date: Thu, 03 Jan 2019 19:53:33 GMT RESP BODY: {"network_association": {"network_id": "c8df8079-a2a7-4ec5-b41c-859339ddd343", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "a6330589-e315-463e-bb16-5fe40054da4e"}} 2019-01-03 19:53:33,420 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935/network_associations used request id req-09c16538-ee60-4f02-bdaa-a7d099c204b6 2019-01-03 19:53:33,421 - sdnvpn_test_utils - DEBUG - Waiting for router fe693417-4730-4643-aeed-9065da8db935 to associate with BGPVPN fb0b12a5-d14c-4156-90e1-937827039098 2019-01-03 19:53:33,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:53:33,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-9016250d-8a72-456d-b818-cac30643d4e7 Date: Thu, 03 Jan 2019 19:53:33 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["fb0b12a5-d14c-4156-90e1-937827039098"], "id": "fe693417-4730-4643-aeed-9065da8db935", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["c8df8079-a2a7-4ec5-b41c-859339ddd343"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:53:33,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 used request id req-9016250d-8a72-456d-b818-cac30643d4e7 2019-01-03 19:53:34,936 - sdnvpn_test_utils - DEBUG - Waiting for network fe693417-4730-4643-aeed-9065da8db935 to associate with BGPVPN c8df8079-a2a7-4ec5-b41c-859339ddd343 2019-01-03 19:53:34,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:53:35,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-90fb5469-9846-4654-bc7c-b28aadd34b75 Date: Thu, 03 Jan 2019 19:53:35 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["fb0b12a5-d14c-4156-90e1-937827039098"], "id": "fe693417-4730-4643-aeed-9065da8db935", "name": "sdnvpn-654186", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": ["c8df8079-a2a7-4ec5-b41c-859339ddd343"], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 19:53:35,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 used request id req-90fb5469-9846-4654-bc7c-b28aadd34b75 2019-01-03 19:53:36,124 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 19:54:06,155 - 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. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2019-01-03 19:54:06,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"forceDelete": null}' 2019-01-03 19:54:06,326 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad206ef3-7fae-4148-aa7d-e016bb718809 x-compute-request-id: req-ad206ef3-7fae-4148-aa7d-e016bb718809 Content-Length: 0 Content-Type: application/json 2019-01-03 19:54:06,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb/action used request id req-ad206ef3-7fae-4148-aa7d-e016bb718809 2019-01-03 19:54:06,327 - sdnvpn_test_utils - DEBUG - Waiting for instance f4b56951-605d-420a-ba34-ee1e715456cb to be deleted 2019-01-03 19:54:06,330 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:06,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1065aeb-1953-4316-8695-52768820c3da x-compute-request-id: req-a1065aeb-1953-4316-8695-52768820c3da Content-Encoding: gzip Content-Length: 1183 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:67:f1:e3", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f4b56951-605d-420a-ba34-ee1e715456cb", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012e", "OS-SRV-USG:launched_at": "2019-01-03T19:50:34.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "f4b56951-605d-420a-ba34-ee1e715456cb", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:54:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-03T19:50:29Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:40:b5:fb", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2019-01-03T19:49:44.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:45Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:06,851 - 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-a1065aeb-1953-4316-8695-52768820c3da 2019-01-03 19:54:08,857 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:09,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54: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-ce906f26-2a6c-4875-9435-1055036a78be x-compute-request-id: req-ce906f26-2a6c-4875-9435-1055036a78be Content-Encoding: gzip Content-Length: 1092 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:40:b5:fb", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2019-01-03T19:49:44.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:45Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:09,360 - 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-ce906f26-2a6c-4875-9435-1055036a78be 2019-01-03 19:54:11,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"forceDelete": null}' 2019-01-03 19:54:11,548 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2cc0cb9-beb9-48af-8a32-ed48f7ba3633 x-compute-request-id: req-d2cc0cb9-beb9-48af-8a32-ed48f7ba3633 Content-Length: 0 Content-Type: application/json 2019-01-03 19:54:11,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63/action used request id req-d2cc0cb9-beb9-48af-8a32-ed48f7ba3633 2019-01-03 19:54:11,549 - sdnvpn_test_utils - DEBUG - Waiting for instance 84c4c8cf-75a3-42ab-8685-a2b7c8670f63 to be deleted 2019-01-03 19:54:11,552 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:12,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc2b25a5-b6bf-45a9-9dcd-4a990f25038a x-compute-request-id: req-fc2b25a5-b6bf-45a9-9dcd-4a990f25038a Content-Encoding: gzip Content-Length: 1104 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:40:b5:fb", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2019-01-03T19:49:44.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "84c4c8cf-75a3-42ab-8685-a2b7c8670f63", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:54:11Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-03T19:49:40Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:12,209 - 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-fc2b25a5-b6bf-45a9-9dcd-4a990f25038a 2019-01-03 19:54:14,215 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:14,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-31e3ec80-5ea5-4538-b7c0-c2329b728949 x-compute-request-id: req-31e3ec80-5ea5-4538-b7c0-c2329b728949 Content-Encoding: gzip Content-Length: 1015 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:49:57Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:14,703 - 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-31e3ec80-5ea5-4538-b7c0-c2329b728949 2019-01-03 19:54:16,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"forceDelete": null}' 2019-01-03 19:54:16,878 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09d2caf6-96ca-4c8f-9cb1-447bcd266811 x-compute-request-id: req-09d2caf6-96ca-4c8f-9cb1-447bcd266811 Content-Length: 0 Content-Type: application/json 2019-01-03 19:54:16,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859/action used request id req-09d2caf6-96ca-4c8f-9cb1-447bcd266811 2019-01-03 19:54:16,879 - sdnvpn_test_utils - DEBUG - Waiting for instance 813b7925-4f3d-4e05-ab2c-48a0dc320859 to be deleted 2019-01-03 19:54:16,882 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:17,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5da15e91-2fd1-4efe-b03f-42d1e78fdea3 x-compute-request-id: req-5da15e91-2fd1-4efe-b03f-42d1e78fdea3 Content-Encoding: gzip Content-Length: 1026 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f1:cf:2a", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/813b7925-4f3d-4e05-ab2c-48a0dc320859", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000125", "OS-SRV-USG:launched_at": "2019-01-03T19:49:56.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "813b7925-4f3d-4e05-ab2c-48a0dc320859", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:54:16Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-03T19:49:52Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:17,882 - 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-5da15e91-2fd1-4efe-b03f-42d1e78fdea3 2019-01-03 19:54:19,888 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:20,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30387f6a-e0a0-4f09-ac04-b255305fb29b x-compute-request-id: req-30387f6a-e0a0-4f09-ac04-b255305fb29b Content-Encoding: gzip Content-Length: 928 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:50:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:20,387 - 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-30387f6a-e0a0-4f09-ac04-b255305fb29b 2019-01-03 19:54:22,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"forceDelete": null}' 2019-01-03 19:54:22,567 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2041f870-d857-48a1-b0a9-a27288e968ad x-compute-request-id: req-2041f870-d857-48a1-b0a9-a27288e968ad Content-Length: 0 Content-Type: application/json 2019-01-03 19:54:22,567 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f/action used request id req-2041f870-d857-48a1-b0a9-a27288e968ad 2019-01-03 19:54:22,567 - sdnvpn_test_utils - DEBUG - Waiting for instance 23bc282a-0711-4f7a-893e-b30a5d04009f to be deleted 2019-01-03 19:54:22,571 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:23,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58ea1a3e-60b0-441a-a6a9-93c9667bbe44 x-compute-request-id: req-58ea1a3e-60b0-441a-a6a9-93c9667bbe44 Content-Encoding: gzip Content-Length: 942 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:83:81:75", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/23bc282a-0711-4f7a-893e-b30a5d04009f", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012b", "OS-SRV-USG:launched_at": "2019-01-03T19:50:21.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "23bc282a-0711-4f7a-893e-b30a5d04009f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:54:22Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-03T19:50:17Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:23,084 - 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-58ea1a3e-60b0-441a-a6a9-93c9667bbe44 2019-01-03 19:54:25,090 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:25,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-6bc1fea3-ef88-479b-8e40-84e424de1201 x-compute-request-id: req-6bc1fea3-ef88-479b-8e40-84e424de1201 Content-Encoding: gzip Content-Length: 785 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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:50:10Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:25,564 - 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-6bc1fea3-ef88-479b-8e40-84e424de1201 2019-01-03 19:54:27,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df65997ab6229287fdb98bafaeeb8dee1b885229" -d '{"forceDelete": null}' 2019-01-03 19:54:27,735 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-303c9dab-f043-46c3-91f2-6b13c4d73e0a x-compute-request-id: req-303c9dab-f043-46c3-91f2-6b13c4d73e0a Content-Length: 0 Content-Type: application/json 2019-01-03 19:54:27,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e/action used request id req-303c9dab-f043-46c3-91f2-6b13c4d73e0a 2019-01-03 19:54:27,736 - sdnvpn_test_utils - DEBUG - Waiting for instance b9a481f9-4c6d-4734-97bc-9ec4a3896a4e to be deleted 2019-01-03 19:54:27,739 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:28,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-632d999d-57eb-4f40-90c3-b4f6aac88c0d x-compute-request-id: req-632d999d-57eb-4f40-90c3-b4f6aac88c0d Content-Encoding: gzip Content-Length: 794 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:61:8b:82", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "rel": "bookmark"}], "image": {"id": "d00a44da-43bf-4787-bf54-3f43e689b60b", "links": [{"href": "http://172.30.9.30:8774/images/d00a44da-43bf-4787-bf54-3f43e689b60b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000128", "OS-SRV-USG:launched_at": "2019-01-03T19:50:08.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "b9a481f9-4c6d-4734-97bc-9ec4a3896a4e", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:54:27Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-03T19:50:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 19:54:28,391 - 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-632d999d-57eb-4f40-90c3-b4f6aac88c0d 2019-01-03 19:54:30,396 - 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}df65997ab6229287fdb98bafaeeb8dee1b885229" 2019-01-03 19:54:30,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4aa571a1-2f28-47ce-ad34-9fe728cee5b6 x-compute-request-id: req-4aa571a1-2f28-47ce-ad34-9fe728cee5b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 19:54:30,480 - 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-4aa571a1-2f28-47ce-ad34-9fe728cee5b6 2019-01-03 19:54:32,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9447f89c5bcdd2459d738b0aebeaf005ac1bdde3" 2019-01-03 19:54:33,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d2990c6-4ca1-4930-8703-df6267849ebd Date: Thu, 03 Jan 2019 19:54:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:54:33,493 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d00a44da-43bf-4787-bf54-3f43e689b60b used request id req-2d2990c6-4ca1-4930-8703-df6267849ebd 2019-01-03 19:54:33,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:34,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e729326c-3509-4571-99fc-55631751bc90 Content-Length: 0 Date: Thu, 03 Jan 2019 19:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:34,141 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/fe693417-4730-4643-aeed-9065da8db935 used request id req-e729326c-3509-4571-99fc-55631751bc90 2019-01-03 19:54:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"subnet_id": "ee6d1193-6327-451e-a3d7-cda7e14ef718"}' 2019-01-03 19:54:35,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3021d503-da71-4ab4-b752-7e800652b22e Date: Thu, 03 Jan 2019 19:54:35 GMT RESP BODY: {"network_id": "b1ace5e5-6685-4544-91f2-dbe230f8b688", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "ee6d1193-6327-451e-a3d7-cda7e14ef718", "subnet_ids": ["ee6d1193-6327-451e-a3d7-cda7e14ef718"], "port_id": "0b877878-3cd6-4a9e-836e-1b9ecedd1f80", "id": "fb0b12a5-d14c-4156-90e1-937827039098"} 2019-01-03 19:54:35,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098/remove_router_interface used request id req-3021d503-da71-4ab4-b752-7e800652b22e 2019-01-03 19:54:35,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 19:54:36,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-e1ad6575-9ba8-4b63-993e-85b6702e7d64 Date: Thu, 03 Jan 2019 19:54:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:49:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T19:54:35Z", "revision_number": 7, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "fb0b12a5-d14c-4156-90e1-937827039098", "name": "sdnvpn-4-1-router"}} 2019-01-03 19:54:36,319 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 used request id req-e1ad6575-9ba8-4b63-993e-85b6702e7d64 2019-01-03 19:54:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/ee6d1193-6327-451e-a3d7-cda7e14ef718 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:38,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efca1907-64d2-4184-ad93-983deeea5033 Date: Thu, 03 Jan 2019 19:54:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:38,640 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ee6d1193-6327-451e-a3d7-cda7e14ef718 used request id req-efca1907-64d2-4184-ad93-983deeea5033 2019-01-03 19:54:38,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/0a6e5e2c-9b42-4d33-87b1-429706679860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:40,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4dbe68f9-47be-4b77-8576-d6d0b044196f Date: Thu, 03 Jan 2019 19:54:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:40,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/0a6e5e2c-9b42-4d33-87b1-429706679860 used request id req-4dbe68f9-47be-4b77-8576-d6d0b044196f 2019-01-03 19:54:40,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:41,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6620d33-1e6e-456e-bfd3-0dcbcd11bf33 Content-Length: 0 Date: Thu, 03 Jan 2019 19:54:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:41,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/fb0b12a5-d14c-4156-90e1-937827039098 used request id req-e6620d33-1e6e-456e-bfd3-0dcbcd11bf33 2019-01-03 19:54:41,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/b1ace5e5-6685-4544-91f2-dbe230f8b688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:42,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e7ffa98-cc14-4152-af4b-5b5a27c90f18 Date: Thu, 03 Jan 2019 19:54:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:42,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b1ace5e5-6685-4544-91f2-dbe230f8b688 used request id req-5e7ffa98-cc14-4152-af4b-5b5a27c90f18 2019-01-03 19:54:42,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/c8df8079-a2a7-4ec5-b41c-859339ddd343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4eccbf17231813b87ce7d03d5cd2fdb7081895a8" 2019-01-03 19:54:42,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b3361b9-b80b-42b5-8b2c-1c2dc851b67c Date: Thu, 03 Jan 2019 19:54:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 19:54:42,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c8df8079-a2a7-4ec5-b41c-859339ddd343 used request id req-6b3361b9-b80b-42b5-8b2c-1c2dc851b67c 2019-01-03 19:54:42,885 - 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. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2019-01-03 19:54:42,885 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-03 19:54:42,886 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2019-01-03 19:54:42,886 - 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'}]} 2019-01-03 19:54:42,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2019-01-03 19:54:42,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2019-01-03 19:54:42,887 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2019-01-03 19:54:43,139 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2019-01-03 19:54:43,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:54:43,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:54:43,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:54:43,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:54:43,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:54:43,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:54:43,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:54:43,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:54:43,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:54:43,148 - 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" 2019-01-03 19:54:43,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e40f512b-45e4-4ff5-ab63-81445beaca85 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"}]}} 2019-01-03 19:54:43,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e40f512b-45e4-4ff5-ab63-81445beaca85 2019-01-03 19:54:43,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:54:43,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["1RCg1MzbSYWprXNfUhjThA"], "issued_at": "2019-01-03T19:54:43.000000Z"}} 2019-01-03 19:54:43,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 19:54:43,537 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:43,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c2179707-5eec-43bc-9992-d1c9841c182f Date: Thu, 03 Jan 2019 19:54:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 19:54:43,762 - 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-c2179707-5eec-43bc-9992-d1c9841c182f 2019-01-03 19:54:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.224998950958s 2019-01-03 19:54:43,762 - 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-c2179707-5eec-43bc-9992-d1c9841c182f 2019-01-03 19:54:43,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 19:54:43,767 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:43,772 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 19:54: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"}]}]}} 2019-01-03 19:54:43,776 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:43,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d125b779-d7c4-408e-8177-acf50d9b7c71 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 19:54:43,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d125b779-d7c4-408e-8177-acf50d9b7c71 2019-01-03 19:54:43,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0929870605469s 2019-01-03 19:54:43,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 19:54:43,858 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}}' 2019-01-03 19:54:43,966 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 19:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26a3c6e0-3e92-4450-b710-b5583186c3bd 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/9115a543120d494c8e3fa9a0fe19a717"}, "enabled": true, "id": "9115a543120d494c8e3fa9a0fe19a717", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}} 2019-01-03 19:54:43,967 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-26a3c6e0-3e92-4450-b710-b5583186c3bd 2019-01-03 19:54:43,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108849048615s 2019-01-03 19:54:43,967 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-26a3c6e0-3e92-4450-b710-b5583186c3bd 2019-01-03 19:54:43,968 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285', 'id': u'9115a543120d494c8e3fa9a0fe19a717', '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'})}) 2019-01-03 19:54:43,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 19:54:44,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369528055191s 2019-01-03 19:54:44,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f2dcb2-bbf3-4e28-a862-4ee67b1d21c6 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/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285"}} 2019-01-03 19:54:44,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e used request id req-16f2dcb2-bbf3-4e28-a862-4ee67b1d21c6 2019-01-03 19:54:44,433 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e7a173d06a4d4bbbac74a1e660f3cf4e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285'}) 2019-01-03 19:54:44,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:44,434 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e100b5-6c83-4309-85aa-b7068cc749bf Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:44,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-47e100b5-6c83-4309-85aa-b7068cc749bf 2019-01-03 19:54:44,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0893559455872s 2019-01-03 19:54:44,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:44,525 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbe486f4-39f3-4201-88bc-887e42794ca4 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:44,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fbe486f4-39f3-4201-88bc-887e42794ca4 2019-01-03 19:54:44,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743629932404s 2019-01-03 19:54:44,600 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 19:54:44,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 19:54:44,601 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"role": {"name": "Member"}}' 2019-01-03 19:54:44,704 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a24e705-fef9-4a53-a51b-8be62c0db142 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}} 2019-01-03 19:54:44,704 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-8a24e705-fef9-4a53-a51b-8be62c0db142 2019-01-03 19:54:44,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103302001953s 2019-01-03 19:54:44,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81732faf-0cf0-4ef0-9d68-5e4fe16a107a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "domain_id": null, "name": "Member", "id": "41d17ffde373419db7d7ccfbbd897cc5"}} 2019-01-03 19:54:44,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5 used request id req-81732faf-0cf0-4ef0-9d68-5e4fe16a107a 2019-01-03 19:54:44,785 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5'}, 'domain_id': None, 'human_id': None, 'id': u'41d17ffde373419db7d7ccfbbd897cc5', 'HUMAN_ID': False}) 2019-01-03 19:54:44,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:44,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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c604301c-d034-4051-a1fd-bddb53b790c7 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:44,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c604301c-d034-4051-a1fd-bddb53b790c7 2019-01-03 19:54:44,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076080083847s 2019-01-03 19:54:44,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 19:54:44,864 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:44,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51edf13a-2471-4b31-8ed1-b825fe134472 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"}} 2019-01-03 19:54:44,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-51edf13a-2471-4b31-8ed1-b825fe134472 2019-01-03 19:54:44,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0831339359283s 2019-01-03 19:54:44,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 19:54:44,948 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc053bc-5674-4af1-a77b-72f9cb198347 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285", "links": {"self": "http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "domain_id": "default", "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 19:54:45,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4fc053bc-5674-4af1-a77b-72f9cb198347 2019-01-03 19:54:45,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09827709198s 2019-01-03 19:54:45,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4fc053bc-5674-4af1-a77b-72f9cb198347 2019-01-03 19:54:45,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 19:54:45,053 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142a3426-4679-48c6-a190-29c469d08aac 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717"}, "enabled": true, "id": "9115a543120d494c8e3fa9a0fe19a717", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}]} 2019-01-03 19:54:45,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-142a3426-4679-48c6-a190-29c469d08aac 2019-01-03 19:54:45,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830729007721s 2019-01-03 19:54:45,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-142a3426-4679-48c6-a190-29c469d08aac 2019-01-03 19:54:45,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 19:54:45,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=41d17ffde373419db7d7ccfbbd897cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcde6570-278b-4002-b172-47afb3ea5b24 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=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=41d17ffde373419db7d7ccfbbd897cc5", "previous": null, "next": null}} 2019-01-03 19:54:45,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=41d17ffde373419db7d7ccfbbd897cc5 used request id req-dcde6570-278b-4002-b172-47afb3ea5b24 2019-01-03 19:54:45,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085077047348s 2019-01-03 19:54:45,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 19:54:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/41d17ffde373419db7d7ccfbbd897cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bdf51a6-e4c3-422a-b1b7-924488952aee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:54:45,359 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/41d17ffde373419db7d7ccfbbd897cc5 used request id req-0bdf51a6-e4c3-422a-b1b7-924488952aee 2019-01-03 19:54:45,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135029792786s 2019-01-03 19:54:45,360 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285', 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': '3c8264a1-e65a-46d2-8752-d9c4b5078f09', 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_9d2657f0-234c-4c5b-8654-b374c4612285', 'project_id': u'9115a543120d494c8e3fa9a0fe19a717', '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': {}}}} 2019-01-03 19:54:45,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:54:45,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:54:45,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:54:45,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:54:45,363 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:54:45,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:54:45,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:54:45,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:54:45,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:54:45,366 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285', 'password': '3c8264a1-e65a-46d2-8752-d9c4b5078f09', 'project_name': 'bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '9115a543120d494c8e3fa9a0fe19a717', 'project_domain_name': 'Default'} 2019-01-03 19:54:45,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:45,367 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6f6459-e6f1-49fd-860c-1680b5f57f08 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:45,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1c6f6459-e6f1-49fd-860c-1680b5f57f08 2019-01-03 19:54:45,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791981220245s 2019-01-03 19:54:45,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:45,447 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ef2937-b1e8-4282-ae69-2b85eb495dec Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:45,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-47ef2937-b1e8-4282-ae69-2b85eb495dec 2019-01-03 19:54:45,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0907609462738s 2019-01-03 19:54:45,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 19:54:45,540 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73fb5672-bacf-4e48-968f-708cb9871e6a 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"}} 2019-01-03 19:54:45,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-73fb5672-bacf-4e48-968f-708cb9871e6a 2019-01-03 19:54:45,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082633972168s 2019-01-03 19:54:45,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 19:54:45,623 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ade6dad-1d7a-499c-891f-7ac9c50b425a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285", "links": {"self": "http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "domain_id": "default", "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 19:54:45,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3ade6dad-1d7a-499c-891f-7ac9c50b425a 2019-01-03 19:54:45,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976541042328s 2019-01-03 19:54:45,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3ade6dad-1d7a-499c-891f-7ac9c50b425a 2019-01-03 19:54:45,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 19:54:45,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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-856f6bf6-74db-40ae-a439-317b9c50eda9 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717"}, "enabled": true, "id": "9115a543120d494c8e3fa9a0fe19a717", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}]} 2019-01-03 19:54:45,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-856f6bf6-74db-40ae-a439-317b9c50eda9 2019-01-03 19:54:45,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802278518677s 2019-01-03 19:54:45,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-856f6bf6-74db-40ae-a439-317b9c50eda9 2019-01-03 19:54:45,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 19:54:45,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98d4193-89ba-4d82-8110-68ea6f59f52c 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=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 19:54:45,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&scope.project.id=9115a543120d494c8e3fa9a0fe19a717&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-f98d4193-89ba-4d82-8110-68ea6f59f52c 2019-01-03 19:54:45,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0206911563873s 2019-01-03 19:54:45,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 19:54:45,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:45,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9246ded-d7d2-4724-a8ae-459f1da07c74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:54:45,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-f9246ded-d7d2-4724-a8ae-459f1da07c74 2019-01-03 19:54:45,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121325969696s 2019-01-03 19:54:45,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:54:45,953 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1ddac0-2006-43ab-8b9e-e6229d249c78 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:54:46,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ab1ddac0-2006-43ab-8b9e-e6229d249c78 2019-01-03 19:54:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820889472961s 2019-01-03 19:54:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 19:54:46,038 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:46,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5d230a2-2e63-4232-9392-6f5a4337965a 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"}} 2019-01-03 19:54:46,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d5d230a2-2e63-4232-9392-6f5a4337965a 2019-01-03 19:54:46,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0786221027374s 2019-01-03 19:54:46,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 19:54:46,117 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:46,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708ec2a0-ac29-4132-a316-1bbac59d6b0f Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285", "links": {"self": "http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "domain_id": "default", "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 19:54:46,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-708ec2a0-ac29-4132-a316-1bbac59d6b0f 2019-01-03 19:54:46,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0889592170715s 2019-01-03 19:54:46,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-708ec2a0-ac29-4132-a316-1bbac59d6b0f 2019-01-03 19:54:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 19:54:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:46,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf7fbe2c-a44f-46e6-8116-3cceac61a1c3 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=e7a173d06a4d4bbbac74a1e660f3cf4e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 19:54:46,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e7a173d06a4d4bbbac74a1e660f3cf4e&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default used request id req-cf7fbe2c-a44f-46e6-8116-3cceac61a1c3 2019-01-03 19:54:46,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839378833771s 2019-01-03 19:54:46,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 19:54:46,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:54:46,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:54:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c400dafd-98cc-4e8e-a84a-3124b6b0c876 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:54:46,425 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/e7a173d06a4d4bbbac74a1e660f3cf4e/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-c400dafd-98cc-4e8e-a84a-3124b6b0c876 2019-01-03 19:54:46,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.129739046097s 2019-01-03 19:54:46,426 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 19:54:55,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 19:54:55.508 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=af6163a9-eef6-4029-83a7-9190bb2da646) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | af6163a9-eef6-4029-83a7-9190bb2da646 | 2019-01-03T19:54:55 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: af6163a9-eef6-4029-83a7-9190bb2da646 ~/.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 2019-01-03 19:54:59,095 - 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 | +-------------+----------------+-----------+ 2019-01-03 19:54:59,096 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 19:55:05,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 19:55:03.012 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 19:55:03.187 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 19:55:04.917 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f4b91c0-d3f0-47e7-aa86-709f1946dd7f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3f4b91c0-d3f0-47e7-aa86-709f1946dd7f) as the default verifier for the future CLI operations. 2019-01-03 19:55:07,910 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 19:55:08,038 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 19:55:08,040 - 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" 2019-01-03 19:55:08,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a484056d-fe58-440a-b90c-8fc9f44b5d4e 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"}]}} 2019-01-03 19:55:08,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a484056d-fe58-440a-b90c-8fc9f44b5d4e 2019-01-03 19:55:08,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:55:08,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "41d17ffde373419db7d7ccfbbd897cc5", "name": "Member"}, {"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:55:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9115a543120d494c8e3fa9a0fe19a717", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/9115a543120d494c8e3fa9a0fe19a717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/9115a543120d494c8e3fa9a0fe19a717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/9115a543120d494c8e3fa9a0fe19a717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9115a543120d494c8e3fa9a0fe19a717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/9115a543120d494c8e3fa9a0fe19a717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/9115a543120d494c8e3fa9a0fe19a717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/9115a543120d494c8e3fa9a0fe19a717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285", "id": "e7a173d06a4d4bbbac74a1e660f3cf4e"}, "audit_ids": ["IVWZlXhTTHK9ZxDkSv-FNQ"], "issued_at": "2019-01-03T19:55:08.000000Z"}} 2019-01-03 19:55:08,441 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:08,447 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 19:55:08 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"}]}]} 2019-01-03 19:55:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 19:55:08,451 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:08,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b6c44683-91df-45c4-85ba-637a50a334e6 Date: Thu, 03 Jan 2019 19:55:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 19:55:08,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b6c44683-91df-45c4-85ba-637a50a334e6 2019-01-03 19:55:08,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168588161469s 2019-01-03 19:55:08,619 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b6c44683-91df-45c4-85ba-637a50a334e6 2019-01-03 19:55:08,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 19:55:08,622 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285"}' 2019-01-03 19:55:08,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0 X-Openstack-Request-Id: req-82e29485-5a3d-4d13-a6f0-8e694731c5cc Date: Thu, 03 Jan 2019 19:55:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "size": null, "self": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:08Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": null, "created_at": "2019-01-03T19:55:08Z", "protected": false} 2019-01-03 19:55:08,856 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-82e29485-5a3d-4d13-a6f0-8e694731c5cc 2019-01-03 19:55:08,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.234678983688s 2019-01-03 19:55:08,857 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-82e29485-5a3d-4d13-a6f0-8e694731c5cc returning object b21b7a47-fb82-42df-95fc-d7a3a6326ee0 2019-01-03 19:55:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 19:55:08,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/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}5ce94c6464592299cdf5660f1841770f1cbf3792" -d '' 2019-01-03 19:55:10,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b9689b4-6baa-486f-a3af-dddc3f5db866 Date: Thu, 03 Jan 2019 19:55:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:55:10,662 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file used request id req-9b9689b4-6baa-486f-a3af-dddc3f5db866 2019-01-03 19:55:10,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.80515599251s 2019-01-03 19:55:10,663 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file used request id req-9b9689b4-6baa-486f-a3af-dddc3f5db866 2019-01-03 19:55:10,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 19:55:10,664 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:10,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f8ad9abc-4cab-4dd5-8f99-2e5360815dc3 Date: Thu, 03 Jan 2019 19:55:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "metadata": {}}], "file": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "size": 12716032, "self": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:10Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T19:55:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 19:55:10,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f8ad9abc-4cab-4dd5-8f99-2e5360815dc3 2019-01-03 19:55:10,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174464941025s 2019-01-03 19:55:10,838 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f8ad9abc-4cab-4dd5-8f99-2e5360815dc3 2019-01-03 19:55:10,840 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file', 'owner': u'9115a543120d494c8e3fa9a0fe19a717', 'id': u'b21b7a47-fb82-42df-95fc-d7a3a6326ee0', 'size': 12716032, u'self': u'/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9115a543120d494c8e3fa9a0fe19a717', 'name': 'bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T19:55:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T19:55:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285', 'created': u'2019-01-03T19:55:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T19:55:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 19:55:10,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 19:55:10,846 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_9d2657f0-234c-4c5b-8654-b374c4612285", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 19:55:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55: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-a9a2dd64-2572-480b-a2e5-07b829281022 x-compute-request-id: req-a9a2dd64-2572-480b-a2e5-07b829281022 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cab15f9-5810-4273-8aac-85d87c6d1b20", "name": "bgpvpn-tempest-tests-flavor_9d2657f0-234c-4c5b-8654-b374c4612285", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:55:11,048 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a9a2dd64-2572-480b-a2e5-07b829281022 2019-01-03 19:55:11,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206486940384s 2019-01-03 19:55:11,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a9a2dd64-2572-480b-a2e5-07b829281022 returning object 9cab15f9-5810-4273-8aac-85d87c6d1b20 2019-01-03 19:55:11,049 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_9d2657f0-234c-4c5b-8654-b374c4612285', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'9cab15f9-5810-4273-8aac-85d87c6d1b20', 'swap': 0}) 2019-01-03 19:55:11,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 19:55:11,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20/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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"extra_specs": {}}' 2019-01-03 19:55:11,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55: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-1837199f-a3a6-42c7-8aa9-26ba656fe303 x-compute-request-id: req-1837199f-a3a6-42c7-8aa9-26ba656fe303 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 19:55:11,070 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20/os-extra_specs used request id req-1837199f-a3a6-42c7-8aa9-26ba656fe303 2019-01-03 19:55:11,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205578804016s 2019-01-03 19:55:11,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20/os-extra_specs used request id req-1837199f-a3a6-42c7-8aa9-26ba656fe303 2019-01-03 19:55:11,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:55:11,077 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:11,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 19:55: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"}]}]}} 2019-01-03 19:55:11,086 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:11,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778fbcee-9f86-4db7-9462-f2f5e47ec16e Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:55:11,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-778fbcee-9f86-4db7-9462-f2f5e47ec16e 2019-01-03 19:55:11,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.096449136734s 2019-01-03 19:55:11,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 19:55:11,176 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:11,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55: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-4f1ef048-9da0-4c64-b525-334e4554c679 x-compute-request-id: req-4f1ef048-9da0-4c64-b525-334e4554c679 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:55:11,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-4f1ef048-9da0-4c64-b525-334e4554c679 2019-01-03 19:55:11,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.186319112778s 2019-01-03 19:55:11,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-4f1ef048-9da0-4c64-b525-334e4554c679 2019-01-03 19:55:11,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 19:55:11,361 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:11,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-f0f878c1-a2af-4393-a3a0-6d453d15bcd4 Date: Thu, 03 Jan 2019 19:55:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "metadata": {}}], "file": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "size": 12716032, "self": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:10Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T19:55:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 19:55:11,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f0f878c1-a2af-4393-a3a0-6d453d15bcd4 2019-01-03 19:55:11,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0226092338562s 2019-01-03 19:55:11,384 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f0f878c1-a2af-4393-a3a0-6d453d15bcd4 2019-01-03 19:55:11,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 19:55:11,387 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285"}' 2019-01-03 19:55:11,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29 X-Openstack-Request-Id: req-b7103e47-d4f9-4954-81e2-b12d02ae2935 Date: Thu, 03 Jan 2019 19:55:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "326fcfa6-0f47-4b53-96d8-5a60e3274b29", "size": null, "self": "/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:11Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": null, "created_at": "2019-01-03T19:55:11Z", "protected": false} 2019-01-03 19:55:11,436 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b7103e47-d4f9-4954-81e2-b12d02ae2935 2019-01-03 19:55:11,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0499157905579s 2019-01-03 19:55:11,437 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b7103e47-d4f9-4954-81e2-b12d02ae2935 returning object 326fcfa6-0f47-4b53-96d8-5a60e3274b29 2019-01-03 19:55:11,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 19:55:11,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/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}5ce94c6464592299cdf5660f1841770f1cbf3792" -d '' 2019-01-03 19:55:13,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4342ae32-f627-4d81-9f78-f147d957e0c6 Date: Thu, 03 Jan 2019 19:55:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:55:13,024 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/file used request id req-4342ae32-f627-4d81-9f78-f147d957e0c6 2019-01-03 19:55:13,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58627104759s 2019-01-03 19:55:13,024 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/file used request id req-4342ae32-f627-4d81-9f78-f147d957e0c6 2019-01-03 19:55:13,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 19:55:13,025 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:55:13,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-cfe41936-abf8-472d-8e0a-e90ab335bd1e Date: Thu, 03 Jan 2019 19:55:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/snap", "metadata": {}}], "file": "/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "326fcfa6-0f47-4b53-96d8-5a60e3274b29", "size": 12716032, "self": "/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:12Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T19:55:11Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "metadata": {}}], "file": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "size": 12716032, "self": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:10Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T19:55:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 19:55:13,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cfe41936-abf8-472d-8e0a-e90ab335bd1e 2019-01-03 19:55:13,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184250116348s 2019-01-03 19:55:13,210 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cfe41936-abf8-472d-8e0a-e90ab335bd1e 2019-01-03 19:55:13,213 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/snap', u'metadata': Munch({})})], 'file': u'/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/file', 'owner': u'9115a543120d494c8e3fa9a0fe19a717', 'id': u'326fcfa6-0f47-4b53-96d8-5a60e3274b29', 'size': 12716032, u'self': u'/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9115a543120d494c8e3fa9a0fe19a717', 'name': 'bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T19:55:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T19:55:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285', 'created': u'2019-01-03T19:55:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T19:55:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_9d2657f0-234c-4c5b-8654-b374c4612285', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 19:55:13,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 19:55:13,216 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 19:55:13,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32a9878f-3f04-4fef-a8ae-9c28cf3ad3c9 x-compute-request-id: req-32a9878f-3f04-4fef-a8ae-9c28cf3ad3c9 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1a461ba3-2612-4045-b587-24e1f78c3a9d", "name": "bgpvpn-tempest-tests-flavor_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:55:13,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-32a9878f-3f04-4fef-a8ae-9c28cf3ad3c9 2019-01-03 19:55:13,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0695450305939s 2019-01-03 19:55:13,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-32a9878f-3f04-4fef-a8ae-9c28cf3ad3c9 returning object 1a461ba3-2612-4045-b587-24e1f78c3a9d 2019-01-03 19:55:13,286 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_9d2657f0-234c-4c5b-8654-b374c4612285', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'1a461ba3-2612-4045-b587-24e1f78c3a9d', 'swap': 0}) 2019-01-03 19:55:13,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 19:55:13,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d/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}48bbee76a278341788d69bc76486aeabeca52a4c" -d '{"extra_specs": {}}' 2019-01-03 19:55:13,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e5ae3a6-b9c4-4cd8-834d-86aca74f5785 x-compute-request-id: req-2e5ae3a6-b9c4-4cd8-834d-86aca74f5785 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 19:55:13,306 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d/os-extra_specs used request id req-2e5ae3a6-b9c4-4cd8-834d-86aca74f5785 2019-01-03 19:55:13,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019905090332s 2019-01-03 19:55:13,307 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d/os-extra_specs used request id req-2e5ae3a6-b9c4-4cd8-834d-86aca74f5785 2019-01-03 19:55:13,307 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_9d2657f0-234c-4c5b-8654-b374c4612285', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'1a461ba3-2612-4045-b587-24e1f78c3a9d', 'swap': 0}) 2019-01-03 19:55:16,373 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 19:55:15.331 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f4b91c0-d3f0-47e7-aa86-709f1946dd7f) for deployment 'opnfv-rally' (UUID=af6163a9-eef6-4029-83a7-9190bb2da646). 2019-01-03 19:55:16.209 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 19:55:16.211 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f4b91c0-d3f0-47e7-aa86-709f1946dd7f) has been successfully configured for deployment 'opnfv-rally' (UUID=af6163a9-eef6-4029-83a7-9190bb2da646)! 2019-01-03 19:55:16,374 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 19:55:16,374 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 19:55:16,377 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 19:55:16,397 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-3f4b91c0-d3f0-47e7-aa86-709f1946dd7f/for-deployment-af6163a9-eef6-4029-83a7-9190bb2da646/tempest.conf with bgpvpn=True 2019-01-03 19:55:16,405 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 19:55:19,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3f4b91c0-d3f0-47e7-aa86-709f1946dd7f/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2019-01-03 19:55:19,213 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 19:55:19,228 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 19:55:19,228 - 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']'. 2019-01-03 19:55:21,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 19:55:21.416 192 INFO rally.api [-] Starting verification (UUID=b739d4a2-526a-452c-a4fb-7a725aee30f8) for deployment 'opnfv-rally' (UUID=af6163a9-eef6-4029-83a7-9190bb2da646) by verifier 'opnfv-tempest' (UUID=3f4b91c0-d3f0-47e7-aa86-709f1946dd7f). 2019-01-03 19:55:21,417 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b739d4a2-526a-452c-a4fb-7a725aee30f8 2019-01-03 19:58:30,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b739d4a2-526a-452c-a4fb-7a725aee30f8 2019-01-03 19:58:30,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b739d4a2-526a-452c-a4fb-7a725aee30f8']'. 2019-01-03 19:58:31,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b739d4a2-526a-452c-a4fb-7a725aee30f8 | 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 19:55:21 | 2019-01-03 19:58:31,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 19:58:29 | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:08 | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3f4b91c0-d3f0-47e7-aa86-709f1946dd7f) | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 19:58:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af6163a9-eef6-4029-83a7-9190bb2da646) | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 178.258 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 19:58:31,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2019-01-03 19:58:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 19:58:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 19:58:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 19:58:31,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2019-01-03 19:58:31,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 19:58:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:58:31,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-db527f3d-374f-4e4b-b32c-8b080fe27d8f Date: Thu, 03 Jan 2019 19:58:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:58:31,802 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29 used request id req-db527f3d-374f-4e4b-b32c-8b080fe27d8f 2019-01-03 19:58:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.733679056168s 2019-01-03 19:58:31,803 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/326fcfa6-0f47-4b53-96d8-5a60e3274b29 used request id req-db527f3d-374f-4e4b-b32c-8b080fe27d8f 2019-01-03 19:58:31,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 19:58:31,807 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:31,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-703efa96-b56c-4d1a-b5b6-4ab8970c37ed x-compute-request-id: req-703efa96-b56c-4d1a-b5b6-4ab8970c37ed Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1a461ba3-2612-4045-b587-24e1f78c3a9d", "name": "bgpvpn-tempest-tests-flavor_alt_9d2657f0-234c-4c5b-8654-b374c4612285", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cab15f9-5810-4273-8aac-85d87c6d1b20", "name": "bgpvpn-tempest-tests-flavor_9d2657f0-234c-4c5b-8654-b374c4612285", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 19:58:31,844 - 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-703efa96-b56c-4d1a-b5b6-4ab8970c37ed 2019-01-03 19:58:31,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0406188964844s 2019-01-03 19:58:31,845 - 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-703efa96-b56c-4d1a-b5b6-4ab8970c37ed 2019-01-03 19:58:31,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 19:58:31,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:31,896 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:58: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-22a7a716-b1b6-45e6-8642-9d4ccedc6986 x-compute-request-id: req-22a7a716-b1b6-45e6-8642-9d4ccedc6986 Content-Length: 0 Content-Type: application/json 2019-01-03 19:58:31,897 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d used request id req-22a7a716-b1b6-45e6-8642-9d4ccedc6986 2019-01-03 19:58:31,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.047544002533s 2019-01-03 19:58:31,898 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1a461ba3-2612-4045-b587-24e1f78c3a9d used request id req-22a7a716-b1b6-45e6-8642-9d4ccedc6986 2019-01-03 19:58:31,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 19:58:31,899 - 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}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:58:32,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-71f24699-1bd1-4735-bd14-92e86abefd97 Date: Thu, 03 Jan 2019 19:58:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "metadata": {}}], "file": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/file", "owner": "9115a543120d494c8e3fa9a0fe19a717", "id": "b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "size": 12716032, "self": "/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T19:55:10Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_9d2657f0-234c-4c5b-8654-b374c4612285", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T19:55:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 19:58:32,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-71f24699-1bd1-4735-bd14-92e86abefd97 2019-01-03 19:58:32,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166036844254s 2019-01-03 19:58:32,065 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-71f24699-1bd1-4735-bd14-92e86abefd97 2019-01-03 19:58:32,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 19:58:32,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5ce94c6464592299cdf5660f1841770f1cbf3792" 2019-01-03 19:58:33,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfb1703e-2235-4353-a17b-db93698997da Date: Thu, 03 Jan 2019 19:58:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:58:33,016 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0 used request id req-dfb1703e-2235-4353-a17b-db93698997da 2019-01-03 19:58:33,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.949191093445s 2019-01-03 19:58:33,016 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b21b7a47-fb82-42df-95fc-d7a3a6326ee0 used request id req-dfb1703e-2235-4353-a17b-db93698997da 2019-01-03 19:58:33,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 19:58:33,019 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-5ef4324c-22f3-4662-89fb-a48de526cc69 x-compute-request-id: req-5ef4324c-22f3-4662-89fb-a48de526cc69 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9cab15f9-5810-4273-8aac-85d87c6d1b20", "name": "bgpvpn-tempest-tests-flavor_9d2657f0-234c-4c5b-8654-b374c4612285", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 19:58:33,052 - 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-5ef4324c-22f3-4662-89fb-a48de526cc69 2019-01-03 19:58:33,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0358860492706s 2019-01-03 19:58:33,053 - 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-5ef4324c-22f3-4662-89fb-a48de526cc69 2019-01-03 19:58:33,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 19:58:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,095 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:58: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-d34d086c-79c6-44af-bc81-c4292231573c x-compute-request-id: req-d34d086c-79c6-44af-bc81-c4292231573c Content-Length: 0 Content-Type: application/json 2019-01-03 19:58:33,095 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20 used request id req-d34d086c-79c6-44af-bc81-c4292231573c 2019-01-03 19:58:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0396690368652s 2019-01-03 19:58:33,095 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9cab15f9-5810-4273-8aac-85d87c6d1b20 used request id req-d34d086c-79c6-44af-bc81-c4292231573c 2019-01-03 19:58:33,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 19:58:33,096 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97a7b29-b5e0-403d-9f7b-6a6677f5a675 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285", "links": {"self": "http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "domain_id": "default", "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 19:58:33,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c97a7b29-b5e0-403d-9f7b-6a6677f5a675 2019-01-03 19:58:33,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923080444336s 2019-01-03 19:58:33,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c97a7b29-b5e0-403d-9f7b-6a6677f5a675 2019-01-03 19:58:33,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 19:58:33,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aebc362f-4185-475b-99a0-4200bb34ecc2 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/e7a173d06a4d4bbbac74a1e660f3cf4e"}, "enabled": true, "id": "e7a173d06a4d4bbbac74a1e660f3cf4e", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_9d2657f0-234c-4c5b-8654-b374c4612285"}} 2019-01-03 19:58:33,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e used request id req-aebc362f-4185-475b-99a0-4200bb34ecc2 2019-01-03 19:58:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928220748901s 2019-01-03 19:58:33,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e used request id req-aebc362f-4185-475b-99a0-4200bb34ecc2 2019-01-03 19:58:33,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 19:58:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-745191e8-0c86-462b-a59e-0a55459c73a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:58:33,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e used request id req-745191e8-0c86-462b-a59e-0a55459c73a4 2019-01-03 19:58:33,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.187773942947s 2019-01-03 19:58:33,477 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e7a173d06a4d4bbbac74a1e660f3cf4e used request id req-745191e8-0c86-462b-a59e-0a55459c73a4 2019-01-03 19:58:33,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 19:58:33,478 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b821fe-a0f0-4ea8-80f5-e151f73b69bb 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717"}, "enabled": true, "id": "9115a543120d494c8e3fa9a0fe19a717", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_9d2657f0-234c-4c5b-8654-b374c4612285"}]} 2019-01-03 19:58:33,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c0b821fe-a0f0-4ea8-80f5-e151f73b69bb 2019-01-03 19:58:33,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839819908142s 2019-01-03 19:58:33,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c0b821fe-a0f0-4ea8-80f5-e151f73b69bb 2019-01-03 19:58:33,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 19:58:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652fb62b-f19b-47fb-a7a1-d0dd90f24fbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:58:33,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717 used request id req-652fb62b-f19b-47fb-a7a1-d0dd90f24fbf 2019-01-03 19:58:33,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.191380023956s 2019-01-03 19:58:33,755 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/9115a543120d494c8e3fa9a0fe19a717 used request id req-652fb62b-f19b-47fb-a7a1-d0dd90f24fbf 2019-01-03 19:58:33,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 19:58:33,756 - 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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c376b2e-2293-4248-9c71-12bc7c3d238f Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "41d17ffde373419db7d7ccfbbd897cc5", "links": {"self": "http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 19:58:33,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4c376b2e-2293-4248-9c71-12bc7c3d238f 2019-01-03 19:58:33,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846610069275s 2019-01-03 19:58:33,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 19:58:33,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:33,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 19:58:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42f6500d-602b-4458-8688-51f0dc80df11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 19:58:33,949 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/41d17ffde373419db7d7ccfbbd897cc5 used request id req-42f6500d-602b-4458-8688-51f0dc80df11 2019-01-03 19:58:33,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1086769104s 2019-01-03 19:58:33,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 19:58:33,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=9115a543120d494c8e3fa9a0fe19a717&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}48bbee76a278341788d69bc76486aeabeca52a4c" 2019-01-03 19:58:34,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-622e93b0-7606-445b-bf79-4ab850961d6b Date: Thu, 03 Jan 2019 19:58:34 GMT RESP BODY: {"security_groups": []} 2019-01-03 19:58:34,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=9115a543120d494c8e3fa9a0fe19a717&name=default used request id req-622e93b0-7606-445b-bf79-4ab850961d6b 2019-01-03 19:58:34,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19352889061s 2019-01-03 19:58:34,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=9115a543120d494c8e3fa9a0fe19a717&name=default used request id req-622e93b0-7606-445b-bf79-4ab850961d6b 2019-01-03 19:58:34,150 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2019-01-03 19:58:34,150 - 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'} 2019-01-03 19:58:34,150 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2019-01-03 19:58:34,150 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2019-01-03 19:58:34,151 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2019-01-03 19:58:34,340 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:34,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:34,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:34,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:34,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:34,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:34,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:34,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:34,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:34,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:34,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:34,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 19:58:34,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:34,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:34,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:34,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:34,351 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 19:58:34,352 - 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" 2019-01-03 19:58:34,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50f73d0-0f60-4b26-b65c-2ffaa530810e 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"}]}} 2019-01-03 19:58:34,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f50f73d0-0f60-4b26-b65c-2ffaa530810e 2019-01-03 19:58:34,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:34,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["Tp2Ge57pQJig7KegYExvOQ"], "issued_at": "2019-01-03T19:58:34.000000Z"}} 2019-01-03 19:58:34,750 - 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}0a55d3d99fbd3fda2076364bb648f58dcd83678c" 2019-01-03 19:58:34,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-d0356b0e-7076-4e59-a637-9980fc3c54a2 Date: Thu, 03 Jan 2019 19:58:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 19:58:34,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-d0356b0e-7076-4e59-a637-9980fc3c54a2 2019-01-03 19:58:34,916 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 19:58:34,918 - 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}0a55d3d99fbd3fda2076364bb648f58dcd83678c" 2019-01-03 19:58:35,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c8374df-bb0c-41e6-bee4-da1b431364a6 Date: Thu, 03 Jan 2019 19:58:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 19:58:35,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-3c8374df-bb0c-41e6-bee4-da1b431364a6 2019-01-03 19:58:35,105 - 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}0a55d3d99fbd3fda2076364bb648f58dcd83678c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 19:58:35,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537 X-Openstack-Request-Id: req-b0e40a18-e18f-4b25-89ca-9a3ceb4f3a71 Date: Thu, 03 Jan 2019 19:58:35 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T19:58:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T19:58:35Z", "visibility": "public", "locations": [], "self": "/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "min_disk": 0, "protected": false, "id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "file": "/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 19:58:35,312 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-b0e40a18-e18f-4b25-89ca-9a3ceb4f3a71 2019-01-03 19:58:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a55d3d99fbd3fda2076364bb648f58dcd83678c" -d '' 2019-01-03 19:58:38,010 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f611b1d-98c7-4799-90b6-470608b21deb Date: Thu, 03 Jan 2019 19:58:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 19:58:38,010 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537/file used request id req-0f611b1d-98c7-4799-90b6-470608b21deb 2019-01-03 19:58:38,011 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2019-01-03 19:58:38,011 - 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" 2019-01-03 19:58:38,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132d8527-483c-4780-9fab-659af2a89eae 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"}]}} 2019-01-03 19:58:38,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-132d8527-483c-4780-9fab-659af2a89eae 2019-01-03 19:58:38,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:38,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["L5iaGx-ZTeODORgwRKjqaQ"], "issued_at": "2019-01-03T19:58:38.000000Z"}} 2019-01-03 19:58:38,406 - 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}87e629968ed86a63c817b8766e0d9fc37f7c99b6" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2019-01-03 19:58:38,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-7335b31c-d457-4003-bf79-9312c2dd4c1d Date: Thu, 03 Jan 2019 19:58:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bd148ca2-213d-466f-bb0b-cc40008e5fea","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:58:38Z","is_default":false,"provider:segmentation_id":43,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:58:38Z","mtu":1450}} 2019-01-03 19:58:38,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7335b31c-d457-4003-bf79-9312c2dd4c1d 2019-01-03 19:58:38,799 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network bd148ca2-213d-466f-bb0b-cc40008e5fea with cidr 10.10.10.0/24 2019-01-03 19:58:38,804 - 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}87e629968ed86a63c817b8766e0d9fc37f7c99b6" -d '{"subnets": [{"ip_version": 4, "network_id": "bd148ca2-213d-466f-bb0b-cc40008e5fea", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2019-01-03 19:58:39,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-394bfbf6-725e-41bc-9947-2db2d2abc9b7 Date: Thu, 03 Jan 2019 19:58:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd148ca2-213d-466f-bb0b-cc40008e5fea","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T19:58:39Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T19:58:39Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"54b2c883-b493-431f-b528-f24ecff26c0d","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2019-01-03 19:58:39,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-394bfbf6-725e-41bc-9947-2db2d2abc9b7 2019-01-03 19:58:39,608 - 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}87e629968ed86a63c817b8766e0d9fc37f7c99b6" 2019-01-03 19:58:39,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-48b2d33e-8dd2-4e38-9004-4a1a574ad1d9 Date: Thu, 03 Jan 2019 19:58:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 19:58:39,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-48b2d33e-8dd2-4e38-9004-4a1a574ad1d9 2019-01-03 19:58:39,812 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 19:58:39,813 - 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" 2019-01-03 19:58:39,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37288077-241e-4583-bde0-a92f86bfcb7b 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"}]}} 2019-01-03 19:58:39,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-37288077-241e-4583-bde0-a92f86bfcb7b 2019-01-03 19:58:39,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:40,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["XU7z_nlSTgmD5Kf6BLx96Q"], "issued_at": "2019-01-03T19:58:40.000000Z"}} 2019-01-03 19:58:40,205 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 19:58:40,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-0a1ea2fa-3033-4253-80d5-43c4ea40ee26 x-compute-request-id: req-0a1ea2fa-3033-4253-80d5-43c4ea40ee26 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 19:58:40,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-0a1ea2fa-3033-4253-80d5-43c4ea40ee26 2019-01-03 19:58:40,390 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 19:58:40,390 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2019-01-03 19:58:40,390 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=e0f6c9e2-d26c-407f-891b-bca99be74537 network=bd148ca2-213d-466f-bb0b-cc40008e5fea secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-03 19:58:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:40,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:40,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:40,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:40,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:40,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:40,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:40,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:40,393 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:40,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:40,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:40,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:40,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:40,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:40,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:40,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:40,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:40,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:40,401 - 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" 2019-01-03 19:58:40,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df052f50-05c4-404f-80bc-a68ebb190bf4 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"}]}} 2019-01-03 19:58:40,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-df052f50-05c4-404f-80bc-a68ebb190bf4 2019-01-03 19:58:40,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:40,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["TwVFRRQ8QXy6yljXz51o0g"], "issued_at": "2019-01-03T19:58:40.000000Z"}} 2019-01-03 19:58:40,815 - 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}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" 2019-01-03 19:58:41,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-dd23e9e6-5ec7-449a-92c3-3960ace640ee x-compute-request-id: req-dd23e9e6-5ec7-449a-92c3-3960ace640ee Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:58:41,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-dd23e9e6-5ec7-449a-92c3-3960ace640ee 2019-01-03 19:58:41,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" 2019-01-03 19:58:41,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-f4c019a2-639a-43df-85eb-6b7e87012a04 x-compute-request-id: req-f4c019a2-639a-43df-85eb-6b7e87012a04 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:58:41,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-f4c019a2-639a-43df-85eb-6b7e87012a04 2019-01-03 19:58:41,026 - 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}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "e0f6c9e2-d26c-407f-891b-bca99be74537", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bd148ca2-213d-466f-bb0b-cc40008e5fea"}]}}' 2019-01-03 19:58:42,557 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:58: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-437b52a1-9d52-472e-9cc6-f84023f15ed6 x-compute-request-id: req-437b52a1-9d52-472e-9cc6-f84023f15ed6 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "793c987a-3915-41fb-abf6-7e21bad08476", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "bookmark"}], "adminPass": "LdpL97mtF9bV"}} 2019-01-03 19:58:42,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-437b52a1-9d52-472e-9cc6-f84023f15ed6 2019-01-03 19:58:42,559 - 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" 2019-01-03 19:58:42,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49456257-ec49-4ce8-b455-7627407d31f4 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"}]}} 2019-01-03 19:58:42,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-49456257-ec49-4ce8-b455-7627407d31f4 2019-01-03 19:58:42,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:42,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["fZXgLGhNThaxpH3WGyau5Q"], "issued_at": "2019-01-03T19:58:42.000000Z"}} 2019-01-03 19:58:42,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4a0160f7737a7a9f896580939da9b5510439564" 2019-01-03 19:58:43,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-71abca34-bfaa-4af2-b5bc-c1bab0128095 x-compute-request-id: req-71abca34-bfaa-4af2-b5bc-c1bab0128095 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "793c987a-3915-41fb-abf6-7e21bad08476", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:58:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2019-01-03T19:58:42Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:58:43,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 used request id req-71abca34-bfaa-4af2-b5bc-c1bab0128095 2019-01-03 19:58:46,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4a0160f7737a7a9f896580939da9b5510439564" 2019-01-03 19:58:47,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-c6aca743-9f3a-4edb-893c-ff436d97c6e8 x-compute-request-id: req-c6aca743-9f3a-4edb-893c-ff436d97c6e8 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:95:4b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "793c987a-3915-41fb-abf6-7e21bad08476", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T19:58:43Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-03T19:58:42Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:58:47,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 used request id req-c6aca743-9f3a-4edb-893c-ff436d97c6e8 2019-01-03 19:58:50,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4a0160f7737a7a9f896580939da9b5510439564" 2019-01-03 19:58:51,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-115168c6-473b-4a32-964c-18c6029de590 x-compute-request-id: req-115168c6-473b-4a32-964c-18c6029de590 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:6e:95:4b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2019-01-03T19:58:46.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "793c987a-3915-41fb-abf6-7e21bad08476", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:58:47Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-03T19:58:42Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:58:51,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 used request id req-115168c6-473b-4a32-964c-18c6029de590 2019-01-03 19:58:51,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" 2019-01-03 19:58:52,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-a0a1db52-6229-46e3-87f9-03a86f5a89c3 x-compute-request-id: req-a0a1db52-6229-46e3-87f9-03a86f5a89c3 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:6e:95:4b", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/793c987a-3915-41fb-abf6-7e21bad08476", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2019-01-03T19:58:46.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "793c987a-3915-41fb-abf6-7e21bad08476", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T19:58:47Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-03T19:58:42Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:58:52,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476 used request id req-a0a1db52-6229-46e3-87f9-03a86f5a89c3 2019-01-03 19:58:52,023 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.14'. 2019-01-03 19:58:52,023 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2019-01-03 19:58:52,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:58:53,436 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-8f96e2b9-538e-47e9-9cb8-7ea59be360cd x-compute-request-id: req-8f96e2b9-538e-47e9-9cb8-7ea59be360cd Content-Length: 0 Content-Type: application/json 2019-01-03 19:58:53,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-8f96e2b9-538e-47e9-9cb8-7ea59be360cd 2019-01-03 19:58:53,437 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2019-01-03 19:58:53,437 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=e0f6c9e2-d26c-407f-891b-bca99be74537 network=bd148ca2-213d-466f-bb0b-cc40008e5fea secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-03 19:58:53,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:53,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:53,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:53,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:53,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:53,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:53,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:53,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:53,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:53,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:53,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:53,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:53,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:53,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:53,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:53,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:53,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:58:53,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:58:53,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:58:53,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:58:53,449 - 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" 2019-01-03 19:58:53,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f54f7c0-adba-457f-85ce-52c182227cbc 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"}]}} 2019-01-03 19:58:53,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0f54f7c0-adba-457f-85ce-52c182227cbc 2019-01-03 19:58:53,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:53,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["nOvUbMErQnagEl2bxeWR7A"], "issued_at": "2019-01-03T19:58:53.000000Z"}} 2019-01-03 19:58:53,833 - 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}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" 2019-01-03 19:58:54,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-c82b8c13-1a0a-4f2c-ac02-35ba9e32bf30 x-compute-request-id: req-c82b8c13-1a0a-4f2c-ac02-35ba9e32bf30 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:58:54,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c82b8c13-1a0a-4f2c-ac02-35ba9e32bf30 2019-01-03 19:58:54,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" 2019-01-03 19:58:54,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-17cc15b1-8a97-40af-a556-2f944854b20e x-compute-request-id: req-17cc15b1-8a97-40af-a556-2f944854b20e Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:58:54,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-17cc15b1-8a97-40af-a556-2f944854b20e 2019-01-03 19:58:54,031 - 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}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "e0f6c9e2-d26c-407f-891b-bca99be74537", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bd148ca2-213d-466f-bb0b-cc40008e5fea"}], "config_drive": true}}' 2019-01-03 19:58:55,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:58: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-481c6ae8-258a-4aa7-a26a-ac82c572d5d0 x-compute-request-id: req-481c6ae8-258a-4aa7-a26a-ac82c572d5d0 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "adminPass": "MZQW2UdQAmMj"}} 2019-01-03 19:58:55,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-481c6ae8-258a-4aa7-a26a-ac82c572d5d0 2019-01-03 19:58:55,540 - 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" 2019-01-03 19:58:55,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c309fd3-e48d-46df-8ace-220c163ee139 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"}]}} 2019-01-03 19:58:55,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6c309fd3-e48d-46df-8ace-220c163ee139 2019-01-03 19:58:55,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:58:55,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["dg3NxKL1Tqmo1-_yCIL0hQ"], "issued_at": "2019-01-03T19:58:55.000000Z"}} 2019-01-03 19:58:55,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6584c1f77afe643e54dd0ac9d8e337b3cf8e518" 2019-01-03 19:58:56,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a4b4238c-4975-4cad-9cce-de7ec326f3aa x-compute-request-id: req-a4b4238c-4975-4cad-9cce-de7ec326f3aa 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/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:58:56Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:58:56,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 used request id req-a4b4238c-4975-4cad-9cce-de7ec326f3aa 2019-01-03 19:58:59,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6584c1f77afe643e54dd0ac9d8e337b3cf8e518" 2019-01-03 19:59:00,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:58: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-d275478c-f1da-4819-a541-39b7afa6a7be x-compute-request-id: req-d275478c-f1da-4819-a541-39b7afa6a7be 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/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:58:56Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:00,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 used request id req-d275478c-f1da-4819-a541-39b7afa6a7be 2019-01-03 19:59:03,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6584c1f77afe643e54dd0ac9d8e337b3cf8e518" 2019-01-03 19:59:03,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-ff06c507-4ec3-47a5-af63-b80752600a56 x-compute-request-id: req-ff06c507-4ec3-47a5-af63-b80752600a56 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:27:95:a9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-03T19:59:00.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:00Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:03,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 used request id req-ff06c507-4ec3-47a5-af63-b80752600a56 2019-01-03 19:59:03,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" 2019-01-03 19:59:04,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-b651f89c-fed3-4108-a891-74f31a523901 x-compute-request-id: req-b651f89c-fed3-4108-a891-74f31a523901 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:27:95:a9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-03T19:59:00.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:00Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:04,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613 used request id req-b651f89c-fed3-4108-a891-74f31a523901 2019-01-03 19:59:04,509 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.11'. 2019-01-03 19:59:04,509 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2019-01-03 19:59:04,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:59:05,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19:59: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-6bff91c3-8daa-493b-982d-ebd2d1d08b83 x-compute-request-id: req-6bff91c3-8daa-493b-982d-ebd2d1d08b83 Content-Length: 0 Content-Type: application/json 2019-01-03 19:59:05,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-6bff91c3-8daa-493b-982d-ebd2d1d08b83 2019-01-03 19:59:05,923 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2019-01-03 19:59:05,924 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=e0f6c9e2-d26c-407f-891b-bca99be74537 network=bd148ca2-213d-466f-bb0b-cc40008e5fea secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:59:05,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:59:05,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:59:05,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:59:05,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:59:05,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 19:59:05,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 19:59:05,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 19:59:05,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 19:59:05,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 19:59:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 19:59:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 19:59:05,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 19:59:05,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 19:59:05,935 - 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" 2019-01-03 19:59:05,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bb80ae-ae1c-4413-811e-ba10841d9c26 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"}]}} 2019-01-03 19:59:05,942 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-73bb80ae-ae1c-4413-811e-ba10841d9c26 2019-01-03 19:59:05,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:59:06,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:59:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["9pSyn3c0R3a4WBHOJFEQxw"], "issued_at": "2019-01-03T19:59:06.000000Z"}} 2019-01-03 19:59:06,333 - 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}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" 2019-01-03 19:59:06,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-0798e1c9-689f-40f0-916a-d328c8d175e6 x-compute-request-id: req-0798e1c9-689f-40f0-916a-d328c8d175e6 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 19:59:06,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0798e1c9-689f-40f0-916a-d328c8d175e6 2019-01-03 19:59:06,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" 2019-01-03 19:59:06,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-157f3df5-69a4-4612-9eb8-87070e28f331 x-compute-request-id: req-157f3df5-69a4-4612-9eb8-87070e28f331 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 19:59:06,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-157f3df5-69a4-4612-9eb8-87070e28f331 2019-01-03 19:59:06,529 - 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}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "e0f6c9e2-d26c-407f-891b-bca99be74537", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bd148ca2-213d-466f-bb0b-cc40008e5fea"}], "config_drive": true}}' 2019-01-03 19:59:08,305 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-22d93589-d05d-464a-8cac-ec0e00a0c5cd x-compute-request-id: req-22d93589-d05d-464a-8cac-ec0e00a0c5cd Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "adminPass": "pRzgAD5AA9vz"}} 2019-01-03 19:59:08,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-22d93589-d05d-464a-8cac-ec0e00a0c5cd 2019-01-03 19:59:08,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" 2019-01-03 19:59:08,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96646eb8-ad93-4c10-a0f7-125fb3c66e0a 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"}]}} 2019-01-03 19:59:08,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-96646eb8-ad93-4c10-a0f7-125fb3c66e0a 2019-01-03 19:59:08,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 19:59:08,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T20:59:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["kAMux-LvRYSXoRhlTUNrUA"], "issued_at": "2019-01-03T19:59:08.000000Z"}} 2019-01-03 19:59:08,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a2a578fa6f3eb49590c2b54112be09adf6af3c" 2019-01-03 19:59:09,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-209c3377-23fa-4621-a759-698e9bcd29d6 x-compute-request-id: req-209c3377-23fa-4621-a759-698e9bcd29d6 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:59:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:09,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 used request id req-209c3377-23fa-4621-a759-698e9bcd29d6 2019-01-03 19:59:12,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a2a578fa6f3eb49590c2b54112be09adf6af3c" 2019-01-03 19:59:13,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-b8f07086-317a-4739-a42d-3c4fc84edf8d x-compute-request-id: req-b8f07086-317a-4739-a42d-3c4fc84edf8d 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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T19:59:09Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:13,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 used request id req-b8f07086-317a-4739-a42d-3c4fc84edf8d 2019-01-03 19:59:16,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5a2a578fa6f3eb49590c2b54112be09adf6af3c" 2019-01-03 19:59:16,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-ad769b45-1937-4a93-b29b-d8143bcf2ef7 x-compute-request-id: req-ad769b45-1937-4a93-b29b-d8143bcf2ef7 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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:13Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:16,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 used request id req-ad769b45-1937-4a93-b29b-d8143bcf2ef7 2019-01-03 19:59:16,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" 2019-01-03 19:59:17,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4b5aba8e-ba5e-4771-b26c-aecdea4787e2 x-compute-request-id: req-4b5aba8e-ba5e-4771-b26c-aecdea4787e2 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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:13Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 19:59:17,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4 used request id req-4b5aba8e-ba5e-4771-b26c-aecdea4787e2 2019-01-03 19:59:17,484 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.7'. 2019-01-03 19:59:17,484 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2019-01-03 19:59:17,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 19:59:18,920 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 19: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 x-openstack-request-id: req-6ecbd26b-83c3-4e0b-a073-56683b413da2 x-compute-request-id: req-6ecbd26b-83c3-4e0b-a073-56683b413da2 Content-Length: 0 Content-Type: application/json 2019-01-03 19:59:18,920 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-6ecbd26b-83c3-4e0b-a073-56683b413da2 2019-01-03 19:59:18,920 - sdnvpn_test_utils - INFO - Waiting for instance 793c987a-3915-41fb-abf6-7e21bad08476 to boot up 2019-01-03 19:59:18,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:19,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-5d17b195-648b-44fc-9d1b-d9adc05e0245 x-compute-request-id: req-5d17b195-648b-44fc-9d1b-d9adc05e0245 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-03 19:59:19,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-5d17b195-648b-44fc-9d1b-d9adc05e0245 2019-01-03 19:59:22,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:23,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-689edb88-da3f-4262-b9df-ce4b37d3411f x-compute-request-id: req-689edb88-da3f-4262-b9df-ce4b37d3411f Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:59:23,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-689edb88-da3f-4262-b9df-ce4b37d3411f 2019-01-03 19:59:25,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:26,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-3cc1ceab-ab5a-40da-95cd-8be5bd7b6d09 x-compute-request-id: req-3cc1ceab-ab5a-40da-95cd-8be5bd7b6d09 Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:59:26,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-3cc1ceab-ab5a-40da-95cd-8be5bd7b6d09 2019-01-03 19:59:28,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:29,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-8be7c517-9eea-444c-a480-a0f92e878e6a x-compute-request-id: req-8be7c517-9eea-444c-a480-a0f92e878e6a Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:59:29,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-8be7c517-9eea-444c-a480-a0f92e878e6a 2019-01-03 19:59:31,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:32,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-e3c8233e-8139-4bf1-934e-3fd9892e3cb7 x-compute-request-id: req-e3c8233e-8139-4bf1-934e-3fd9892e3cb7 Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:59:32,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-e3c8233e-8139-4bf1-934e-3fd9892e3cb7 2019-01-03 19:59:34,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:35,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-ec5a6175-ea00-43f8-9e8b-554ace5a60aa x-compute-request-id: req-ec5a6175-ea00-43f8-9e8b-554ace5a60aa Content-Encoding: gzip Content-Length: 10129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-03 19:59:35,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-ec5a6175-ea00-43f8-9e8b-554ace5a60aa 2019-01-03 19:59:37,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:38,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-8e400f1a-ba36-4bc7-bd64-88b05a2c76cf x-compute-request-id: req-8e400f1a-ba36-4bc7-bd64-88b05a2c76cf Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:38,565 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-8e400f1a-ba36-4bc7-bd64-88b05a2c76cf 2019-01-03 19:59:40,591 - sdnvpn_test_utils - INFO - Waiting for instance 1dddde3e-f342-4483-a8cc-d4ac6d33e613 to boot up 2019-01-03 19:59:40,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:41,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-6efb29c9-5530-4cb2-955f-e618a7bf1969 x-compute-request-id: req-6efb29c9-5530-4cb2-955f-e618a7bf1969 Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:41,671 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-6efb29c9-5530-4cb2-955f-e618a7bf1969 2019-01-03 19:59:43,674 - sdnvpn_test_utils - INFO - Waiting for instance 8fca5e79-9fbf-436a-a122-1fb8c26a91c4 to boot up 2019-01-03 19:59:43,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:44,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-b07b0e87-4c81-4572-8df3-14d7a2e4627c x-compute-request-id: req-b07b0e87-4c81-4572-8df3-14d7a2e4627c Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\n"} 2019-01-03 19:59:44,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-b07b0e87-4c81-4572-8df3-14d7a2e4627c 2019-01-03 19:59:46,812 - __name__ - INFO - Starting all monitor threads 2019-01-03 19:59:46,819 - __name__ - INFO - Wait before subtest 2019-01-03 19:59:47,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:47,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:47,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:48,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-968ba73e-d196-42ca-9117-d78824431da4 x-compute-request-id: req-968ba73e-d196-42ca-9117-d78824431da4 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:48,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-968ba73e-d196-42ca-9117-d78824431da4 2019-01-03 19:59:48,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-5b399568-ad02-4111-837f-d551f3b2f1aa x-compute-request-id: req-5b399568-ad02-4111-837f-d551f3b2f1aa Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:48,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-5b399568-ad02-4111-837f-d551f3b2f1aa 2019-01-03 19:59:48,923 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2019-01-03 19:59:48,923 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2019-01-03 19:59:48,923 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2019-01-03 19:59:48,923 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2019-01-03 19:59:48,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-4f3fab33-416c-4ecc-bf79-c10d69c8c5d2 x-compute-request-id: req-4f3fab33-416c-4ecc-bf79-c10d69c8c5d2 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\n"} 2019-01-03 19:59:48,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-4f3fab33-416c-4ecc-bf79-c10d69c8c5d2 2019-01-03 19:59:48,927 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.11 KO 2019-01-03 19:59:49,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:49,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:49,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:51,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-0b4bf0de-c5b6-4dfb-8092-359c9efcec56 x-compute-request-id: req-0b4bf0de-c5b6-4dfb-8092-359c9efcec56 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:51,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-0b4bf0de-c5b6-4dfb-8092-359c9efcec56 2019-01-03 19:59:51,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-5cd209cc-8ac3-4df9-a7ab-5f0e05c8f3b6 x-compute-request-id: req-5cd209cc-8ac3-4df9-a7ab-5f0e05c8f3b6 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\n"} 2019-01-03 19:59:51,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-5cd209cc-8ac3-4df9-a7ab-5f0e05c8f3b6 2019-01-03 19:59:51,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-b8056430-97a0-4bb2-b77e-462508ff4c9a x-compute-request-id: req-b8056430-97a0-4bb2-b77e-462508ff4c9a Content-Encoding: gzip Content-Length: 8141 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:51,052 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-b8056430-97a0-4bb2-b77e-462508ff4c9a 2019-01-03 19:59:52,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:52,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:52,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:53,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-7f4e9049-9663-4f16-8840-b94b0e7485b3 x-compute-request-id: req-7f4e9049-9663-4f16-8840-b94b0e7485b3 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\n"} 2019-01-03 19:59:53,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-7f4e9049-9663-4f16-8840-b94b0e7485b3 2019-01-03 19:59:53,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-9b53dfa5-e90e-42db-a05e-d3bdcb3327fb x-compute-request-id: req-9b53dfa5-e90e-42db-a05e-d3bdcb3327fb Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:53,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-9b53dfa5-e90e-42db-a05e-d3bdcb3327fb 2019-01-03 19:59:53,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-a7d034c5-944f-489d-9a36-0b68d1fb1cf5 x-compute-request-id: req-a7d034c5-944f-489d-9a36-0b68d1fb1cf5 Content-Encoding: gzip Content-Length: 8142 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:53,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-a7d034c5-944f-489d-9a36-0b68d1fb1cf5 2019-01-03 19:59:54,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:54,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:54,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:55,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-44891e8d-e084-4873-9357-c4802e1c7589 x-compute-request-id: req-44891e8d-e084-4873-9357-c4802e1c7589 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 19:59:55,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-44891e8d-e084-4873-9357-c4802e1c7589 2019-01-03 19:59:55,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-494961a6-b018-480d-b280-c7ea75cfe0db x-compute-request-id: req-494961a6-b018-480d-b280-c7ea75cfe0db Content-Encoding: gzip Content-Length: 8142 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:55,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-494961a6-b018-480d-b280-c7ea75cfe0db 2019-01-03 19:59:55,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19: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-403dd232-d4c7-47a6-bd7c-775d4be8097d x-compute-request-id: req-403dd232-d4c7-47a6-bd7c-775d4be8097d Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:55,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-403dd232-d4c7-47a6-bd7c-775d4be8097d 2019-01-03 19:59:56,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:56,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:56,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:57,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-aee7bd9f-2afa-472f-bd62-66aac5982ddc x-compute-request-id: req-aee7bd9f-2afa-472f-bd62-66aac5982ddc Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 19:59:57,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-aee7bd9f-2afa-472f-bd62-66aac5982ddc 2019-01-03 19:59:57,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-83041b93-0a70-4979-ac21-bca4aff44bf5 x-compute-request-id: req-83041b93-0a70-4979-ac21-bca4aff44bf5 Content-Encoding: gzip Content-Length: 8142 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:57,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-83041b93-0a70-4979-ac21-bca4aff44bf5 2019-01-03 19:59:57,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-9a251352-a229-483d-8a91-810ecad1baa8 x-compute-request-id: req-9a251352-a229-483d-8a91-810ecad1baa8 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:57,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-9a251352-a229-483d-8a91-810ecad1baa8 2019-01-03 19:59:58,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:58,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:58,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 19:59:59,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-1be1e571-c6d7-4e61-afd5-148c241d3838 x-compute-request-id: req-1be1e571-c6d7-4e61-afd5-148c241d3838 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 19:59:59,320 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-1be1e571-c6d7-4e61-afd5-148c241d3838 2019-01-03 19:59:59,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-c32daa44-7ebb-4964-9e11-b9ddddc32011 x-compute-request-id: req-c32daa44-7ebb-4964-9e11-b9ddddc32011 Content-Encoding: gzip Content-Length: 8142 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 19:59:59,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-c32daa44-7ebb-4964-9e11-b9ddddc32011 2019-01-03 19:59:59,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 19:59: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-8ec31679-db1f-4bba-b388-59eb3c7b9f71 x-compute-request-id: req-8ec31679-db1f-4bba-b388-59eb3c7b9f71 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 19:59:59,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-8ec31679-db1f-4bba-b388-59eb3c7b9f71 2019-01-03 20:00:00,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:00,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:00,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:01,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-95e3e955-0219-4d2d-bf73-69a4a5fa7596 x-compute-request-id: req-95e3e955-0219-4d2d-bf73-69a4a5fa7596 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:01,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-95e3e955-0219-4d2d-bf73-69a4a5fa7596 2019-01-03 20:00:01,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b59313bc-4732-40bf-9fba-31d93e1bf4ad x-compute-request-id: req-b59313bc-4732-40bf-9fba-31d93e1bf4ad Content-Encoding: gzip Content-Length: 8142 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:01,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-b59313bc-4732-40bf-9fba-31d93e1bf4ad 2019-01-03 20:00:01,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-a0a6be14-44d1-4ad5-b852-92fe18dd8983 x-compute-request-id: req-a0a6be14-44d1-4ad5-b852-92fe18dd8983 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:01,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-a0a6be14-44d1-4ad5-b852-92fe18dd8983 2019-01-03 20:00:02,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:02,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:02,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:03,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-83ab1c12-c217-412b-abec-e1612cf483e4 x-compute-request-id: req-83ab1c12-c217-412b-abec-e1612cf483e4 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:03,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-83ab1c12-c217-412b-abec-e1612cf483e4 2019-01-03 20:00:03,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-59953266-bf11-401d-bc62-dbfe4e263d70 x-compute-request-id: req-59953266-bf11-401d-bc62-dbfe4e263d70 Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:03,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-59953266-bf11-401d-bc62-dbfe4e263d70 2019-01-03 20:00:03,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-d95c53bb-a86c-488a-9adc-5b697c75d812 x-compute-request-id: req-d95c53bb-a86c-488a-9adc-5b697c75d812 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:03,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-d95c53bb-a86c-488a-9adc-5b697c75d812 2019-01-03 20:00:04,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:04,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:04,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:05,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6caea73b-5436-48c3-8270-9d1b47f57f28 x-compute-request-id: req-6caea73b-5436-48c3-8270-9d1b47f57f28 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:05,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-6caea73b-5436-48c3-8270-9d1b47f57f28 2019-01-03 20:00:05,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95ee441e-ab59-41c6-b542-ce8d6aaa5651 x-compute-request-id: req-95ee441e-ab59-41c6-b542-ce8d6aaa5651 Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:05,685 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-95ee441e-ab59-41c6-b542-ce8d6aaa5651 2019-01-03 20:00:05,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-739a844c-62f0-42cc-83a7-9c6ac9c35500 x-compute-request-id: req-739a844c-62f0-42cc-83a7-9c6ac9c35500 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:05,754 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-739a844c-62f0-42cc-83a7-9c6ac9c35500 2019-01-03 20:00:06,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:06,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:06,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:07,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1879d3e6-ce67-46ab-8a28-01228e4d3959 x-compute-request-id: req-1879d3e6-ce67-46ab-8a28-01228e4d3959 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:07,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-1879d3e6-ce67-46ab-8a28-01228e4d3959 2019-01-03 20:00:07,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06c89bf0-8284-4e9e-b89b-f7bdc0d0fb28 x-compute-request-id: req-06c89bf0-8284-4e9e-b89b-f7bdc0d0fb28 Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:07,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-06c89bf0-8284-4e9e-b89b-f7bdc0d0fb28 2019-01-03 20:00:07,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd60a27d-f73c-41c5-aa53-6b1ea211283b x-compute-request-id: req-fd60a27d-f73c-41c5-aa53-6b1ea211283b Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:07,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-fd60a27d-f73c-41c5-aa53-6b1ea211283b 2019-01-03 20:00:08,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:08,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:08,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:09,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-6e418386-0420-49c2-b892-1b3cb2d29812 x-compute-request-id: req-6e418386-0420-49c2-b892-1b3cb2d29812 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:09,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-6e418386-0420-49c2-b892-1b3cb2d29812 2019-01-03 20:00:09,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-2db22fdf-a9c6-41a7-b34b-259d2733b0c0 x-compute-request-id: req-2db22fdf-a9c6-41a7-b34b-259d2733b0c0 Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:09,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-2db22fdf-a9c6-41a7-b34b-259d2733b0c0 2019-01-03 20:00:09,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-e527f586-73df-4075-9c1c-f85a82176431 x-compute-request-id: req-e527f586-73df-4075-9c1c-f85a82176431 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:09,966 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-e527f586-73df-4075-9c1c-f85a82176431 2019-01-03 20:00:10,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:10,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:10,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:11,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b696c4af-1378-4a8c-9ad8-8f6f382fbc77 x-compute-request-id: req-b696c4af-1378-4a8c-9ad8-8f6f382fbc77 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:11,798 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-b696c4af-1378-4a8c-9ad8-8f6f382fbc77 2019-01-03 20:00:11,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-e8953443-c933-4de3-abcb-97b81011aab6 x-compute-request-id: req-e8953443-c933-4de3-abcb-97b81011aab6 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:11,970 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-e8953443-c933-4de3-abcb-97b81011aab6 2019-01-03 20:00:12,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b6d86418-2595-4c2b-a89b-bdaf46eff93d x-compute-request-id: req-b6d86418-2595-4c2b-a89b-bdaf46eff93d Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:12,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-b6d86418-2595-4c2b-a89b-bdaf46eff93d 2019-01-03 20:00:12,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:12,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:13,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:13,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-84e7a94a-6756-447c-9baf-dc99443cd379 x-compute-request-id: req-84e7a94a-6756-447c-9baf-dc99443cd379 Content-Encoding: gzip Content-Length: 8134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\n"} 2019-01-03 20:00:13,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-84e7a94a-6756-447c-9baf-dc99443cd379 2019-01-03 20:00:14,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-44ac8551-3546-4de4-bec4-e2b97ea28520 x-compute-request-id: req-44ac8551-3546-4de4-bec4-e2b97ea28520 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:14,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-44ac8551-3546-4de4-bec4-e2b97ea28520 2019-01-03 20:00:14,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-bc0935cf-8974-4382-bec6-f0654a65f312 x-compute-request-id: req-bc0935cf-8974-4382-bec6-f0654a65f312 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:14,164 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-bc0935cf-8974-4382-bec6-f0654a65f312 2019-01-03 20:00:14,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:15,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:15,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:15,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de8ca9e6-af03-4b76-a58f-137d1c8e67f0 x-compute-request-id: req-de8ca9e6-af03-4b76-a58f-137d1c8e67f0 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\nping 10.10.10.11 KO\n"} 2019-01-03 20:00:15,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-de8ca9e6-af03-4b76-a58f-137d1c8e67f0 2019-01-03 20:00:16,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-27f05b04-413c-4477-9f3a-1377811cb754 x-compute-request-id: req-27f05b04-413c-4477-9f3a-1377811cb754 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:16,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-27f05b04-413c-4477-9f3a-1377811cb754 2019-01-03 20:00:16,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-aa32db60-49ef-4cdb-bb87-5d7228ccabd0 x-compute-request-id: req-aa32db60-49ef-4cdb-bb87-5d7228ccabd0 Content-Encoding: gzip Content-Length: 10938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489609944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130079] pid_max: default: 32768 minimum: 301\n[ 0.130955] ACPI: Core revision 20150930\n[ 0.132322] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133614] Security Framework initialized\n[ 0.134416] Yama: becoming mindful.\n[ 0.135130] AppArmor: AppArmor initialized\n[ 0.135983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137290] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138538] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141077] Initializing cgroup subsys io\n[ 0.141878] Initializing cgroup subsys memory\n[ 0.142714] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144435] Initializing cgroup subsys net_cls\n[ 0.145283] Initializing cgroup subsys perf_event\n[ 0.146177] Initializing cgroup subsys net_prio\n[ 0.147038] Initializing cgroup subsys hugetlb\n[ 0.147899] Initializing cgroup subsys pids\n[ 0.148753] CPU: Physical Processor ID: 0\n[ 0.150225] mce: CPU supports 10 MCE banks\n[ 0.151058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162657] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169004] ftrace: allocating 31920 entries in 125 pages\n[ 0.195166] smpboot: Max logical packages: 1\n[ 0.196023] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197341] x2apic enabled\n[ 0.198141] Switched APIC routing to physical x2apic.\n[ 0.199873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200975] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204677] KVM setup paravirtual spinlock\n[ 0.205971] x86: Booted up 1 node, 1 CPUs\n[ 0.206761] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208128] devtmpfs: initialized\n[ 0.209829] evm: security.selinux\n[ 0.210514] evm: security.SMACK64\n[ 0.211193] evm: security.SMACK64EXEC\n[ 0.211922] evm: security.SMACK64TRANSMUTE\n[ 0.212709] evm: security.SMACK64MMAP\n[ 0.213440] evm: security.ima\n[ 0.214079] evm: security.capability\n[ 0.214867] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216684] pinctrl core: initialized pinctrl subsystem\n[ 0.217754] RTC time: 19:58:46, date: 01/03/19\n[ 0.218699] NET: Registered protocol family 16\n[ 0.219660] cpuidle: using governor ladder\n[ 0.220471] cpuidle: using governor menu\n[ 0.221241] PCCT header not found.\n[ 0.221973] ACPI: bus type PCI registered\n[ 0.222758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223974] PCI: Using configuration type 1 for base access\n[ 0.225697] ACPI: Added _OSI(Module Device)\n[ 0.226526] ACPI: Added _OSI(Processor Device)\n[ 0.227380] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228262] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230360] ACPI: Interpreter enabled\n[ 0.231118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238352] ACPI: (supports S0 S5)\n[ 0.239045] ACPI: Using IOAPIC for interrupt routing\n[ 0.240041] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244238] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246622] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248806] acpiphp: Slot [3] registered\n[ 0.249591] acpiphp: Slot [4] registered\n[ 0.250400] acpiphp: Slot [5] registered\n[ 0.251189] acpiphp: Slot [6] registered\n[ 0.251969] acpiphp: Slot [7] registered\n[ 0.252756] acpiphp: Slot [8] registered\n[ 0.253543] acpiphp: Slot [9] registered\n[ 0.254328] acpiphp: Slot [10] registered\n[ 0.255123] acpiphp: Slot [11] registered\n[ 0.255929] acpiphp: Slot [12] registered\n[ 0.256725] acpiphp: Slot [13] registered\n[ 0.257537] acpiphp: Slot [14] registered\n[ 0.258339] acpiphp: Slot [15] registered\n[ 0.269142] acpiphp: Slot [16] registered\n[ 0.269946] acpiphp: Slot [17] registered\n[ 0.270737] acpiphp: Slot [18] registered\n[ 0.271532] acpiphp: Slot [19] registered\n[ 0.272334] acpiphp: Slot [20] registered\n[ 0.273139] acpiphp: Slot [21] registered\n[ 0.273936] acpiphp: Slot [22] registered\n[ 0.274728] acpiphp: Slot [23] registered\n[ 0.275525] acpiphp: Slot [24] registered\n[ 0.276325] acpiphp: Slot [25] registered\n[ 0.277121] acpiphp: Slot [26] registered\n[ 0.277920] acpiphp: Slot [27] registered\n[ 0.278716] acpiphp: Slot [28] registered\n[ 0.279511] acpiphp: Slot [29] registered\n[ 0.280306] acpiphp: Slot [30] registered\n[ 0.281099] acpiphp: Slot [31] registered\n[ 0.281891] PCI host bridge to bus 0000:00\n[ 0.282686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283875] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287908] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295332] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296494] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349899] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354175] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355561] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.356785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357923] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360625] vgaarb: loaded\n[ 0.361214] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362332] SCSI subsystem initialized\n[ 0.363137] ACPI: bus type USB registered\n[ 0.363938] usbcore: registered new interface driver usbfs\n[ 0.364942] usbcore: registered new interface driver hub\n[ 0.365928] usbcore: registered new device driver usb\n[ 0.366962] PCI: Using ACPI for IRQ routing\n[ 0.367963] NetLabel: Initializing\n[ 0.368666] NetLabel: domain hash size = 128\n[ 0.369507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370433] NetLabel: unlabeled traffic allowed by default\n[ 0.371511] clocksource: Switched to clocksource kvm-clock\n[ 0.376919] AppArmor: AppArmor Filesystem Enabled\n[ 0.377864] pnp: PnP ACPI init\n[ 0.378755] pnp: PnP ACPI: found 5 devices\n[ 0.385109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386787] NET: Registered protocol family 2\n[ 0.387730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390132] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393471] NET: Registered protocol family 1\n[ 0.394322] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395392] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396450] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424711] Trying to unpack rootfs image as initramfs...\n[ 0.474186] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488144] Scanning for low memory corruption every 60 seconds\n[ 0.489469] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490610] audit: initializing netlink subsys (disabled)\n[ 0.491622] audit: type=2000 audit(1546545527.050:1): initialized\n[ 0.492928] Initialise system trusted keyring\n[ 0.493840] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496941] zbud: loaded\n[ 0.497629] VFS: Disk quotas dquot_6.6.0\n[ 0.498435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499932] fuse init (API version 7.23)\n[ 0.500816] Key type big_key registered\n[ 0.501599] Allocating IMA MOK and blacklist keyrings.\n[ 0.503053] Key type asymmetric registered\n[ 0.503871] Asymmetric key parser 'x509' registered\n[ 0.504807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506237] io scheduler noop registered\n[ 0.507017] io scheduler deadline registered (default)\n[ 0.507992] io scheduler cfq registered\n[ 0.508815] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509835] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511064] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512509] ACPI: Power Button [PWRF]\n[ 0.513335] GHES: HEST is not enabled!\n[ 0.526978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581092] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583231] Linux agpgart interface v0.103\n[ 0.586587] brd: module loaded\n[ 0.588352] loop: module loaded\n[ 0.593479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.594892] GPT:90111 != 2097151\n[ 0.595555] GPT:Alternate GPT header not at the end of the disk.\n[ 0.596622] GPT:90111 != 2097151\n[ 0.597277] GPT: Use GNU Parted to correct GPT errors.\n[ 0.598214] vda: vda1 vda15\n[ 0.599726] scsi host0: ata_piix\n[ 0.600447] scsi host1: ata_piix\n[ 0.601136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.602311] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603722] libphy: Fixed MDIO Bus: probed\n[ 0.604524] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.607556] PPP generic driver version 2.4.2\n[ 0.608427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.609684] ehci-pci: EHCI PCI platform driver\n[ 0.610534] ehci-platform: EHCI generic platform driver\n[ 0.611493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612595] ohci-pci: OHCI PCI platform driver\n[ 0.613448] ohci-platform: OHCI generic platform driver\n[ 0.614404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628713] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629689] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631105] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632120] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635781] usb usb1: Product: UHCI Host Controller\n[ 0.636734] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637854] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638847] hub 1-0:1.0: USB hub found\n[ 0.639612] hub 1-0:1.0: 2 ports detected\n[ 0.640495] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643466] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644461] mousedev: PS/2 mouse device common for all mice\n[ 0.645669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647457] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650837] i2c /dev entries driver\n[ 0.651583] device-mapper: uevent: version 1.0.3\n[ 0.652489] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655306] NET: Registered protocol family 10\n[ 0.656288] NET: Registered protocol family 17\n[ 0.657158] Key type dns_resolver registered\n[ 0.658063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660831] registered taskstats version 1\n[ 0.661641] Loading compiled-in X.509 certificates\n[ 0.663049] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664863] zswap: loaded using pool lzo/zbud\n[ 0.666203] Key type trusted registered\n[ 0.667748] Key type encrypted registered\n[ 0.668550] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670534] evm: HMAC attrs: 0x1\n[ 0.671825] Magic number: 3:651:1000\n[ 0.672572] misc memory_bandwidth: hash matches\n[ 0.673444] i8042 aux 00:02: hash matches\n[ 0.674282] rtc_cmos 00:00: setting system clock to 2019-01-03 19:58:47 UTC (1546545527)\n[ 0.675852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676933] EDD information not available.\n[ 0.760605] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772246] Write protecting the kernel read-only data: 14336k\n[ 0.773810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775601] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.143994] random: dd 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.05. iid=i-00000134\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCG42otrDRX2OsbcgpyPdU3quSk8BL17owETXoQpXGNlN5XLpXsmwziK8PZeOiFbnv4lH+bRcjEXI2Thrk3aokXPCbMOkJvHyq+deJECWopUL5BA1MbpYSqNXyFKEXPFmRj8b74TO4e8fsEEOLyu8MVCZJxxSTjFDbj/ypgRSKUM4KMUsEUF98WCm4q1llJL+WC8fgrlZVr+uBeVoNwClSQUJcP+AjGKGctywO5DWBtlQ+sahMCS0SYzZpC1MFiu0jhvI5dCqh4sTSAc42yLJ9rmwyGRpkXr96dcEL/4SMFnIlzT1jx0/n12Wtt1TzciB+p8esTElRLMdHqhFlYZGLL root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwQ5F8mlLdZbImZxMZ1FfcATi+YX/IT73vbz5pNMcnaazNxEjIyx0KOjgtO5qgExJ2uRcWkhzLcTsdE4D8SzZPlRFjnF5EtI5iyVrTjAYUHDProcCaQbr2Pg9lYIRJ3b7YmMH0hVtCZQlexwbSSZfe+NkQ+dvivuuqud50iWlfFAAAAFQCAhjdT+sR14sh3LyKkwNoEsKSjBwAAAIA+GjNQDG1qGO8sWoaIu8lmUp8x2JnY+RLMEHqe/LOb/DS43+9+grM3JR7kJZbYAejkFvUmDidDDkV4tZkdSeaYU0aU8/tFZlF6I1Enei01lyg8Qrg9Q5s8D60JWtwo/Zv/prZA9V4vdxtWvJQxzEYDQBqASgkMp/A8eMEH3iblbwAAAIA9SOK7QT14fdzE6ucjAKAVEr7FxKGbmWD9+w/1jQ+O1f1XhqCgxBhKM/fFcgRConktp4DmYIV4uNdHhOMz8X17DhIY6na0NXpVOetgZKRsb0X+uDPoVYYD4YsC9DwjmpKHmUl2MRLXxYj+EjQPRxHqOOEbpvIloSMV1j/yYWU/MA== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.14,24,fe80::f816:3eff:fe6e:954b/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-00000134\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n/dev/root resized successfully [took 2.54s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6E:95:4B \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6e:954b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8262 (8.0 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.111984] usb 1-1: Product: QEMU USB Tablet\n[ 1.111985] usb 1-1: Manufacturer: QEMU\n[ 1.111986] usb 1-1: SerialNumber: 42\n[ 1.113072] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.126212] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.143994] random: dd urandom read with 5 bits of entropy available\n[ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.270078] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 3 19:58:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 3 19:58:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 3 19:58:47 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 3 19:58:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 3 19:58:47 cirros kern.notice kernel: [ 1.143994] random: dd urandom read with 5 bits of entropy available\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487703] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 3 19:58:48 cirros kern.info kernel: [ 1.487706] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 3 19:58:49 cirros auth.notice su: + /dev/console root:cirros\nJan 3 19:58:50 cirros authpriv.info dropbear[340]: Running in background\nJan 3 19:58:50 cirros kern.info kernel: [ 3.853231] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 3 19:58:51 cirros kern.info kernel: [ 4.270078] 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: "} 2019-01-03 20:00:16,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-aa32db60-49ef-4cdb-bb87-5d7228ccabd0 2019-01-03 20:00:16,840 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2019-01-03 20:00:16,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"forceDelete": null}' 2019-01-03 20:00:16,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04897b80e3bf8c3a9a26c29ecde3bb2b9fd29cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:17,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-7d1bc47b-65e7-453d-bddd-b6b389f22aa8 x-compute-request-id: req-7d1bc47b-65e7-453d-bddd-b6b389f22aa8 Content-Length: 0 Content-Type: application/json 2019-01-03 20:00:17,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-7d1bc47b-65e7-453d-bddd-b6b389f22aa8 2019-01-03 20:00:17,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2f965f8c1bdbf6264c0b68a916dfe42e8e9883a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:17,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95024ba4d4e6b5692a7b0600210f1b6cf7c863f0" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:17,839 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 20:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62dab2b8-4e2f-4b18-b0c7-6567ab2df09e x-compute-request-id: req-62dab2b8-4e2f-4b18-b0c7-6567ab2df09e Content-Length: 86 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Guest does not have a console available.", "code": 404}} 2019-01-03 20:00:17,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/793c987a-3915-41fb-abf6-7e21bad08476/action used request id req-62dab2b8-4e2f-4b18-b0c7-6567ab2df09e 2019-01-03 20:00:17,840 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2019-01-03 20:00:18,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-dd59725f-507e-4057-8fbe-5ca9ab7949c3 x-compute-request-id: req-dd59725f-507e-4057-8fbe-5ca9ab7949c3 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 734176539 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150409] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152131] pid_max: default: 32768 minimum: 301\n[ 0.153063] ACPI: Core revision 20150930\n[ 0.154480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155839] Security Framework initialized\n[ 0.156685] Yama: becoming mindful.\n[ 0.157449] AppArmor: AppArmor initialized\n[ 0.158334] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159680] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160979] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163790] Initializing cgroup subsys io\n[ 0.164639] Initializing cgroup subsys memory\n[ 0.165556] Initializing cgroup subsys devices\n[ 0.166527] Initializing cgroup subsys freezer\n[ 0.167451] Initializing cgroup subsys net_cls\n[ 0.168366] Initializing cgroup subsys perf_event\n[ 0.169324] Initializing cgroup subsys net_prio\n[ 0.170283] Initializing cgroup subsys hugetlb\n[ 0.171192] Initializing cgroup subsys pids\n[ 0.172089] CPU: Physical Processor ID: 0\n[ 0.173638] mce: CPU supports 10 MCE banks\n[ 0.174540] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193169] ftrace: allocating 31920 entries in 125 pages\n[ 0.220741] smpboot: Max logical packages: 1\n[ 0.221667] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223111] x2apic enabled\n[ 0.223953] Switched APIC routing to physical x2apic.\n[ 0.225768] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226960] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229051] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230920] KVM setup paravirtual spinlock\n[ 0.232291] x86: Booted up 1 node, 1 CPUs\n[ 0.233141] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.234600] devtmpfs: initialized\n[ 0.236360] evm: security.selinux\n[ 0.237110] evm: security.SMACK64\n[ 0.237924] evm: security.SMACK64EXEC\n[ 0.238689] evm: security.SMACK64TRANSMUTE\n[ 0.239523] evm: security.SMACK64MMAP\n[ 0.240293] evm: security.ima\n[ 0.240955] evm: security.capability\n[ 0.241779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243679] pinctrl core: initialized pinctrl subsystem\n[ 0.244814] RTC time: 19:59:12, date: 01/03/19\n[ 0.245794] NET: Registered protocol family 16\n[ 0.246785] cpuidle: using governor ladder\n[ 0.247622] cpuidle: using governor menu\n[ 0.248427] PCCT header not found.\n[ 0.249199] ACPI: bus type PCI registered\n[ 0.250018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251293] PCI: Using configuration type 1 for base access\n[ 0.253090] ACPI: Added _OSI(Module Device)\n[ 0.253966] ACPI: Added _OSI(Processor Device)\n[ 0.254840] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255768] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257967] ACPI: Interpreter enabled\n[ 0.258757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266353] ACPI: (supports S0 S5)\n[ 0.267115] ACPI: Using IOAPIC for interrupt routing\n[ 0.268258] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271469] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272674] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273986] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.275258] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277589] acpiphp: Slot [3] registered\n[ 0.278446] acpiphp: Slot [4] registered\n[ 0.279295] acpiphp: Slot [5] registered\n[ 0.280132] acpiphp: Slot [6] registered\n[ 0.280970] acpiphp: Slot [7] registered\n[ 0.281795] acpiphp: Slot [8] registered\n[ 0.282648] acpiphp: Slot [9] registered\n[ 0.283498] acpiphp: Slot [10] registered\n[ 0.284321] acpiphp: Slot [11] registered\n[ 0.285149] acpiphp: Slot [12] registered\n[ 0.285979] acpiphp: Slot [13] registered\n[ 0.286793] acpiphp: Slot [14] registered\n[ 0.287622] acpiphp: Slot [15] registered\n[ 0.298452] acpiphp: Slot [16] registered\n[ 0.299285] acpiphp: Slot [17] registered\n[ 0.300121] acpiphp: Slot [18] registered\n[ 0.301059] acpiphp: Slot [19] registered\n[ 0.301925] acpiphp: Slot [20] registered\n[ 0.302777] acpiphp: Slot [21] registered\n[ 0.303627] acpiphp: Slot [22] registered\n[ 0.304473] acpiphp: Slot [23] registered\n[ 0.305323] acpiphp: Slot [24] registered\n[ 0.306173] acpiphp: Slot [25] registered\n[ 0.307024] acpiphp: Slot [26] registered\n[ 0.307872] acpiphp: Slot [27] registered\n[ 0.308717] acpiphp: Slot [28] registered\n[ 0.309569] acpiphp: Slot [29] registered\n[ 0.310418] acpiphp: Slot [30] registered\n[ 0.311275] acpiphp: Slot [31] registered\n[ 0.312121] PCI host bridge to bus 0000:00\n[ 0.312967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314247] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317035] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318545] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324944] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326298] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335738] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337163] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387389] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388939] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.390358] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392998] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394607] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395655] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397193] vgaarb: loaded\n[ 0.397790] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398934] SCSI subsystem initialized\n[ 0.399751] ACPI: bus type USB registered\n[ 0.400629] usbcore: registered new interface driver usbfs\n[ 0.401650] usbcore: registered new interface driver hub\n[ 0.402650] usbcore: registered new device driver usb\n[ 0.403701] PCI: Using ACPI for IRQ routing\n[ 0.404729] NetLabel: Initializing\n[ 0.405435] NetLabel: domain hash size = 128\n[ 0.406281] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407220] NetLabel: unlabeled traffic allowed by default\n[ 0.408304] clocksource: Switched to clocksource kvm-clock\n[ 0.413905] AppArmor: AppArmor Filesystem Enabled\n[ 0.414851] pnp: PnP ACPI init\n[ 0.415766] pnp: PnP ACPI: found 5 devices\n[ 0.422142] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423826] NET: Registered protocol family 2\n[ 0.424786] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426048] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427202] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428360] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430574] NET: Registered protocol family 1\n[ 0.431431] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432518] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461922] Trying to unpack rootfs image as initramfs...\n[ 0.512002] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525949] Scanning for low memory corruption every 60 seconds\n[ 0.527264] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528408] audit: initializing netlink subsys (disabled)\n[ 0.529436] audit: type=2000 audit(1546545553.253:1): initialized\n[ 0.530732] Initialise system trusted keyring\n[ 0.531657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532816] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534752] zbud: loaded\n[ 0.535452] VFS: Disk quotas dquot_6.6.0\n[ 0.536263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537771] fuse init (API version 7.23)\n[ 0.538653] Key type big_key registered\n[ 0.539448] Allocating IMA MOK and blacklist keyrings.\n[ 0.540547] Key type asymmetric registered\n[ 0.541362] Asymmetric key parser 'x509' registered\n[ 0.542299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544109] io scheduler noop registered\n[ 0.544909] io scheduler deadline registered (default)\n[ 0.545888] io scheduler cfq registered\n[ 0.546712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.547746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549008] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550443] ACPI: Power Button [PWRF]\n[ 0.551270] GHES: HEST is not enabled!\n[ 0.565020] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600145] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603366] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629483] Linux agpgart interface v0.103\n[ 0.632067] brd: module loaded\n[ 0.633324] loop: module loaded\n[ 0.638037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639460] GPT:90111 != 2097151\n[ 0.640125] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641201] GPT:90111 != 2097151\n[ 0.641870] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642812] vda: vda1 vda15\n[ 0.644339] scsi host0: ata_piix\n[ 0.645067] scsi host1: ata_piix\n[ 0.645766] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646966] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648395] libphy: Fixed MDIO Bus: probed\n[ 0.649206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652448] PPP generic driver version 2.4.2\n[ 0.653390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654697] ehci-pci: EHCI PCI platform driver\n[ 0.655565] ehci-platform: EHCI generic platform driver\n[ 0.656553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657663] ohci-pci: OHCI PCI platform driver\n[ 0.658587] ohci-platform: OHCI generic platform driver\n[ 0.659671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674457] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675666] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678617] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683155] usb usb1: Product: UHCI Host Controller\n[ 0.684310] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685692] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686827] hub 1-0:1.0: USB hub found\n[ 0.687749] hub 1-0:1.0: 2 ports detected\n[ 0.688826] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691107] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693069] mousedev: PS/2 mouse device common for all mice\n[ 0.694319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696145] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699584] i2c /dev entries driver\n[ 0.700353] device-mapper: uevent: version 1.0.3\n[ 0.701283] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702896] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704286] NET: Registered protocol family 10\n[ 0.705326] NET: Registered protocol family 17\n[ 0.706249] Key type dns_resolver registered\n[ 0.707199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710118] registered taskstats version 1\n[ 0.710967] Loading compiled-in X.509 certificates\n[ 0.712443] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714408] zswap: loaded using pool lzo/zbud\n[ 0.715929] Key type trusted registered\n[ 0.717541] Key type encrypted registered\n[ 0.718438] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719544] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720660] evm: HMAC attrs: 0x1\n[ 0.721669] Magic number: 3:651:1000\n[ 0.722515] misc memory_bandwidth: hash matches\n[ 0.723487] i8042 aux 00:02: hash matches\n[ 0.724436] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:13 UTC (1546545553)\n[ 0.726126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727327] EDD information not available.\n[ 0.804987] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816892] ata1.00: configured for MWDMA2\n[ 0.818225] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820637] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.822047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.823423] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.825441] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.827198] Write protecting the kernel read-only data: 14336k\n[ 0.828956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.830746] 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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.021514] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.89s]\nping 10.10.10.11 KO\nping 10.10.10.14 KO\nping 10.10.10.11 KO\n"} 2019-01-03 20:00:18,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-dd59725f-507e-4057-8fbe-5ca9ab7949c3 2019-01-03 20:00:18,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b063b40-7f79-4d5b-9c79-8d595068984e x-compute-request-id: req-3b063b40-7f79-4d5b-9c79-8d595068984e Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484649820 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129693] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131340] pid_max: default: 32768 minimum: 301\n[ 0.132222] ACPI: Core revision 20150930\n[ 0.133586] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134877] Security Framework initialized\n[ 0.135694] Yama: becoming mindful.\n[ 0.136415] AppArmor: AppArmor initialized\n[ 0.137298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139867] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141050] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142418] Initializing cgroup subsys io\n[ 0.143222] Initializing cgroup subsys memory\n[ 0.144065] Initializing cgroup subsys devices\n[ 0.144934] Initializing cgroup subsys freezer\n[ 0.145798] Initializing cgroup subsys net_cls\n[ 0.146651] Initializing cgroup subsys perf_event\n[ 0.147543] Initializing cgroup subsys net_prio\n[ 0.148409] Initializing cgroup subsys hugetlb\n[ 0.149305] Initializing cgroup subsys pids\n[ 0.150168] CPU: Physical Processor ID: 0\n[ 0.151640] mce: CPU supports 10 MCE banks\n[ 0.152474] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164145] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170497] ftrace: allocating 31920 entries in 125 pages\n[ 0.196977] smpboot: Max logical packages: 1\n[ 0.197839] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199164] x2apic enabled\n[ 0.199964] Switched APIC routing to physical x2apic.\n[ 0.201697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204758] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206512] KVM setup paravirtual spinlock\n[ 0.207846] x86: Booted up 1 node, 1 CPUs\n[ 0.208634] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210052] devtmpfs: initialized\n[ 0.211755] evm: security.selinux\n[ 0.212455] evm: security.SMACK64\n[ 0.213137] evm: security.SMACK64EXEC\n[ 0.213871] evm: security.SMACK64TRANSMUTE\n[ 0.214662] evm: security.SMACK64MMAP\n[ 0.215404] evm: security.ima\n[ 0.216039] evm: security.capability\n[ 0.216840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218662] pinctrl core: initialized pinctrl subsystem\n[ 0.219756] RTC time: 19:59:00, date: 01/03/19\n[ 0.220694] NET: Registered protocol family 16\n[ 0.221650] cpuidle: using governor ladder\n[ 0.222457] cpuidle: using governor menu\n[ 0.223233] PCCT header not found.\n[ 0.223980] ACPI: bus type PCI registered\n[ 0.224768] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225998] PCI: Using configuration type 1 for base access\n[ 0.227733] ACPI: Added _OSI(Module Device)\n[ 0.228573] ACPI: Added _OSI(Processor Device)\n[ 0.229423] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230308] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232390] ACPI: Interpreter enabled\n[ 0.233162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240414] ACPI: (supports S0 S5)\n[ 0.241111] ACPI: Using IOAPIC for interrupt routing\n[ 0.242097] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246294] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247512] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248689] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250894] acpiphp: Slot [3] registered\n[ 0.251683] acpiphp: Slot [4] registered\n[ 0.252492] acpiphp: Slot [5] registered\n[ 0.253287] acpiphp: Slot [6] registered\n[ 0.254076] acpiphp: Slot [7] registered\n[ 0.254870] acpiphp: Slot [8] registered\n[ 0.255656] acpiphp: Slot [9] registered\n[ 0.256445] acpiphp: Slot [10] registered\n[ 0.257246] acpiphp: Slot [11] registered\n[ 0.258054] acpiphp: Slot [12] registered\n[ 0.258861] acpiphp: Slot [13] registered\n[ 0.259659] acpiphp: Slot [14] registered\n[ 0.260460] acpiphp: Slot [15] registered\n[ 0.271239] acpiphp: Slot [16] registered\n[ 0.272066] acpiphp: Slot [17] registered\n[ 0.272863] acpiphp: Slot [18] registered\n[ 0.273652] acpiphp: Slot [19] registered\n[ 0.274453] acpiphp: Slot [20] registered\n[ 0.275258] acpiphp: Slot [21] registered\n[ 0.276054] acpiphp: Slot [22] registered\n[ 0.276852] acpiphp: Slot [23] registered\n[ 0.277648] acpiphp: Slot [24] registered\n[ 0.278459] acpiphp: Slot [25] registered\n[ 0.279262] acpiphp: Slot [26] registered\n[ 0.280074] acpiphp: Slot [27] registered\n[ 0.280873] acpiphp: Slot [28] registered\n[ 0.281671] acpiphp: Slot [29] registered\n[ 0.282472] acpiphp: Slot [30] registered\n[ 0.283277] acpiphp: Slot [31] registered\n[ 0.284070] PCI host bridge to bus 0000:00\n[ 0.284868] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288682] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290112] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296283] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298690] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299930] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306309] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307720] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352428] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355300] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358078] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359305] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360435] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363155] vgaarb: loaded\n[ 0.363747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364874] SCSI subsystem initialized\n[ 0.365676] ACPI: bus type USB registered\n[ 0.366481] usbcore: registered new interface driver usbfs\n[ 0.367498] usbcore: registered new interface driver hub\n[ 0.368490] usbcore: registered new device driver usb\n[ 0.369526] PCI: Using ACPI for IRQ routing\n[ 0.370535] NetLabel: Initializing\n[ 0.371245] NetLabel: domain hash size = 128\n[ 0.372096] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373038] NetLabel: unlabeled traffic allowed by default\n[ 0.374118] clocksource: Switched to clocksource kvm-clock\n[ 0.379502] AppArmor: AppArmor Filesystem Enabled\n[ 0.380444] pnp: PnP ACPI init\n[ 0.381341] pnp: PnP ACPI: found 5 devices\n[ 0.387700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389373] NET: Registered protocol family 2\n[ 0.390315] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392706] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393843] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396054] NET: Registered protocol family 1\n[ 0.396908] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397985] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399061] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413058] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427483] Trying to unpack rootfs image as initramfs...\n[ 0.477375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491358] Scanning for low memory corruption every 60 seconds\n[ 0.492695] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493834] audit: initializing netlink subsys (disabled)\n[ 0.494859] audit: type=2000 audit(1546545540.958:1): initialized\n[ 0.496155] Initialise system trusted keyring\n[ 0.497076] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500188] zbud: loaded\n[ 0.500890] VFS: Disk quotas dquot_6.6.0\n[ 0.501701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503218] fuse init (API version 7.23)\n[ 0.504110] Key type big_key registered\n[ 0.504912] Allocating IMA MOK and blacklist keyrings.\n[ 0.506387] Key type asymmetric registered\n[ 0.507216] Asymmetric key parser 'x509' registered\n[ 0.508164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509615] io scheduler noop registered\n[ 0.510413] io scheduler deadline registered (default)\n[ 0.511401] io scheduler cfq registered\n[ 0.512227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513263] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515983] ACPI: Power Button [PWRF]\n[ 0.516803] GHES: HEST is not enabled!\n[ 0.530361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586469] Linux agpgart interface v0.103\n[ 0.588461] brd: module loaded\n[ 0.591537] loop: module loaded\n[ 0.596006] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597448] GPT:90111 != 2097151\n[ 0.598127] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599872] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600821] vda: vda1 vda15\n[ 0.602352] scsi host0: ata_piix\n[ 0.603081] scsi host1: ata_piix\n[ 0.603785] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604984] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606416] libphy: Fixed MDIO Bus: probed\n[ 0.607232] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608165] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610317] PPP generic driver version 2.4.2\n[ 0.611196] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612476] ehci-pci: EHCI PCI platform driver\n[ 0.613339] ehci-platform: EHCI generic platform driver\n[ 0.614322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615433] ohci-pci: OHCI PCI platform driver\n[ 0.616285] ohci-platform: OHCI generic platform driver\n[ 0.617257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631630] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632613] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636161] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637360] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638749] usb usb1: Product: UHCI Host Controller\n[ 0.639666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641810] hub 1-0:1.0: USB hub found\n[ 0.642589] hub 1-0:1.0: 2 ports detected\n[ 0.643478] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646527] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647545] mousedev: PS/2 mouse device common for all mice\n[ 0.648774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650595] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652856] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654031] i2c /dev entries driver\n[ 0.654796] device-mapper: uevent: version 1.0.3\n[ 0.655736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658592] NET: Registered protocol family 10\n[ 0.659563] NET: Registered protocol family 17\n[ 0.660443] Key type dns_resolver registered\n[ 0.661360] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662453] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664187] registered taskstats version 1\n[ 0.665013] Loading compiled-in X.509 certificates\n[ 0.666450] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668307] zswap: loaded using pool lzo/zbud\n[ 0.669665] Key type trusted registered\n[ 0.671202] Key type encrypted registered\n[ 0.672026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673038] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674064] evm: HMAC attrs: 0x1\n[ 0.675008] Magic number: 3:651:1000\n[ 0.675771] misc memory_bandwidth: hash matches\n[ 0.676661] i8042 aux 00:02: hash matches\n[ 0.677513] rtc_cmos 00:00: setting system clock to 2019-01-03 19:59:01 UTC (1546545541)\n[ 0.679109] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680209] EDD information not available.\n[ 0.762769] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.774551] ata1.00: configured for MWDMA2\n[ 0.775756] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.777916] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.779120] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.780348] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.782202] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783704] Write protecting the kernel read-only data: 14336k\n[ 0.785244] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787017] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.115270] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2019-01-03 20:00:18,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-3b063b40-7f79-4d5b-9c79-8d595068984e 2019-01-03 20:00:18,772 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2019-01-03 20:00:18,773 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=e0f6c9e2-d26c-407f-891b-bca99be74537 network=bd148ca2-213d-466f-bb0b-cc40008e5fea secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae 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 2019-01-03 20:00:18,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:00:18,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:00:18,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:00:18,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:00:18,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:00:18,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:00:18,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:00:18,776 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:00:18,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:00:18,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:00:18,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:00:18,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:00:18,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:00:18,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:00:18,784 - 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" 2019-01-03 20:00:18,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d7fc2c-f773-45bb-90fe-4f066232e323 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"}]}} 2019-01-03 20:00:18,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-59d7fc2c-f773-45bb-90fe-4f066232e323 2019-01-03 20:00:18,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:00:19,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["D7JH8iv3Tt69O8WD1vg5Hw"], "issued_at": "2019-01-03T20:00:19.000000Z"}} 2019-01-03 20:00:19,175 - 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}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" 2019-01-03 20:00:19,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00205c1a-98d9-4e3a-874e-d482f4d50dfe x-compute-request-id: req-00205c1a-98d9-4e3a-874e-d482f4d50dfe Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 20:00:19,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-00205c1a-98d9-4e3a-874e-d482f4d50dfe 2019-01-03 20:00:19,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" 2019-01-03 20:00:19,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f42b5c56-aff8-4e65-8fd0-f18fd886f34f x-compute-request-id: req-f42b5c56-aff8-4e65-8fd0-f18fd886f34f Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:00:19,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a used request id req-f42b5c56-aff8-4e65-8fd0-f18fd886f34f 2019-01-03 20:00:19,372 - 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}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "e0f6c9e2-d26c-407f-891b-bca99be74537", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bd148ca2-213d-466f-bb0b-cc40008e5fea"}], "config_drive": true}}' 2019-01-03 20:00:20,832 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:00:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffcdb7b6-1a44-48c4-8edc-1bacebb3b602 x-compute-request-id: req-ffcdb7b6-1a44-48c4-8edc-1bacebb3b602 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "adminPass": "5mm69sqBRUL8"}} 2019-01-03 20:00:20,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ffcdb7b6-1a44-48c4-8edc-1bacebb3b602 2019-01-03 20:00:20,833 - 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" 2019-01-03 20:00:20,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680aff96-327f-4faa-8a10-e0afbe874a4b 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"}]}} 2019-01-03 20:00:20,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-680aff96-327f-4faa-8a10-e0afbe874a4b 2019-01-03 20:00:20,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:00:21,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["qOvEwlbsSqKy-E4q3-cH-Q"], "issued_at": "2019-01-03T20:00:21.000000Z"}} 2019-01-03 20:00:21,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f235ae6e6ccd601cb852ba03aa0ebe24b76615" 2019-01-03 20:00:21,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-8c5c0aeb-eb48-4f42-83bc-8055c3dd882e x-compute-request-id: req-8c5c0aeb-eb48-4f42-83bc-8055c3dd882e Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:00: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-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:00:21,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d used request id req-8c5c0aeb-eb48-4f42-83bc-8055c3dd882e 2019-01-03 20:00:24,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f235ae6e6ccd601cb852ba03aa0ebe24b76615" 2019-01-03 20:00:25,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00: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-86050d3e-5c29-4d63-a7aa-3d3023b090f5 x-compute-request-id: req-86050d3e-5c29-4d63-a7aa-3d3023b090f5 Content-Encoding: gzip Content-Length: 779 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:00:21Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:00:25,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d used request id req-86050d3e-5c29-4d63-a7aa-3d3023b090f5 2019-01-03 20:00:28,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f235ae6e6ccd601cb852ba03aa0ebe24b76615" 2019-01-03 20:00:29,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-322057a8-8e22-4b52-a469-80d142901116 x-compute-request-id: req-322057a8-8e22-4b52-a469-80d142901116 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:00:29,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d used request id req-322057a8-8e22-4b52-a469-80d142901116 2019-01-03 20:00:29,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" 2019-01-03 20:00:29,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0567c61e-b5f5-47af-8c0a-0a84cfef837f x-compute-request-id: req-0567c61e-b5f5-47af-8c0a-0a84cfef837f Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:00:29,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d used request id req-0567c61e-b5f5-47af-8c0a-0a84cfef837f 2019-01-03 20:00:29,993 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.16'. 2019-01-03 20:00:29,993 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2019-01-03 20:00:29,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 20:00:31,241 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-020dff32-7a31-4721-995a-77824491f1e1 x-compute-request-id: req-020dff32-7a31-4721-995a-77824491f1e1 Content-Length: 0 Content-Type: application/json 2019-01-03 20:00:31,241 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-020dff32-7a31-4721-995a-77824491f1e1 2019-01-03 20:00:31,241 - sdnvpn_test_utils - INFO - Waiting for instance bad20c2a-9cbc-45c5-8469-f1f75b90b62d to boot up 2019-01-03 20:00:31,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:32,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-4a7b3814-6c0f-4b9a-a57a-bcc30e789bd9 x-compute-request-id: req-4a7b3814-6c0f-4b9a-a57a-bcc30e789bd9 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 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\n"} 2019-01-03 20:00:32,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-4a7b3814-6c0f-4b9a-a57a-bcc30e789bd9 2019-01-03 20:00:34,324 - __name__ - INFO - Starting monitor thread of vm_4 2019-01-03 20:00:35,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:36,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84f5c296-3c73-4eae-9f7c-6477639e0928 x-compute-request-id: req-84f5c296-3c73-4eae-9f7c-6477639e0928 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 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\n"} 2019-01-03 20:00:36,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-84f5c296-3c73-4eae-9f7c-6477639e0928 2019-01-03 20:00:37,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:38,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b32cc22-0575-46fa-845e-ad1b207d157d x-compute-request-id: req-3b32cc22-0575-46fa-845e-ad1b207d157d Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:38,912 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-3b32cc22-0575-46fa-845e-ad1b207d157d 2019-01-03 20:00:39,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:41,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e77cd1a-093c-4721-a1cc-09e60dd4847c x-compute-request-id: req-1e77cd1a-093c-4721-a1cc-09e60dd4847c Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:41,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-1e77cd1a-093c-4721-a1cc-09e60dd4847c 2019-01-03 20:00:42,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:43,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00: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-8653cbbc-ef2b-42e0-8ea4-41c51703c2b6 x-compute-request-id: req-8653cbbc-ef2b-42e0-8ea4-41c51703c2b6 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:43,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-8653cbbc-ef2b-42e0-8ea4-41c51703c2b6 2019-01-03 20:00:44,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:45,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee08e7a5-05f3-488e-9094-06e629dc80da x-compute-request-id: req-ee08e7a5-05f3-488e-9094-06e629dc80da Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:45,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-ee08e7a5-05f3-488e-9094-06e629dc80da 2019-01-03 20:00:46,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:47,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-4085b188-b147-453e-8782-9da2353cee43 x-compute-request-id: req-4085b188-b147-453e-8782-9da2353cee43 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:47,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-4085b188-b147-453e-8782-9da2353cee43 2019-01-03 20:00:48,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:49,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-c7ee5365-0fae-4b7f-a422-e027d45a97fb x-compute-request-id: req-c7ee5365-0fae-4b7f-a422-e027d45a97fb Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:49,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-c7ee5365-0fae-4b7f-a422-e027d45a97fb 2019-01-03 20:00:50,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:51,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d0c2132-959f-4b95-a1ce-749b4784c8de x-compute-request-id: req-3d0c2132-959f-4b95-a1ce-749b4784c8de Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:51,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-3d0c2132-959f-4b95-a1ce-749b4784c8de 2019-01-03 20:00:52,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:53,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76642820-2ecf-4c06-a3f5-5f95d2738285 x-compute-request-id: req-76642820-2ecf-4c06-a3f5-5f95d2738285 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:53,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-76642820-2ecf-4c06-a3f5-5f95d2738285 2019-01-03 20:00:54,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:55,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-34eb27e5-1f7c-4d45-b7f8-83e727e1dc65 x-compute-request-id: req-34eb27e5-1f7c-4d45-b7f8-83e727e1dc65 Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\n"} 2019-01-03 20:00:55,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-34eb27e5-1f7c-4d45-b7f8-83e727e1dc65 2019-01-03 20:00:56,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:57,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-1b99630c-dbd0-45a9-a93d-fcfd29d487c9 x-compute-request-id: req-1b99630c-dbd0-45a9-a93d-fcfd29d487c9 Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\nping 10.10.10.7 KO\n"} 2019-01-03 20:00:57,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-1b99630c-dbd0-45a9-a93d-fcfd29d487c9 2019-01-03 20:00:58,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:00:59,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:00:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45a98530-e23f-4d3f-b03c-2135bbdbb69d x-compute-request-id: req-45a98530-e23f-4d3f-b03c-2135bbdbb69d Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\nping 10.10.10.7 KO\n"} 2019-01-03 20:00:59,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-45a98530-e23f-4d3f-b03c-2135bbdbb69d 2019-01-03 20:01:00,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:01:02,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-ed860a94-4120-47f4-9cc1-d50427c9eff2 x-compute-request-id: req-ed860a94-4120-47f4-9cc1-d50427c9eff2 Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\nping 10.10.10.7 KO\n"} 2019-01-03 20:01:02,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-ed860a94-4120-47f4-9cc1-d50427c9eff2 2019-01-03 20:01:03,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:01:04,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-e8f88698-6f8f-4e50-ab50-c09a646495ea x-compute-request-id: req-e8f88698-6f8f-4e50-ab50-c09a646495ea Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\nping 10.10.10.7 KO\n"} 2019-01-03 20:01:04,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-e8f88698-6f8f-4e50-ab50-c09a646495ea 2019-01-03 20:01:04,330 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2019-01-03 20:01:04,330 - __name__ - INFO - Sending stop signal to monitor thread 2019-01-03 20:01:05,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fa498ba4e724367ce76a7ef4b7ed66186a9899f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:01:06,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-950a135b-47eb-4b16-9795-91ef2ef83fb6 x-compute-request-id: req-950a135b-47eb-4b16-9795-91ef2ef83fb6 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508738505 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.153814] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155974] pid_max: default: 32768 minimum: 301\n[ 0.157168] ACPI: Core revision 20150930\n[ 0.158827] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160536] Security Framework initialized\n[ 0.161624] Yama: becoming mindful.\n[ 0.162570] AppArmor: AppArmor initialized\n[ 0.163675] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165400] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167086] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170448] Initializing cgroup subsys io\n[ 0.171479] Initializing cgroup subsys memory\n[ 0.172578] Initializing cgroup subsys devices\n[ 0.173708] Initializing cgroup subsys freezer\n[ 0.174825] Initializing cgroup subsys net_cls\n[ 0.175939] Initializing cgroup subsys perf_event\n[ 0.177128] Initializing cgroup subsys net_prio\n[ 0.178260] Initializing cgroup subsys hugetlb\n[ 0.179375] Initializing cgroup subsys pids\n[ 0.180483] CPU: Physical Processor ID: 0\n[ 0.182219] mce: CPU supports 10 MCE banks\n[ 0.183297] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196161] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202728] ftrace: allocating 31920 entries in 125 pages\n[ 0.228942] smpboot: Max logical packages: 1\n[ 0.229786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231228] x2apic enabled\n[ 0.232174] Switched APIC routing to physical x2apic.\n[ 0.234183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235610] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238087] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240342] KVM setup paravirtual spinlock\n[ 0.241866] x86: Booted up 1 node, 1 CPUs\n[ 0.242898] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244697] devtmpfs: initialized\n[ 0.246637] evm: security.selinux\n[ 0.247555] evm: security.SMACK64\n[ 0.248462] evm: security.SMACK64EXEC\n[ 0.249441] evm: security.SMACK64TRANSMUTE\n[ 0.250509] evm: security.SMACK64MMAP\n[ 0.251475] evm: security.ima\n[ 0.252308] evm: security.capability\n[ 0.253340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255812] pinctrl core: initialized pinctrl subsystem\n[ 0.257191] RTC time: 20:00:24, date: 01/03/19\n[ 0.258383] NET: Registered protocol family 16\n[ 0.259603] cpuidle: using governor ladder\n[ 0.260429] cpuidle: using governor menu\n[ 0.261343] PCCT header not found.\n[ 0.262273] ACPI: bus type PCI registered\n[ 0.263282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264875] PCI: Using configuration type 1 for base access\n[ 0.266929] ACPI: Added _OSI(Module Device)\n[ 0.268003] ACPI: Added _OSI(Processor Device)\n[ 0.269108] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.270267] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.272727] ACPI: Interpreter enabled\n[ 0.273698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276052] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278406] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283251] ACPI: (supports S0 S5)\n[ 0.284139] ACPI: Using IOAPIC for interrupt routing\n[ 0.285255] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289409] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291773] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293940] acpiphp: Slot [3] registered\n[ 0.294720] acpiphp: Slot [4] registered\n[ 0.295496] acpiphp: Slot [5] registered\n[ 0.296280] acpiphp: Slot [6] registered\n[ 0.297057] acpiphp: Slot [7] registered\n[ 0.297833] acpiphp: Slot [8] registered\n[ 0.298606] acpiphp: Slot [9] registered\n[ 0.299383] acpiphp: Slot [10] registered\n[ 0.300171] acpiphp: Slot [11] registered\n[ 0.300970] acpiphp: Slot [12] registered\n[ 0.301762] acpiphp: Slot [13] registered\n[ 0.302548] acpiphp: Slot [14] registered\n[ 0.303350] acpiphp: Slot [15] registered\n[ 0.314194] acpiphp: Slot [16] registered\n[ 0.314997] acpiphp: Slot [17] registered\n[ 0.315784] acpiphp: Slot [18] registered\n[ 0.316567] acpiphp: Slot [19] registered\n[ 0.317351] acpiphp: Slot [20] registered\n[ 0.318141] acpiphp: Slot [21] registered\n[ 0.318935] acpiphp: Slot [22] registered\n[ 0.319727] acpiphp: Slot [23] registered\n[ 0.320516] acpiphp: Slot [24] registered\n[ 0.321306] acpiphp: Slot [25] registered\n[ 0.322093] acpiphp: Slot [26] registered\n[ 0.322882] acpiphp: Slot [27] registered\n[ 0.323676] acpiphp: Slot [28] registered\n[ 0.324463] acpiphp: Slot [29] registered\n[ 0.325251] acpiphp: Slot [30] registered\n[ 0.326038] acpiphp: Slot [31] registered\n[ 0.326823] PCI host bridge to bus 0000:00\n[ 0.327606] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328788] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.331369] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338907] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340148] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341285] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342510] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349114] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350580] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.396775] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.398237] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.399619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.401026] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.402382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.403605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.404746] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.405936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.407436] vgaarb: loaded\n[ 0.408024] vgaarb: bridge control possible 0000:00:02.0\n[ 0.409138] SCSI subsystem initialized\n[ 0.409941] ACPI: bus type USB registered\n[ 0.410737] usbcore: registered new interface driver usbfs\n[ 0.411735] usbcore: registered new interface driver hub\n[ 0.412712] usbcore: registered new device driver usb\n[ 0.413745] PCI: Using ACPI for IRQ routing\n[ 0.414743] NetLabel: Initializing\n[ 0.415436] NetLabel: domain hash size = 128\n[ 0.416270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417197] NetLabel: unlabeled traffic allowed by default\n[ 0.418266] clocksource: Switched to clocksource kvm-clock\n[ 0.423674] AppArmor: AppArmor Filesystem Enabled\n[ 0.424599] pnp: PnP ACPI init\n[ 0.425496] pnp: PnP ACPI: found 5 devices\n[ 0.431857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.433510] NET: Registered protocol family 2\n[ 0.434448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.435689] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436819] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438993] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440132] NET: Registered protocol family 1\n[ 0.440978] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442041] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.457218] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.471356] Trying to unpack rootfs image as initramfs...\n[ 0.520251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.534231] Scanning for low memory corruption every 60 seconds\n[ 0.535591] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536702] audit: initializing netlink subsys (disabled)\n[ 0.537689] audit: type=2000 audit(1546545625.481:1): initialized\n[ 0.538973] Initialise system trusted keyring\n[ 0.539864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.540981] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.542905] zbud: loaded\n[ 0.543588] VFS: Disk quotas dquot_6.6.0\n[ 0.544379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.545843] fuse init (API version 7.23)\n[ 0.546727] Key type big_key registered\n[ 0.547502] Allocating IMA MOK and blacklist keyrings.\n[ 0.548571] Key type asymmetric registered\n[ 0.549368] Asymmetric key parser 'x509' registered\n[ 0.550302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551742] io scheduler noop registered\n[ 0.552509] io scheduler deadline registered (default)\n[ 0.553464] io scheduler cfq registered\n[ 0.554283] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.555294] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557918] ACPI: Power Button [PWRF]\n[ 0.559110] GHES: HEST is not enabled!\n[ 0.572815] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.603448] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631826] Linux agpgart interface v0.103\n[ 0.633851] brd: module loaded\n[ 0.635064] loop: module loaded\n[ 0.639742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641154] GPT:90111 != 2097151\n[ 0.641811] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642873] GPT:90111 != 2097151\n[ 0.643527] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644463] vda: vda1 vda15\n[ 0.645877] scsi host0: ata_piix\n[ 0.646601] scsi host1: ata_piix\n[ 0.647293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648463] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649859] libphy: Fixed MDIO Bus: probed\n[ 0.650665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651588] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653750] PPP generic driver version 2.4.2\n[ 0.654633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.655851] ehci-pci: EHCI PCI platform driver\n[ 0.656699] ehci-platform: EHCI generic platform driver\n[ 0.657650] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.658755] ohci-pci: OHCI PCI platform driver\n[ 0.659599] ohci-platform: OHCI generic platform driver\n[ 0.660559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674845] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675812] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.677229] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.678223] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.679312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680491] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681867] usb usb1: Product: UHCI Host Controller\n[ 0.682776] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683880] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684829] hub 1-0:1.0: USB hub found\n[ 0.685583] hub 1-0:1.0: 2 ports detected\n[ 0.686469] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688535] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689452] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690451] mousedev: PS/2 mouse device common for all mice\n[ 0.691670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694527] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695687] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696836] i2c /dev entries driver\n[ 0.697564] device-mapper: uevent: version 1.0.3\n[ 0.698471] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700043] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701287] NET: Registered protocol family 10\n[ 0.702251] NET: Registered protocol family 17\n[ 0.703130] Key type dns_resolver registered\n[ 0.704040] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705100] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706802] registered taskstats version 1\n[ 0.707610] Loading compiled-in X.509 certificates\n[ 0.709018] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710824] zswap: loaded using pool lzo/zbud\n[ 0.712155] Key type trusted registered\n[ 0.713672] Key type encrypted registered\n[ 0.714485] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715488] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716493] evm: HMAC attrs: 0x1\n[ 0.717391] Magic number: 3:277:42\n[ 0.718125] bdi 7:7: hash matches\n[ 0.718895] rtc_cmos 00:00: setting system clock to 2019-01-03 20:00:25 UTC (1546545625)\n[ 0.720445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721531] EDD information not available.\n[ 0.802831] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804237] ata1.00: configured for MWDMA2\n[ 0.815750] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817884] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.819078] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820298] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822130] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823633] Write protecting the kernel read-only data: 14336k\n[ 0.825162] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826935] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455494] 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.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.34s]\nping 10.10.10.11 OK\nping 10.10.10.7 KO\nping 10.10.10.11 OK\n"} 2019-01-03 20:01:06,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-950a135b-47eb-4b16-9795-91ef2ef83fb6 2019-01-03 20:01:06,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"forceDelete": null}' 2019-01-03 20:01:06,431 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-fc994cc3-bb50-4af1-893e-e3915ee0e01d x-compute-request-id: req-fc994cc3-bb50-4af1-893e-e3915ee0e01d Content-Length: 0 Content-Type: application/json 2019-01-03 20:01:06,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613/action used request id req-fc994cc3-bb50-4af1-893e-e3915ee0e01d 2019-01-03 20:01:06,432 - sdnvpn_test_utils - DEBUG - Waiting for instance 1dddde3e-f342-4483-a8cc-d4ac6d33e613 to be deleted 2019-01-03 20:01:06,437 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:06,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-f519491b-92ac-4a6b-af8c-93ae5d024a2b x-compute-request-id: req-f519491b-92ac-4a6b-af8c-93ae5d024a2b Content-Encoding: gzip Content-Length: 1023 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:13Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:95:a9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-03T19:59:00.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:01:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:06,949 - 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-f519491b-92ac-4a6b-af8c-93ae5d024a2b 2019-01-03 20:01:08,954 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:09,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e19aa89-c699-4c57-ba2e-e946bc8e08a2 x-compute-request-id: req-5e19aa89-c699-4c57-ba2e-e946bc8e08a2 Content-Encoding: gzip Content-Length: 1023 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:13Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:27:95:a9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1dddde3e-f342-4483-a8cc-d4ac6d33e613", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-03T19:59:00.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "1dddde3e-f342-4483-a8cc-d4ac6d33e613", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:01:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-03T19:58:55Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:09,754 - 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-5e19aa89-c699-4c57-ba2e-e946bc8e08a2 2019-01-03 20:01:11,761 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:12,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81c42fb1-d176-4cdc-8165-0ec585743ce6 x-compute-request-id: req-81c42fb1-d176-4cdc-8165-0ec585743ce6 Content-Encoding: gzip Content-Length: 930 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T19:59:13Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:12,309 - 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-81c42fb1-d176-4cdc-8165-0ec585743ce6 2019-01-03 20:01:14,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"forceDelete": null}' 2019-01-03 20:01:14,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-eff7cc28-c26e-41bb-834e-b407d3ad8a8a x-compute-request-id: req-eff7cc28-c26e-41bb-834e-b407d3ad8a8a Content-Length: 0 Content-Type: application/json 2019-01-03 20:01:14,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4/action used request id req-eff7cc28-c26e-41bb-834e-b407d3ad8a8a 2019-01-03 20:01:14,695 - sdnvpn_test_utils - DEBUG - Waiting for instance 8fca5e79-9fbf-436a-a122-1fb8c26a91c4 to be deleted 2019-01-03 20:01:14,698 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:15,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-81332c40-c6ff-4ffc-ac95-424dc60ce405 x-compute-request-id: req-81332c40-c6ff-4ffc-ac95-424dc60ce405 Content-Encoding: gzip Content-Length: 940 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:59:5c:7c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-03T19:59:12.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "8fca5e79-9fbf-436a-a122-1fb8c26a91c4", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:01:14Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-03T19:59:08Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:15,307 - 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-81332c40-c6ff-4ffc-ac95-424dc60ce405 2019-01-03 20:01:17,313 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:17,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-6c5f12e1-0fa8-48c4-b80a-02247a6f40fa x-compute-request-id: req-6c5f12e1-0fa8-48c4-b80a-02247a6f40fa Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:00:25Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:17,931 - 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-6c5f12e1-0fa8-48c4-b80a-02247a6f40fa 2019-01-03 20:01:19,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" -d '{"forceDelete": null}' 2019-01-03 20:01:20,107 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-492b702e-9710-4311-a160-c3bb60b05b18 x-compute-request-id: req-492b702e-9710-4311-a160-c3bb60b05b18 Content-Length: 0 Content-Type: application/json 2019-01-03 20:01:20,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d/action used request id req-492b702e-9710-4311-a160-c3bb60b05b18 2019-01-03 20:01:20,108 - sdnvpn_test_utils - DEBUG - Waiting for instance bad20c2a-9cbc-45c5-8469-f1f75b90b62d to be deleted 2019-01-03 20:01:20,111 - 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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:20,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e5d238a-9e3b-41e9-8695-e453d1cdf2de x-compute-request-id: req-8e5d238a-9e3b-41e9-8695-e453d1cdf2de Content-Encoding: gzip Content-Length: 795 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:81:71:ec", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "rel": "bookmark"}], "image": {"id": "e0f6c9e2-d26c-407f-891b-bca99be74537", "links": [{"href": "http://172.30.9.30:8774/images/e0f6c9e2-d26c-407f-891b-bca99be74537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-03T20:00:24.000000", "flavor": {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}]}, "id": "bad20c2a-9cbc-45c5-8469-f1f75b90b62d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:01:20Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-03T20:00:20Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:01:20,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-8e5d238a-9e3b-41e9-8695-e453d1cdf2de 2019-01-03 20:01:22,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}82155fbeb04ad733a7df2bde7d8a8272f4efa38d" 2019-01-03 20:01:22,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-24740505-e974-480d-ac76-3d575cd8173a x-compute-request-id: req-24740505-e974-480d-ac76-3d575cd8173a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 20:01:22,978 - 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-24740505-e974-480d-ac76-3d575cd8173a 2019-01-03 20:01:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a55d3d99fbd3fda2076364bb648f58dcd83678c" 2019-01-03 20:01:26,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4068a5bc-d594-49cc-9f04-021805151112 Date: Thu, 03 Jan 2019 20:01:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:01:26,262 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e0f6c9e2-d26c-407f-891b-bca99be74537 used request id req-4068a5bc-d594-49cc-9f04-021805151112 2019-01-03 20:01:26,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/54b2c883-b493-431f-b528-f24ecff26c0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e629968ed86a63c817b8766e0d9fc37f7c99b6" 2019-01-03 20:01:28,508 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2535b274-3632-46bf-b8ef-17b70a84148a Date: Thu, 03 Jan 2019 20:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:01:28,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/54b2c883-b493-431f-b528-f24ecff26c0d used request id req-2535b274-3632-46bf-b8ef-17b70a84148a 2019-01-03 20:01:28,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/bd148ca2-213d-466f-bb0b-cc40008e5fea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e629968ed86a63c817b8766e0d9fc37f7c99b6" 2019-01-03 20:01:30,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f3b6f0f-c8d2-4463-bf18-e72b8821df16 Date: Thu, 03 Jan 2019 20:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:01:30,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bd148ca2-213d-466f-bb0b-cc40008e5fea used request id req-1f3b6f0f-c8d2-4463-bf18-e72b8821df16 2019-01-03 20:01:30,771 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-3 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2019-01-03 20:01:30,771 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-03 20:01:30,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2019-01-03 20:01:30,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2019-01-03 20:01:30,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2019-01-03 20:01:30,790 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2019-01-03 20:01:30,790 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2019-01-03 20:01:30,863 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2019-01-03 20:01:30,863 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2019-01-03 20:01:30,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:30,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:30,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:30,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:30,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:30,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:30,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:30,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:30,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:30,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:30,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:30,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:30,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:30,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:30,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:30,872 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-03 20:01:30,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" 2019-01-03 20:01:30,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec761d3-a2be-40bf-9ffa-a51c61991bfa 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"}]}} 2019-01-03 20:01:30,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2ec761d3-a2be-40bf-9ffa-a51c61991bfa 2019-01-03 20:01:30,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:31,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["9_W8iLJdRS2EX2Y6M97fuA"], "issued_at": "2019-01-03T20:01:31.000000Z"}} 2019-01-03 20:01:31,257 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:01:31,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-34d6021f-9050-4805-a085-83ce34984ff0 Date: Thu, 03 Jan 2019 20:01:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 20:01:31,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-34d6021f-9050-4805-a085-83ce34984ff0 2019-01-03 20:01:31,431 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-03 20:01:31,434 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:01:31,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13d9ae36-282a-4265-b02e-f45e4c9df93d Date: Thu, 03 Jan 2019 20:01: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"}}} 2019-01-03 20:01:31,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-13d9ae36-282a-4265-b02e-f45e4c9df93d 2019-01-03 20:01:31,625 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2019-01-03 20:01:31,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc X-Openstack-Request-Id: req-54dafd9a-c948-4250-a9ed-05b2f3984f1e Date: Thu, 03 Jan 2019 20:01:31 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-03T20:01:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T20:01:31Z", "visibility": "public", "locations": [], "self": "/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "min_disk": 0, "protected": false, "id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "file": "/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 20:01:31,810 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-54dafd9a-c948-4250-a9ed-05b2f3984f1e 2019-01-03 20:01:31,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add62472d00a79031e13137f6cfe9b87cf80cc56" -d '' 2019-01-03 20:01:43,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5a90749-cb92-4a94-ac26-bf1c4e0728c1 Date: Thu, 03 Jan 2019 20:01:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:01:43,424 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/file used request id req-b5a90749-cb92-4a94-ac26-bf1c4e0728c1 2019-01-03 20:01:43,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:43,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:43,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:43,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:43,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:43,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:43,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:43,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:43,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:43,431 - 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" 2019-01-03 20:01:43,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e7653c-491d-4bc5-98a2-904ef16f9c20 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"}]}} 2019-01-03 20:01:43,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-57e7653c-491d-4bc5-98a2-904ef16f9c20 2019-01-03 20:01:43,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:43,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["kz3nzy6KT06UCnihV9CP3Q"], "issued_at": "2019-01-03T20:01:43.000000Z"}} 2019-01-03 20:01:43,896 - 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}8fd2f3fb1f54964fcd38bace42be69de24818d7c" 2019-01-03 20:01:44,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b4a57310-85c1-48e4-88fb-191d7903ae86 x-compute-request-id: req-b4a57310-85c1-48e4-88fb-191d7903ae86 Content-Encoding: gzip Content-Length: 276 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 20:01:44,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-b4a57310-85c1-48e4-88fb-191d7903ae86 2019-01-03 20:01:44,084 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-03 20:01:44,086 - 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}8fd2f3fb1f54964fcd38bace42be69de24818d7c" -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}}' 2019-01-03 20:01:44,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01: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-3cf9fe37-77f2-4d69-8b2b-607f35c25385 x-compute-request-id: req-3cf9fe37-77f2-4d69-8b2b-607f35c25385 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:01:44,130 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3cf9fe37-77f2-4d69-8b2b-607f35c25385 2019-01-03 20:01:44,131 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a created successfully. 2019-01-03 20:01:44,131 - 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" 2019-01-03 20:01:44,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f369aaa0-c066-43ce-8ffa-eb707025f9cb 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"}]}} 2019-01-03 20:01:44,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f369aaa0-c066-43ce-8ffa-eb707025f9cb 2019-01-03 20:01:44,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:44,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["YFctY6j9Rwe2yiWJHLu4Cw"], "issued_at": "2019-01-03T20:01:44.000000Z"}} 2019-01-03 20:01:44,528 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:01:44,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3102 X-Openstack-Request-Id: req-78ce55bc-8203-4d4a-93bd-d7f2df994c5a Date: Thu, 03 Jan 2019 20:01:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"83896a31-945c-4f38-93a6-24cc0f163165","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:43Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:42Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8ea64a82-3310-4331-9501-71595ac54bc9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:46Z","provider:segmentation_id":59,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"99eecd26-7500-4f9c-9874-8aafd654e8ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:48Z","provider:segmentation_id":4,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:48Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"af4254b1-668c-49ff-8483-920082ebbed3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:34Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:34Z","provider:network_type":"vxlan"}]} 2019-01-03 20:01:44,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-78ce55bc-8203-4d4a-93bd-d7f2df994c5a 2019-01-03 20:01:44,775 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:01:44,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5b1ca34e-2650-4de3-a51c-2e5db40cc599 Date: Thu, 03 Jan 2019 20:01:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:57Z","dns_nameservers":[],"updated_at":"2019-01-03T17:08:57Z","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":"50cf814db17c4f9781b384d7d8ffea1d","id":"4995cb17-5a37-41b2-beab-15bef6132cde","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 20:01:44,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-5b1ca34e-2650-4de3-a51c-2e5db40cc599 2019-01-03 20:01:44,981 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:01:45,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-03f26d52-1d5e-402d-aa64-99d73c59dbe6 Date: Thu, 03 Jan 2019 20:01:45 GMT RESP BODY: {"routers": []} 2019-01-03 20:01:45,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-03f26d52-1d5e-402d-aa64-99d73c59dbe6 2019-01-03 20:01:45,168 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2019-01-03 20:01:45,174 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2019-01-03 20:01:45,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-fdb7301f-480c-4b5f-8597-eaedb3a2b43b Date: Thu, 03 Jan 2019 20:01:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T20:01:45Z","is_default":false,"provider:segmentation_id":64,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:45Z","mtu":1450}} 2019-01-03 20:01:45,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-fdb7301f-480c-4b5f-8597-eaedb3a2b43b 2019-01-03 20:01:45,578 - sdnvpn.lib.openstack_utils - DEBUG - Network '61b8717f-6a1c-4eaa-bdbe-364963acb684' created successfully 2019-01-03 20:01:45,578 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-03 20:01:45,583 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"subnets": [{"ip_version": 4, "network_id": "61b8717f-6a1c-4eaa-bdbe-364963acb684", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2019-01-03 20:01:46,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-38e21189-9815-46c3-b347-ee31191f7fa9 Date: Thu, 03 Jan 2019 20:01:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-03T20:01:45Z","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":"49b1d8a90b6c465f881e4e04d0e1bfe1","id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2019-01-03 20:01:46,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-38e21189-9815-46c3-b347-ee31191f7fa9 2019-01-03 20:01:46,183 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3caa4a0a-e821-4e9b-81e3-4c23540c75e3' created successfully 2019-01-03 20:01:46,183 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-03 20:01:46,188 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2019-01-03 20:01:46,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-1879ee0f-99ac-49f5-a941-4967656e9490 Date: Thu, 03 Jan 2019 20:01:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T20:01:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T20:01:46Z", "revision_number": 0, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "cc891180-a662-4fed-ad4a-4b9a530af355", "name": "sdnvpn-13-1-router"}} 2019-01-03 20:01:46,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-1879ee0f-99ac-49f5-a941-4967656e9490 2019-01-03 20:01:46,466 - sdnvpn.lib.openstack_utils - DEBUG - Router 'cc891180-a662-4fed-ad4a-4b9a530af355' created successfully 2019-01-03 20:01:46,466 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-03 20:01:46,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"subnet_id": "3caa4a0a-e821-4e9b-81e3-4c23540c75e3"}' 2019-01-03 20:01:48,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-96dfeb22-9743-4455-b934-6ab8f8adb7f9 Date: Thu, 03 Jan 2019 20:01:48 GMT RESP BODY: {"network_id": "61b8717f-6a1c-4eaa-bdbe-364963acb684", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "3caa4a0a-e821-4e9b-81e3-4c23540c75e3", "subnet_ids": ["3caa4a0a-e821-4e9b-81e3-4c23540c75e3"], "port_id": "ae5d6f1f-da53-4bad-8af0-ba72ee888036", "id": "cc891180-a662-4fed-ad4a-4b9a530af355"} 2019-01-03 20:01:48,204 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355/add_router_interface used request id req-96dfeb22-9743-4455-b934-6ab8f8adb7f9 2019-01-03 20:01:48,204 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-03 20:01:48,204 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-03 20:01:48,209 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:01:48,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3763 X-Openstack-Request-Id: req-e1458f96-1e9d-4c14-885b-bec584421a7b Date: Thu, 03 Jan 2019 20:01:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","subnets":["3caa4a0a-e821-4e9b-81e3-4c23540c75e3"],"description":"","tags":[],"updated_at":"2019-01-03T20:01:45Z","provider:segmentation_id":64,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"83896a31-945c-4f38-93a6-24cc0f163165","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:43Z","provider:segmentation_id":56,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:42Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8ea64a82-3310-4331-9501-71595ac54bc9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:46Z","provider:segmentation_id":59,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"99eecd26-7500-4f9c-9874-8aafd654e8ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:48Z","provider:segmentation_id":4,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:48Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"af4254b1-668c-49ff-8483-920082ebbed3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db82b762535d4a00843f0bed2fa7191b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T19:55:34Z","provider:segmentation_id":18,"name":"","admin_state_up":true,"tenant_id":"db82b762535d4a00843f0bed2fa7191b","created_at":"2019-01-03T19:55:34Z","provider:network_type":"vxlan"}]} 2019-01-03 20:01:48,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e1458f96-1e9d-4c14-885b-bec584421a7b 2019-01-03 20:01:48,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router": {"external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688"}}}' 2019-01-03 20:01:50,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-84276e62-9d7b-465c-92b2-c2716f13b7b2 Date: Thu, 03 Jan 2019 20:01:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T20:01:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T20:01:50Z", "revision_number": 4, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "cc891180-a662-4fed-ad4a-4b9a530af355", "name": "sdnvpn-13-1-router"}} 2019-01-03 20:01:50,213 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 used request id req-84276e62-9d7b-465c-92b2-c2716f13b7b2 2019-01-03 20:01:50,214 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-03 20:01:50,222 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:01:50,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-c2a97b49-9146-49d7-8483-5e6e65295dbd Date: Thu, 03 Jan 2019 20:01:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T17:21:33Z", "updated_at": "2019-01-03T17:21:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "1468158a-d3eb-448e-ad56-358cb11523df", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "17b5fe34-c66a-4de9-b989-e05624bf0af9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "84275003-0292-4c97-a685-9e83e49bb66f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:21:33Z", "revision_number": 0, "id": "fe4d2705-31b7-47cb-8002-30d997685305", "remote_group_id": "35460b46-58bc-4235-b955-8c084445470c", "remote_ip_prefix": null, "created_at": "2019-01-03T17:21:33Z", "security_group_id": "35460b46-58bc-4235-b955-8c084445470c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "35460b46-58bc-4235-b955-8c084445470c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T17:19:21Z", "updated_at": "2019-01-03T17:19:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "23897079-6103-499a-aeac-ed29950a9afd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "3598b2e6-d0b5-4d05-a23d-420433104e62", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "6d339c75-83f6-4a5e-bccc-e1fa3386bec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:19:21Z", "revision_number": 0, "id": "ee788727-0eea-46e1-989b-9864448e37f3", "remote_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "remote_ip_prefix": null, "created_at": "2019-01-03T17:19:21Z", "security_group_id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 4, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "3c17c8a6-cf32-4c17-90e2-f001ce790e27", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "created_at": "2019-01-03T17:08:50Z", "updated_at": "2019-01-03T17:08:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "6c9bb2e6-0e38-4cec-8ebc-243296e536b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "79a4a361-fc51-4759-8376-5c1eabfa36dc", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "7dca58e3-f882-493d-a3c4-6789dd5e88b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T17:08:50Z", "revision_number": 0, "id": "cf21a59e-73c3-4a2b-a466-b42b3dbe2493", "remote_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "remote_ip_prefix": null, "created_at": "2019-01-03T17:08:50Z", "security_group_id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "tenant_id": "50cf814db17c4f9781b384d7d8ffea1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "50cf814db17c4f9781b384d7d8ffea1d"}], "revision_number": 4, "project_id": "50cf814db17c4f9781b384d7d8ffea1d", "id": "6c60b3f6-0b18-492b-8a4d-14253007c081", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "created_at": "2019-01-03T19:20:25Z", "updated_at": "2019-01-03T19:20:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "06b69c4b-d637-49d1-8953-7f6137a73fb2", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "61a12fcf-7a02-4c0d-a770-5acb1a7a190d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "a77b7b0f-effa-43e9-a704-1de529117d4c", "remote_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv6", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:20:25Z", "revision_number": 0, "id": "fc810fb4-3638-4751-ab73-7ce84d02025f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:20:25Z", "security_group_id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "tenant_id": "e13ed531d5614e9bb85c6b82b24a1281", "port_range_min": null, "ethertype": "IPv4", "project_id": "e13ed531d5614e9bb85c6b82b24a1281"}], "revision_number": 4, "project_id": "e13ed531d5614e9bb85c6b82b24a1281", "id": "71cb5948-7a67-43b7-8fbb-21720472fcf7", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T19:24:28Z", "updated_at": "2019-01-03T19:27:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "10f2907f-0d8f-4704-87ef-6ea6bd7c6282", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv6", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "5da19044-1ea2-4f04-8dc0-7258c253cfce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-03T19:27:36Z", "revision_number": 0, "id": "933cec15-e4dd-426b-abc3-58ec0f283962", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:27:36Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 179, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d26f2300-4212-4eb2-937d-d222bd8f5687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "d7c89c5c-f368-4790-9d93-5c253c3af103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": null, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:28Z", "revision_number": 0, "id": "ef6d9cbb-53b4-43c0-9f01-767e5c15bbb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:28Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T19:24:29Z", "revision_number": 0, "id": "fc1a438f-9712-4d42-a8d7-070e0864e87c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T19:24:29Z", "security_group_id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1"}], "revision_number": 7, "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e51d5782-c04e-4f28-9ecd-302fd79e8fae", "name": "sdnvpn-sg"}]} 2019-01-03 20:01:50,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-c2a97b49-9146-49d7-8483-5e6e65295dbd 2019-01-03 20:01:50,435 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-03 20:01:50,436 - 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" 2019-01-03 20:01:50,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2589772f-15c9-474b-9993-2b6cafc5e802 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"}]}} 2019-01-03 20:01:50,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2589772f-15c9-474b-9993-2b6cafc5e802 2019-01-03 20:01:50,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:50,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["78pgZkl2QPmHuz4U9Xt_wg"], "issued_at": "2019-01-03T20:01:50.000000Z"}} 2019-01-03 20:01:50,825 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:01:51,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ce0901d-21c6-423f-a86b-e240954a6d10 x-compute-request-id: req-7ce0901d-21c6-423f-a86b-e240954a6d10 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 20:01:51,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-7ce0901d-21c6-423f-a86b-e240954a6d10 2019-01-03 20:01:51,014 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-03 20:01:51,015 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2019-01-03 20:01:51,015 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc network=61b8717f-6a1c-4eaa-bdbe-364963acb684 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2019-01-03 20:01:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:51,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:51,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:51,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:51,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:51,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:51,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:01:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:01:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:01:51,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:01:51,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:01:51,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:01:51,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:01:51,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:01:51,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:01:51,027 - 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" 2019-01-03 20:01:51,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da772485-259e-4db0-9964-06a05e827d6f 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"}]}} 2019-01-03 20:01:51,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-da772485-259e-4db0-9964-06a05e827d6f 2019-01-03 20:01:51,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:51,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["KTdcDz1sQXa_DbTd2QO-Ig"], "issued_at": "2019-01-03T20:01:51.000000Z"}} 2019-01-03 20:01:51,413 - 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}47a6b59917a32accf907a3c9c3d75f60ae530047" 2019-01-03 20:01:51,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-25c94715-25a4-4f95-9c82-2013cb37ae1b x-compute-request-id: req-25c94715-25a4-4f95-9c82-2013cb37ae1b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 20:01:51,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-25c94715-25a4-4f95-9c82-2013cb37ae1b 2019-01-03 20:01:51,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6b59917a32accf907a3c9c3d75f60ae530047" 2019-01-03 20:01:51,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-32d3dd8f-9c61-49ce-9795-c35bf79c7da5 x-compute-request-id: req-32d3dd8f-9c61-49ce-9795-c35bf79c7da5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:01:51,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a used request id req-32d3dd8f-9c61-49ce-9795-c35bf79c7da5 2019-01-03 20:01:51,608 - 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}47a6b59917a32accf907a3c9c3d75f60ae530047" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "61b8717f-6a1c-4eaa-bdbe-364963acb684"}], "config_drive": true}}' 2019-01-03 20:01:53,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-40a858f1-48e1-4b61-bcad-1c400fece28f x-compute-request-id: req-40a858f1-48e1-4b61-bcad-1c400fece28f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "adminPass": "gQZ7Np3CUQuh"}} 2019-01-03 20:01:53,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-40a858f1-48e1-4b61-bcad-1c400fece28f 2019-01-03 20:01:53,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" 2019-01-03 20:01:53,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa8a98d-4dc9-442f-841d-768d71666337 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"}]}} 2019-01-03 20:01:53,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cfa8a98d-4dc9-442f-841d-768d71666337 2019-01-03 20:01:53,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:01:53,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["Xe7t5V8YRdGoYqYiuxaAYQ"], "issued_at": "2019-01-03T20:01:53.000000Z"}} 2019-01-03 20:01:53,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:01:53,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:01:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a461e20-1018-47ef-8575-ed658e794b32 x-compute-request-id: req-6a461e20-1018-47ef-8575-ed658e794b32 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/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:01:53,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-6a461e20-1018-47ef-8575-ed658e794b32 2019-01-03 20:01:56,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:01:57,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-6cfb0b86-9883-4aa2-9a3d-b6a289d5704f x-compute-request-id: req-6cfb0b86-9883-4aa2-9a3d-b6a289d5704f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:01:57,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-6cfb0b86-9883-4aa2-9a3d-b6a289d5704f 2019-01-03 20:02:00,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:01,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02: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-c8a31799-f947-45df-a7b3-f29ac410149c x-compute-request-id: req-c8a31799-f947-45df-a7b3-f29ac410149c Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:01,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-c8a31799-f947-45df-a7b3-f29ac410149c 2019-01-03 20:02:04,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:05,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-2c02ef47-9b7f-47b1-95ac-c5cd35175aa0 x-compute-request-id: req-2c02ef47-9b7f-47b1-95ac-c5cd35175aa0 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:05,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-2c02ef47-9b7f-47b1-95ac-c5cd35175aa0 2019-01-03 20:02:08,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:09,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6a7deab-8152-4c12-925c-13abdef4b4f6 x-compute-request-id: req-f6a7deab-8152-4c12-925c-13abdef4b4f6 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:09,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-f6a7deab-8152-4c12-925c-13abdef4b4f6 2019-01-03 20:02:12,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:12,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-80a2f7b9-c1a0-4bf5-bdec-aab12b660ecf x-compute-request-id: req-80a2f7b9-c1a0-4bf5-bdec-aab12b660ecf Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:12,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-80a2f7b9-c1a0-4bf5-bdec-aab12b660ecf 2019-01-03 20:02:15,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:16,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-d5a4801f-b617-4f2f-b793-1c49f5caf57c x-compute-request-id: req-d5a4801f-b617-4f2f-b793-1c49f5caf57c Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:16,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-d5a4801f-b617-4f2f-b793-1c49f5caf57c 2019-01-03 20:02:19,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:20,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d92a1a6-5fb9-480b-84b3-8d5ee9e9732b x-compute-request-id: req-3d92a1a6-5fb9-480b-84b3-8d5ee9e9732b Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:20,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-3d92a1a6-5fb9-480b-84b3-8d5ee9e9732b 2019-01-03 20:02:23,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:23,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-85dfb2f8-71f1-4956-b616-8f9db48a0b1f x-compute-request-id: req-85dfb2f8-71f1-4956-b616-8f9db48a0b1f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:23,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-85dfb2f8-71f1-4956-b616-8f9db48a0b1f 2019-01-03 20:02:26,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:27,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-becd6c96-fa2d-41ab-b340-4e4ddf38d5bc x-compute-request-id: req-becd6c96-fa2d-41ab-b340-4e4ddf38d5bc Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:27,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-becd6c96-fa2d-41ab-b340-4e4ddf38d5bc 2019-01-03 20:02:30,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:30,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-5cb0180c-8524-48d3-9f8d-a294ea99aca1 x-compute-request-id: req-5cb0180c-8524-48d3-9f8d-a294ea99aca1 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:30,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-5cb0180c-8524-48d3-9f8d-a294ea99aca1 2019-01-03 20:02:33,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:34,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b9d5150d-0bb8-404a-998a-4685f2461fdf x-compute-request-id: req-b9d5150d-0bb8-404a-998a-4685f2461fdf Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:34,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-b9d5150d-0bb8-404a-998a-4685f2461fdf 2019-01-03 20:02:37,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:38,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02: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-ea732185-a662-4e0c-b153-7daccc9ee9db x-compute-request-id: req-ea732185-a662-4e0c-b153-7daccc9ee9db Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:38,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-ea732185-a662-4e0c-b153-7daccc9ee9db 2019-01-03 20:02:41,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:41,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-4f6b1ed2-2d7f-4ab5-b3aa-23da9a99255a x-compute-request-id: req-4f6b1ed2-2d7f-4ab5-b3aa-23da9a99255a Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:41,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-4f6b1ed2-2d7f-4ab5-b3aa-23da9a99255a 2019-01-03 20:02:44,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:45,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-df0806af-4cfb-4eef-8124-00812ac47050 x-compute-request-id: req-df0806af-4cfb-4eef-8124-00812ac47050 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:45,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-df0806af-4cfb-4eef-8124-00812ac47050 2019-01-03 20:02:48,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:49,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-a3f9c53a-7247-4b3c-98d9-9eb2b46a0ba1 x-compute-request-id: req-a3f9c53a-7247-4b3c-98d9-9eb2b46a0ba1 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:49,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-a3f9c53a-7247-4b3c-98d9-9eb2b46a0ba1 2019-01-03 20:02:52,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:52,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bfd5735-2f14-4901-9c77-b3e809a394e4 x-compute-request-id: req-1bfd5735-2f14-4901-9c77-b3e809a394e4 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:52,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-1bfd5735-2f14-4901-9c77-b3e809a394e4 2019-01-03 20:02:55,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:56,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:02:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7236f257-062a-482a-b720-a34a5434fbf2 x-compute-request-id: req-7236f257-062a-482a-b720-a34a5434fbf2 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:56,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-7236f257-062a-482a-b720-a34a5434fbf2 2019-01-03 20:02:59,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:02:59,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-bf49a82d-a97a-4fd8-acc1-c91907226ada x-compute-request-id: req-bf49a82d-a97a-4fd8-acc1-c91907226ada Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:02:59,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-bf49a82d-a97a-4fd8-acc1-c91907226ada 2019-01-03 20:03:02,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:03,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-9238415b-f161-4153-bd1d-46778a64b12e x-compute-request-id: req-9238415b-f161-4153-bd1d-46778a64b12e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:03,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-9238415b-f161-4153-bd1d-46778a64b12e 2019-01-03 20:03:06,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:06,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-bee939f7-505c-45b7-9092-26f0295e9a45 x-compute-request-id: req-bee939f7-505c-45b7-9092-26f0295e9a45 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:06,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-bee939f7-505c-45b7-9092-26f0295e9a45 2019-01-03 20:03:09,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:10,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b2ee92e4-c9ec-4205-874a-5776865d59ed x-compute-request-id: req-b2ee92e4-c9ec-4205-874a-5776865d59ed Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:10,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-b2ee92e4-c9ec-4205-874a-5776865d59ed 2019-01-03 20:03:13,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:13,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4e3cc71-da08-4c92-8f4e-fffd152211fd x-compute-request-id: req-d4e3cc71-da08-4c92-8f4e-fffd152211fd Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:13,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-d4e3cc71-da08-4c92-8f4e-fffd152211fd 2019-01-03 20:03:16,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:17,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9217fe2-6c55-45fe-92dc-974059861851 x-compute-request-id: req-a9217fe2-6c55-45fe-92dc-974059861851 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:17,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-a9217fe2-6c55-45fe-92dc-974059861851 2019-01-03 20:03:20,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:21,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-d43fc966-d572-4d22-a9ad-660224e0509b x-compute-request-id: req-d43fc966-d572-4d22-a9ad-660224e0509b Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:21,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-d43fc966-d572-4d22-a9ad-660224e0509b 2019-01-03 20:03:24,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:24,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03: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-3fd7c861-6f09-4c24-b41f-a9d8618e0473 x-compute-request-id: req-3fd7c861-6f09-4c24-b41f-a9d8618e0473 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:24,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-3fd7c861-6f09-4c24-b41f-a9d8618e0473 2019-01-03 20:03:27,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:27,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-25c664e5-9b43-444e-b48b-8e8a2ca04703 x-compute-request-id: req-25c664e5-9b43-444e-b48b-8e8a2ca04703 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:27,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-25c664e5-9b43-444e-b48b-8e8a2ca04703 2019-01-03 20:03:31,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:31,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-89f2a90f-9fde-44c9-a48f-130ae8fcd3c3 x-compute-request-id: req-89f2a90f-9fde-44c9-a48f-130ae8fcd3c3 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:31,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-89f2a90f-9fde-44c9-a48f-130ae8fcd3c3 2019-01-03 20:03:34,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:34,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03: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-c8000f4c-4b88-468e-8699-bd3a14d7efe5 x-compute-request-id: req-c8000f4c-4b88-468e-8699-bd3a14d7efe5 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:34,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-c8000f4c-4b88-468e-8699-bd3a14d7efe5 2019-01-03 20:03:37,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:38,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03: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-085aea48-11fe-4080-936b-5323a01a3c95 x-compute-request-id: req-085aea48-11fe-4080-936b-5323a01a3c95 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:38,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-085aea48-11fe-4080-936b-5323a01a3c95 2019-01-03 20:03:41,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:42,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b6c23866-2267-42dc-af8f-e84cc43c798c x-compute-request-id: req-b6c23866-2267-42dc-af8f-e84cc43c798c Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:42,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-b6c23866-2267-42dc-af8f-e84cc43c798c 2019-01-03 20:03:45,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:45,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03: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-283f837c-a0a4-4865-af34-097dba4fc288 x-compute-request-id: req-283f837c-a0a4-4865-af34-097dba4fc288 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:45,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-283f837c-a0a4-4865-af34-097dba4fc288 2019-01-03 20:03:48,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:49,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03: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-4adf6ddc-3994-4e99-9059-386dbd0383cb x-compute-request-id: req-4adf6ddc-3994-4e99-9059-386dbd0383cb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:49,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-4adf6ddc-3994-4e99-9059-386dbd0383cb 2019-01-03 20:03:52,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:52,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-7a0ae719-5938-45e6-9a05-65d4fecd8dff x-compute-request-id: req-7a0ae719-5938-45e6-9a05-65d4fecd8dff Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:52,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-7a0ae719-5938-45e6-9a05-65d4fecd8dff 2019-01-03 20:03:55,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:56,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:03:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa0bfed1-81f7-416e-a0d2-3e0c9c3bca02 x-compute-request-id: req-aa0bfed1-81f7-416e-a0d2-3e0c9c3bca02 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:01:54Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:56,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-aa0bfed1-81f7-416e-a0d2-3e0c9c3bca02 2019-01-03 20:03:59,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a789d078100932e199eefb71a01ed44486c2a" 2019-01-03 20:03:59,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-d4b2561b-df73-4b5e-ba25-f2467ecec58d x-compute-request-id: req-d4b2561b-df73-4b5e-ba25-f2467ecec58d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-03T20:03:57.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:03:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:03:59,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-d4b2561b-df73-4b5e-ba25-f2467ecec58d 2019-01-03 20:03:59,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6b59917a32accf907a3c9c3d75f60ae530047" 2019-01-03 20:04:00,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-f551c63b-5c27-4e17-b584-b8dd6836e400 x-compute-request-id: req-f551c63b-5c27-4e17-b584-b8dd6836e400 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-03T20:03:57.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:03:57Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:00,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a used request id req-f551c63b-5c27-4e17-b584-b8dd6836e400 2019-01-03 20:04:00,510 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.7'. 2019-01-03 20:04:00,510 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2019-01-03 20:04:00,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 20:04:01,820 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-5ea60bce-cf2f-4d16-996e-75987d848ea1 x-compute-request-id: req-5ea60bce-cf2f-4d16-996e-75987d848ea1 Content-Length: 0 Content-Type: application/json 2019-01-03 20:04:01,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action used request id req-5ea60bce-cf2f-4d16-996e-75987d848ea1 2019-01-03 20:04:01,826 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:04:01,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5051 X-Openstack-Request-Id: req-6d844b53-bb23-4bf1-83d6-76c6c2752dd8 Date: Thu, 03 Jan 2019 20:04:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.3"}],"id":"1a1e16ef-867b-4f41-9245-0d1e654dc45e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:55:34","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.201"}],"id":"2119823c-86c0-48d0-8a6a-8abb9711d169","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:bd:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cc891180-a662-4fed-ad4a-4b9a530af355","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T20:01:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.2"}],"id":"7f15426d-058b-4f39-9553-5874cba6be66","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:a3:ca","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.1"}],"id":"ae5d6f1f-da53-4bad-8af0-ba72ee888036","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:04:41:e8","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cc891180-a662-4fed-ad4a-4b9a530af355","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:04:01Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.7"}],"id":"c61dfdb7-98a9-4d1d-878e-d1156e275c7e","security_groups":["3c17c8a6-cf32-4c17-90e2-f001ce790e27","e51d5782-c04e-4f28-9ecd-302fd79e8fae"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:8e:3c","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"14c8b674-ef45-462d-be5f-f6d2c9f4119a","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.4"}],"id":"f0a07382-3dbd-4616-af24-598b5293256d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:d7:e3","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:47Z","binding:vnic_type":"normal"}]} 2019-01-03 20:04:01,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-6d844b53-bb23-4bf1-83d6-76c6c2752dd8 2019-01-03 20:04:01,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/c61dfdb7-98a9-4d1d-878e-d1156e275c7e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:f2:8e:3c"}]}}' 2019-01-03 20:04:02,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-8bd5cdd5-b879-44bd-90fe-ba22b6defe24 Date: Thu, 03 Jan 2019 20:04:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:f2:8e:3c"}],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:04:02Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.7"}],"id":"c61dfdb7-98a9-4d1d-878e-d1156e275c7e","security_groups":["3c17c8a6-cf32-4c17-90e2-f001ce790e27","e51d5782-c04e-4f28-9ecd-302fd79e8fae"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:8e:3c","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"14c8b674-ef45-462d-be5f-f6d2c9f4119a","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:55Z","binding:vnic_type":"normal"}} 2019-01-03 20:04:02,417 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/c61dfdb7-98a9-4d1d-878e-d1156e275c7e used request id req-8bd5cdd5-b879-44bd-90fe-ba22b6defe24 2019-01-03 20:04:02,418 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2019-01-03 20:04:02,418 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc network=61b8717f-6a1c-4eaa-bdbe-364963acb684 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2019-01-03 20:04:02,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:04:02,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:04:02,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:04:02,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:04:02,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:04:02,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:04:02,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:04:02,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:04:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:04:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:04:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:04:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:04:02,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:04:02,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:04:02,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:04:02,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:04:02,430 - 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" 2019-01-03 20:04:02,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d3962f2-2ea6-4801-afd0-f2e452d751f9 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"}]}} 2019-01-03 20:04:02,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2d3962f2-2ea6-4801-afd0-f2e452d751f9 2019-01-03 20:04:02,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:04:02,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["pkZ-OzGHQpWeebNhy0AtnQ"], "issued_at": "2019-01-03T20:04:02.000000Z"}} 2019-01-03 20:04:02,822 - 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}e72c74c3855e976fd6852b3051b91425edd61066" 2019-01-03 20:04:03,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-757789eb-919c-4261-b557-5ec263b48d6d x-compute-request-id: req-757789eb-919c-4261-b557-5ec263b48d6d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 20:04:03,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-757789eb-919c-4261-b557-5ec263b48d6d 2019-01-03 20:04:03,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" 2019-01-03 20:04:03,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04: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-dcdcc2df-b0ab-468e-9d7e-74e31dff6622 x-compute-request-id: req-dcdcc2df-b0ab-468e-9d7e-74e31dff6622 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:04:03,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a used request id req-dcdcc2df-b0ab-468e-9d7e-74e31dff6622 2019-01-03 20:04:03,101 - 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}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "61b8717f-6a1c-4eaa-bdbe-364963acb684"}], "config_drive": true}}' 2019-01-03 20:04:04,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:04: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-97d36f07-7120-4060-ab09-236caf26bdf1 x-compute-request-id: req-97d36f07-7120-4060-ab09-236caf26bdf1 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "adminPass": "m4NgeF4BRVqb"}} 2019-01-03 20:04:04,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-97d36f07-7120-4060-ab09-236caf26bdf1 2019-01-03 20:04:04,307 - 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" 2019-01-03 20:04:04,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee5d0d2-88ca-4513-86bb-31c9a3f0dc30 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"}]}} 2019-01-03 20:04:04,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5ee5d0d2-88ca-4513-86bb-31c9a3f0dc30 2019-01-03 20:04:04,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:04:04,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:04:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["OG8XrTe7TEi4rKI_3AKXeA"], "issued_at": "2019-01-03T20:04:04.000000Z"}} 2019-01-03 20:04:04,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:05,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-cd175bfa-e79e-4203-b086-1412a49173df x-compute-request-id: req-cd175bfa-e79e-4203-b086-1412a49173df Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:05,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-cd175bfa-e79e-4203-b086-1412a49173df 2019-01-03 20:04:08,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:09,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf662ea6-3609-4465-b766-7089fd06fe4c x-compute-request-id: req-cf662ea6-3609-4465-b766-7089fd06fe4c Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:09,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-cf662ea6-3609-4465-b766-7089fd06fe4c 2019-01-03 20:04:12,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:12,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-8e8c8755-1920-469c-abe6-8d4bf63c5cc1 x-compute-request-id: req-8e8c8755-1920-469c-abe6-8d4bf63c5cc1 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:12,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-8e8c8755-1920-469c-abe6-8d4bf63c5cc1 2019-01-03 20:04:15,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:16,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-8dc94872-34f9-49a1-a674-9bb0be009414 x-compute-request-id: req-8dc94872-34f9-49a1-a674-9bb0be009414 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:16,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-8dc94872-34f9-49a1-a674-9bb0be009414 2019-01-03 20:04:19,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:20,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04: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-1dd768cb-3aa2-48b5-bbec-86e5a86b173f x-compute-request-id: req-1dd768cb-3aa2-48b5-bbec-86e5a86b173f Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:06Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:20,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-1dd768cb-3aa2-48b5-bbec-86e5a86b173f 2019-01-03 20:04:23,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de7521216c386572722edbb514bcafc7dd15479" 2019-01-03 20:04:23,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-f20d8dbe-a706-4e4c-8717-a753116897bc x-compute-request-id: req-f20d8dbe-a706-4e4c-8717-a753116897bc 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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:22Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:23,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-f20d8dbe-a706-4e4c-8717-a753116897bc 2019-01-03 20:04:23,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" 2019-01-03 20:04:24,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-187bc058-0e68-4225-8047-33bd24a580dc x-compute-request-id: req-187bc058-0e68-4225-8047-33bd24a580dc 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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:22Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:24,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c used request id req-187bc058-0e68-4225-8047-33bd24a580dc 2019-01-03 20:04:24,243 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.6'. 2019-01-03 20:04:24,243 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2019-01-03 20:04:24,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 20:04:25,703 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:04: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-4146f1e1-0345-491b-aeb2-e9840c913498 x-compute-request-id: req-4146f1e1-0345-491b-aeb2-e9840c913498 Content-Length: 0 Content-Type: application/json 2019-01-03 20:04:25,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-4146f1e1-0345-491b-aeb2-e9840c913498 2019-01-03 20:04:25,708 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:04:25,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6017 X-Openstack-Request-Id: req-73bd1cdf-3457-42ae-84d5-28c24a070820 Date: Thu, 03 Jan 2019 20:04:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.3"}],"id":"1a1e16ef-867b-4f41-9245-0d1e654dc45e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:de:55:34","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4995cb17-5a37-41b2-beab-15bef6132cde","ip_address":"172.30.9.201"}],"id":"2119823c-86c0-48d0-8a6a-8abb9711d169","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:20:bd:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cc891180-a662-4fed-ad4a-4b9a530af355","name":"","admin_state_up":true,"network_id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","tenant_id":"","created_at":"2019-01-03T20:01:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.2"}],"id":"7f15426d-058b-4f39-9553-5874cba6be66","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:24:a3:ca","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:47Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.1"}],"id":"ae5d6f1f-da53-4bad-8af0-ba72ee888036","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:04:41:e8","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cc891180-a662-4fed-ad4a-4b9a530af355","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:04:25Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.6"}],"id":"c22dd173-a37f-4c2b-8eaf-39a699082da9","security_groups":["3c17c8a6-cf32-4c17-90e2-f001ce790e27","e51d5782-c04e-4f28-9ecd-302fd79e8fae"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:f0:e1","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"5617bfd5-7352-40d8-a32c-fcbb820a089c","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:04:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:f2:8e:3c"}],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:04:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.7"}],"id":"c61dfdb7-98a9-4d1d-878e-d1156e275c7e","security_groups":["3c17c8a6-cf32-4c17-90e2-f001ce790e27","e51d5782-c04e-4f28-9ecd-302fd79e8fae"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:8e:3c","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"14c8b674-ef45-462d-be5f-f6d2c9f4119a","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:01:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.4"}],"id":"f0a07382-3dbd-4616-af24-598b5293256d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:d7:e3","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61b8717f-6a1c-4eaa-bdbe-364963acb684","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:01:47Z","binding:vnic_type":"normal"}]} 2019-01-03 20:04:25,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-73bd1cdf-3457-42ae-84d5-28c24a070820 2019-01-03 20:04:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/c22dd173-a37f-4c2b-8eaf-39a699082da9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:1a:f0:e1"}]}}' 2019-01-03 20:04:26,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-a103cf5a-8e6f-43e1-ae7d-b9e1d9d72409 Date: Thu, 03 Jan 2019 20:04:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:1a:f0:e1"}],"extra_dhcp_opts":[],"updated_at":"2019-01-03T20:04:25Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3caa4a0a-e821-4e9b-81e3-4c23540c75e3","ip_address":"10.10.10.6"}],"id":"c22dd173-a37f-4c2b-8eaf-39a699082da9","security_groups":["3c17c8a6-cf32-4c17-90e2-f001ce790e27","e51d5782-c04e-4f28-9ecd-302fd79e8fae"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:f0:e1","project_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"5617bfd5-7352-40d8-a32c-fcbb820a089c","name":"","admin_state_up":true,"network_id":"61b8717f-6a1c-4eaa-bdbe-364963acb684","tenant_id":"49b1d8a90b6c465f881e4e04d0e1bfe1","created_at":"2019-01-03T20:04:06Z","binding:vnic_type":"normal"}} 2019-01-03 20:04:26,182 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/c22dd173-a37f-4c2b-8eaf-39a699082da9 used request id req-a103cf5a-8e6f-43e1-ae7d-b9e1d9d72409 2019-01-03 20:04:26,183 - sdnvpn_test_utils - INFO - Waiting for instance 14c8b674-ef45-462d-be5f-f6d2c9f4119a to boot up 2019-01-03 20:04:26,187 - sdnvpn_test_utils - INFO - Waiting for instance 5617bfd5-7352-40d8-a32c-fcbb820a089c to boot up 2019-01-03 20:04:26,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:26,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47a6b59917a32accf907a3c9c3d75f60ae530047" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:27,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-a2ce4986-7f13-4ef1-8cc6-202430163099 x-compute-request-id: req-a2ce4986-7f13-4ef1-8cc6-202430163099 Content-Encoding: gzip Content-Length: 13591 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 784197711 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.134620] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136252] pid_max: default: 32768 minimum: 301\n[ 0.137132] ACPI: Core revision 20150930\n[ 0.138500] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139796] Security Framework initialized\n[ 0.140605] Yama: becoming mindful.\n[ 0.141328] AppArmor: AppArmor initialized\n[ 0.142197] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143587] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145228] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146442] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147806] Initializing cgroup subsys io\n[ 0.148615] Initializing cgroup subsys memory\n[ 0.149464] Initializing cgroup subsys devices\n[ 0.150330] Initializing cgroup subsys freezer\n[ 0.151189] Initializing cgroup subsys net_cls\n[ 0.152050] Initializing cgroup subsys perf_event\n[ 0.152959] Initializing cgroup subsys net_prio\n[ 0.153846] Initializing cgroup subsys hugetlb\n[ 0.154709] Initializing cgroup subsys pids\n[ 0.155578] CPU: Physical Processor ID: 0\n[ 0.157060] mce: CPU supports 10 MCE banks\n[ 0.157910] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158902] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169590] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175940] ftrace: allocating 32123 entries in 126 pages\n[ 0.202359] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203548] smpboot: Max logical packages: 1\n[ 0.204533] x2apic enabled\n[ 0.205332] Switched APIC routing to physical x2apic.\n[ 0.207068] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208179] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211929] KVM setup paravirtual spinlock\n[ 0.213206] x86: Booted up 1 node, 1 CPUs\n[ 0.214006] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215377] devtmpfs: initialized\n[ 0.217826] evm: security.selinux\n[ 0.218522] evm: security.SMACK64\n[ 0.219206] evm: security.SMACK64EXEC\n[ 0.219943] evm: security.SMACK64TRANSMUTE\n[ 0.220754] evm: security.SMACK64MMAP\n[ 0.221493] evm: security.ima\n[ 0.222120] evm: security.capability\n[ 0.222917] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224747] pinctrl core: initialized pinctrl subsystem\n[ 0.225839] RTC time: 20:03:57, date: 01/03/19\n[ 0.226775] NET: Registered protocol family 16\n[ 0.227735] cpuidle: using governor ladder\n[ 0.228545] cpuidle: using governor menu\n[ 0.229321] PCCT header not found.\n[ 0.230069] ACPI: bus type PCI registered\n[ 0.230870] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232099] PCI: Using configuration type 1 for base access\n[ 0.234235] ACPI: Added _OSI(Module Device)\n[ 0.235068] ACPI: Added _OSI(Processor Device)\n[ 0.235915] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236807] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238939] ACPI: Interpreter enabled\n[ 0.239692] ACPI: (supports S0 S5)\n[ 0.240380] ACPI: Using IOAPIC for interrupt routing\n[ 0.241305] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245468] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246676] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247847] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250147] acpiphp: Slot [3] registered\n[ 0.250936] acpiphp: Slot [4] registered\n[ 0.251720] acpiphp: Slot [5] registered\n[ 0.252511] acpiphp: Slot [6] registered\n[ 0.253294] acpiphp: Slot [7] registered\n[ 0.254079] acpiphp: Slot [8] registered\n[ 0.254862] acpiphp: Slot [9] registered\n[ 0.255647] acpiphp: Slot [10] registered\n[ 0.256440] acpiphp: Slot [11] registered\n[ 0.257237] acpiphp: Slot [12] registered\n[ 0.258035] acpiphp: Slot [13] registered\n[ 0.258831] acpiphp: Slot [14] registered\n[ 0.269672] acpiphp: Slot [15] registered\n[ 0.270469] acpiphp: Slot [16] registered\n[ 0.271259] acpiphp: Slot [17] registered\n[ 0.272057] acpiphp: Slot [18] registered\n[ 0.272853] acpiphp: Slot [19] registered\n[ 0.273646] acpiphp: Slot [20] registered\n[ 0.274443] acpiphp: Slot [21] registered\n[ 0.275234] acpiphp: Slot [22] registered\n[ 0.276031] acpiphp: Slot [23] registered\n[ 0.276823] acpiphp: Slot [24] registered\n[ 0.277616] acpiphp: Slot [25] registered\n[ 0.278407] acpiphp: Slot [26] registered\n[ 0.279200] acpiphp: Slot [27] registered\n[ 0.279993] acpiphp: Slot [28] registered\n[ 0.280787] acpiphp: Slot [29] registered\n[ 0.281578] acpiphp: Slot [30] registered\n[ 0.282369] acpiphp: Slot [31] registered\n[ 0.283152] PCI host bridge to bus 0000:00\n[ 0.283995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287554] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288972] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290399] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298634] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302281] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308776] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310175] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355898] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357378] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358780] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360174] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361549] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363384] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364523] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367063] vgaarb: loaded\n[ 0.367655] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368776] SCSI subsystem initialized\n[ 0.369577] ACPI: bus type USB registered\n[ 0.370375] usbcore: registered new interface driver usbfs\n[ 0.371387] usbcore: registered new interface driver hub\n[ 0.372369] usbcore: registered new device driver usb\n[ 0.373390] PCI: Using ACPI for IRQ routing\n[ 0.374404] NetLabel: Initializing\n[ 0.375101] NetLabel: domain hash size = 128\n[ 0.375936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376872] NetLabel: unlabeled traffic allowed by default\n[ 0.377935] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378882] clocksource: Switched to clocksource kvm-clock\n[ 0.384268] AppArmor: AppArmor Filesystem Enabled\n[ 0.385214] pnp: PnP ACPI init\n[ 0.386108] pnp: PnP ACPI: found 5 devices\n[ 0.392137] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393809] NET: Registered protocol family 2\n[ 0.394744] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.396000] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.397174] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.398333] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.399404] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400562] NET: Registered protocol family 1\n[ 0.401414] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417611] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431945] Trying to unpack rootfs image as initramfs...\n[ 1.728157] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.743492] Scanning for low memory corruption every 60 seconds\n[ 1.744814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.745952] audit: initializing netlink subsys (disabled)\n[ 1.746979] audit: type=2000 audit(1546545839.432:1): initialized\n[ 1.748278] Initialise system trusted keyring\n[ 1.749203] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752358] zbud: loaded\n[ 1.753064] VFS: Disk quotas dquot_6.6.0\n[ 1.753877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.755275] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.756498] fuse init (API version 7.23)\n[ 1.757372] Key type big_key registered\n[ 1.758153] Allocating IMA MOK and blacklist keyrings.\n[ 1.759271] Key type asymmetric registered\n[ 1.760101] Asymmetric key parser 'x509' registered\n[ 1.761060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.762518] io scheduler noop registered\n[ 1.763318] io scheduler deadline registered (default)\n[ 1.764301] io scheduler cfq registered\n[ 1.765131] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.766170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.767435] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768873] ACPI: Power Button [PWRF]\n[ 1.769703] GHES: HEST is not enabled!\n[ 1.783568] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.812096] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.814441] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.838358] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.840434] Linux agpgart interface v0.103\n[ 1.842427] brd: module loaded\n[ 1.843676] loop: module loaded\n[ 1.845202] vda: vda1\n[ 1.846479] scsi host0: ata_piix\n[ 1.847226] scsi host1: ata_piix\n[ 1.847940] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.849147] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.850581] libphy: Fixed MDIO Bus: probed\n[ 1.851411] tun: Universal TUN/TAP device driver, 1.6\n[ 1.852360] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.854501] PPP generic driver version 2.4.2\n[ 1.855406] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.856663] ehci-pci: EHCI PCI platform driver\n[ 1.857520] ehci-platform: EHCI generic platform driver\n[ 1.858491] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.859609] ohci-pci: OHCI PCI platform driver\n[ 1.860471] ohci-platform: OHCI generic platform driver\n[ 1.861443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.875874] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.876850] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.878271] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.879253] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.880358] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.881554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.882954] usb usb1: Product: UHCI Host Controller\n[ 1.883869] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.884981] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.885925] hub 1-0:1.0: USB hub found\n[ 1.886695] hub 1-0:1.0: 2 ports detected\n[ 1.887589] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.889660] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.890592] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.891604] mousedev: PS/2 mouse device common for all mice\n[ 1.892840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.894658] rtc_cmos 00:00: RTC can wake from S4\n[ 1.895738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.896906] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.898078] i2c /dev entries driver\n[ 1.898827] device-mapper: uevent: version 1.0.3\n[ 1.899768] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.901374] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.902635] NET: Registered protocol family 10\n[ 1.903639] NET: Registered protocol family 17\n[ 1.904515] Key type dns_resolver registered\n[ 1.905431] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.906519] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.908242] registered taskstats version 1\n[ 1.909074] Loading compiled-in X.509 certificates\n[ 1.910493] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.912305] zswap: loaded using pool lzo/zbud\n[ 1.914094] Key type trusted registered\n[ 1.916363] Key type encrypted registered\n[ 1.917179] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.918196] ima: No TPM chip found, activating TPM-bypass!\n[ 1.919238] evm: HMAC attrs: 0x1\n[ 1.920168] Magic number: 3:827:92\n[ 1.920933] container: hash matches\n[ 1.921715] rtc_cmos 00:00: setting system clock to 2019-01-03 20:03:59 UTC (1546545839)\n[ 1.923308] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.924410] EDD information not available.\n[ 2.003455] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.004863] ata1.00: configured for MWDMA2\n[ 2.006064] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.008339] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.019891] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.021170] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.023031] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.024545] Write protecting the kernel read-only data: 14336k\n[ 2.026063] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.027766] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.036504] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038257] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.040233] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.042074] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043900] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.045693] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047539] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049285] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051570] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053326] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081528] virtio_net virtio0 ens3: renamed from eth0\n[ 2.092116] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.093916] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.119651] AVX2 version of gcm_enc/dec engaged.\n[ 2.120618] AES CTR mode by8 optimization enabled\n[ 2.123240] FDC 0 is a S82078B\n[ 2.198975] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.364414] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.365808] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.367163] usb 1-1: Product: QEMU USB Tablet\n[ 2.368069] usb 1-1: Manufacturer: QEMU\n[ 2.368888] usb 1-1: SerialNumber: 42\n[ 2.376103] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.382918] usbcore: registered new interface driver usbhid\n[ 2.384093] usbhid: USB HID core driver\n[ 2.386686] 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.389114] 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.743125] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.744287] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.355289] md: linear personality registered for level -1\n[ 3.357919] md: multipath personality registered for level -4\n[ 3.360600] md: raid0 personality registered for level 0\n[ 3.363555] md: raid1 personality registered for level 1\n[ 3.434885] raid6: sse2x1 gen() 11420 MB/s\n[ 3.502886] raid6: sse2x1 xor() 9014 MB/s\n[ 3.570886] raid6: sse2x2 gen() 14481 MB/s\n[ 3.638887] raid6: sse2x2 xor() 9895 MB/s\n[ 3.706886] raid6: sse2x4 gen() 16836 MB/s\n[ 3.774885] raid6: sse2x4 xor() 11418 MB/s\n[ 3.842885] raid6: avx2x1 gen() 22134 MB/s\n[ 3.910887] raid6: avx2x2 gen() 25940 MB/s\n[ 3.978886] raid6: avx2x4 gen() 29373 MB/s\n[ 3.979756] raid6: using algorithm avx2x4 gen() 29373 MB/s\n[ 3.980776] raid6: using avx2x2 recovery algorithm\n[ 3.982698] xor: automatically using best checksumming function:\n[ 4.022884] avx : 35887.000 MB/sec\n[ 4.024707] async_tx: api initialized (async)\n[ 4.032166] md: raid6 personality registered for level 6\n[ 4.033208] md: raid5 personality registered for level 5\n[ 4.034205] md: raid4 personality registered for level 4\n[ 4.038307] 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.061712] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.089190] 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.177366] 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.180590] systemd[1]: Detected virtualization kvm.\n[ 4.181576] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.185133] systemd[1]: Set hostname to .\n[ 4.188774] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.189904] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.303099] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.305118] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.307023] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.309181] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.311478] 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.315055] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.317802] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.322527] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.325143] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.328406] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.330757] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.333290] 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.338464] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.340466] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.343795] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.347066] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.351239] Loading iSCSI transport class v2.0-870.\n[ 4.352286] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.355171] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] [ 4.360435] iscsi: registered transport (tcp)\nCreated slice system-serial\\x2dgetty.slice.\n[ 4.362364] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.366060] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.373370] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.377181] 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.381116] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.384617] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...[ 4.386332] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.387580] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.392092] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.394663] systemd[1]: Listening on Journal Audit Socket.\n[ 4.396946] iscsi: registered transport (iser)\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.401403] 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.412126] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.415238] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.424098] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.426470] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.430772] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.435971] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.440073] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.442911] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.446264] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.455341] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.459139] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.463861] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.896060] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 20:04:03 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.094701] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 20:04:04 +0000. Up 6.95 seconds.\n[ 8.096582] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.100097] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.104095] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.108107] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.112097] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.7 | 255.255.255.0 | . | fa:16:3e:f2:8e:3c |\n[ 8.113896] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fef2:8e3c/64 | . | link | fa:16:3e:f2:8e:3c |\n[ 8.120101] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.121913] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.128109] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.129966] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.131610] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.137256] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.139454] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.145679] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.150148] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.155735] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0mcloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 8.161723] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.163662] cloud-init] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.[1020]: Generating public/private rsa key pair.\n[ 8.169692] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 8.175144] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.176933] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] cloud-init[1020]: The key fingerprint is:\n[ 8.181203] cloud-init[1020]: SHA256:Sz6yAJrnd4+udfGAnhXOAquLRApAdXDZ21T53qK5rdI root@sdnvpn-13-1\n[ 8.182735] cloud-init[1020]: The key's randomart image is:\n[ 8.183775] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\ncloud-init[1020]: +---[RSA 2048]----+\n[ 8.188481] cloud-init[1020]: | ..o.oo ... |\n Starting LXD - unix socket.\n[ 8.190639] cloud-init[1020]: |. o. . . . |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.193619] cloud-init[1020]: |. . = . |\n[ 8.194607] cloud-init[1020]: |. o = o . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.197670] cloud-init[1020]: |... . o S . . |\n[ 8.200114] cloud-init[1020]: |+o o . * = o . |\n[ 8.202748] cloud-init[1020]: |+.o . = = o o . |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.206768] cloud-init[1020]: |.+ ..o.= o E. |\n[ 8.210279] cloud-init[1020]: |. o..++.. .oo. |\n[ 8.211292] cloud-init[1020]: +----[SHA256]-----+\n[ 8.213281] cloud-init[1020]: Generating public/private dsa key pair.\n Starting Login to default iSCSI targets...[ 8.216127] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.217314] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.218483] cloud-init[1020]: The key fingerprint is:\n[ 8.219281] cloud-init[1020]: SHA256:viIn1Yx5jnT++Z1ilJU0H7nEK25bwrFgvaX2Yp0gIsY root@sdnvpn-13-1\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Apply the settings specified in cloud-config...\n[ 8.235145] cloud-init Starting Login Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[1020]: The key's randomart image is:\n[ 8.249839] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.271898] cloud-init[1020]: | . .|\n[ 8.279805] cloud-init[1020]: | o= |[[0;32m OK [0m] Started ACPI event daemon.\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n [ 8.293191] cloud-init[1020]: Starting Auto import assertions from block devices...\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n| ...++|\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.324960] cloud-init[1020]: | o +o+.|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 8.353075] cloud-init[1020]: | .=S . +oB |[[0;32m OK [0m] Started System Logging Service.\n\n[ 8.394845] [[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1020]: | =E=. .o@ . |\n[ 8.413573] cloud-init[1020]: [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n| o.*o ..+ B .|\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n[ 8.431906] cloud-init[1020]: | o + o. .o= = |[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Permit User Sessions.\n\n[ 8.468227] cloud-init[1020]: | + ...ooo.+ |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.491088] cloud-init[1020]: +----[SHA256]-----+\n[ 8.500903] cloud-init[1020]: Generating public/private ecdsa key pair.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.511347] cloud-init[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started 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: Set the CPU Frequency Scaling governor to \"ondemand\".[1020]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.549411] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.559039] cloud-init[1020]: The key fingerprint is:\n[ 8.564373] cloud-init[1020]: SHA256:eGuVcPXeGE/X60mVeDN1QZlXmLQFfCdAB2qS9qvBXD4 root@sdnvpn-13-1\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.569795] cloud-init[1020]: The key's randomart image is:\n[ 8.573961] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.576121] cloud-init[1020]: | .===*X|\n[ 8.584140] cloud-init[1020]: | . o o*=O|\n[ 8.585177] cloud-init[1020]: | = + .+BB|\n[ 8.586200] cloud-init[1020]: | o * . ..**|\n[ 8.590741] cloud-init[1020]: | . S = ooo|\n[ 8.596273] cloud-init[1020]: | + = . o .|\n[ 8.597304] cloud-init[1020]: | * E o |\n[ 8.599938] cloud-init[1020]: | . o . |\n[ 8.601035] cloud-init[1020]: | . |\n[ 8.604127] cloud-init[1020]: +----[SHA256]-----+\n[ 8.606072] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.609234] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.612798] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.616081] cloud-init[1020]: The key fingerprint is:\n[ 8.618939] cloud-init[1020]: SHA256:RZMxw0XQmfZa82gQOQ4dMG/baMdiLllLlppNycI1kWk root@sdnvpn-13-1\n[ 8.623549] cloud-init[1020]: The key's randomart image is:\n[ 8.626236] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.628573] cloud-init[1020]: | .XX=B |\n[ 8.630912] cloud-init[1020]: | .+*E. |\n[ 8.633249] cloud-init[1020]: | .==+ |\n[ 8.635624] cloud-init[1020]: | o +oO+ |\n[ 8.641576] cloud-init[1020]: | S o #+++ |\n[ 8.644089] cloud-init[1020]: | #.+o .|\n[ 8.648082] cloud-init[1020]: | = +. |\n[ 8.649413] cloud-init[1020]: | . |\n[ 8.652083] cloud-init[1020]: | |\n[ 8.656275] cloud-init[1020]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.869524] cloud-init[1135]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 9.439279] cloud-init[1135]: en_US.UTF-8... done\n[ 9.441351] 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[ 11.622024] cloud-init[1135]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 03 Jan 2019 20:04:06 +0000. Up 8.80 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.925361] cloud-init[1393]: + sudo useradd -m sdnvpn\n[ 11.986909] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.563200] cloud-init[1393]: + sudo adduser sdnvpn sudo\n[ 13.617772] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.652934] cloud-init[1393]: Adding user `sdnvpn' to group `sudo' ...\n[ 13.657218] cloud-init[1393]: Adding user sdnvpn to group sudo\n[ 14.144043] cloud-init[1393]: Done.\n[ 14.146196] cloud-init[1393]: + chpasswd\n[ 14.147286] cloud-init[1393]: + sudo echo sdnvpn:opnfv\n[ 14.202941] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.320471] cloud-init[1393]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2019-01-03 20:04:27,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action used request id req-a2ce4986-7f13-4ef1-8cc6-202430163099 2019-01-03 20:04:27,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-7d22b111-d9f3-418a-bc3a-c1b96505ec47 x-compute-request-id: req-7d22b111-d9f3-418a-bc3a-c1b96505ec47 Content-Encoding: gzip Content-Length: 8321 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 620785541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138143] pid_max: default: 32768 minimum: 301\n[ 0.139058] ACPI: Core revision 20150930\n[ 0.140450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141792] Security Framework initialized\n[ 0.142633] Yama: becoming mindful.\n[ 0.143379] AppArmor: AppArmor initialized\n[ 0.144276] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145711] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147432] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148691] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150119] Initializing cgroup subsys io\n[ 0.150959] Initializing cgroup subsys memory\n[ 0.151866] Initializing cgroup subsys devices\n[ 0.152757] Initializing cgroup subsys freezer\n[ 0.153645] Initializing cgroup subsys net_cls\n[ 0.154532] Initializing cgroup subsys perf_event\n[ 0.155467] Initializing cgroup subsys net_prio\n[ 0.156387] Initializing cgroup subsys hugetlb\n[ 0.157278] Initializing cgroup subsys pids\n[ 0.158174] CPU: Physical Processor ID: 0\n[ 0.159719] mce: CPU supports 10 MCE banks\n[ 0.160585] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173615] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180047] ftrace: allocating 32123 entries in 126 pages\n[ 0.206643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207903] smpboot: Max logical packages: 1\n[ 0.208921] x2apic enabled\n[ 0.209746] Switched APIC routing to physical x2apic.\n[ 0.211513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212656] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216531] KVM setup paravirtual spinlock\n[ 0.217849] x86: Booted up 1 node, 1 CPUs\n[ 0.218670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220098] devtmpfs: initialized\n[ 0.222579] evm: security.selinux\n[ 0.223290] evm: security.SMACK64\n[ 0.223999] evm: security.SMACK64EXEC\n[ 0.224756] evm: security.SMACK64TRANSMUTE\n[ 0.225585] evm: security.SMACK64MMAP\n[ 0.226345] evm: security.ima\n[ 0.227009] evm: security.capability\n[ 0.227829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229737] pinctrl core: initialized pinctrl subsystem\n[ 0.230860] RTC time: 20:04:22, date: 01/03/19\n[ 0.231817] NET: Registered protocol family 16\n[ 0.232804] cpuidle: using governor ladder\n[ 0.233638] cpuidle: using governor menu\n[ 0.234452] PCCT header not found.\n[ 0.235231] ACPI: bus type PCI registered\n[ 0.236062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237348] PCI: Using configuration type 1 for base access\n[ 0.239538] ACPI: Added _OSI(Module Device)\n[ 0.240393] ACPI: Added _OSI(Processor Device)\n[ 0.241278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244339] ACPI: Interpreter enabled\n[ 0.245123] ACPI: (supports S0 S5)\n[ 0.245844] ACPI: Using IOAPIC for interrupt routing\n[ 0.246842] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253582] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255986] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257640] acpiphp: Slot [5] registered\n[ 0.258468] acpiphp: Slot [6] registered\n[ 0.259291] acpiphp: Slot [7] registered\n[ 0.260112] acpiphp: Slot [8] registered\n[ 0.260933] acpiphp: Slot [9] registered\n[ 0.261761] acpiphp: Slot [10] registered\n[ 0.262595] acpiphp: Slot [11] registered\n[ 0.263423] acpiphp: Slot [12] registered\n[ 0.264256] acpiphp: Slot [13] registered\n[ 0.265089] acpiphp: Slot [14] registered\n[ 0.276117] acpiphp: Slot [15] registered\n[ 0.276968] acpiphp: Slot [16] registered\n[ 0.277814] acpiphp: Slot [17] registered\n[ 0.278642] acpiphp: Slot [18] registered\n[ 0.279467] acpiphp: Slot [19] registered\n[ 0.280300] acpiphp: Slot [20] registered\n[ 0.281130] acpiphp: Slot [21] registered\n[ 0.281961] acpiphp: Slot [22] registered\n[ 0.282798] acpiphp: Slot [23] registered\n[ 0.283631] acpiphp: Slot [24] registered\n[ 0.284457] acpiphp: Slot [25] registered\n[ 0.285291] acpiphp: Slot [26] registered\n[ 0.286116] acpiphp: Slot [27] registered\n[ 0.286953] acpiphp: Slot [28] registered\n[ 0.287796] acpiphp: Slot [29] registered\n[ 0.288635] acpiphp: Slot [30] registered\n[ 0.289456] acpiphp: Slot [31] registered\n[ 0.290276] PCI host bridge to bus 0000:00\n[ 0.291101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295081] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296582] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306908] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313808] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315287] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367168] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372800] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376654] vgaarb: loaded\n[ 0.377267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379292] ACPI: bus type USB registered\n[ 0.380123] usbcore: registered new interface driver usbfs\n[ 0.381175] usbcore: registered new interface driver hub\n[ 0.382198] usbcore: registered new device driver usb\n[ 0.383258] PCI: Using ACPI for IRQ routing\n[ 0.384299] NetLabel: Initializing\n[ 0.385025] NetLabel: domain hash size = 128\n[ 0.385901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386893] NetLabel: unlabeled traffic allowed by default\n[ 0.388019] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389010] clocksource: Switched to clocksource kvm-clock\n[ 0.394440] AppArmor: AppArmor Filesystem Enabled\n[ 0.395433] pnp: PnP ACPI init\n[ 0.396356] pnp: PnP ACPI: found 5 devices\n[ 0.402426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404168] NET: Registered protocol family 2\n[ 0.405149] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406463] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407693] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408924] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410051] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411264] NET: Registered protocol family 1\n[ 0.412146] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442915] Trying to unpack rootfs image as initramfs...\n[ 1.758134] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774115] Scanning for low memory corruption every 60 seconds\n[ 1.775487] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.776665] audit: initializing netlink subsys (disabled)\n[ 1.777725] audit: type=2000 audit(1546545864.324:1): initialized\n[ 1.779063] Initialise system trusted keyring\n[ 1.780025] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.781227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.783250] zbud: loaded\n[ 1.783974] VFS: Disk quotas dquot_6.6.0\n[ 1.784821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.786267] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.787531] fuse init (API version 7.23)\n[ 1.788427] Key type big_key registered\n[ 1.789253] Allocating IMA MOK and blacklist keyrings.\n[ 1.790388] Key type asymmetric registered\n[ 1.791234] Asymmetric key parser 'x509' registered\n[ 1.792217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.793732] io scheduler noop registered\n[ 1.794552] io scheduler deadline registered (default)\n[ 1.795580] io scheduler cfq registered\n[ 1.796434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.797528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.798827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.800317] ACPI: Power Button [PWRF]\n[ 1.801190] GHES: HEST is not enabled!\n[ 1.815073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.843954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.846321] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.870054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.872172] Linux agpgart interface v0.103\n[ 1.874202] brd: module loaded\n[ 1.875463] loop: module loaded\n[ 1.876975] vda: vda1\n[ 1.878324] scsi host0: ata_piix\n[ 1.879079] scsi host1: ata_piix\n[ 1.879809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.881064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.882548] libphy: Fixed MDIO Bus: probed\n[ 1.883388] tun: Universal TUN/TAP device driver, 1.6\n[ 1.884364] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886536] PPP generic driver version 2.4.2\n[ 1.887445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888780] ehci-pci: EHCI PCI platform driver\n[ 1.889685] ehci-platform: EHCI generic platform driver\n[ 1.890704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891868] ohci-pci: OHCI PCI platform driver\n[ 1.892761] ohci-platform: OHCI generic platform driver\n[ 1.893792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.908310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.909338] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.913053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.914323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915794] usb usb1: Product: UHCI Host Controller\n[ 1.916755] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917941] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.919006] hub 1-0:1.0: USB hub found\n[ 1.919818] hub 1-0:1.0: 2 ports detected\n[ 1.920758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924971] mousedev: PS/2 mouse device common for all mice\n[ 1.926260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.928151] rtc_cmos 00:00: RTC can wake from S4\n[ 1.929276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930501] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931735] i2c /dev entries driver\n[ 1.932517] device-mapper: uevent: version 1.0.3\n[ 1.933496] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.935184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936483] NET: Registered protocol family 10\n[ 1.937545] NET: Registered protocol family 17\n[ 1.938463] Key type dns_resolver registered\n[ 1.939416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940557] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942368] registered taskstats version 1\n[ 1.943229] Loading compiled-in X.509 certificates\n[ 1.944692] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946602] zswap: loaded using pool lzo/zbud\n[ 1.948420] Key type trusted registered\n[ 1.950736] Key type encrypted registered\n[ 1.951619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953778] evm: HMAC attrs: 0x1\n[ 1.954732] Magic number: 3:827:92\n[ 1.955520] container: hash matches\n[ 1.956332] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:24 UTC (1546545864)\n[ 1.958003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.959154] EDD information not available.\n[ 2.037574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.039044] ata1.00: configured for MWDMA2\n[ 2.040276] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.042641] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.054547] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.055835] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.057742] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.059324] Write protecting the kernel read-only data: 14336k\n[ 2.060905] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.062667] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.071478] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075502] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077414] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079310] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083075] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084914] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087289] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089143] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118625] virtio_net virtio0 ens3: renamed from eth0\n[ 2.126487] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.128381] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.151863] AVX2 version of gcm_enc/dec engaged.\n[ 2.152853] AES CTR mode by8 optimization enabled\n[ 2.157452] FDC 0 is a S82078B\n[ 2.229022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.389660] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.390903] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.392196] usb 1-1: Product: QEMU USB Tablet\n[ 2.393069] usb 1-1: Manufacturer: QEMU\n[ 2.393857] usb 1-1: SerialNumber: 42\n[ 2.401252] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.406996] usbcore: registered new interface driver usbhid\n[ 2.408106] usbhid: USB HID core driver\n[ 2.409903] 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.412166] 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.773045] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.774264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.680287] md: linear personality registered for level -1\n[ 3.683714] md: multipath personality registered for level -4\n[ 3.687024] md: raid0 personality registered for level 0\n[ 3.690259] md: raid1 personality registered for level 1\n[ 3.761016] raid6: sse2x1 gen() 11309 MB/s\n[ 3.829013] raid6: sse2x1 xor() 8759 MB/s\n[ 3.897015] raid6: sse2x2 gen() 14317 MB/s\n[ 3.965014] raid6: sse2x2 xor() 9630 MB/s\n"} 2019-01-03 20:04:27,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-7d22b111-d9f3-418a-bc3a-c1b96505ec47 2019-01-03 20:04:29,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:30,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40146b9b-d400-4de4-bf14-699789d20dfe x-compute-request-id: req-40146b9b-d400-4de4-bf14-699789d20dfe Content-Encoding: gzip Content-Length: 10604 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 620785541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138143] pid_max: default: 32768 minimum: 301\n[ 0.139058] ACPI: Core revision 20150930\n[ 0.140450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141792] Security Framework initialized\n[ 0.142633] Yama: becoming mindful.\n[ 0.143379] AppArmor: AppArmor initialized\n[ 0.144276] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145711] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147432] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148691] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150119] Initializing cgroup subsys io\n[ 0.150959] Initializing cgroup subsys memory\n[ 0.151866] Initializing cgroup subsys devices\n[ 0.152757] Initializing cgroup subsys freezer\n[ 0.153645] Initializing cgroup subsys net_cls\n[ 0.154532] Initializing cgroup subsys perf_event\n[ 0.155467] Initializing cgroup subsys net_prio\n[ 0.156387] Initializing cgroup subsys hugetlb\n[ 0.157278] Initializing cgroup subsys pids\n[ 0.158174] CPU: Physical Processor ID: 0\n[ 0.159719] mce: CPU supports 10 MCE banks\n[ 0.160585] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173615] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180047] ftrace: allocating 32123 entries in 126 pages\n[ 0.206643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207903] smpboot: Max logical packages: 1\n[ 0.208921] x2apic enabled\n[ 0.209746] Switched APIC routing to physical x2apic.\n[ 0.211513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212656] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216531] KVM setup paravirtual spinlock\n[ 0.217849] x86: Booted up 1 node, 1 CPUs\n[ 0.218670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220098] devtmpfs: initialized\n[ 0.222579] evm: security.selinux\n[ 0.223290] evm: security.SMACK64\n[ 0.223999] evm: security.SMACK64EXEC\n[ 0.224756] evm: security.SMACK64TRANSMUTE\n[ 0.225585] evm: security.SMACK64MMAP\n[ 0.226345] evm: security.ima\n[ 0.227009] evm: security.capability\n[ 0.227829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229737] pinctrl core: initialized pinctrl subsystem\n[ 0.230860] RTC time: 20:04:22, date: 01/03/19\n[ 0.231817] NET: Registered protocol family 16\n[ 0.232804] cpuidle: using governor ladder\n[ 0.233638] cpuidle: using governor menu\n[ 0.234452] PCCT header not found.\n[ 0.235231] ACPI: bus type PCI registered\n[ 0.236062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237348] PCI: Using configuration type 1 for base access\n[ 0.239538] ACPI: Added _OSI(Module Device)\n[ 0.240393] ACPI: Added _OSI(Processor Device)\n[ 0.241278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244339] ACPI: Interpreter enabled\n[ 0.245123] ACPI: (supports S0 S5)\n[ 0.245844] ACPI: Using IOAPIC for interrupt routing\n[ 0.246842] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253582] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255986] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257640] acpiphp: Slot [5] registered\n[ 0.258468] acpiphp: Slot [6] registered\n[ 0.259291] acpiphp: Slot [7] registered\n[ 0.260112] acpiphp: Slot [8] registered\n[ 0.260933] acpiphp: Slot [9] registered\n[ 0.261761] acpiphp: Slot [10] registered\n[ 0.262595] acpiphp: Slot [11] registered\n[ 0.263423] acpiphp: Slot [12] registered\n[ 0.264256] acpiphp: Slot [13] registered\n[ 0.265089] acpiphp: Slot [14] registered\n[ 0.276117] acpiphp: Slot [15] registered\n[ 0.276968] acpiphp: Slot [16] registered\n[ 0.277814] acpiphp: Slot [17] registered\n[ 0.278642] acpiphp: Slot [18] registered\n[ 0.279467] acpiphp: Slot [19] registered\n[ 0.280300] acpiphp: Slot [20] registered\n[ 0.281130] acpiphp: Slot [21] registered\n[ 0.281961] acpiphp: Slot [22] registered\n[ 0.282798] acpiphp: Slot [23] registered\n[ 0.283631] acpiphp: Slot [24] registered\n[ 0.284457] acpiphp: Slot [25] registered\n[ 0.285291] acpiphp: Slot [26] registered\n[ 0.286116] acpiphp: Slot [27] registered\n[ 0.286953] acpiphp: Slot [28] registered\n[ 0.287796] acpiphp: Slot [29] registered\n[ 0.288635] acpiphp: Slot [30] registered\n[ 0.289456] acpiphp: Slot [31] registered\n[ 0.290276] PCI host bridge to bus 0000:00\n[ 0.291101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295081] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296582] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306908] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313808] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315287] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367168] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372800] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376654] vgaarb: loaded\n[ 0.377267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379292] ACPI: bus type USB registered\n[ 0.380123] usbcore: registered new interface driver usbfs\n[ 0.381175] usbcore: registered new interface driver hub\n[ 0.382198] usbcore: registered new device driver usb\n[ 0.383258] PCI: Using ACPI for IRQ routing\n[ 0.384299] NetLabel: Initializing\n[ 0.385025] NetLabel: domain hash size = 128\n[ 0.385901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386893] NetLabel: unlabeled traffic allowed by default\n[ 0.388019] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389010] clocksource: Switched to clocksource kvm-clock\n[ 0.394440] AppArmor: AppArmor Filesystem Enabled\n[ 0.395433] pnp: PnP ACPI init\n[ 0.396356] pnp: PnP ACPI: found 5 devices\n[ 0.402426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404168] NET: Registered protocol family 2\n[ 0.405149] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406463] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407693] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408924] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410051] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411264] NET: Registered protocol family 1\n[ 0.412146] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442915] Trying to unpack rootfs image as initramfs...\n[ 1.758134] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774115] Scanning for low memory corruption every 60 seconds\n[ 1.775487] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.776665] audit: initializing netlink subsys (disabled)\n[ 1.777725] audit: type=2000 audit(1546545864.324:1): initialized\n[ 1.779063] Initialise system trusted keyring\n[ 1.780025] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.781227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.783250] zbud: loaded\n[ 1.783974] VFS: Disk quotas dquot_6.6.0\n[ 1.784821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.786267] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.787531] fuse init (API version 7.23)\n[ 1.788427] Key type big_key registered\n[ 1.789253] Allocating IMA MOK and blacklist keyrings.\n[ 1.790388] Key type asymmetric registered\n[ 1.791234] Asymmetric key parser 'x509' registered\n[ 1.792217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.793732] io scheduler noop registered\n[ 1.794552] io scheduler deadline registered (default)\n[ 1.795580] io scheduler cfq registered\n[ 1.796434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.797528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.798827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.800317] ACPI: Power Button [PWRF]\n[ 1.801190] GHES: HEST is not enabled!\n[ 1.815073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.843954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.846321] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.870054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.872172] Linux agpgart interface v0.103\n[ 1.874202] brd: module loaded\n[ 1.875463] loop: module loaded\n[ 1.876975] vda: vda1\n[ 1.878324] scsi host0: ata_piix\n[ 1.879079] scsi host1: ata_piix\n[ 1.879809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.881064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.882548] libphy: Fixed MDIO Bus: probed\n[ 1.883388] tun: Universal TUN/TAP device driver, 1.6\n[ 1.884364] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886536] PPP generic driver version 2.4.2\n[ 1.887445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888780] ehci-pci: EHCI PCI platform driver\n[ 1.889685] ehci-platform: EHCI generic platform driver\n[ 1.890704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891868] ohci-pci: OHCI PCI platform driver\n[ 1.892761] ohci-platform: OHCI generic platform driver\n[ 1.893792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.908310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.909338] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.913053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.914323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915794] usb usb1: Product: UHCI Host Controller\n[ 1.916755] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917941] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.919006] hub 1-0:1.0: USB hub found\n[ 1.919818] hub 1-0:1.0: 2 ports detected\n[ 1.920758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924971] mousedev: PS/2 mouse device common for all mice\n[ 1.926260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.928151] rtc_cmos 00:00: RTC can wake from S4\n[ 1.929276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930501] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931735] i2c /dev entries driver\n[ 1.932517] device-mapper: uevent: version 1.0.3\n[ 1.933496] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.935184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936483] NET: Registered protocol family 10\n[ 1.937545] NET: Registered protocol family 17\n[ 1.938463] Key type dns_resolver registered\n[ 1.939416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940557] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942368] registered taskstats version 1\n[ 1.943229] Loading compiled-in X.509 certificates\n[ 1.944692] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946602] zswap: loaded using pool lzo/zbud\n[ 1.948420] Key type trusted registered\n[ 1.950736] Key type encrypted registered\n[ 1.951619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953778] evm: HMAC attrs: 0x1\n[ 1.954732] Magic number: 3:827:92\n[ 1.955520] container: hash matches\n[ 1.956332] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:24 UTC (1546545864)\n[ 1.958003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.959154] EDD information not available.\n[ 2.037574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.039044] ata1.00: configured for MWDMA2\n[ 2.040276] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.042641] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.054547] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.055835] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.057742] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.059324] Write protecting the kernel read-only data: 14336k\n[ 2.060905] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.062667] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.071478] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075502] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077414] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079310] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083075] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084914] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087289] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089143] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118625] virtio_net virtio0 ens3: renamed from eth0\n[ 2.126487] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.128381] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.151863] AVX2 version of gcm_enc/dec engaged.\n[ 2.152853] AES CTR mode by8 optimization enabled\n[ 2.157452] FDC 0 is a S82078B\n[ 2.229022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.389660] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.390903] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.392196] usb 1-1: Product: QEMU USB Tablet\n[ 2.393069] usb 1-1: Manufacturer: QEMU\n[ 2.393857] usb 1-1: SerialNumber: 42\n[ 2.401252] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.406996] usbcore: registered new interface driver usbhid\n[ 2.408106] usbhid: USB HID core driver\n[ 2.409903] 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.412166] 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.773045] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.774264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.680287] md: linear personality registered for level -1\n[ 3.683714] md: multipath personality registered for level -4\n[ 3.687024] md: raid0 personality registered for level 0\n[ 3.690259] md: raid1 personality registered for level 1\n[ 3.761016] raid6: sse2x1 gen() 11309 MB/s\n[ 3.829013] raid6: sse2x1 xor() 8759 MB/s\n[ 3.897015] raid6: sse2x2 gen() 14317 MB/s\n[ 3.965014] raid6: sse2x2 xor() 9630 MB/s\n[ 4.033014] raid6: sse2x4 gen() 16534 MB/s\n[ 4.101013] raid6: sse2x4 xor() 11580 MB/s\n[ 4.169015] raid6: avx2x1 gen() 22033 MB/s\n[ 4.237013] raid6: avx2x2 gen() 25515 MB/s\n[ 4.305013] raid6: avx2x4 gen() 29473 MB/s\n[ 4.305894] raid6: using algorithm avx2x4 gen() 29473 MB/s\n[ 4.306921] raid6: using avx2x2 recovery algorithm\n[ 4.309597] xor: automatically using best checksumming function:\n[ 4.349015] avx : 34699.000 MB/sec\n[ 4.351096] async_tx: api initialized (async)\n[ 4.360324] md: raid6 personality registered for level 6\n[ 4.361374] md: raid5 personality registered for level 5\n[ 4.362386] md: raid4 personality registered for level 4\n[ 4.367029] 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.391620] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421897] 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.517613] 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.520837] systemd[1]: Detected virtualization kvm.\n[ 4.521803] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.525406] systemd[1]: Set hostname to .\n[ 4.529179] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.530333] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.643488] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.645688] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.647758] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.649682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.652147] 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.654884] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.656624] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.658848] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.660746] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.662855] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.665081] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.667554] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.669775] 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.674598] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.677290] 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.682515] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...[ 4.689373] Loading iSCSI transport class v2.0-870.\n\n[ 4.690967] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.697391] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.706012] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.709413] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.714552] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718355] iscsi: registered transport (tcp)\n[ 4.719969] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.726262] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.728407] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.733130] 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.742682] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.745139] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.748029] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.752839] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.755006] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.757186] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.760927] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.762854] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.767444] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.770747] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.777264] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.779770] iscsi: registered transport (iser)\n[ 4.781634] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.789226] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.792890] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.796548] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting 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[[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.320137] cloud-init[444]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 20:04:28 +0000. Up 5.65 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n"} 2019-01-03 20:04:30,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-40146b9b-d400-4de4-bf14-699789d20dfe 2019-01-03 20:04:32,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:33,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd941ea5-ca58-4c4c-a983-a20a16068778 x-compute-request-id: req-fd941ea5-ca58-4c4c-a983-a20a16068778 Content-Encoding: gzip Content-Length: 13305 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 620785541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138143] pid_max: default: 32768 minimum: 301\n[ 0.139058] ACPI: Core revision 20150930\n[ 0.140450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141792] Security Framework initialized\n[ 0.142633] Yama: becoming mindful.\n[ 0.143379] AppArmor: AppArmor initialized\n[ 0.144276] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145711] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147432] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148691] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150119] Initializing cgroup subsys io\n[ 0.150959] Initializing cgroup subsys memory\n[ 0.151866] Initializing cgroup subsys devices\n[ 0.152757] Initializing cgroup subsys freezer\n[ 0.153645] Initializing cgroup subsys net_cls\n[ 0.154532] Initializing cgroup subsys perf_event\n[ 0.155467] Initializing cgroup subsys net_prio\n[ 0.156387] Initializing cgroup subsys hugetlb\n[ 0.157278] Initializing cgroup subsys pids\n[ 0.158174] CPU: Physical Processor ID: 0\n[ 0.159719] mce: CPU supports 10 MCE banks\n[ 0.160585] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173615] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180047] ftrace: allocating 32123 entries in 126 pages\n[ 0.206643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207903] smpboot: Max logical packages: 1\n[ 0.208921] x2apic enabled\n[ 0.209746] Switched APIC routing to physical x2apic.\n[ 0.211513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212656] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216531] KVM setup paravirtual spinlock\n[ 0.217849] x86: Booted up 1 node, 1 CPUs\n[ 0.218670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220098] devtmpfs: initialized\n[ 0.222579] evm: security.selinux\n[ 0.223290] evm: security.SMACK64\n[ 0.223999] evm: security.SMACK64EXEC\n[ 0.224756] evm: security.SMACK64TRANSMUTE\n[ 0.225585] evm: security.SMACK64MMAP\n[ 0.226345] evm: security.ima\n[ 0.227009] evm: security.capability\n[ 0.227829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229737] pinctrl core: initialized pinctrl subsystem\n[ 0.230860] RTC time: 20:04:22, date: 01/03/19\n[ 0.231817] NET: Registered protocol family 16\n[ 0.232804] cpuidle: using governor ladder\n[ 0.233638] cpuidle: using governor menu\n[ 0.234452] PCCT header not found.\n[ 0.235231] ACPI: bus type PCI registered\n[ 0.236062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237348] PCI: Using configuration type 1 for base access\n[ 0.239538] ACPI: Added _OSI(Module Device)\n[ 0.240393] ACPI: Added _OSI(Processor Device)\n[ 0.241278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244339] ACPI: Interpreter enabled\n[ 0.245123] ACPI: (supports S0 S5)\n[ 0.245844] ACPI: Using IOAPIC for interrupt routing\n[ 0.246842] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253582] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255986] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257640] acpiphp: Slot [5] registered\n[ 0.258468] acpiphp: Slot [6] registered\n[ 0.259291] acpiphp: Slot [7] registered\n[ 0.260112] acpiphp: Slot [8] registered\n[ 0.260933] acpiphp: Slot [9] registered\n[ 0.261761] acpiphp: Slot [10] registered\n[ 0.262595] acpiphp: Slot [11] registered\n[ 0.263423] acpiphp: Slot [12] registered\n[ 0.264256] acpiphp: Slot [13] registered\n[ 0.265089] acpiphp: Slot [14] registered\n[ 0.276117] acpiphp: Slot [15] registered\n[ 0.276968] acpiphp: Slot [16] registered\n[ 0.277814] acpiphp: Slot [17] registered\n[ 0.278642] acpiphp: Slot [18] registered\n[ 0.279467] acpiphp: Slot [19] registered\n[ 0.280300] acpiphp: Slot [20] registered\n[ 0.281130] acpiphp: Slot [21] registered\n[ 0.281961] acpiphp: Slot [22] registered\n[ 0.282798] acpiphp: Slot [23] registered\n[ 0.283631] acpiphp: Slot [24] registered\n[ 0.284457] acpiphp: Slot [25] registered\n[ 0.285291] acpiphp: Slot [26] registered\n[ 0.286116] acpiphp: Slot [27] registered\n[ 0.286953] acpiphp: Slot [28] registered\n[ 0.287796] acpiphp: Slot [29] registered\n[ 0.288635] acpiphp: Slot [30] registered\n[ 0.289456] acpiphp: Slot [31] registered\n[ 0.290276] PCI host bridge to bus 0000:00\n[ 0.291101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295081] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296582] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306908] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313808] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315287] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367168] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372800] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376654] vgaarb: loaded\n[ 0.377267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379292] ACPI: bus type USB registered\n[ 0.380123] usbcore: registered new interface driver usbfs\n[ 0.381175] usbcore: registered new interface driver hub\n[ 0.382198] usbcore: registered new device driver usb\n[ 0.383258] PCI: Using ACPI for IRQ routing\n[ 0.384299] NetLabel: Initializing\n[ 0.385025] NetLabel: domain hash size = 128\n[ 0.385901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386893] NetLabel: unlabeled traffic allowed by default\n[ 0.388019] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389010] clocksource: Switched to clocksource kvm-clock\n[ 0.394440] AppArmor: AppArmor Filesystem Enabled\n[ 0.395433] pnp: PnP ACPI init\n[ 0.396356] pnp: PnP ACPI: found 5 devices\n[ 0.402426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404168] NET: Registered protocol family 2\n[ 0.405149] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406463] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407693] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408924] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410051] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411264] NET: Registered protocol family 1\n[ 0.412146] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442915] Trying to unpack rootfs image as initramfs...\n[ 1.758134] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774115] Scanning for low memory corruption every 60 seconds\n[ 1.775487] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.776665] audit: initializing netlink subsys (disabled)\n[ 1.777725] audit: type=2000 audit(1546545864.324:1): initialized\n[ 1.779063] Initialise system trusted keyring\n[ 1.780025] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.781227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.783250] zbud: loaded\n[ 1.783974] VFS: Disk quotas dquot_6.6.0\n[ 1.784821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.786267] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.787531] fuse init (API version 7.23)\n[ 1.788427] Key type big_key registered\n[ 1.789253] Allocating IMA MOK and blacklist keyrings.\n[ 1.790388] Key type asymmetric registered\n[ 1.791234] Asymmetric key parser 'x509' registered\n[ 1.792217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.793732] io scheduler noop registered\n[ 1.794552] io scheduler deadline registered (default)\n[ 1.795580] io scheduler cfq registered\n[ 1.796434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.797528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.798827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.800317] ACPI: Power Button [PWRF]\n[ 1.801190] GHES: HEST is not enabled!\n[ 1.815073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.843954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.846321] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.870054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.872172] Linux agpgart interface v0.103\n[ 1.874202] brd: module loaded\n[ 1.875463] loop: module loaded\n[ 1.876975] vda: vda1\n[ 1.878324] scsi host0: ata_piix\n[ 1.879079] scsi host1: ata_piix\n[ 1.879809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.881064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.882548] libphy: Fixed MDIO Bus: probed\n[ 1.883388] tun: Universal TUN/TAP device driver, 1.6\n[ 1.884364] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886536] PPP generic driver version 2.4.2\n[ 1.887445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888780] ehci-pci: EHCI PCI platform driver\n[ 1.889685] ehci-platform: EHCI generic platform driver\n[ 1.890704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891868] ohci-pci: OHCI PCI platform driver\n[ 1.892761] ohci-platform: OHCI generic platform driver\n[ 1.893792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.908310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.909338] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.913053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.914323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915794] usb usb1: Product: UHCI Host Controller\n[ 1.916755] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917941] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.919006] hub 1-0:1.0: USB hub found\n[ 1.919818] hub 1-0:1.0: 2 ports detected\n[ 1.920758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924971] mousedev: PS/2 mouse device common for all mice\n[ 1.926260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.928151] rtc_cmos 00:00: RTC can wake from S4\n[ 1.929276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930501] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931735] i2c /dev entries driver\n[ 1.932517] device-mapper: uevent: version 1.0.3\n[ 1.933496] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.935184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936483] NET: Registered protocol family 10\n[ 1.937545] NET: Registered protocol family 17\n[ 1.938463] Key type dns_resolver registered\n[ 1.939416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940557] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942368] registered taskstats version 1\n[ 1.943229] Loading compiled-in X.509 certificates\n[ 1.944692] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946602] zswap: loaded using pool lzo/zbud\n[ 1.948420] Key type trusted registered\n[ 1.950736] Key type encrypted registered\n[ 1.951619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953778] evm: HMAC attrs: 0x1\n[ 1.954732] Magic number: 3:827:92\n[ 1.955520] container: hash matches\n[ 1.956332] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:24 UTC (1546545864)\n[ 1.958003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.959154] EDD information not available.\n[ 2.037574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.039044] ata1.00: configured for MWDMA2\n[ 2.040276] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.042641] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.054547] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.055835] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.057742] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.059324] Write protecting the kernel read-only data: 14336k\n[ 2.060905] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.062667] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.071478] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075502] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077414] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079310] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083075] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084914] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087289] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089143] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118625] virtio_net virtio0 ens3: renamed from eth0\n[ 2.126487] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.128381] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.151863] AVX2 version of gcm_enc/dec engaged.\n[ 2.152853] AES CTR mode by8 optimization enabled\n[ 2.157452] FDC 0 is a S82078B\n[ 2.229022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.389660] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.390903] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.392196] usb 1-1: Product: QEMU USB Tablet\n[ 2.393069] usb 1-1: Manufacturer: QEMU\n[ 2.393857] usb 1-1: SerialNumber: 42\n[ 2.401252] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.406996] usbcore: registered new interface driver usbhid\n[ 2.408106] usbhid: USB HID core driver\n[ 2.409903] 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.412166] 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.773045] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.774264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.680287] md: linear personality registered for level -1\n[ 3.683714] md: multipath personality registered for level -4\n[ 3.687024] md: raid0 personality registered for level 0\n[ 3.690259] md: raid1 personality registered for level 1\n[ 3.761016] raid6: sse2x1 gen() 11309 MB/s\n[ 3.829013] raid6: sse2x1 xor() 8759 MB/s\n[ 3.897015] raid6: sse2x2 gen() 14317 MB/s\n[ 3.965014] raid6: sse2x2 xor() 9630 MB/s\n[ 4.033014] raid6: sse2x4 gen() 16534 MB/s\n[ 4.101013] raid6: sse2x4 xor() 11580 MB/s\n[ 4.169015] raid6: avx2x1 gen() 22033 MB/s\n[ 4.237013] raid6: avx2x2 gen() 25515 MB/s\n[ 4.305013] raid6: avx2x4 gen() 29473 MB/s\n[ 4.305894] raid6: using algorithm avx2x4 gen() 29473 MB/s\n[ 4.306921] raid6: using avx2x2 recovery algorithm\n[ 4.309597] xor: automatically using best checksumming function:\n[ 4.349015] avx : 34699.000 MB/sec\n[ 4.351096] async_tx: api initialized (async)\n[ 4.360324] md: raid6 personality registered for level 6\n[ 4.361374] md: raid5 personality registered for level 5\n[ 4.362386] md: raid4 personality registered for level 4\n[ 4.367029] 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.391620] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421897] 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.517613] 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.520837] systemd[1]: Detected virtualization kvm.\n[ 4.521803] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.525406] systemd[1]: Set hostname to .\n[ 4.529179] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.530333] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.643488] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.645688] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.647758] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.649682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.652147] 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.654884] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.656624] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.658848] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.660746] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.662855] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.665081] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.667554] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.669775] 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.674598] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.677290] 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.682515] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...[ 4.689373] Loading iSCSI transport class v2.0-870.\n\n[ 4.690967] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.697391] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.706012] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.709413] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.714552] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718355] iscsi: registered transport (tcp)\n[ 4.719969] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.726262] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.728407] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.733130] 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.742682] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.745139] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.748029] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.752839] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.755006] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.757186] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.760927] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.762854] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.767444] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.770747] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.777264] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.779770] iscsi: registered transport (iser)\n[ 4.781634] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.789226] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.792890] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.796548] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting 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[[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.320137] cloud-init[444]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 20:04:28 +0000. Up 5.65 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.576961] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 20:04:30 +0000. Up 7.36 seconds.\n[ 8.578756] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.584359] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.586157] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.592107] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593927] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:1a:f0:e1 |\n[ 8.595706] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe1a:f0e1/64 | . | link | fa:16:3e:1a:f0:e1 |\n[ 8.601522] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603325] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608296] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.612093] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.613748] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.620106] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.621823] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624098] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.628104] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.631546] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.637336] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Reached target System Initialization.[ 8.640728] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.642061] cloud-init[1018]: \n[[0;32m OK [0m] Started ACPI Events Check.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0mYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.649702] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.650860] cloud-init[1018]: The key fingerprint is:\n[ 8.651651] cloud-init[1018]: ] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily apt activities.\nSHA256:4n/Mx1u4nwEop7Pvr+s+OvanM6dzsy2S4rxekOXfLzQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.656055] cloud-init[1018]: The key's randomart image is:\n[ 8.661014] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.661768] cloud-init[1018]: | |\n[ 8.662533] cloud-init[1018]: | |\n[ 8.663269] cloud-init[1018]: | . |\n[ 8.664045] cloud-init[1018]: | + . |\n[ 8.664809] cloud-init[1018]: | . S + . |\n[ 8.665555] cloud-init[1018]: | . . = . +E |\n[ 8.666294] cloud-init[1018]: | . oo.oo.+. |\n[ 8.667048] cloud-init[1018]: | o++@ O+.+ |\n[ 8.667812] cloud-init\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1018]: | +O%@^=*+..|\n[ 8.672951] cloud-init[1018]: +----[SHA256]-----+\n[ 8.675077] cloud-init[1018]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.680536] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.682436] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.687078] cloud-init[1018]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...\nThe key fingerprint is:\n[ 8.692628] cloud-init[1018]: SHA256:kcjK7k1Xy7yVDYwkc+x5GQYIjH8yog3PbQHYCwsAmbg root@sdnvpn-13-2\n[ 8.694130] cloud-init[1018]: The key's randomart image is:\n[ 8.695191] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.697108] [[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1018]: |*o o o.. .. |\n[ 8.707213] cloud-init[1018]: |= o +....o . |\n[ 8.711824] cloud-init[1018]: | o o +o = + o |\n[ 8.712992] cloud-init[1018]: |E o.o.= .B = o |\n[ 8.714044] cloud-init[1018]: | *oo =S = = |\n[ 8.715898] cloud-init[1018]: | ..+ o + o + |\n[ 8.717299] cloud-init[1018]: | ... . + o . |\n[ 8.718570] cloud-init[1018]: | . o . o |\n[ 8.719998] cloud-init[1018]: | . . . |\n[ 8.721487] cloud-init[1018]: +----[SHA256]-----+\n[ 8.723085] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.724799] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.726833] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.728968] cloud-init[1018]: The key fingerprint is:\n[ 8.730363] cloud-init[1018]: SHA256:xNKNsT8tIvNjKk6GCGU6WcQDESt/EBo4Ey2E34bEusU root@sdnvpn-13-2\n[ 8.732346] cloud-init[1018]: The key's randomart image is:\n[ 8.733846] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.735270] cloud-init[1018]: |XXo . |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.741976] cloud-init[1018]: |*=*. o = |\n Starting LSB: MD monitoring daemon...[ 8.744705] cloud-init[1018]: |+O=+ . * . |\n[ 8.745898] cloud-init\n Starting /etc/rc.local Compatibility...[1018]: |oBE.o o . . |\n[ 8.748661] cloud-init\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...[1018]: |=o... o S + . |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m\n[ 8.781352] cloud-init[1018]: |oo o + . o |] Started /etc/rc.local Compatibility.\n\n[ 8.809898] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1018]: |. . o + |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[ 8.863310] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1018]: | o. o . |\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.889492] \n[[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1018]: | .... |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Login to default iSCSI targets.[ 8.920776] cloud-init[1018]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Accounts Service.\n\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...[ 8.932716] \n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1018]: Generating public/private ed25519 key pair.\n\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.972834] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[ 8.988875] [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\ncloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m[ 9.032497] cloud-init[1018]: The key fingerprint is:\n] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] [ 9.040742] cloud-init[1018]: SHA256:pyKv8/32XsmFFmf6efJ2SLTXNoRYy/fPP7jIQnCWB6A root@sdnvpn-13-2Started Set console scheme.\n\n[ 9.056432] cloud-init[1018]: The key's randomart image is:\n[ 9.057699] cloud-init[1018]: +--[ED25519 256]--+\n[ 9.062097] cloud-init[1018]: | .. |\n[ 9.066101] cloud-init[1018]: | . . . |\n[ 9.068098] cloud-init[1018]: | E o + + o|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.080191] cloud-init[1018]: | . + o +.O |\n[ 9.084108] cloud-init[1018]: | S o .*.+|\n[ 9.085332] cloud-init[1018]: | + oo=*|\n[ 9.091654] cloud-init[1018]: | . . o .**=|\n[ 9.094382] cloud-init[1018]: | .o o .o .o.+*|\n[ 9.096080] cloud-init[1018]: | .+o .oo=o...*|\n[ 9.104366] cloud-init[1018]: +----[SHA256]-----+\n[ 9.363592] cloud-init[1155]: Generating locales (this might take a while)...\n[ 9.969843] cloud-init[1155]: en_US.UTF-8... done\n[ 9.973301] cloud-init[1155]: 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"} 2019-01-03 20:04:33,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-fd941ea5-ca58-4c4c-a983-a20a16068778 2019-01-03 20:04:35,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:36,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04: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-63fdd463-16ce-4609-ab28-58f01080ba3d x-compute-request-id: req-63fdd463-16ce-4609-ab28-58f01080ba3d Content-Encoding: gzip Content-Length: 13550 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 620785541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138143] pid_max: default: 32768 minimum: 301\n[ 0.139058] ACPI: Core revision 20150930\n[ 0.140450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141792] Security Framework initialized\n[ 0.142633] Yama: becoming mindful.\n[ 0.143379] AppArmor: AppArmor initialized\n[ 0.144276] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145711] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147432] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148691] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150119] Initializing cgroup subsys io\n[ 0.150959] Initializing cgroup subsys memory\n[ 0.151866] Initializing cgroup subsys devices\n[ 0.152757] Initializing cgroup subsys freezer\n[ 0.153645] Initializing cgroup subsys net_cls\n[ 0.154532] Initializing cgroup subsys perf_event\n[ 0.155467] Initializing cgroup subsys net_prio\n[ 0.156387] Initializing cgroup subsys hugetlb\n[ 0.157278] Initializing cgroup subsys pids\n[ 0.158174] CPU: Physical Processor ID: 0\n[ 0.159719] mce: CPU supports 10 MCE banks\n[ 0.160585] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173615] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180047] ftrace: allocating 32123 entries in 126 pages\n[ 0.206643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207903] smpboot: Max logical packages: 1\n[ 0.208921] x2apic enabled\n[ 0.209746] Switched APIC routing to physical x2apic.\n[ 0.211513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212656] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216531] KVM setup paravirtual spinlock\n[ 0.217849] x86: Booted up 1 node, 1 CPUs\n[ 0.218670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220098] devtmpfs: initialized\n[ 0.222579] evm: security.selinux\n[ 0.223290] evm: security.SMACK64\n[ 0.223999] evm: security.SMACK64EXEC\n[ 0.224756] evm: security.SMACK64TRANSMUTE\n[ 0.225585] evm: security.SMACK64MMAP\n[ 0.226345] evm: security.ima\n[ 0.227009] evm: security.capability\n[ 0.227829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229737] pinctrl core: initialized pinctrl subsystem\n[ 0.230860] RTC time: 20:04:22, date: 01/03/19\n[ 0.231817] NET: Registered protocol family 16\n[ 0.232804] cpuidle: using governor ladder\n[ 0.233638] cpuidle: using governor menu\n[ 0.234452] PCCT header not found.\n[ 0.235231] ACPI: bus type PCI registered\n[ 0.236062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237348] PCI: Using configuration type 1 for base access\n[ 0.239538] ACPI: Added _OSI(Module Device)\n[ 0.240393] ACPI: Added _OSI(Processor Device)\n[ 0.241278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244339] ACPI: Interpreter enabled\n[ 0.245123] ACPI: (supports S0 S5)\n[ 0.245844] ACPI: Using IOAPIC for interrupt routing\n[ 0.246842] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253582] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255986] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257640] acpiphp: Slot [5] registered\n[ 0.258468] acpiphp: Slot [6] registered\n[ 0.259291] acpiphp: Slot [7] registered\n[ 0.260112] acpiphp: Slot [8] registered\n[ 0.260933] acpiphp: Slot [9] registered\n[ 0.261761] acpiphp: Slot [10] registered\n[ 0.262595] acpiphp: Slot [11] registered\n[ 0.263423] acpiphp: Slot [12] registered\n[ 0.264256] acpiphp: Slot [13] registered\n[ 0.265089] acpiphp: Slot [14] registered\n[ 0.276117] acpiphp: Slot [15] registered\n[ 0.276968] acpiphp: Slot [16] registered\n[ 0.277814] acpiphp: Slot [17] registered\n[ 0.278642] acpiphp: Slot [18] registered\n[ 0.279467] acpiphp: Slot [19] registered\n[ 0.280300] acpiphp: Slot [20] registered\n[ 0.281130] acpiphp: Slot [21] registered\n[ 0.281961] acpiphp: Slot [22] registered\n[ 0.282798] acpiphp: Slot [23] registered\n[ 0.283631] acpiphp: Slot [24] registered\n[ 0.284457] acpiphp: Slot [25] registered\n[ 0.285291] acpiphp: Slot [26] registered\n[ 0.286116] acpiphp: Slot [27] registered\n[ 0.286953] acpiphp: Slot [28] registered\n[ 0.287796] acpiphp: Slot [29] registered\n[ 0.288635] acpiphp: Slot [30] registered\n[ 0.289456] acpiphp: Slot [31] registered\n[ 0.290276] PCI host bridge to bus 0000:00\n[ 0.291101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295081] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296582] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306908] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313808] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315287] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367168] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372800] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376654] vgaarb: loaded\n[ 0.377267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379292] ACPI: bus type USB registered\n[ 0.380123] usbcore: registered new interface driver usbfs\n[ 0.381175] usbcore: registered new interface driver hub\n[ 0.382198] usbcore: registered new device driver usb\n[ 0.383258] PCI: Using ACPI for IRQ routing\n[ 0.384299] NetLabel: Initializing\n[ 0.385025] NetLabel: domain hash size = 128\n[ 0.385901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386893] NetLabel: unlabeled traffic allowed by default\n[ 0.388019] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389010] clocksource: Switched to clocksource kvm-clock\n[ 0.394440] AppArmor: AppArmor Filesystem Enabled\n[ 0.395433] pnp: PnP ACPI init\n[ 0.396356] pnp: PnP ACPI: found 5 devices\n[ 0.402426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404168] NET: Registered protocol family 2\n[ 0.405149] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406463] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407693] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408924] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410051] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411264] NET: Registered protocol family 1\n[ 0.412146] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442915] Trying to unpack rootfs image as initramfs...\n[ 1.758134] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774115] Scanning for low memory corruption every 60 seconds\n[ 1.775487] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.776665] audit: initializing netlink subsys (disabled)\n[ 1.777725] audit: type=2000 audit(1546545864.324:1): initialized\n[ 1.779063] Initialise system trusted keyring\n[ 1.780025] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.781227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.783250] zbud: loaded\n[ 1.783974] VFS: Disk quotas dquot_6.6.0\n[ 1.784821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.786267] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.787531] fuse init (API version 7.23)\n[ 1.788427] Key type big_key registered\n[ 1.789253] Allocating IMA MOK and blacklist keyrings.\n[ 1.790388] Key type asymmetric registered\n[ 1.791234] Asymmetric key parser 'x509' registered\n[ 1.792217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.793732] io scheduler noop registered\n[ 1.794552] io scheduler deadline registered (default)\n[ 1.795580] io scheduler cfq registered\n[ 1.796434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.797528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.798827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.800317] ACPI: Power Button [PWRF]\n[ 1.801190] GHES: HEST is not enabled!\n[ 1.815073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.843954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.846321] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.870054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.872172] Linux agpgart interface v0.103\n[ 1.874202] brd: module loaded\n[ 1.875463] loop: module loaded\n[ 1.876975] vda: vda1\n[ 1.878324] scsi host0: ata_piix\n[ 1.879079] scsi host1: ata_piix\n[ 1.879809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.881064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.882548] libphy: Fixed MDIO Bus: probed\n[ 1.883388] tun: Universal TUN/TAP device driver, 1.6\n[ 1.884364] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886536] PPP generic driver version 2.4.2\n[ 1.887445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888780] ehci-pci: EHCI PCI platform driver\n[ 1.889685] ehci-platform: EHCI generic platform driver\n[ 1.890704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891868] ohci-pci: OHCI PCI platform driver\n[ 1.892761] ohci-platform: OHCI generic platform driver\n[ 1.893792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.908310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.909338] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.913053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.914323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915794] usb usb1: Product: UHCI Host Controller\n[ 1.916755] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917941] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.919006] hub 1-0:1.0: USB hub found\n[ 1.919818] hub 1-0:1.0: 2 ports detected\n[ 1.920758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924971] mousedev: PS/2 mouse device common for all mice\n[ 1.926260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.928151] rtc_cmos 00:00: RTC can wake from S4\n[ 1.929276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930501] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931735] i2c /dev entries driver\n[ 1.932517] device-mapper: uevent: version 1.0.3\n[ 1.933496] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.935184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936483] NET: Registered protocol family 10\n[ 1.937545] NET: Registered protocol family 17\n[ 1.938463] Key type dns_resolver registered\n[ 1.939416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940557] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942368] registered taskstats version 1\n[ 1.943229] Loading compiled-in X.509 certificates\n[ 1.944692] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946602] zswap: loaded using pool lzo/zbud\n[ 1.948420] Key type trusted registered\n[ 1.950736] Key type encrypted registered\n[ 1.951619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953778] evm: HMAC attrs: 0x1\n[ 1.954732] Magic number: 3:827:92\n[ 1.955520] container: hash matches\n[ 1.956332] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:24 UTC (1546545864)\n[ 1.958003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.959154] EDD information not available.\n[ 2.037574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.039044] ata1.00: configured for MWDMA2\n[ 2.040276] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.042641] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.054547] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.055835] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.057742] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.059324] Write protecting the kernel read-only data: 14336k\n[ 2.060905] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.062667] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.071478] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075502] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077414] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079310] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083075] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084914] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087289] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089143] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118625] virtio_net virtio0 ens3: renamed from eth0\n[ 2.126487] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.128381] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.151863] AVX2 version of gcm_enc/dec engaged.\n[ 2.152853] AES CTR mode by8 optimization enabled\n[ 2.157452] FDC 0 is a S82078B\n[ 2.229022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.389660] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.390903] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.392196] usb 1-1: Product: QEMU USB Tablet\n[ 2.393069] usb 1-1: Manufacturer: QEMU\n[ 2.393857] usb 1-1: SerialNumber: 42\n[ 2.401252] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.406996] usbcore: registered new interface driver usbhid\n[ 2.408106] usbhid: USB HID core driver\n[ 2.409903] 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.412166] 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.773045] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.774264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.680287] md: linear personality registered for level -1\n[ 3.683714] md: multipath personality registered for level -4\n[ 3.687024] md: raid0 personality registered for level 0\n[ 3.690259] md: raid1 personality registered for level 1\n[ 3.761016] raid6: sse2x1 gen() 11309 MB/s\n[ 3.829013] raid6: sse2x1 xor() 8759 MB/s\n[ 3.897015] raid6: sse2x2 gen() 14317 MB/s\n[ 3.965014] raid6: sse2x2 xor() 9630 MB/s\n[ 4.033014] raid6: sse2x4 gen() 16534 MB/s\n[ 4.101013] raid6: sse2x4 xor() 11580 MB/s\n[ 4.169015] raid6: avx2x1 gen() 22033 MB/s\n[ 4.237013] raid6: avx2x2 gen() 25515 MB/s\n[ 4.305013] raid6: avx2x4 gen() 29473 MB/s\n[ 4.305894] raid6: using algorithm avx2x4 gen() 29473 MB/s\n[ 4.306921] raid6: using avx2x2 recovery algorithm\n[ 4.309597] xor: automatically using best checksumming function:\n[ 4.349015] avx : 34699.000 MB/sec\n[ 4.351096] async_tx: api initialized (async)\n[ 4.360324] md: raid6 personality registered for level 6\n[ 4.361374] md: raid5 personality registered for level 5\n[ 4.362386] md: raid4 personality registered for level 4\n[ 4.367029] 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.391620] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421897] 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.517613] 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.520837] systemd[1]: Detected virtualization kvm.\n[ 4.521803] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.525406] systemd[1]: Set hostname to .\n[ 4.529179] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.530333] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.643488] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.645688] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.647758] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.649682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.652147] 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.654884] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.656624] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.658848] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.660746] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.662855] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.665081] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.667554] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.669775] 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.674598] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.677290] 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.682515] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...[ 4.689373] Loading iSCSI transport class v2.0-870.\n\n[ 4.690967] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.697391] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.706012] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.709413] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.714552] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718355] iscsi: registered transport (tcp)\n[ 4.719969] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.726262] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.728407] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.733130] 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.742682] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.745139] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.748029] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.752839] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.755006] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.757186] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.760927] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.762854] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.767444] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.770747] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.777264] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.779770] iscsi: registered transport (iser)\n[ 4.781634] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.789226] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.792890] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.796548] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting 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[[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.320137] cloud-init[444]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 20:04:28 +0000. Up 5.65 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.576961] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 20:04:30 +0000. Up 7.36 seconds.\n[ 8.578756] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.584359] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.586157] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.592107] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593927] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:1a:f0:e1 |\n[ 8.595706] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe1a:f0e1/64 | . | link | fa:16:3e:1a:f0:e1 |\n[ 8.601522] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603325] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608296] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.612093] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.613748] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.620106] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.621823] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624098] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.628104] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.631546] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.637336] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Reached target System Initialization.[ 8.640728] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.642061] cloud-init[1018]: \n[[0;32m OK [0m] Started ACPI Events Check.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0mYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.649702] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.650860] cloud-init[1018]: The key fingerprint is:\n[ 8.651651] cloud-init[1018]: ] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily apt activities.\nSHA256:4n/Mx1u4nwEop7Pvr+s+OvanM6dzsy2S4rxekOXfLzQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.656055] cloud-init[1018]: The key's randomart image is:\n[ 8.661014] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.661768] cloud-init[1018]: | |\n[ 8.662533] cloud-init[1018]: | |\n[ 8.663269] cloud-init[1018]: | . |\n[ 8.664045] cloud-init[1018]: | + . |\n[ 8.664809] cloud-init[1018]: | . S + . |\n[ 8.665555] cloud-init[1018]: | . . = . +E |\n[ 8.666294] cloud-init[1018]: | . oo.oo.+. |\n[ 8.667048] cloud-init[1018]: | o++@ O+.+ |\n[ 8.667812] cloud-init\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1018]: | +O%@^=*+..|\n[ 8.672951] cloud-init[1018]: +----[SHA256]-----+\n[ 8.675077] cloud-init[1018]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.680536] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.682436] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.687078] cloud-init[1018]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...\nThe key fingerprint is:\n[ 8.692628] cloud-init[1018]: SHA256:kcjK7k1Xy7yVDYwkc+x5GQYIjH8yog3PbQHYCwsAmbg root@sdnvpn-13-2\n[ 8.694130] cloud-init[1018]: The key's randomart image is:\n[ 8.695191] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.697108] [[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1018]: |*o o o.. .. |\n[ 8.707213] cloud-init[1018]: |= o +....o . |\n[ 8.711824] cloud-init[1018]: | o o +o = + o |\n[ 8.712992] cloud-init[1018]: |E o.o.= .B = o |\n[ 8.714044] cloud-init[1018]: | *oo =S = = |\n[ 8.715898] cloud-init[1018]: | ..+ o + o + |\n[ 8.717299] cloud-init[1018]: | ... . + o . |\n[ 8.718570] cloud-init[1018]: | . o . o |\n[ 8.719998] cloud-init[1018]: | . . . |\n[ 8.721487] cloud-init[1018]: +----[SHA256]-----+\n[ 8.723085] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.724799] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.726833] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.728968] cloud-init[1018]: The key fingerprint is:\n[ 8.730363] cloud-init[1018]: SHA256:xNKNsT8tIvNjKk6GCGU6WcQDESt/EBo4Ey2E34bEusU root@sdnvpn-13-2\n[ 8.732346] cloud-init[1018]: The key's randomart image is:\n[ 8.733846] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.735270] cloud-init[1018]: |XXo . |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.741976] cloud-init[1018]: |*=*. o = |\n Starting LSB: MD monitoring daemon...[ 8.744705] cloud-init[1018]: |+O=+ . * . |\n[ 8.745898] cloud-init\n Starting /etc/rc.local Compatibility...[1018]: |oBE.o o . . |\n[ 8.748661] cloud-init\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...[1018]: |=o... o S + . |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m\n[ 8.781352] cloud-init[1018]: |oo o + . o |] Started /etc/rc.local Compatibility.\n\n[ 8.809898] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1018]: |. . o + |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[ 8.863310] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1018]: | o. o . |\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.889492] \n[[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1018]: | .... |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Login to default iSCSI targets.[ 8.920776] cloud-init[1018]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Accounts Service.\n\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...[ 8.932716] \n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1018]: Generating public/private ed25519 key pair.\n\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.972834] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[ 8.988875] [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\ncloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m[ 9.032497] cloud-init[1018]: The key fingerprint is:\n] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] [ 9.040742] cloud-init[1018]: SHA256:pyKv8/32XsmFFmf6efJ2SLTXNoRYy/fPP7jIQnCWB6A root@sdnvpn-13-2Started Set console scheme.\n\n[ 9.056432] cloud-init[1018]: The key's randomart image is:\n[ 9.057699] cloud-init[1018]: +--[ED25519 256]--+\n[ 9.062097] cloud-init[1018]: | .. |\n[ 9.066101] cloud-init[1018]: | . . . |\n[ 9.068098] cloud-init[1018]: | E o + + o|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.080191] cloud-init[1018]: | . + o +.O |\n[ 9.084108] cloud-init[1018]: | S o .*.+|\n[ 9.085332] cloud-init[1018]: | + oo=*|\n[ 9.091654] cloud-init[1018]: | . . o .**=|\n[ 9.094382] cloud-init[1018]: | .o o .o .o.+*|\n[ 9.096080] cloud-init[1018]: | .+o .oo=o...*|\n[ 9.104366] cloud-init[1018]: +----[SHA256]-----+\n[ 9.363592] cloud-init[1155]: Generating locales (this might take a while)...\n[ 9.969843] cloud-init[1155]: en_US.UTF-8... done\n[ 9.973301] cloud-init[1155]: 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.491781] cloud-init[1155]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 03 Jan 2019 20:04:32 +0000. Up 9.29 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.799859] cloud-init[1390]: + sudo useradd -m sdnvpn\n[ 10.861651] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.183114] cloud-init[1390]: + sudo adduser sdnvpn sudo\n[ 11.402638] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.436464] cloud-init[1390]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.440533] cloud-init[1390]: Adding user sdnvpn to group sudo\n[ 11.538481] cloud-init[1390]: Done.\n[ 11.540132] cloud-init[1390]: + chpasswd\n[ 11.541305] cloud-init[1390]: + sudo echo sdnvpn:opnfv\n[ 11.601541] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.626421] cloud-init[1390]: + sleep 20\n"} 2019-01-03 20:04:36,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-63fdd463-16ce-4609-ab28-58f01080ba3d 2019-01-03 20:04:38,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72c74c3855e976fd6852b3051b91425edd61066" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:39,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-30345927-3d46-490d-8c72-3dfe97b85013 x-compute-request-id: req-30345927-3d46-490d-8c72-3dfe97b85013 Content-Encoding: gzip Content-Length: 13568 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 620785541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.136439] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138143] pid_max: default: 32768 minimum: 301\n[ 0.139058] ACPI: Core revision 20150930\n[ 0.140450] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141792] Security Framework initialized\n[ 0.142633] Yama: becoming mindful.\n[ 0.143379] AppArmor: AppArmor initialized\n[ 0.144276] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145711] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147432] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148691] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150119] Initializing cgroup subsys io\n[ 0.150959] Initializing cgroup subsys memory\n[ 0.151866] Initializing cgroup subsys devices\n[ 0.152757] Initializing cgroup subsys freezer\n[ 0.153645] Initializing cgroup subsys net_cls\n[ 0.154532] Initializing cgroup subsys perf_event\n[ 0.155467] Initializing cgroup subsys net_prio\n[ 0.156387] Initializing cgroup subsys hugetlb\n[ 0.157278] Initializing cgroup subsys pids\n[ 0.158174] CPU: Physical Processor ID: 0\n[ 0.159719] mce: CPU supports 10 MCE banks\n[ 0.160585] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161609] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173615] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.180047] ftrace: allocating 32123 entries in 126 pages\n[ 0.206643] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207903] smpboot: Max logical packages: 1\n[ 0.208921] x2apic enabled\n[ 0.209746] Switched APIC routing to physical x2apic.\n[ 0.211513] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212656] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214695] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216531] KVM setup paravirtual spinlock\n[ 0.217849] x86: Booted up 1 node, 1 CPUs\n[ 0.218670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220098] devtmpfs: initialized\n[ 0.222579] evm: security.selinux\n[ 0.223290] evm: security.SMACK64\n[ 0.223999] evm: security.SMACK64EXEC\n[ 0.224756] evm: security.SMACK64TRANSMUTE\n[ 0.225585] evm: security.SMACK64MMAP\n[ 0.226345] evm: security.ima\n[ 0.227009] evm: security.capability\n[ 0.227829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229737] pinctrl core: initialized pinctrl subsystem\n[ 0.230860] RTC time: 20:04:22, date: 01/03/19\n[ 0.231817] NET: Registered protocol family 16\n[ 0.232804] cpuidle: using governor ladder\n[ 0.233638] cpuidle: using governor menu\n[ 0.234452] PCCT header not found.\n[ 0.235231] ACPI: bus type PCI registered\n[ 0.236062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237348] PCI: Using configuration type 1 for base access\n[ 0.239538] ACPI: Added _OSI(Module Device)\n[ 0.240393] ACPI: Added _OSI(Processor Device)\n[ 0.241278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244339] ACPI: Interpreter enabled\n[ 0.245123] ACPI: (supports S0 S5)\n[ 0.245844] ACPI: Using IOAPIC for interrupt routing\n[ 0.246842] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249964] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251113] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252365] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253582] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255986] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257640] acpiphp: Slot [5] registered\n[ 0.258468] acpiphp: Slot [6] registered\n[ 0.259291] acpiphp: Slot [7] registered\n[ 0.260112] acpiphp: Slot [8] registered\n[ 0.260933] acpiphp: Slot [9] registered\n[ 0.261761] acpiphp: Slot [10] registered\n[ 0.262595] acpiphp: Slot [11] registered\n[ 0.263423] acpiphp: Slot [12] registered\n[ 0.264256] acpiphp: Slot [13] registered\n[ 0.265089] acpiphp: Slot [14] registered\n[ 0.276117] acpiphp: Slot [15] registered\n[ 0.276968] acpiphp: Slot [16] registered\n[ 0.277814] acpiphp: Slot [17] registered\n[ 0.278642] acpiphp: Slot [18] registered\n[ 0.279467] acpiphp: Slot [19] registered\n[ 0.280300] acpiphp: Slot [20] registered\n[ 0.281130] acpiphp: Slot [21] registered\n[ 0.281961] acpiphp: Slot [22] registered\n[ 0.282798] acpiphp: Slot [23] registered\n[ 0.283631] acpiphp: Slot [24] registered\n[ 0.284457] acpiphp: Slot [25] registered\n[ 0.285291] acpiphp: Slot [26] registered\n[ 0.286116] acpiphp: Slot [27] registered\n[ 0.286953] acpiphp: Slot [28] registered\n[ 0.287796] acpiphp: Slot [29] registered\n[ 0.288635] acpiphp: Slot [30] registered\n[ 0.289456] acpiphp: Slot [31] registered\n[ 0.290276] PCI host bridge to bus 0000:00\n[ 0.291101] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293595] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295081] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.296582] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303043] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306908] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313808] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315287] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365654] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367168] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368635] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370078] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371506] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372800] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376654] vgaarb: loaded\n[ 0.377267] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379292] ACPI: bus type USB registered\n[ 0.380123] usbcore: registered new interface driver usbfs\n[ 0.381175] usbcore: registered new interface driver hub\n[ 0.382198] usbcore: registered new device driver usb\n[ 0.383258] PCI: Using ACPI for IRQ routing\n[ 0.384299] NetLabel: Initializing\n[ 0.385025] NetLabel: domain hash size = 128\n[ 0.385901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386893] NetLabel: unlabeled traffic allowed by default\n[ 0.388019] amd_nb: Cannot enumerate AMD northbridges\n[ 0.389010] clocksource: Switched to clocksource kvm-clock\n[ 0.394440] AppArmor: AppArmor Filesystem Enabled\n[ 0.395433] pnp: PnP ACPI init\n[ 0.396356] pnp: PnP ACPI: found 5 devices\n[ 0.402426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404168] NET: Registered protocol family 2\n[ 0.405149] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.406463] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.407693] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408924] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410051] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.411264] NET: Registered protocol family 1\n[ 0.412146] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414367] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442915] Trying to unpack rootfs image as initramfs...\n[ 1.758134] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.774115] Scanning for low memory corruption every 60 seconds\n[ 1.775487] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.776665] audit: initializing netlink subsys (disabled)\n[ 1.777725] audit: type=2000 audit(1546545864.324:1): initialized\n[ 1.779063] Initialise system trusted keyring\n[ 1.780025] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.781227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.783250] zbud: loaded\n[ 1.783974] VFS: Disk quotas dquot_6.6.0\n[ 1.784821] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.786267] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.787531] fuse init (API version 7.23)\n[ 1.788427] Key type big_key registered\n[ 1.789253] Allocating IMA MOK and blacklist keyrings.\n[ 1.790388] Key type asymmetric registered\n[ 1.791234] Asymmetric key parser 'x509' registered\n[ 1.792217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.793732] io scheduler noop registered\n[ 1.794552] io scheduler deadline registered (default)\n[ 1.795580] io scheduler cfq registered\n[ 1.796434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.797528] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.798827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.800317] ACPI: Power Button [PWRF]\n[ 1.801190] GHES: HEST is not enabled!\n[ 1.815073] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.843954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.846321] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.870054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.872172] Linux agpgart interface v0.103\n[ 1.874202] brd: module loaded\n[ 1.875463] loop: module loaded\n[ 1.876975] vda: vda1\n[ 1.878324] scsi host0: ata_piix\n[ 1.879079] scsi host1: ata_piix\n[ 1.879809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.881064] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.882548] libphy: Fixed MDIO Bus: probed\n[ 1.883388] tun: Universal TUN/TAP device driver, 1.6\n[ 1.884364] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.886536] PPP generic driver version 2.4.2\n[ 1.887445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.888780] ehci-pci: EHCI PCI platform driver\n[ 1.889685] ehci-platform: EHCI generic platform driver\n[ 1.890704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.891868] ohci-pci: OHCI PCI platform driver\n[ 1.892761] ohci-platform: OHCI generic platform driver\n[ 1.893792] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.908310] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.909338] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.910837] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.911891] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.913053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.914323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.915794] usb usb1: Product: UHCI Host Controller\n[ 1.916755] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.917941] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.919006] hub 1-0:1.0: USB hub found\n[ 1.919818] hub 1-0:1.0: 2 ports detected\n[ 1.920758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.922927] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.923911] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.924971] mousedev: PS/2 mouse device common for all mice\n[ 1.926260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.928151] rtc_cmos 00:00: RTC can wake from S4\n[ 1.929276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.930501] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.931735] i2c /dev entries driver\n[ 1.932517] device-mapper: uevent: version 1.0.3\n[ 1.933496] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.935184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.936483] NET: Registered protocol family 10\n[ 1.937545] NET: Registered protocol family 17\n[ 1.938463] Key type dns_resolver registered\n[ 1.939416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.940557] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.942368] registered taskstats version 1\n[ 1.943229] Loading compiled-in X.509 certificates\n[ 1.944692] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.946602] zswap: loaded using pool lzo/zbud\n[ 1.948420] Key type trusted registered\n[ 1.950736] Key type encrypted registered\n[ 1.951619] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.952681] ima: No TPM chip found, activating TPM-bypass!\n[ 1.953778] evm: HMAC attrs: 0x1\n[ 1.954732] Magic number: 3:827:92\n[ 1.955520] container: hash matches\n[ 1.956332] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:24 UTC (1546545864)\n[ 1.958003] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.959154] EDD information not available.\n[ 2.037574] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.039044] ata1.00: configured for MWDMA2\n[ 2.040276] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.042641] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.054547] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.055835] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.057742] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.059324] Write protecting the kernel read-only data: 14336k\n[ 2.060905] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.062667] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.071478] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.073572] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.075502] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.077414] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.079310] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.081218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.083075] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084914] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087289] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089143] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118625] virtio_net virtio0 ens3: renamed from eth0\n[ 2.126487] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.128381] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.151863] AVX2 version of gcm_enc/dec engaged.\n[ 2.152853] AES CTR mode by8 optimization enabled\n[ 2.157452] FDC 0 is a S82078B\n[ 2.229022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.389660] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.390903] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.392196] usb 1-1: Product: QEMU USB Tablet\n[ 2.393069] usb 1-1: Manufacturer: QEMU\n[ 2.393857] usb 1-1: SerialNumber: 42\n[ 2.401252] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.406996] usbcore: registered new interface driver usbhid\n[ 2.408106] usbhid: USB HID core driver\n[ 2.409903] 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.412166] 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.773045] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.774264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.680287] md: linear personality registered for level -1\n[ 3.683714] md: multipath personality registered for level -4\n[ 3.687024] md: raid0 personality registered for level 0\n[ 3.690259] md: raid1 personality registered for level 1\n[ 3.761016] raid6: sse2x1 gen() 11309 MB/s\n[ 3.829013] raid6: sse2x1 xor() 8759 MB/s\n[ 3.897015] raid6: sse2x2 gen() 14317 MB/s\n[ 3.965014] raid6: sse2x2 xor() 9630 MB/s\n[ 4.033014] raid6: sse2x4 gen() 16534 MB/s\n[ 4.101013] raid6: sse2x4 xor() 11580 MB/s\n[ 4.169015] raid6: avx2x1 gen() 22033 MB/s\n[ 4.237013] raid6: avx2x2 gen() 25515 MB/s\n[ 4.305013] raid6: avx2x4 gen() 29473 MB/s\n[ 4.305894] raid6: using algorithm avx2x4 gen() 29473 MB/s\n[ 4.306921] raid6: using avx2x2 recovery algorithm\n[ 4.309597] xor: automatically using best checksumming function:\n[ 4.349015] avx : 34699.000 MB/sec\n[ 4.351096] async_tx: api initialized (async)\n[ 4.360324] md: raid6 personality registered for level 6\n[ 4.361374] md: raid5 personality registered for level 5\n[ 4.362386] md: raid4 personality registered for level 4\n[ 4.367029] 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.391620] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421897] 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.517613] 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.520837] systemd[1]: Detected virtualization kvm.\n[ 4.521803] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.525406] systemd[1]: Set hostname to .\n[ 4.529179] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.530333] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.643488] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.645688] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.647758] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.649682] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.652147] 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.654884] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.656624] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.658848] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.660746] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.662855] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.665081] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.667554] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.669775] 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.674598] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.677290] 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.682515] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...[ 4.689373] Loading iSCSI transport class v2.0-870.\n\n[ 4.690967] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.697391] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.706012] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.709413] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.714552] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718355] iscsi: registered transport (tcp)\n[ 4.719969] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.726262] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.728407] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.733130] 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.742682] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[ 4.745139] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.748029] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.752839] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.755006] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.757186] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.760927] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.762854] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.767444] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.770747] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 4.777264] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.779770] iscsi: registered transport (iser)\n[ 4.781634] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.789226] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.792890] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.796548] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting 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[[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.320137] cloud-init[444]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 03 Jan 2019 20:04:28 +0000. Up 5.65 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.576961] cloud-init[1018]: Cloud-init v. 0.7.9 running 'init' at Thu, 03 Jan 2019 20:04:30 +0000. Up 7.36 seconds.\n[ 8.578756] cloud-init[1018]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.584359] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.586157] cloud-init[1018]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.592107] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593927] cloud-init[1018]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:1a:f0:e1 |\n[ 8.595706] cloud-init[1018]: ci-info: | ens3 | True | fe80::f816:3eff:fe1a:f0e1/64 | . | link | fa:16:3e:1a:f0:e1 |\n[ 8.601522] cloud-init[1018]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603325] cloud-init[1018]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.608296] cloud-init[1018]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.612093] cloud-init[1018]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.613748] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.620106] cloud-init[1018]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.621823] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624098] cloud-init[1018]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.628104] cloud-init[1018]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.631546] cloud-init[1018]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.637336] cloud-init[1018]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Reached target System Initialization.[ 8.640728] cloud-init[1018]: Generating public/private rsa key pair.\n[ 8.642061] cloud-init[1018]: \n[[0;32m OK [0m] Started ACPI Events Check.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0mYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.649702] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.650860] cloud-init[1018]: The key fingerprint is:\n[ 8.651651] cloud-init[1018]: ] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily apt activities.\nSHA256:4n/Mx1u4nwEop7Pvr+s+OvanM6dzsy2S4rxekOXfLzQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.656055] cloud-init[1018]: The key's randomart image is:\n[ 8.661014] cloud-init[1018]: +---[RSA 2048]----+\n[ 8.661768] cloud-init[1018]: | |\n[ 8.662533] cloud-init[1018]: | |\n[ 8.663269] cloud-init[1018]: | . |\n[ 8.664045] cloud-init[1018]: | + . |\n[ 8.664809] cloud-init[1018]: | . S + . |\n[ 8.665555] cloud-init[1018]: | . . = . +E |\n[ 8.666294] cloud-init[1018]: | . oo.oo.+. |\n[ 8.667048] cloud-init[1018]: | o++@ O+.+ |\n[ 8.667812] cloud-init\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[1018]: | +O%@^=*+..|\n[ 8.672951] cloud-init[1018]: +----[SHA256]-----+\n[ 8.675077] cloud-init[1018]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.680536] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.682436] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n[ 8.687078] cloud-init[1018]: [[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: Record successful boot for GRUB...\nThe key fingerprint is:\n[ 8.692628] cloud-init[1018]: SHA256:kcjK7k1Xy7yVDYwkc+x5GQYIjH8yog3PbQHYCwsAmbg root@sdnvpn-13-2\n[ 8.694130] cloud-init[1018]: The key's randomart image is:\n[ 8.695191] cloud-init[1018]: +---[DSA 1024]----+\n[ 8.697108] [[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1018]: |*o o o.. .. |\n[ 8.707213] cloud-init[1018]: |= o +....o . |\n[ 8.711824] cloud-init[1018]: | o o +o = + o |\n[ 8.712992] cloud-init[1018]: |E o.o.= .B = o |\n[ 8.714044] cloud-init[1018]: | *oo =S = = |\n[ 8.715898] cloud-init[1018]: | ..+ o + o + |\n[ 8.717299] cloud-init[1018]: | ... . + o . |\n[ 8.718570] cloud-init[1018]: | . o . o |\n[ 8.719998] cloud-init[1018]: | . . . |\n[ 8.721487] cloud-init[1018]: +----[SHA256]-----+\n[ 8.723085] cloud-init[1018]: Generating public/private ecdsa key pair.\n[ 8.724799] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.726833] cloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.728968] cloud-init[1018]: The key fingerprint is:\n[ 8.730363] cloud-init[1018]: SHA256:xNKNsT8tIvNjKk6GCGU6WcQDESt/EBo4Ey2E34bEusU root@sdnvpn-13-2\n[ 8.732346] cloud-init[1018]: The key's randomart image is:\n[ 8.733846] cloud-init[1018]: +---[ECDSA 256]---+\n[ 8.735270] cloud-init[1018]: |XXo . |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.741976] cloud-init[1018]: |*=*. o = |\n Starting LSB: MD monitoring daemon...[ 8.744705] cloud-init[1018]: |+O=+ . * . |\n[ 8.745898] cloud-init\n Starting /etc/rc.local Compatibility...[1018]: |oBE.o o . . |\n[ 8.748661] cloud-init\n Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...[1018]: |=o... o S + . |\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m\n[ 8.781352] cloud-init[1018]: |oo o + . o |] Started /etc/rc.local Compatibility.\n\n[ 8.809898] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1018]: |. . o + |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[ 8.863310] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1018]: | o. o . |\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 8.889492] \n[[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1018]: | .... |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Login to default iSCSI targets.[ 8.920776] cloud-init[1018]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Accounts Service.\n\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...[ 8.932716] \n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...cloud-init[1018]: Generating public/private ed25519 key pair.\n\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.972834] cloud-init[1018]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[ 8.988875] [[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\ncloud-init[1018]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m[ 9.032497] cloud-init[1018]: The key fingerprint is:\n] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] [ 9.040742] cloud-init[1018]: SHA256:pyKv8/32XsmFFmf6efJ2SLTXNoRYy/fPP7jIQnCWB6A root@sdnvpn-13-2Started Set console scheme.\n\n[ 9.056432] cloud-init[1018]: The key's randomart image is:\n[ 9.057699] cloud-init[1018]: +--[ED25519 256]--+\n[ 9.062097] cloud-init[1018]: | .. |\n[ 9.066101] cloud-init[1018]: | . . . |\n[ 9.068098] cloud-init[1018]: | E o + + o|\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.080191] cloud-init[1018]: | . + o +.O |\n[ 9.084108] cloud-init[1018]: | S o .*.+|\n[ 9.085332] cloud-init[1018]: | + oo=*|\n[ 9.091654] cloud-init[1018]: | . . o .**=|\n[ 9.094382] cloud-init[1018]: | .o o .o .o.+*|\n[ 9.096080] cloud-init[1018]: | .+o .oo=o...*|\n[ 9.104366] cloud-init[1018]: +----[SHA256]-----+\n[ 9.363592] cloud-init[1155]: Generating locales (this might take a while)...\n[ 9.969843] cloud-init[1155]: en_US.UTF-8... done\n[ 9.973301] cloud-init[1155]: 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.491781] cloud-init[1155]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 03 Jan 2019 20:04:32 +0000. Up 9.29 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.799859] cloud-init[1390]: + sudo useradd -m sdnvpn\n[ 10.861651] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.183114] cloud-init[1390]: + sudo adduser sdnvpn sudo\n[ 11.402638] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.436464] cloud-init[1390]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.440533] cloud-init[1390]: Adding user sdnvpn to group sudo\n[ 11.538481] cloud-init[1390]: Done.\n[ 11.540132] cloud-init[1390]: + chpasswd\n[ 11.541305] cloud-init[1390]: + sudo echo sdnvpn:opnfv\n[ 11.601541] cloud-init[1390]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.626421] cloud-init[1390]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2019-01-03 20:04:39,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-30345927-3d46-490d-8c72-3dfe97b85013 2019-01-03 20:04:41,975 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:04:42,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-bd9ba293-e784-40ac-93fb-b122d4417126 Date: Thu, 03 Jan 2019 20:04:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-03T20:01:31Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2019-01-03T20:01:43Z", "visibility": "public", "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/snap", "metadata": {}}], "self": "/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "min_disk": 0, "protected": false, "id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "file": "/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-03 20:04:42,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-bd9ba293-e784-40ac-93fb-b122d4417126 2019-01-03 20:04:42,176 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:04:42,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2583b6b0-2a6f-4015-a31f-6144fce5611a Date: Thu, 03 Jan 2019 20:04:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 20:04:42,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2583b6b0-2a6f-4015-a31f-6144fce5611a 2019-01-03 20:04:42,328 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-03 20:04:42,362 - 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}add62472d00a79031e13137f6cfe9b87cf80cc56" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-03 20:04:42,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537 X-Openstack-Request-Id: req-53bd4086-10bf-49cf-8cf9-6853f3994ea7 Date: Thu, 03 Jan 2019 20:04:42 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T20:04:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T20:04:42Z", "visibility": "public", "locations": [], "self": "/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "min_disk": 0, "protected": false, "id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "file": "/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537/file", "checksum": null, "owner": "49b1d8a90b6c465f881e4e04d0e1bfe1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 20:04:42,553 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-53bd4086-10bf-49cf-8cf9-6853f3994ea7 2019-01-03 20:04:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add62472d00a79031e13137f6cfe9b87cf80cc56" -d '' 2019-01-03 20:04:43,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f03266fc-8213-4571-922e-8fbae012f75d Date: Thu, 03 Jan 2019 20:04:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:04:43,871 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537/file used request id req-f03266fc-8213-4571-922e-8fbae012f75d 2019-01-03 20:04:43,871 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2019-01-03 20:04:43,872 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=e2dbe6a5-9d94-4dce-ab65-a6f9145c2537 network=61b8717f-6a1c-4eaa-bdbe-364963acb684 secgroup=e51d5782-c04e-4f28-9ecd-302fd79e8fae hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:04:43,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:04:43,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:04:43,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:04:43,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:04:43,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:04:43,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:04:43,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:04:43,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:04:43,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:04:43,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:04:43,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:04:43,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:04:43,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:04:43,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:04:43,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:04:43,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:04:43,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:04:43,885 - 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" 2019-01-03 20:04:43,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740c811c-f376-451a-9808-59505fdf2cbe 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"}]}} 2019-01-03 20:04:43,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-740c811c-f376-451a-9808-59505fdf2cbe 2019-01-03 20:04:43,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:04:44,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:04:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["WOmU7_NJTkyxaNbaC6xL7w"], "issued_at": "2019-01-03T20:04:44.000000Z"}} 2019-01-03 20:04:44,283 - 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}fed8ff062dee8b732720f49762dda1798b7f5286" 2019-01-03 20:04:44,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-0dd1d53b-9390-45c6-a10f-5d863b8b3352 x-compute-request-id: req-0dd1d53b-9390-45c6-a10f-5d863b8b3352 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-03 20:04:44,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0dd1d53b-9390-45c6-a10f-5d863b8b3352 2019-01-03 20:04:44,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" 2019-01-03 20:04:44,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-3ca66dc6-29f5-4e00-b431-10ce8fa2115f x-compute-request-id: req-3ca66dc6-29f5-4e00-b431-10ce8fa2115f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:04:44,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a used request id req-3ca66dc6-29f5-4e00-b431-10ce8fa2115f 2019-01-03 20:04:44,433 - 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}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "61b8717f-6a1c-4eaa-bdbe-364963acb684"}], "config_drive": true}}' 2019-01-03 20:04:45,863 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-4c207fb0-9ec4-4d3d-ae36-4becfd243f06 x-compute-request-id: req-4c207fb0-9ec4-4d3d-ae36-4becfd243f06 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "adminPass": "3eb8ZheJHCcZ"}} 2019-01-03 20:04:45,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4c207fb0-9ec4-4d3d-ae36-4becfd243f06 2019-01-03 20:04:45,864 - 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" 2019-01-03 20:04:45,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc7588d3-40fd-466d-932f-bab8f9fc75e1 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"}]}} 2019-01-03 20:04:45,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bc7588d3-40fd-466d-932f-bab8f9fc75e1 2019-01-03 20:04:45,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:04:46,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:04:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["QGGyHK_-Sj2tY-FpAEVQFA"], "issued_at": "2019-01-03T20:04:46.000000Z"}} 2019-01-03 20:04:46,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}928f89e08d0d4623e4f9864f9592994cfa033ac1" 2019-01-03 20:04:46,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-bfc0c9a7-91a1-49b0-b7ea-5d05aa87c7d4 x-compute-request-id: req-bfc0c9a7-91a1-49b0-b7ea-5d05aa87c7d4 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/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:46Z", "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": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:46,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 used request id req-bfc0c9a7-91a1-49b0-b7ea-5d05aa87c7d4 2019-01-03 20:04:49,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}928f89e08d0d4623e4f9864f9592994cfa033ac1" 2019-01-03 20:04:50,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-7d373e78-171b-432a-9b4e-12248f39214f x-compute-request-id: req-7d373e78-171b-432a-9b4e-12248f39214f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-03T20:04:47Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:50,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 used request id req-7d373e78-171b-432a-9b4e-12248f39214f 2019-01-03 20:04:53,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}928f89e08d0d4623e4f9864f9592994cfa033ac1" 2019-01-03 20:04:53,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04: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-f73b351f-3a79-49de-af66-1387fd9a6232 x-compute-request-id: req-f73b351f-3a79-49de-af66-1387fd9a6232 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:53,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 used request id req-f73b351f-3a79-49de-af66-1387fd9a6232 2019-01-03 20:04:53,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" 2019-01-03 20:04:54,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:04: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-5e98a1bf-bc13-41e8-be25-6d73a0a117ac x-compute-request-id: req-5e98a1bf-bc13-41e8-be25-6d73a0a117ac 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 20:04:54,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61 used request id req-5e98a1bf-bc13-41e8-be25-6d73a0a117ac 2019-01-03 20:04:54,590 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.16'. 2019-01-03 20:04:54,590 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2019-01-03 20:04:54,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"addSecurityGroup": {"name": "e51d5782-c04e-4f28-9ecd-302fd79e8fae"}}' 2019-01-03 20:04:55,948 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20: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 x-openstack-request-id: req-a347293c-86f4-44be-a58f-cc118bfabc65 x-compute-request-id: req-a347293c-86f4-44be-a58f-cc118bfabc65 Content-Length: 0 Content-Type: application/json 2019-01-03 20:04:55,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-a347293c-86f4-44be-a58f-cc118bfabc65 2019-01-03 20:04:55,949 - sdnvpn_test_utils - INFO - Waiting for instance cc599908-fc30-4ad8-91a3-5d095e961a61 to boot up 2019-01-03 20:04:55,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:04:57,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-f6aa6a2f-594f-4063-aea2-5e9d885e061c x-compute-request-id: req-f6aa6a2f-594f-4063-aea2-5e9d885e061c Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:04:57,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-f6aa6a2f-594f-4063-aea2-5e9d885e061c 2019-01-03 20:04:59,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:00,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-3eaf47ed-e524-4b07-864a-b6df8c402b6f x-compute-request-id: req-3eaf47ed-e524-4b07-864a-b6df8c402b6f Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:00,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-3eaf47ed-e524-4b07-864a-b6df8c402b6f 2019-01-03 20:05:02,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:03,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-f18ff0c7-3d97-44d4-8c1c-4e430ef4bf44 x-compute-request-id: req-f18ff0c7-3d97-44d4-8c1c-4e430ef4bf44 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:03,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-f18ff0c7-3d97-44d4-8c1c-4e430ef4bf44 2019-01-03 20:05:05,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:06,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-3b87efa7-ab35-49ee-aeb9-f68f539106a4 x-compute-request-id: req-3b87efa7-ab35-49ee-aeb9-f68f539106a4 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:06,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-3b87efa7-ab35-49ee-aeb9-f68f539106a4 2019-01-03 20:05:08,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:09,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baa0429a-dc0a-420d-b6d4-45c91ff1964c x-compute-request-id: req-baa0429a-dc0a-420d-b6d4-45c91ff1964c Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:09,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-baa0429a-dc0a-420d-b6d4-45c91ff1964c 2019-01-03 20:05:11,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:12,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8ef73e7-3bab-4137-8fd1-39316c7660cc x-compute-request-id: req-c8ef73e7-3bab-4137-8fd1-39316c7660cc Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:12,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-c8ef73e7-3bab-4137-8fd1-39316c7660cc 2019-01-03 20:05:14,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:15,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05: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-ab89171e-8b06-47e6-bd56-3c0f3eb26932 x-compute-request-id: req-ab89171e-8b06-47e6-bd56-3c0f3eb26932 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:15,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-ab89171e-8b06-47e6-bd56-3c0f3eb26932 2019-01-03 20:05:17,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:18,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-83de3813-cbc2-474c-98f7-82a5e512baa3 x-compute-request-id: req-83de3813-cbc2-474c-98f7-82a5e512baa3 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:18,750 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-83de3813-cbc2-474c-98f7-82a5e512baa3 2019-01-03 20:05:20,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:21,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-8fa9705e-62fb-40de-8959-5e5c4f63f40b x-compute-request-id: req-8fa9705e-62fb-40de-8959-5e5c4f63f40b Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:21,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-8fa9705e-62fb-40de-8959-5e5c4f63f40b 2019-01-03 20:05:23,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:24,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-b68223cd-3f74-4f42-80b2-f1b464253ae2 x-compute-request-id: req-b68223cd-3f74-4f42-80b2-f1b464253ae2 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:24,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-b68223cd-3f74-4f42-80b2-f1b464253ae2 2019-01-03 20:05:26,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:27,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-9185dbdc-89a5-4541-8d40-d7aa23f2cbc2 x-compute-request-id: req-9185dbdc-89a5-4541-8d40-d7aa23f2cbc2 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:27,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-9185dbdc-89a5-4541-8d40-d7aa23f2cbc2 2019-01-03 20:05:29,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:31,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23fc607a-eaea-487f-aee6-e32d7e5cd064 x-compute-request-id: req-23fc607a-eaea-487f-aee6-e32d7e5cd064 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:31,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-23fc607a-eaea-487f-aee6-e32d7e5cd064 2019-01-03 20:05:33,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:34,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0302b65f-1ae6-48f0-b55d-22ec728816fd x-compute-request-id: req-0302b65f-1ae6-48f0-b55d-22ec728816fd Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:34,146 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-0302b65f-1ae6-48f0-b55d-22ec728816fd 2019-01-03 20:05:36,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:37,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-316e792a-fadc-4b10-b22f-7286ed165894 x-compute-request-id: req-316e792a-fadc-4b10-b22f-7286ed165894 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:37,219 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-316e792a-fadc-4b10-b22f-7286ed165894 2019-01-03 20:05:39,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:40,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fe575ec-885f-45b3-bff7-e17a5e6dd704 x-compute-request-id: req-5fe575ec-885f-45b3-bff7-e17a5e6dd704 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:40,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-5fe575ec-885f-45b3-bff7-e17a5e6dd704 2019-01-03 20:05:42,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:43,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0162cec7-872e-4ff7-9ff3-a6c46354824c x-compute-request-id: req-0162cec7-872e-4ff7-9ff3-a6c46354824c Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:43,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-0162cec7-872e-4ff7-9ff3-a6c46354824c 2019-01-03 20:05:45,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:46,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6da8a31-a939-4dc2-adc3-6b5f78c59d9e x-compute-request-id: req-f6da8a31-a939-4dc2-adc3-6b5f78c59d9e Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:46,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-f6da8a31-a939-4dc2-adc3-6b5f78c59d9e 2019-01-03 20:05:48,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:49,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20: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-60ffe8f4-4a9d-4bcf-98f0-129dd3458fc3 x-compute-request-id: req-60ffe8f4-4a9d-4bcf-98f0-129dd3458fc3 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:49,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-60ffe8f4-4a9d-4bcf-98f0-129dd3458fc3 2019-01-03 20:05:51,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:52,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-498ef353-b10b-424e-8558-7269e0abf1b9 x-compute-request-id: req-498ef353-b10b-424e-8558-7269e0abf1b9 Content-Encoding: gzip Content-Length: 7891 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-03 20:05:52,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-498ef353-b10b-424e-8558-7269e0abf1b9 2019-01-03 20:05:54,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:05:55,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83298c48-ca69-4fae-991f-943203f3d610 x-compute-request-id: req-83298c48-ca69-4fae-991f-943203f3d610 Content-Encoding: gzip Content-Length: 8084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2019-01-03 20:05:55,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-83298c48-ca69-4fae-991f-943203f3d610 2019-01-03 20:05:57,689 - sdnvpn-results - INFO - Create VPN with multiple RDs 2019-01-03 20:05:57,695 - 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}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-284162", "route_distinguishers": ["12:12", "13:13"]}}' 2019-01-03 20:05:58,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-a00cb0e3-ad88-4270-8b9d-e3f3d1071e7e Date: Thu, 03 Jan 2019 20:05:58 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "7288e606-fd4c-4509-82ab-27e96152d646", "name": "sdnvpn-284162", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "type": "l3"}} 2019-01-03 20:05:58,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-a00cb0e3-ad88-4270-8b9d-e3f3d1071e7e 2019-01-03 20:05:58,247 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-284162', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'route_targets': [], u'project_id': u'49b1d8a90b6c465f881e4e04d0e1bfe1', u'type': u'l3', u'id': u'7288e606-fd4c-4509-82ab-27e96152d646'}} 2019-01-03 20:05:58,247 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2019-01-03 20:05:58,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/7288e606-fd4c-4509-82ab-27e96152d646/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router_association": {"router_id": "cc891180-a662-4fed-ad4a-4b9a530af355"}}' 2019-01-03 20:05:58,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-a478adb5-bfca-4c60-bc03-53a91865dc1f Date: Thu, 03 Jan 2019 20:05:58 GMT RESP BODY: {"router_association": {"router_id": "cc891180-a662-4fed-ad4a-4b9a530af355", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "e94e6ec8-3d64-4c74-b3b1-a911f0b1659a"}} 2019-01-03 20:05:58,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/7288e606-fd4c-4509-82ab-27e96152d646/router_associations used request id req-a478adb5-bfca-4c60-bc03-53a91865dc1f 2019-01-03 20:05:58,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router": {"routes": [{"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}]}}' 2019-01-03 20:05:59,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-106109d1-7dff-4a70-aaad-6d4b24853419 Date: Thu, 03 Jan 2019 20:05:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T20:01:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T20:05:59Z", "revision_number": 6, "routes": [{"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.7", "destination": "179.24.1.12/32"}], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "cc891180-a662-4fed-ad4a-4b9a530af355", "name": "sdnvpn-13-1-router"}} 2019-01-03 20:05:59,467 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 used request id req-106109d1-7dff-4a70-aaad-6d4b24853419 2019-01-03 20:05:59,468 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-03 20:06:29,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:06:30,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06: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-f954cf86-53c0-4bff-b012-4d613a22d4ce x-compute-request-id: req-f954cf86-53c0-4bff-b012-4d613a22d4ce 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-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 32.51s]\n"} 2019-01-03 20:06:30,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-f954cf86-53c0-4bff-b012-4d613a22d4ce 2019-01-03 20:06:30,575 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.16) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2019-01-03 20:06:30,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed8ff062dee8b732720f49762dda1798b7f5286" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 20:06:31,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0a1a599-3b96-4ab9-9a2c-00544a669e3c x-compute-request-id: req-d0a1a599-3b96-4ab9-9a2c-00544a669e3c 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-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 499096347 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.136262] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137901] pid_max: default: 32768 minimum: 301\n[ 0.138788] ACPI: Core revision 20150930\n[ 0.140155] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141452] Security Framework initialized\n[ 0.142262] Yama: becoming mindful.\n[ 0.142984] AppArmor: AppArmor initialized\n[ 0.143858] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.145244] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146894] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.148108] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.149478] Initializing cgroup subsys io\n[ 0.150285] Initializing cgroup subsys memory\n[ 0.151135] Initializing cgroup subsys devices\n[ 0.152004] Initializing cgroup subsys freezer\n[ 0.152862] Initializing cgroup subsys net_cls\n[ 0.153717] Initializing cgroup subsys perf_event\n[ 0.154613] Initializing cgroup subsys net_prio\n[ 0.155497] Initializing cgroup subsys hugetlb\n[ 0.156357] Initializing cgroup subsys pids\n[ 0.157224] CPU: Physical Processor ID: 0\n[ 0.158711] mce: CPU supports 10 MCE banks\n[ 0.159557] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171180] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177551] ftrace: allocating 31920 entries in 125 pages\n[ 0.203773] smpboot: Max logical packages: 1\n[ 0.204630] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205971] x2apic enabled\n[ 0.206775] Switched APIC routing to physical x2apic.\n[ 0.208525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209638] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211612] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213391] KVM setup paravirtual spinlock\n[ 0.214659] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216833] devtmpfs: initialized\n[ 0.218556] evm: security.selinux\n[ 0.219258] evm: security.SMACK64\n[ 0.219947] evm: security.SMACK64EXEC\n[ 0.220688] evm: security.SMACK64TRANSMUTE\n[ 0.221491] evm: security.SMACK64MMAP\n[ 0.222241] evm: security.ima\n[ 0.222882] evm: security.capability\n[ 0.223679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225511] pinctrl core: initialized pinctrl subsystem\n[ 0.226607] RTC time: 20:04:50, date: 01/03/19\n[ 0.227540] NET: Registered protocol family 16\n[ 0.228501] cpuidle: using governor ladder\n[ 0.229314] cpuidle: using governor menu\n[ 0.230094] PCCT header not found.\n[ 0.230845] ACPI: bus type PCI registered\n[ 0.231643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232877] PCI: Using configuration type 1 for base access\n[ 0.234984] ACPI: Added _OSI(Module Device)\n[ 0.235821] ACPI: Added _OSI(Processor Device)\n[ 0.236681] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237571] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239690] ACPI: Interpreter enabled\n[ 0.240448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244118] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245943] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247772] ACPI: (supports S0 S5)\n[ 0.248469] ACPI: Using IOAPIC for interrupt routing\n[ 0.249405] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252461] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253592] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254814] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255998] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.258202] acpiphp: Slot [3] registered\n[ 0.259002] acpiphp: Slot [4] registered\n[ 0.259796] acpiphp: Slot [5] registered\n[ 0.260593] acpiphp: Slot [6] registered\n[ 0.261391] acpiphp: Slot [7] registered\n[ 0.262185] acpiphp: Slot [8] registered\n[ 0.262980] acpiphp: Slot [9] registered\n[ 0.263772] acpiphp: Slot [10] registered\n[ 0.264576] acpiphp: Slot [11] registered\n[ 0.265391] acpiphp: Slot [12] registered\n[ 0.266212] acpiphp: Slot [13] registered\n[ 0.267014] acpiphp: Slot [14] registered\n[ 0.267812] acpiphp: Slot [15] registered\n[ 0.278852] acpiphp: Slot [16] registered\n[ 0.279658] acpiphp: Slot [17] registered\n[ 0.280458] acpiphp: Slot [18] registered\n[ 0.281266] acpiphp: Slot [19] registered\n[ 0.282069] acpiphp: Slot [20] registered\n[ 0.282880] acpiphp: Slot [21] registered\n[ 0.283686] acpiphp: Slot [22] registered\n[ 0.284485] acpiphp: Slot [23] registered\n[ 0.285343] acpiphp: Slot [24] registered\n[ 0.286163] acpiphp: Slot [25] registered\n[ 0.286984] acpiphp: Slot [26] registered\n[ 0.287788] acpiphp: Slot [27] registered\n[ 0.288589] acpiphp: Slot [28] registered\n[ 0.289393] acpiphp: Slot [29] registered\n[ 0.290210] acpiphp: Slot [30] registered\n[ 0.291022] acpiphp: Slot [31] registered\n[ 0.291823] PCI host bridge to bus 0000:00\n[ 0.292626] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296483] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.297919] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305432] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306597] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314242] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315676] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361272] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364176] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366971] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369562] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372148] vgaarb: loaded\n[ 0.372744] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373871] SCSI subsystem initialized\n[ 0.374678] ACPI: bus type USB registered\n[ 0.375485] usbcore: registered new interface driver usbfs\n[ 0.376501] usbcore: registered new interface driver hub\n[ 0.377497] usbcore: registered new device driver usb\n[ 0.378544] PCI: Using ACPI for IRQ routing\n[ 0.379560] NetLabel: Initializing\n[ 0.380269] NetLabel: domain hash size = 128\n[ 0.381114] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382055] NetLabel: unlabeled traffic allowed by default\n[ 0.383141] clocksource: Switched to clocksource kvm-clock\n[ 0.388604] AppArmor: AppArmor Filesystem Enabled\n[ 0.389584] pnp: PnP ACPI init\n[ 0.390491] pnp: PnP ACPI: found 5 devices\n[ 0.396519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398207] NET: Registered protocol family 2\n[ 0.399159] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.400426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401606] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402774] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403857] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405031] NET: Registered protocol family 1\n[ 0.405890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406972] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408034] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421983] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436165] Trying to unpack rootfs image as initramfs...\n[ 0.486104] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.500136] Scanning for low memory corruption every 60 seconds\n[ 0.501476] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502618] audit: initializing netlink subsys (disabled)\n[ 0.503637] audit: type=2000 audit(1546545891.018:1): initialized\n[ 0.504927] Initialise system trusted keyring\n[ 0.505846] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507000] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508953] zbud: loaded\n[ 0.509654] VFS: Disk quotas dquot_6.6.0\n[ 0.510460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511961] fuse init (API version 7.23)\n[ 0.512834] Key type big_key registered\n[ 0.513632] Allocating IMA MOK and blacklist keyrings.\n[ 0.514727] Key type asymmetric registered\n[ 0.515550] Asymmetric key parser 'x509' registered\n[ 0.516498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517954] io scheduler noop registered\n[ 0.518738] io scheduler deadline registered (default)\n[ 0.519719] io scheduler cfq registered\n[ 0.520542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524279] ACPI: Power Button [PWRF]\n[ 0.525108] GHES: HEST is not enabled!\n[ 0.538710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596778] Linux agpgart interface v0.103\n[ 0.599246] brd: module loaded\n[ 0.600422] loop: module loaded\n[ 0.605256] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606714] GPT:90111 != 20971519\n[ 0.607408] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608496] GPT:90111 != 20971519\n[ 0.609192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610156] vda: vda1 vda15\n[ 0.611681] scsi host0: ata_piix\n[ 0.612412] scsi host1: ata_piix\n[ 0.613118] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614326] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615775] libphy: Fixed MDIO Bus: probed\n[ 0.616589] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617540] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619689] PPP generic driver version 2.4.2\n[ 0.620570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621849] ehci-pci: EHCI PCI platform driver\n[ 0.622719] ehci-platform: EHCI generic platform driver\n[ 0.623711] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624838] ohci-pci: OHCI PCI platform driver\n[ 0.625704] ohci-platform: OHCI generic platform driver\n[ 0.626685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643856] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644877] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.647218] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648639] usb usb1: Product: UHCI Host Controller\n[ 0.649565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650704] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651700] hub 1-0:1.0: USB hub found\n[ 0.652476] hub 1-0:1.0: 2 ports detected\n[ 0.653379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655507] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656465] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657486] mousedev: PS/2 mouse device common for all mice\n[ 0.658741] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661677] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662865] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664067] i2c /dev entries driver\n[ 0.664825] device-mapper: uevent: version 1.0.3\n[ 0.665763] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667391] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668679] NET: Registered protocol family 10\n[ 0.669668] NET: Registered protocol family 17\n[ 0.670552] Key type dns_resolver registered\n[ 0.671482] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.674324] registered taskstats version 1\n[ 0.675165] Loading compiled-in X.509 certificates\n[ 0.676597] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678437] zswap: loaded using pool lzo/zbud\n[ 0.679988] Key type trusted registered\n[ 0.681696] Key type encrypted registered\n[ 0.682716] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683853] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685123] evm: HMAC attrs: 0x1\n[ 0.686197] Magic number: 3:827:92\n[ 0.687107] container: hash matches\n[ 0.688044] rtc_cmos 00:00: setting system clock to 2019-01-03 20:04:51 UTC (1546545891)\n[ 0.689867] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691295] EDD information not available.\n[ 0.771819] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.773247] ata1.00: configured for MWDMA2\n[ 0.784767] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786949] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.788170] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.789428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791290] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792817] Write protecting the kernel read-only data: 14336k\n[ 0.794373] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.796176] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.255311] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 32.51s]\n"} 2019-01-03 20:06:31,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-d0a1a599-3b96-4ab9-9a2c-00544a669e3c 2019-01-03 20:06:31,648 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2019-01-03 20:06:31,648 - 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' | +========================================================================================+ 2019-01-03 20:06:31,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router": {"routes": []}}' 2019-01-03 20:06:32,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-cb434994-0f89-4ba2-b08b-02550f74727b Date: Thu, 03 Jan 2019 20:06:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "473b156e-3bb1-44d1-a29a-a9b9baaee688", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4995cb17-5a37-41b2-beab-15bef6132cde", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T20:01:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T20:06:31Z", "revision_number": 7, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "cc891180-a662-4fed-ad4a-4b9a530af355", "name": "sdnvpn-13-1-router"}} 2019-01-03 20:06:32,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 used request id req-cb434994-0f89-4ba2-b08b-02550f74727b 2019-01-03 20:06:32,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:32,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e6d5f04-fc38-4f3b-ba02-1039b22308df x-compute-request-id: req-4e6d5f04-fc38-4f3b-ba02-1039b22308df Content-Length: 0 Content-Type: application/json 2019-01-03 20:06:32,115 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a used request id req-4e6d5f04-fc38-4f3b-ba02-1039b22308df 2019-01-03 20:06:32,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"forceDelete": null}' 2019-01-03 20:06:32,294 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-743d6bfb-18ab-4887-97e6-3ff232f36c5b x-compute-request-id: req-743d6bfb-18ab-4887-97e6-3ff232f36c5b Content-Length: 0 Content-Type: application/json 2019-01-03 20:06:32,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a/action used request id req-743d6bfb-18ab-4887-97e6-3ff232f36c5b 2019-01-03 20:06:32,295 - sdnvpn_test_utils - DEBUG - Waiting for instance 14c8b674-ef45-462d-be5f-f6d2c9f4119a to be deleted 2019-01-03 20:06:32,297 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:33,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d9e2341-8a78-4914-b0cb-d4baf5e09cb9 x-compute-request-id: req-9d9e2341-8a78-4914-b0cb-d4baf5e09cb9 Content-Encoding: gzip Content-Length: 1051 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:22Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:f2:8e:3c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/14c8b674-ef45-462d-be5f-f6d2c9f4119a", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-03T20:03:57.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "14c8b674-ef45-462d-be5f-f6d2c9f4119a", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:06:32Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-03T20:01:53Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:33,088 - 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-9d9e2341-8a78-4914-b0cb-d4baf5e09cb9 2019-01-03 20:06:35,094 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:35,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88d15695-2c22-44d4-acce-884230c2f5a1 x-compute-request-id: req-88d15695-2c22-44d4-acce-884230c2f5a1 Content-Encoding: gzip Content-Length: 961 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:22Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:35,709 - 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-88d15695-2c22-44d4-acce-884230c2f5a1 2019-01-03 20:06:37,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"forceDelete": null}' 2019-01-03 20:06:37,893 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f02e910-44ee-4b6a-9a36-f4bb9da528ec x-compute-request-id: req-5f02e910-44ee-4b6a-9a36-f4bb9da528ec Content-Length: 0 Content-Type: application/json 2019-01-03 20:06:37,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c/action used request id req-5f02e910-44ee-4b6a-9a36-f4bb9da528ec 2019-01-03 20:06:37,893 - sdnvpn_test_utils - DEBUG - Waiting for instance 5617bfd5-7352-40d8-a32c-fcbb820a089c to be deleted 2019-01-03 20:06:37,896 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:38,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-416f6d0f-ef50-4e84-88b0-645db24adf7b x-compute-request-id: req-416f6d0f-ef50-4e84-88b0-645db24adf7b Content-Encoding: gzip Content-Length: 971 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:06:37Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:38,646 - 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-416f6d0f-ef50-4e84-88b0-645db24adf7b 2019-01-03 20:06:40,653 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:41,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e15bd88-91d8-4319-959f-43991590a1ce x-compute-request-id: req-4e15bd88-91d8-4319-959f-43991590a1ce Content-Encoding: gzip Content-Length: 971 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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:1a:f0:e1", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/5617bfd5-7352-40d8-a32c-fcbb820a089c", "rel": "bookmark"}], "image": {"id": "e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "links": [{"href": "http://172.30.9.30:8774/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-03T20:04:22.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "5617bfd5-7352-40d8-a32c-fcbb820a089c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:06:40Z", "hostId": "766d881024ceb3c04dbb905694266270816917b10776a07dd6dc710e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-03T20:04:04Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:41,098 - 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-4e15bd88-91d8-4319-959f-43991590a1ce 2019-01-03 20:06:43,104 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:43,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ceb098cf-da9a-4170-9889-16cf5583a852 x-compute-request-id: req-ceb098cf-da9a-4170-9889-16cf5583a852 Content-Encoding: gzip Content-Length: 789 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:04:51Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:43,747 - 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-ceb098cf-da9a-4170-9889-16cf5583a852 2019-01-03 20:06:45,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" -d '{"forceDelete": null}' 2019-01-03 20:06:45,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:06:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f831f91-f86e-4620-9d3d-e2f8db6028e8 x-compute-request-id: req-2f831f91-f86e-4620-9d3d-e2f8db6028e8 Content-Length: 0 Content-Type: application/json 2019-01-03 20:06:45,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61/action used request id req-2f831f91-f86e-4620-9d3d-e2f8db6028e8 2019-01-03 20:06:45,936 - sdnvpn_test_utils - DEBUG - Waiting for instance cc599908-fc30-4ad8-91a3-5d095e961a61 to be deleted 2019-01-03 20:06:45,939 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:46,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29dbaad0-651c-4476-b6e9-283a8ce64a81 x-compute-request-id: req-29dbaad0-651c-4476-b6e9-283a8ce64a81 Content-Encoding: gzip Content-Length: 798 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:06:45Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:46,428 - 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-29dbaad0-651c-4476-b6e9-283a8ce64a81 2019-01-03 20:06:48,433 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:49,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6510b748-2208-4438-93c5-942b467b7685 x-compute-request-id: req-6510b748-2208-4438-93c5-942b467b7685 Content-Encoding: gzip Content-Length: 798 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:3a:ad:06", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cc599908-fc30-4ad8-91a3-5d095e961a61", "rel": "bookmark"}], "image": {"id": "e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "links": [{"href": "http://172.30.9.30:8774/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-03T20:04:50.000000", "flavor": {"id": "0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "links": [{"href": "http://172.30.9.30:8774/flavors/0b4a2bb5-05be-4ca6-bf5e-dbbed365d68a", "rel": "bookmark"}]}, "id": "cc599908-fc30-4ad8-91a3-5d095e961a61", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "ba412243c8c742c8981728e763645ad4", "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": "2019-01-03T20:06:45Z", "hostId": "eb8c49891ee8297fd84ab109d3dbf3035f01ac90085977d657809e9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-03T20:04:45Z", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 20:06:49,201 - 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-6510b748-2208-4438-93c5-942b467b7685 2019-01-03 20:06:51,207 - 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}b5e13a6bb4ceb0b6438395b45a2f4edde6c32dde" 2019-01-03 20:06:51,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b625742-5997-4a01-9be8-b41840fa690c x-compute-request-id: req-6b625742-5997-4a01-9be8-b41840fa690c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 20:06:51,450 - 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-6b625742-5997-4a01-9be8-b41840fa690c 2019-01-03 20:06:53,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:06:54,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f850e922-b528-4fa2-bf15-53294ae6897f Date: Thu, 03 Jan 2019 20:06:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:06:54,353 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e9d49c8c-a9ac-4b33-8919-6b7b9aaf02cc used request id req-f850e922-b528-4fa2-bf15-53294ae6897f 2019-01-03 20:06:54,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add62472d00a79031e13137f6cfe9b87cf80cc56" 2019-01-03 20:06:55,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b714e1b3-f141-48b6-9a53-b5f9c0bae0c6 Date: Thu, 03 Jan 2019 20:06:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:06:55,532 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e2dbe6a5-9d94-4dce-ab65-a6f9145c2537 used request id req-b714e1b3-f141-48b6-9a53-b5f9c0bae0c6 2019-01-03 20:06:55,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/7288e606-fd4c-4509-82ab-27e96152d646 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:06:55,916 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a71a2aca-2561-4108-81fc-4f472542216e Content-Length: 0 Date: Thu, 03 Jan 2019 20:06:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:06:55,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/7288e606-fd4c-4509-82ab-27e96152d646 used request id req-a71a2aca-2561-4108-81fc-4f472542216e 2019-01-03 20:06:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"subnet_id": "3caa4a0a-e821-4e9b-81e3-4c23540c75e3"}' 2019-01-03 20:06:57,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-18f5a85b-42f9-4966-8285-dec3730c1ccf Date: Thu, 03 Jan 2019 20:06:57 GMT RESP BODY: {"network_id": "61b8717f-6a1c-4eaa-bdbe-364963acb684", "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "subnet_id": "3caa4a0a-e821-4e9b-81e3-4c23540c75e3", "subnet_ids": ["3caa4a0a-e821-4e9b-81e3-4c23540c75e3"], "port_id": "ae5d6f1f-da53-4bad-8af0-ba72ee888036", "id": "cc891180-a662-4fed-ad4a-4b9a530af355"} 2019-01-03 20:06:57,173 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355/remove_router_interface used request id req-18f5a85b-42f9-4966-8285-dec3730c1ccf 2019-01-03 20:06:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" -d '{"router": {"external_gateway_info": {}}}' 2019-01-03 20:06:58,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-59fe2e5c-5821-4401-87f8-5c68247cdc6e Date: Thu, 03 Jan 2019 20:06:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "created_at": "2019-01-03T20:01:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-03T20:06:57Z", "revision_number": 11, "routes": [], "project_id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "id": "cc891180-a662-4fed-ad4a-4b9a530af355", "name": "sdnvpn-13-1-router"}} 2019-01-03 20:06:58,114 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 used request id req-59fe2e5c-5821-4401-87f8-5c68247cdc6e 2019-01-03 20:06:58,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/3caa4a0a-e821-4e9b-81e3-4c23540c75e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:07:00,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27fc2c1a-b2a1-4b28-a094-54af22c9f90e Date: Thu, 03 Jan 2019 20:07:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:07:00,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3caa4a0a-e821-4e9b-81e3-4c23540c75e3 used request id req-27fc2c1a-b2a1-4b28-a094-54af22c9f90e 2019-01-03 20:07:00,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:07:00,971 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-263889c1-880e-4a2e-8fab-b5b424ea02a0 Content-Length: 0 Date: Thu, 03 Jan 2019 20:07:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:07:00,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/cc891180-a662-4fed-ad4a-4b9a530af355 used request id req-263889c1-880e-4a2e-8fab-b5b424ea02a0 2019-01-03 20:07:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/61b8717f-6a1c-4eaa-bdbe-364963acb684 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef0aac061c32dd111b9ae0d078784eec1bae5359" 2019-01-03 20:07:01,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdaf20c9-2d08-4401-b1da-df3e9f10133d Date: Thu, 03 Jan 2019 20:07:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 20:07:01,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/61b8717f-6a1c-4eaa-bdbe-364963acb684 used request id req-fdaf20c9-2d08-4401-b1da-df3e9f10133d 2019-01-03 20:07:01,816 - 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' | +========================================================================================+ +========================================================================================+ 2019-01-03 20:07:01,817 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-03 20:07:01,817 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2019-01-03 20:07:01,817 - 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'}]} 2019-01-03 20:07:01,818 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2019-01-03 20:07:01,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa97a9d385adda57f88abbd679e36a43f84b96" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2019-01-03 20:07:02,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-93a87e7c-b976-47b1-bac3-3cf88acc48fe Date: Thu, 03 Jan 2019 20:07:02 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}} 2019-01-03 20:07:02,090 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/49b1d8a90b6c465f881e4e04d0e1bfe1 used request id req-93a87e7c-b976-47b1-bac3-3cf88acc48fe 2019-01-03 20:07:02,091 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2019-01-03 20:07:02,094 - 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}3b2385c5e670c900ac838315b021e7c5798c96c3" -d '{"quota_class_set": {"instances": 10}}' 2019-01-03 20:07:02,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb9ae958-93df-4537-9600-0e047825ce04 x-compute-request-id: req-cb9ae958-93df-4537-9600-0e047825ce04 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}} 2019-01-03 20:07:02,286 - 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-cb9ae958-93df-4537-9600-0e047825ce04 2019-01-03 20:07:02,289 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5ca3990L 2019-01-03 20:07:02,290 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:02,318 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:02,319 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:02,323 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:02,324 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:02,324 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:02,324 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:02,324 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:02,324 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:02,332 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:02,332 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:02,353 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.16: 82810ec2a64581163cd4427095fb928f 2019-01-03 20:07:02,354 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:02,372 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:02,464 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:02,471 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:02,678 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:02,678 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:02,717 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:02,718 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:02,744 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:07,809 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:07,811 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:07,813 - paramiko.transport - DEBUG - starting thread (client mode): 0xb4224fd0L 2019-01-03 20:07:07,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:07,820 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:07,821 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:07,824 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:07,825 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:07,825 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:07,825 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:07,825 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:07,825 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:07,830 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:07,831 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:07,845 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 20:07:07,846 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:07,870 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:07,882 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:07,910 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:07,988 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:07,988 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:08,027 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:08,027 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:08,046 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:08,083 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:08,084 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:08,084 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:08,085 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:08,085 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:08,126 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:08,166 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:08,168 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:08,169 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:08,170 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:08,170 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:08,211 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:08,242 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:08,244 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:08,245 - paramiko.transport - DEBUG - starting thread (client mode): 0xb440cb10L 2019-01-03 20:07:08,246 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:08,251 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:08,251 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:08,254 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:08,254 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:08,255 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:08,255 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:08,255 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:08,255 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:08,260 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:08,260 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:08,261 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 20:07:08,262 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:08,299 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:08,312 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:08,326 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:08,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:08,413 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:08,452 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:08,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:08,461 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:08,495 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:08,496 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:08,497 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:08,498 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:08,498 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:08,538 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:08,574 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:08,575 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:08,575 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:08,577 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:08,577 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:08,618 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:08,649 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:08,650 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:08,652 - paramiko.transport - DEBUG - starting thread (client mode): 0xb68935d0L 2019-01-03 20:07:08,653 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:08,658 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:08,658 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:08,662 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:08,667 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:08,668 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:08,684 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 20:07:08,685 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:08,707 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:08,719 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:08,749 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:08,810 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:08,810 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:08,849 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:08,849 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:08,853 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:08,892 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:08,893 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:08,893 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:08,894 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:08,895 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:08,936 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:08,974 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:08,976 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:08,976 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:08,977 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:08,977 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:09,019 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:09,049 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:09,051 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:09,053 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5d3a350L 2019-01-03 20:07:09,053 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:09,058 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:09,059 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:09,061 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:09,061 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:09,062 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:09,062 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:09,062 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:09,062 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:09,067 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:09,067 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:09,069 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 20:07:09,069 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:09,106 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:09,118 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:09,134 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:09,211 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:09,211 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:09,250 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:09,251 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:09,268 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:09,297 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:09,298 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:09,299 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:09,300 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:09,300 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:09,341 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:09,373 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:09,375 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:09,375 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:09,376 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:09,376 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:09,417 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:09,445 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:09,446 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:09,448 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5d1f590L 2019-01-03 20:07:09,448 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:09,453 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:09,453 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:09,456 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:09,456 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:09,456 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:09,456 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:09,457 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:09,457 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:09,461 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:09,462 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:09,464 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 20:07:09,465 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:09,501 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:09,510 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:09,529 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:09,586 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:09,586 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:09,625 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:09,626 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:09,632 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:09,662 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:09,663 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:09,664 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:09,665 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:09,665 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:09,705 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:09,736 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:09,737 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:09,737 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:09,739 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:09,739 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:09,779 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:09,807 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:09,808 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:09,810 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:09,810 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:09,810 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:09,815 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:14,221 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:14,222 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:14,225 - paramiko.transport - DEBUG - starting thread (client mode): 0xb68883d0L 2019-01-03 20:07:14,225 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:14,231 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:14,231 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:14,234 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:14,234 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:14,235 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:14,235 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:14,235 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:14,235 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:14,239 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:14,240 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:14,257 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: d5731e15b546060752ccebc76e326165 2019-01-03 20:07:14,257 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:14,280 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:14,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:14,322 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:14,375 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:14,375 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:14,414 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:14,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:14,427 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:14,463 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:14,464 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:14,465 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:14,466 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:14,466 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:14,507 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:14,546 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:14,547 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:14,548 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:14,549 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:14,549 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:14,590 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:14,622 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:14,623 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:14,625 - paramiko.transport - DEBUG - starting thread (client mode): 0xb688c210L 2019-01-03 20:07:14,626 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:14,631 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:14,631 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:14,634 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:14,634 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:14,634 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:14,635 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:14,635 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:14,635 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:14,639 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:14,640 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:14,641 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: ef4321be5f48b5161be0dc6fc0c619e8 2019-01-03 20:07:14,642 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:14,679 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:14,691 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:14,706 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:14,770 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:14,770 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:14,809 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:14,810 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:14,813 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:14,851 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:14,852 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:14,853 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:14,853 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:14,854 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:14,895 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:14,933 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:14,935 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:14,935 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:14,936 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:14,936 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:14,978 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:15,009 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:15,010 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:15,013 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6920c10L 2019-01-03 20:07:15,013 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:15,020 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:15,020 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:15,023 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:15,029 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:15,030 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:15,045 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 66abe0366f685ba6cc8b976d0908ce14 2019-01-03 20:07:15,045 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:15,069 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:15,081 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:15,110 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:15,166 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:15,166 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:15,206 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:15,207 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:15,213 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:15,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:15,246 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:15,247 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:15,248 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:15,248 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:15,288 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:15,323 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:15,325 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:15,325 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:15,326 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:15,327 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:15,368 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:15,399 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:15,400 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:15,402 - paramiko.transport - DEBUG - starting thread (client mode): 0xb6920a90L 2019-01-03 20:07:15,403 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:15,407 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:15,407 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:15,409 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:15,409 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:15,409 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:15,409 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:15,409 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:15,410 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:15,414 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:15,414 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:15,418 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: db714a71379c12ed210972e28bf3eb98 2019-01-03 20:07:15,418 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:15,454 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:15,464 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:15,483 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:15,539 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:15,539 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:15,578 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:15,578 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:15,586 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:15,616 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:15,617 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:15,618 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:15,619 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:15,619 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:15,659 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:15,690 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:15,692 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:15,693 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:15,694 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:15,694 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:15,735 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:15,762 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:15,763 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:15,765 - paramiko.transport - DEBUG - starting thread (client mode): 0xb68ee350L 2019-01-03 20:07:15,765 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 20:07:15,770 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-03 20:07:15,770 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-03 20:07:15,772 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 20:07:15,772 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 20:07:15,773 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 20:07:15,773 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 20:07:15,773 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 20:07:15,773 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 20:07:15,777 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 20:07:15,778 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 20:07:15,781 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 2942c40eebe9e634c778bc9a2c74d0d4 2019-01-03 20:07:15,781 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-03 20:07:15,818 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 20:07:15,828 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 20:07:15,846 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 20:07:15,898 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-03 20:07:15,898 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-03 20:07:15,937 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 20:07:15,937 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 20:07:15,949 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 20:07:15,980 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 20:07:15,981 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 20:07:15,981 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 20:07:15,982 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 20:07:15,982 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 20:07:16,023 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 20:07:16,055 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 20:07:16,056 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-03 20:07:16,056 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 20:07:16,057 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-03 20:07:16,058 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-03 20:07:16,097 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-03 20:07:16,127 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-03 20:07:16,127 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:16,128 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-03 20:07:16,145 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 20:07:16,146 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 20:07:16,146 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 20:07:16,148 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 20:07:16,183 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-03 20:07:16,183 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-03 20:07:16,186 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-03 20:07:16,199 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-03 20:07:16,200 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-03 20:07:16,202 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 20:07:16,202 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 20:07:16,203 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 20:07:16,205 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 20:07:16,206 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 20:07:16,206 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:16,206 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:16,207 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:21,814 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 20:07:21,816 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 20:07:21,817 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 20:07:21,818 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 20:07:21,818 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 20:07:21,859 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 20:07:21,888 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-03 20:07:21,889 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-03 20:07:21,890 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-03 20:07:21,891 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-03 20:07:22,004 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-03 20:07:22,005 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:22,021 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2019-01-03 20:07:22,219 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 20:07:22,219 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 20:07:22,220 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 20:07:22,223 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 20:07:22,261 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-03 20:07:22,261 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-03 20:07:22,264 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-03 20:07:22,265 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-03 20:07:22,266 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-03 20:07:22,267 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 20:07:22,268 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 20:07:22,268 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 20:07:22,271 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 20:07:22,271 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 20:07:22,272 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:22,272 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:22,272 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:25,743 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 20:07:25,745 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 20:07:25,746 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 20:07:25,747 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 20:07:25,747 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 20:07:25,788 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 20:07:25,819 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-03 20:07:25,819 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-03 20:07:25,820 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-03 20:07:25,821 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-03 20:07:25,944 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-03 20:07:25,945 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:25,961 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2019-01-03 20:07:26,162 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 20:07:26,163 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 20:07:26,163 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 20:07:26,166 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 20:07:26,199 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-03 20:07:26,200 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-03 20:07:26,201 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-03 20:07:26,202 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-03 20:07:26,203 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-03 20:07:26,205 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 20:07:26,205 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 20:07:26,205 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 20:07:26,208 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 20:07:26,208 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 20:07:26,209 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:26,209 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:26,209 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:31,422 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 20:07:31,424 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 20:07:31,425 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 20:07:31,426 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 20:07:31,426 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 20:07:31,467 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 20:07:31,498 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-03 20:07:31,498 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-03 20:07:31,499 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-03 20:07:31,500 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-03 20:07:31,666 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-03 20:07:31,667 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:31,681 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2019-01-03 20:07:31,994 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 20:07:31,995 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 20:07:31,995 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 20:07:31,998 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 20:07:32,025 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-03 20:07:32,026 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-03 20:07:32,027 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-03 20:07:32,028 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-03 20:07:32,029 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-03 20:07:32,031 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 20:07:32,031 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 20:07:32,032 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 20:07:32,034 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 20:07:32,034 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 20:07:32,035 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,035 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,035 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,176 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 20:07:32,177 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 20:07:32,178 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 20:07:32,179 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 20:07:32,179 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 20:07:32,181 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 20:07:32,209 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-03 20:07:32,209 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-03 20:07:32,210 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-03 20:07:32,211 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-03 20:07:32,218 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-03 20:07:32,219 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:32,234 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2019-01-03 20:07:32,257 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-03 20:07:32,258 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-03 20:07:32,258 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-03 20:07:32,260 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-03 20:07:32,287 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-03 20:07:32,288 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-03 20:07:32,289 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-03 20:07:32,290 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-03 20:07:32,291 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-03 20:07:32,292 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-03 20:07:32,292 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-03 20:07:32,292 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-03 20:07:32,294 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-03 20:07:32,295 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-03 20:07:32,295 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,296 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,296 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-03 20:07:32,427 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-03 20:07:32,428 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-03 20:07:32,430 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-03 20:07:32,430 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-03 20:07:32,430 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-03 20:07:32,471 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-03 20:07:32,498 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-03 20:07:32,498 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-03 20:07:32,499 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-03 20:07:32,500 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-03 20:07:32,508 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-03 20:07:32,509 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-03 20:07:32,523 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2019-01-03 20:07:32,547 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2019-01-03 20:07:34,186 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 20:07:34,186 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 44:21 | FAIL | +-------------------+-----------------+------------------+----------------+ 2019-01-03 20:07:34,190 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2019-01-03 20:07:34,190 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:33 | PASS | | bgpvpn | sdnvpn | features | 44:21 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2019-01-03 20:07:34,197 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-03 20:07:34,266 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,365 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,465 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,566 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,666 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,767 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,866 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:34,968 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,067 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,167 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,268 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,369 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,467 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,569 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,670 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,770 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,869 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:35,970 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,070 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,170 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,271 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,370 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,469 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,572 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,664 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,771 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,869 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,972 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:36,998 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:37,103 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:37,161 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:37,265 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:37,328 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 20:07:40,423 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 20:07:40,429 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 20:07:40,429 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 20:07:40,429 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-03 20:07:40,430 - 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 | +----------------------+------------------+--------------+------------------+----------------+ 2019-01-03 20:07:40,433 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 20:07:43,108 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 20:07:43,114 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 20:07:43,114 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 20:07:43,114 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-03 20:07:43,115 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2019-01-03 20:07:43,116 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 20:07:46,396 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-324 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 20:07:46,399 - 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=YsFzNpGTaxRdQKPfAffpMJh34 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.8 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.8 export OS_REGION_NAME=regionOne 2019-01-03 20:07:46,399 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2019-01-03 20:07:46,404 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2019-01-03 20:07:47,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:07:47,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:07:47,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:07:47,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:07:47,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:07:47,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:07:47,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:07:47,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:07:47,215 - 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" 2019-01-03 20:07:47,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a54390-1ae4-4310-b9a9-c73e10e25b72 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"}]}} 2019-01-03 20:07:47,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6a54390-1ae4-4310-b9a9-c73e10e25b72 2019-01-03 20:07:47,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:07:47,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}], "expires_at": "2019-01-03T21:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/49b1d8a90b6c465f881e4e04d0e1bfe1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ba412243c8c742c8981728e763645ad4"}, "audit_ids": ["JvK-XVt-QCWk249raXqLog"], "issued_at": "2019-01-03T20:07:47.000000Z"}} 2019-01-03 20:07:47,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 20:07:47,625 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:47,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-efddcb3f-8044-4e7d-bade-7da3e857069b Date: Thu, 03 Jan 2019 20:07:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"473b156e-3bb1-44d1-a29a-a9b9baaee688","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50cf814db17c4f9781b384d7d8ffea1d","status":"ACTIVE","subnets":["4995cb17-5a37-41b2-beab-15bef6132cde"],"description":"","tags":[],"updated_at":"2019-01-03T17:08:57Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50cf814db17c4f9781b384d7d8ffea1d","created_at":"2019-01-03T17:08:50Z","provider:network_type":"flat"}]} 2019-01-03 20:07:47,864 - 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-efddcb3f-8044-4e7d-bade-7da3e857069b 2019-01-03 20:07:47,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239665985107s 2019-01-03 20:07:47,865 - 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-efddcb3f-8044-4e7d-bade-7da3e857069b 2019-01-03 20:07:47,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 20:07:47,869 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:47,874 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 20:07: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"}]}]}} 2019-01-03 20:07:48,069 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:48,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b962a8b1-a545-4d44-b339-166214a30b16 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/3f3bebb8d89c4158ace76d8084d5e288"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3f3bebb8d89c4158ace76d8084d5e288"}, {"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", "previous": null, "next": null}} 2019-01-03 20:07:48,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-b962a8b1-a545-4d44-b339-166214a30b16 2019-01-03 20:07:48,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.286313056946s 2019-01-03 20:07:48,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 20:07:48,154 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}}' 2019-01-03 20:07:48,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17bcfb79-a62a-4421-bdd6-15830b078c25 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/5e2dd261ca1f418e9939b0ba81a5369a"}, "enabled": true, "id": "5e2dd261ca1f418e9939b0ba81a5369a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}} 2019-01-03 20:07:48,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-17bcfb79-a62a-4421-bdd6-15830b078c25 2019-01-03 20:07:48,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11870098114s 2019-01-03 20:07:48,272 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-17bcfb79-a62a-4421-bdd6-15830b078c25 2019-01-03 20:07:48,273 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073', 'id': u'5e2dd261ca1f418e9939b0ba81a5369a', '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'})}) 2019-01-03 20:07:48,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 20:07:48,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.348587989807s 2019-01-03 20:07:48,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:48,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca74a845-f583-459d-b187-ef9e08709607 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073"}} 2019-01-03 20:07:48,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 used request id req-ca74a845-f583-459d-b187-ef9e08709607 2019-01-03 20:07:48,732 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cd99ff80d7eb4bd58555438ca20860d4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073'}) 2019-01-03 20:07:48,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:48,733 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:48,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd23437-acdd-4db3-9e95-ccbaacc70d6d Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:48,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ccd23437-acdd-4db3-9e95-ccbaacc70d6d 2019-01-03 20:07:48,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820960998535s 2019-01-03 20:07:48,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:48,817 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:48,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b01961-f669-4ec5-a396-6d149392aab7 Content-Encoding: gzip Content-Length: 284 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:48,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-19b01961-f669-4ec5-a396-6d149392aab7 2019-01-03 20:07:48,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783259868622s 2019-01-03 20:07:48,896 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 20:07:48,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 20:07:48,897 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"role": {"name": "Member"}}' 2019-01-03 20:07:48,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0a06167-b06a-4c90-b122-3903707b183c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}} 2019-01-03 20:07:48,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-f0a06167-b06a-4c90-b122-3903707b183c 2019-01-03 20:07:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0979490280151s 2019-01-03 20:07:48,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412a99f3-45f2-4c81-a724-9a1999bb3e1b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "domain_id": null, "name": "Member", "id": "3f2cda8e29f1447c825bce8f5aa1141c"}} 2019-01-03 20:07:49,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c used request id req-412a99f3-45f2-4c81-a724-9a1999bb3e1b 2019-01-03 20:07:49,155 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c'}, 'domain_id': None, 'human_id': None, 'id': u'3f2cda8e29f1447c825bce8f5aa1141c', 'HUMAN_ID': False}) 2019-01-03 20:07:49,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:49,156 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0b82d9-8bf8-4d71-955a-6e8f6c9aed24 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:49,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf0b82d9-8bf8-4d71-955a-6e8f6c9aed24 2019-01-03 20:07:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744671821594s 2019-01-03 20:07:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 20:07:49,231 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2967d654-91e9-4790-ac6c-d807e8a8f273 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"}} 2019-01-03 20:07:49,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2967d654-91e9-4790-ac6c-d807e8a8f273 2019-01-03 20:07:49,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0874090194702s 2019-01-03 20:07:49,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 20:07:49,320 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b11f3cf1-8730-48e7-8b3b-053afc138297 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073", "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "domain_id": "default", "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 20:07:49,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b11f3cf1-8730-48e7-8b3b-053afc138297 2019-01-03 20:07:49,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100100040436s 2019-01-03 20:07:49,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b11f3cf1-8730-48e7-8b3b-053afc138297 2019-01-03 20:07:49,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 20:07:49,427 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2dbbfc-ff58-4ca4-9acf-539cec0544c6 Content-Encoding: gzip Content-Length: 396 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/5e2dd261ca1f418e9939b0ba81a5369a"}, "enabled": true, "id": "5e2dd261ca1f418e9939b0ba81a5369a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}]} 2019-01-03 20:07:49,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a2dbbfc-ff58-4ca4-9acf-539cec0544c6 2019-01-03 20:07:49,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0784561634064s 2019-01-03 20:07:49,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a2dbbfc-ff58-4ca4-9acf-539cec0544c6 2019-01-03 20:07:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 20:07:49,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=3f2cda8e29f1447c825bce8f5aa1141c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5415830c-0113-4f4f-b31c-30e199f7084d 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=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=3f2cda8e29f1447c825bce8f5aa1141c", "previous": null, "next": null}} 2019-01-03 20:07:49,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=3f2cda8e29f1447c825bce8f5aa1141c used request id req-5415830c-0113-4f4f-b31c-30e199f7084d 2019-01-03 20:07:49,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0815899372101s 2019-01-03 20:07:49,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 20:07:49,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a/users/cd99ff80d7eb4bd58555438ca20860d4/roles/3f2cda8e29f1447c825bce8f5aa1141c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9346401-42e0-4d7d-8e89-531fb6544f46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:07:49,709 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a/users/cd99ff80d7eb4bd58555438ca20860d4/roles/3f2cda8e29f1447c825bce8f5aa1141c used request id req-c9346401-42e0-4d7d-8e89-531fb6544f46 2019-01-03 20:07:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120231151581s 2019-01-03 20:07:49,710 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073', 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': 'd745381a-7786-43ae-a1ec-3e3db7a04345', 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_36bc7177-86c6-4312-ba87-b38a253f2073', 'project_id': u'5e2dd261ca1f418e9939b0ba81a5369a', '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': {}}}} 2019-01-03 20:07:49,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 20:07:49,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 20:07:49,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 20:07:49,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 20:07:49,716 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073', 'password': 'd745381a-7786-43ae-a1ec-3e3db7a04345', 'project_name': 'tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '5e2dd261ca1f418e9939b0ba81a5369a', 'project_domain_name': 'Default'} 2019-01-03 20:07:49,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:49,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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473a485b-619f-4b42-ab08-2d21c2ac80f8 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:49,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-473a485b-619f-4b42-ab08-2d21c2ac80f8 2019-01-03 20:07:49,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819799900055s 2019-01-03 20:07:49,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:49,801 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57cdce14-445b-43ee-80c8-2fe33bd1e0ec Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:49,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-57cdce14-445b-43ee-80c8-2fe33bd1e0ec 2019-01-03 20:07:49,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082230091095s 2019-01-03 20:07:49,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 20:07:49,885 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:49,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fdc685f-c0df-4303-afcb-dabe2965cb97 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"}} 2019-01-03 20:07:49,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-0fdc685f-c0df-4303-afcb-dabe2965cb97 2019-01-03 20:07:49,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0853660106659s 2019-01-03 20:07:49,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 20:07:49,971 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95389095-5393-408b-8772-cd974ce4d2ae Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073", "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "domain_id": "default", "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 20:07:50,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-95389095-5393-408b-8772-cd974ce4d2ae 2019-01-03 20:07:50,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945160388947s 2019-01-03 20:07:50,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-95389095-5393-408b-8772-cd974ce4d2ae 2019-01-03 20:07:50,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 20:07:50,071 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ac4809e-6550-4e3e-8efb-596fb8f2b794 Content-Encoding: gzip Content-Length: 396 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/5e2dd261ca1f418e9939b0ba81a5369a"}, "enabled": true, "id": "5e2dd261ca1f418e9939b0ba81a5369a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}]} 2019-01-03 20:07:50,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8ac4809e-6550-4e3e-8efb-596fb8f2b794 2019-01-03 20:07:50,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835180282593s 2019-01-03 20:07:50,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8ac4809e-6550-4e3e-8efb-596fb8f2b794 2019-01-03 20:07:50,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 20:07:50,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c348a1fd-522d-4b1e-8476-8e4844f8abf4 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=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=ed37c29d5a2b4ecea909d2921dcc49dd", "previous": null, "next": null}} 2019-01-03 20:07:50,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&scope.project.id=5e2dd261ca1f418e9939b0ba81a5369a&role.id=ed37c29d5a2b4ecea909d2921dcc49dd used request id req-c348a1fd-522d-4b1e-8476-8e4844f8abf4 2019-01-03 20:07:50,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820710659027s 2019-01-03 20:07:50,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 20:07:50,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a/users/cd99ff80d7eb4bd58555438ca20860d4/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5adc3cbd-1bbe-4537-9d6f-c06cfa0facdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:07:50,374 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a/users/cd99ff80d7eb4bd58555438ca20860d4/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-5adc3cbd-1bbe-4537-9d6f-c06cfa0facdf 2019-01-03 20:07:50,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135016202927s 2019-01-03 20:07:50,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:07:50,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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6275299-2e31-4d5b-8eb3-d8bb432358a6 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:07:50,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d6275299-2e31-4d5b-8eb3-d8bb432358a6 2019-01-03 20:07:50,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815401077271s 2019-01-03 20:07:50,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 20:07:50,458 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c2c8fd-0218-4a3c-ada0-c23ac29f4d6d 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"}} 2019-01-03 20:07:50,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d9c2c8fd-0218-4a3c-ada0-c23ac29f4d6d 2019-01-03 20:07:50,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0154850482941s 2019-01-03 20:07:50,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 20:07:50,474 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d61b36-2915-4900-bef3-ba07267666f0 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073", "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "domain_id": "default", "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 20:07:50,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-26d61b36-2915-4900-bef3-ba07267666f0 2019-01-03 20:07:50,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101612091064s 2019-01-03 20:07:50,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-26d61b36-2915-4900-bef3-ba07267666f0 2019-01-03 20:07:50,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 20:07:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b664e1ef-58fd-4526-ab6e-1cca1a896150 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=cd99ff80d7eb4bd58555438ca20860d4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 20:07:50,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=cd99ff80d7eb4bd58555438ca20860d4&role.id=ed37c29d5a2b4ecea909d2921dcc49dd&scope.domain.id=default used request id req-b664e1ef-58fd-4526-ab6e-1cca1a896150 2019-01-03 20:07:50,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0811710357666s 2019-01-03 20:07:50,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 20:07:50,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/cd99ff80d7eb4bd58555438ca20860d4/roles/ed37c29d5a2b4ecea909d2921dcc49dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:07:50,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa06be5e-6291-4a8e-8c7b-ba32a5a8590d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:07:50,787 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/cd99ff80d7eb4bd58555438ca20860d4/roles/ed37c29d5a2b4ecea909d2921dcc49dd used request id req-fa06be5e-6291-4a8e-8c7b-ba32a5a8590d 2019-01-03 20:07:50,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124123811722s 2019-01-03 20:07:50,788 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 20:07:55,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 20:07:54.737 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=39c59bd7-e652-4a81-a913-aad0e6aaf528) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 39c59bd7-e652-4a81-a913-aad0e6aaf528 | 2019-01-03T20:07:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 39c59bd7-e652-4a81-a913-aad0e6aaf528 ~/.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 2019-01-03 20:07:58,200 - 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 | +-------------+----------------+-----------+ 2019-01-03 20:07:58,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 20:08:03,565 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 20:08:02.250 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 20:08:02.408 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 20:08:03.401 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=821da98a-5062-4710-81bb-ddd86db31921) has been successfully created! Using verifier 'opnfv-tempest' (UUID=821da98a-5062-4710-81bb-ddd86db31921) as the default verifier for the future CLI operations. 2019-01-03 20:08:06,329 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2019-01-03 20:08:06,330 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 20:08:06,420 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 20:08:06,421 - 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" 2019-01-03 20:08:06,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d43437e-2c46-4c1d-b2e3-e2f9637da311 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"}]}} 2019-01-03 20:08:06,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4d43437e-2c46-4c1d-b2e3-e2f9637da311 2019-01-03 20:08:06,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-03 20:08:06,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed37c29d5a2b4ecea909d2921dcc49dd", "name": "admin"}, {"id": "3f2cda8e29f1447c825bce8f5aa1141c", "name": "Member"}], "expires_at": "2019-01-03T21:08:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5e2dd261ca1f418e9939b0ba81a5369a", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ccdb50471b94c3eb63fdbf7019c66e7"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "857373218eac4d418787a66b044ac4de"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7525e4df234fcd90dfeee1a9e49c16"}], "type": "placement", "id": "0e5e1dc7e4f54a1a9aed2e2554924c5a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d6ace35ae9d4d428326dbe1419fe3f0"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5aef62f779646e9a5b4567264e0e540"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f67cd81328c54069a2ea1aaf07578d85"}], "type": "alarming", "id": "1eea0470b29a487f9ffdd9b4aa3b646c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "914e477526814a82bfcba08c14d6ef27"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a202c5421791428dbd7d4a7faeffccea"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bec43ca0def24766b1f7300c77431600"}], "type": "cloudformation", "id": "2743e5ac27354c939b56d694eef37035", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "030d9f7df92041ff89dc4b7f5d0b29ad"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38bc019d4d334c479d2d682048a4e1b0"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "78cf9efd85c5465aab04ec8711bb3796"}], "type": "policy", "id": "321638b06846405689f863562f161edd", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "14ca502671f64398abb6e7fdd5a4e175"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa4d6c4d049648debe3eaa89a62a70d8"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e575c9fee6a74f169d774272d4b6be06"}], "type": "network", "id": "430b7194050a4417a0a192adcb1e6478", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b47913318754d19879d91d081dadabe"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0df443ed705b4baeac6778ab02f65e7a"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8afe99c90542474fb6ab2948ccc956a4"}], "type": "image", "id": "4768e7379efc45a9bafc15febbe27dd7", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b77a4221bb74b6aaa3245ea213cf95c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d465c3b78b243aa8385303942ff7b4d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fe114b7b127405e94264065e5b1f836"}], "type": "metric", "id": "4bfa573ca45d4fc292d4eadd64de8133", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "359ce1536a814c9fa2194f036dba4c08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6915bfe9c6724376aa954fda4a525853"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d49c628895c646f39d7c193738045d78"}], "type": "compute", "id": "53407ab424124181960bc9838bdae84f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "192730aceac14bf38d977896f681bb36"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa060dcb70aa438f805693dff613116b"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05f2f57015c45288f242d16430fb117"}], "type": "key-manager", "id": "55fd5b0549ed469fbb318b9cfb17fa4f", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47eaf8d7c5ea479ea69986dbe4adebdf"}, {"url": "http://172.30.9.30:8776/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6fe5eaa7f8cc48a5a4f8d45c9c6cf01c"}, {"url": "http://192.30.9.8:8776/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b06de6db8bc447c9804186c25f4eb975"}], "type": "volume", "id": "6eb8e397fde344c5aaaca04f481052f7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30022b7d844a4ff8aa9af4e0f8645af9"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "435ee8c10d7143ca912c84ee87e48424"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcb6bb84927a447795cbe6bafdcca438"}], "type": "identity", "id": "7aeefed8dd4f42d1b82d3aa93fd9f14a", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "9e2e9f06406e4ee3aad3344cad3c1901", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b2db96b41dd14e3290e215eec9e143a2"}, {"url": "http://172.30.9.30:8776/v3/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cf53c81327904decb838568917f1e036"}, {"url": "http://192.30.9.8:8776/v3/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd009c854d4e4684bdc9723b07fd18a1"}], "type": "volumev3", "id": "d8e380b81cc5459c9031c3ab0b635caa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "50f731c1f1944be6ade7085752a6200e"}, {"url": "http://192.30.9.8:8776/v2/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7991df12b4e3486f806c47e49da55853"}, {"url": "http://172.30.9.30:8776/v2/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b59a9e447f104d8fa1845909d33cc518"}], "type": "volumev2", "id": "ed1e750d7fb1429eb864dfd289101a53", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7d6e183eef6d44b7b445465d40fcb82a"}, {"url": "http://192.30.9.8:8004/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a7058afa0ad84a93918a04d7cfbebc72"}, {"url": "http://172.30.9.30:8004/v1/5e2dd261ca1f418e9939b0ba81a5369a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef0d95a21e0b42e4b2e55e77676d52d6"}], "type": "orchestration", "id": "fbcc48ce6065428a8d3c047988f57177", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073", "id": "cd99ff80d7eb4bd58555438ca20860d4"}, "audit_ids": ["T5XTZ_3oQk-8ymQ1K3ByRA"], "issued_at": "2019-01-03T20:08:06.000000Z"}} 2019-01-03 20:08:06,827 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:06,832 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 20:08:06 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"}]}]} 2019-01-03 20:08:06,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 20:08:06,836 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:06,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b6429203-50d7-4d02-89da-51075c054aab Date: Thu, 03 Jan 2019 20:08:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 20:08:06,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b6429203-50d7-4d02-89da-51075c054aab 2019-01-03 20:08:06,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16116809845s 2019-01-03 20:08:06,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b6429203-50d7-4d02-89da-51075c054aab 2019-01-03 20:08:06,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 20:08:07,000 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073"}' 2019-01-03 20:08:07,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201 X-Openstack-Request-Id: req-531b05c7-bc08-4358-89cf-d6f8466e0922 Date: Thu, 03 Jan 2019 20:08:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "e3ddf05e-d39b-4f59-97fb-270f56ca5201", "size": null, "self": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": null, "created_at": "2019-01-03T20:08:07Z", "protected": false} 2019-01-03 20:08:07,212 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-531b05c7-bc08-4358-89cf-d6f8466e0922 2019-01-03 20:08:07,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.213422060013s 2019-01-03 20:08:07,213 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-531b05c7-bc08-4358-89cf-d6f8466e0922 returning object e3ddf05e-d39b-4f59-97fb-270f56ca5201 2019-01-03 20:08:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 20:08:07,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" -d '' 2019-01-03 20:08:08,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5561e8a7-b671-4cc8-83fa-f9a00917db10 Date: Thu, 03 Jan 2019 20:08:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:08:08,876 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file used request id req-5561e8a7-b671-4cc8-83fa-f9a00917db10 2019-01-03 20:08:08,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.66218495369s 2019-01-03 20:08:08,876 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file used request id req-5561e8a7-b671-4cc8-83fa-f9a00917db10 2019-01-03 20:08:08,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 20:08:08,878 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:09,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-c4063b06-8ff7-4cfc-8275-6285ef8a68fb Date: Thu, 03 Jan 2019 20:08:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "metadata": {}}], "file": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "e3ddf05e-d39b-4f59-97fb-270f56ca5201", "size": 12716032, "self": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T20:08:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 20:08:09,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c4063b06-8ff7-4cfc-8275-6285ef8a68fb 2019-01-03 20:08:09,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173025131226s 2019-01-03 20:08:09,051 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c4063b06-8ff7-4cfc-8275-6285ef8a68fb 2019-01-03 20:08:09,053 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file', 'owner': u'5e2dd261ca1f418e9939b0ba81a5369a', 'id': u'e3ddf05e-d39b-4f59-97fb-270f56ca5201', 'size': 12716032, u'self': u'/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5e2dd261ca1f418e9939b0ba81a5369a', 'name': 'tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T20:08:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T20:08:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073', 'created': u'2019-01-03T20:08:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T20:08:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 20:08:09,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 20:08:09,056 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_36bc7177-86c6-4312-ba87-b38a253f2073", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 20:08:09,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6637518d-3df0-44f8-b143-6672b164d4f0 x-compute-request-id: req-6637518d-3df0-44f8-b143-6672b164d4f0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2de2a81a-0586-4c84-9b08-c5cde177d15b", "name": "tempest_full_parallel-flavor_36bc7177-86c6-4312-ba87-b38a253f2073", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:08:09,280 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6637518d-3df0-44f8-b143-6672b164d4f0 2019-01-03 20:08:09,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.226670980453s 2019-01-03 20:08:09,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6637518d-3df0-44f8-b143-6672b164d4f0 returning object 2de2a81a-0586-4c84-9b08-c5cde177d15b 2019-01-03 20:08:09,281 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_36bc7177-86c6-4312-ba87-b38a253f2073', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'2de2a81a-0586-4c84-9b08-c5cde177d15b', 'swap': 0}) 2019-01-03 20:08:09,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 20:08:09,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b/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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"extra_specs": {}}' 2019-01-03 20:08:09,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08b9bdb5-b556-4186-b301-8f355ae4f3dc x-compute-request-id: req-08b9bdb5-b556-4186-b301-8f355ae4f3dc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 20:08:09,313 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b/os-extra_specs used request id req-08b9bdb5-b556-4186-b301-8f355ae4f3dc 2019-01-03 20:08:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0304090976715s 2019-01-03 20:08:09,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b/os-extra_specs used request id req-08b9bdb5-b556-4186-b301-8f355ae4f3dc 2019-01-03 20:08:09,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:08:09,319 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:09,324 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 20:08:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.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"}]}]}} 2019-01-03 20:08:09,329 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:09,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5cb61b-5177-4f6f-8f12-136c3cdd91fe Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:08:09,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-5f5cb61b-5177-4f6f-8f12-136c3cdd91fe 2019-01-03 20:08:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0967719554901s 2019-01-03 20:08:09,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 20:08:09,418 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:09,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1eece1f-b5ac-4670-815e-0eaad21188a9 x-compute-request-id: req-e1eece1f-b5ac-4670-815e-0eaad21188a9 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 215}, "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": 5}]} 2019-01-03 20:08:09,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e1eece1f-b5ac-4670-815e-0eaad21188a9 2019-01-03 20:08:09,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182682037354s 2019-01-03 20:08:09,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-e1eece1f-b5ac-4670-815e-0eaad21188a9 2019-01-03 20:08:09,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 20:08:09,600 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:09,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-1386545c-cf43-4300-925c-a436b7256dcb Date: Thu, 03 Jan 2019 20:08:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "metadata": {}}], "file": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "e3ddf05e-d39b-4f59-97fb-270f56ca5201", "size": 12716032, "self": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T20:08:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 20:08:09,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1386545c-cf43-4300-925c-a436b7256dcb 2019-01-03 20:08:09,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176839828491s 2019-01-03 20:08:09,777 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1386545c-cf43-4300-925c-a436b7256dcb 2019-01-03 20:08:09,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 20:08:09,780 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073"}' 2019-01-03 20:08:09,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf X-Openstack-Request-Id: req-55340bca-cba2-4369-84d8-13868ebb7b53 Date: Thu, 03 Jan 2019 20:08:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "d8598bff-e235-41f9-a658-d066f98512bf", "size": null, "self": "/v2/images/d8598bff-e235-41f9-a658-d066f98512bf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": null, "created_at": "2019-01-03T20:08:09Z", "protected": false} 2019-01-03 20:08:09,972 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-55340bca-cba2-4369-84d8-13868ebb7b53 2019-01-03 20:08:09,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.19265294075s 2019-01-03 20:08:09,973 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-55340bca-cba2-4369-84d8-13868ebb7b53 returning object d8598bff-e235-41f9-a658-d066f98512bf 2019-01-03 20:08:09,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 20:08:09,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" -d '' 2019-01-03 20:08:11,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3eb41bd8-0c78-4b75-a51d-4d8801c48678 Date: Thu, 03 Jan 2019 20:08:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:08:11,104 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/file used request id req-3eb41bd8-0c78-4b75-a51d-4d8801c48678 2019-01-03 20:08:11,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13075208664s 2019-01-03 20:08:11,104 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/file used request id req-3eb41bd8-0c78-4b75-a51d-4d8801c48678 2019-01-03 20:08:11,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 20:08:11,105 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:08:11,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-f604514b-ee2d-4500-847d-fb3472c5d01a Date: Thu, 03 Jan 2019 20:08:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d8598bff-e235-41f9-a658-d066f98512bf/snap", "metadata": {}}], "file": "/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "d8598bff-e235-41f9-a658-d066f98512bf", "size": 12716032, "self": "/v2/images/d8598bff-e235-41f9-a658-d066f98512bf", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d8598bff-e235-41f9-a658-d066f98512bf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:11Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T20:08:09Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "metadata": {}}], "file": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "e3ddf05e-d39b-4f59-97fb-270f56ca5201", "size": 12716032, "self": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T20:08:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 20:08:11,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f604514b-ee2d-4500-847d-fb3472c5d01a 2019-01-03 20:08:11,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.160953044891s 2019-01-03 20:08:11,266 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f604514b-ee2d-4500-847d-fb3472c5d01a 2019-01-03 20:08:11,269 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d8598bff-e235-41f9-a658-d066f98512bf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d8598bff-e235-41f9-a658-d066f98512bf/file', 'owner': u'5e2dd261ca1f418e9939b0ba81a5369a', 'id': u'd8598bff-e235-41f9-a658-d066f98512bf', 'size': 12716032, u'self': u'/v2/images/d8598bff-e235-41f9-a658-d066f98512bf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5e2dd261ca1f418e9939b0ba81a5369a', 'name': 'tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/d8598bff-e235-41f9-a658-d066f98512bf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T20:08:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T20:08:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d8598bff-e235-41f9-a658-d066f98512bf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073', 'created': u'2019-01-03T20:08:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T20:08:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d8598bff-e235-41f9-a658-d066f98512bf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_36bc7177-86c6-4312-ba87-b38a253f2073', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 20:08:11,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 20:08:11,273 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 20:08:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08: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-1837193b-7067-4f48-879a-0727278d86d2 x-compute-request-id: req-1837193b-7067-4f48-879a-0727278d86d2 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/260e5d3b-72fa-485a-a488-1947f0a02821", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "260e5d3b-72fa-485a-a488-1947f0a02821", "name": "tempest_full_parallel-flavor_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 20:08:11,343 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1837193b-7067-4f48-879a-0727278d86d2 2019-01-03 20:08:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0735359191895s 2019-01-03 20:08:11,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1837193b-7067-4f48-879a-0727278d86d2 returning object 260e5d3b-72fa-485a-a488-1947f0a02821 2019-01-03 20:08:11,345 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_36bc7177-86c6-4312-ba87-b38a253f2073', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'260e5d3b-72fa-485a-a488-1947f0a02821', 'swap': 0}) 2019-01-03 20:08:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 20:08:11,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821/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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" -d '{"extra_specs": {}}' 2019-01-03 20:08:11,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:08: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-ede37e8e-091c-4bad-b5be-b8ae84bf5f86 x-compute-request-id: req-ede37e8e-091c-4bad-b5be-b8ae84bf5f86 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 20:08:11,368 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821/os-extra_specs used request id req-ede37e8e-091c-4bad-b5be-b8ae84bf5f86 2019-01-03 20:08:11,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221929550171s 2019-01-03 20:08:11,368 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821/os-extra_specs used request id req-ede37e8e-091c-4bad-b5be-b8ae84bf5f86 2019-01-03 20:08:11,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_36bc7177-86c6-4312-ba87-b38a253f2073', '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'49b1d8a90b6c465f881e4e04d0e1bfe1', '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'260e5d3b-72fa-485a-a488-1947f0a02821', 'swap': 0}) 2019-01-03 20:08:14,398 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 20:08:13.338 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=821da98a-5062-4710-81bb-ddd86db31921) for deployment 'opnfv-rally' (UUID=39c59bd7-e652-4a81-a913-aad0e6aaf528). 2019-01-03 20:08:14.227 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 20:08:14.229 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=821da98a-5062-4710-81bb-ddd86db31921) has been successfully configured for deployment 'opnfv-rally' (UUID=39c59bd7-e652-4a81-a913-aad0e6aaf528)! 2019-01-03 20:08:14,399 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 20:08:14,399 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 20:08:14,403 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 20:08:14,421 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 20:08:17,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-821da98a-5062-4710-81bb-ddd86db31921/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2019-01-03 20:08:17,492 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 20:08:17,507 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 20:08:17,509 - 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']'. 2019-01-03 20:08:19,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:19.535 49 INFO rally.api [-] Starting verification (UUID=4b977b45-5433-4669-a576-80bc9fb6f12d) for deployment 'opnfv-rally' (UUID=39c59bd7-e652-4a81-a913-aad0e6aaf528) by verifier 'opnfv-tempest' (UUID=821da98a-5062-4710-81bb-ddd86db31921). 2019-01-03 20:08:19,536 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4b977b45-5433-4669-a576-80bc9fb6f12d 2019-01-03 20:08:23,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:23.941 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2019-01-03 20:08:23,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:23.955 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]. 2019-01-03 20:08:24,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:24.117 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2019-01-03 20:08:24,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:24.120 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]. 2019-01-03 20:08:24,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:24.134 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]. 2019-01-03 20:08:27,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.615 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.247s] 2019-01-03 20:08:27,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.693 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.398s] 2019-01-03 20:08:27,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.730 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.252s] 2019-01-03 20:08:27,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.734 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.208s] 2019-01-03 20:08:27,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.742 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.127s] 2019-01-03 20:08:27,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.749 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2019-01-03 20:08:27,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.816 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.188s] 2019-01-03 20:08:27,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.820 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.221s] 2019-01-03 20:08:27,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.835 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.105s] 2019-01-03 20:08:27,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.864 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.043s] 2019-01-03 20:08:27,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.944 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.078s] 2019-01-03 20:08:27,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.945 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.201s] 2019-01-03 20:08:27,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.963 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.213s] 2019-01-03 20:08:27,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:27.972 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.279s] 2019-01-03 20:08:28,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.020 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.078s] 2019-01-03 20:08:28,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.049 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.026s] 2019-01-03 20:08:28,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.050 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.358s] 2019-01-03 20:08:28,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.059 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.192s] 2019-01-03 20:08:28,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.074 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.014s] 2019-01-03 20:08:28,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.107 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.057s] 2019-01-03 20:08:28,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.249 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.174s] 2019-01-03 20:08:28,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.252 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.204s] 2019-01-03 20:08:28,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.294 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.045s] 2019-01-03 20:08:28,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.303 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.331s] 2019-01-03 20:08:28,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.315 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.061s] 2019-01-03 20:08:28,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.316 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.020s] 2019-01-03 20:08:28,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.327 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.013s] 2019-01-03 20:08:28,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.336 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2019-01-03 20:08:28,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.367 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.613s] 2019-01-03 20:08:28,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.446 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.501s] 2019-01-03 20:08:28,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.606 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.206s] 2019-01-03 20:08:28,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.615 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.311s] 2019-01-03 20:08:28,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.625 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.494s] 2019-01-03 20:08:28,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.688 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.579s] 2019-01-03 20:08:28,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.752 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.306s] 2019-01-03 20:08:28,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.819 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.452s] 2019-01-03 20:08:28,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.926 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.309s] 2019-01-03 20:08:28,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:28.954 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.328s] 2019-01-03 20:08:29,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.064 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.457s] 2019-01-03 20:08:29,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.119 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.299s] 2019-01-03 20:08:29,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.132 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.013s] 2019-01-03 20:08:29,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.143 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2019-01-03 20:08:29,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.155 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2019-01-03 20:08:29,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.425 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.499s] 2019-01-03 20:08:29,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.430 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.274s] 2019-01-03 20:08:29,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.723 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.292s] 2019-01-03 20:08:29,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.763 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.040s] 2019-01-03 20:08:29,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:29.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.371s] 2019-01-03 20:08:30,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.030 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.545s] 2019-01-03 20:08:30,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.105 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.341s] 2019-01-03 20:08:30,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.138 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.032s] 2019-01-03 20:08:30,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.155 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.017s] 2019-01-03 20:08:30,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.549 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.471s] 2019-01-03 20:08:31,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:30.999 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.198s] 2019-01-03 20:08:31,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:31.190 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.033s] 2019-01-03 20:08:31,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:31.710 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.712s] 2019-01-03 20:08:31,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:31.861 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.671s] 2019-01-03 20:08:32,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:32.293 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.582s] 2019-01-03 20:08:34,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:34.157 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.607s] 2019-01-03 20:08:34,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:34.943 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.500s] 2019-01-03 20:08:35,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:35.008 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2019-01-03 20:08:35,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:35.285 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.341s] 2019-01-03 20:08:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:35.652 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.366s] 2019-01-03 20:08:35,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:35.857 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.204s] 2019-01-03 20:08:36,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.078 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.219s] 2019-01-03 20:08:36,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.219 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]. 2019-01-03 20:08:36,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.219 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]. 2019-01-03 20:08:36,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.401 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.323s] 2019-01-03 20:08:36,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.808 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.429s] 2019-01-03 20:08:36,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:36.989 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.180s] 2019-01-03 20:08:37,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.551 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.392s] 2019-01-03 20:08:37,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.556 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. 2019-01-03 20:08:37,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.558 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. 2019-01-03 20:08:37,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.570 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.018s] 2019-01-03 20:08:37,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.905 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.177s] 2019-01-03 20:08:37,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:37.963 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.057s] 2019-01-03 20:08:38,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.012 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.049s] 2019-01-03 20:08:38,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.101 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.088s] 2019-01-03 20:08:38,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.117 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.255s] 2019-01-03 20:08:38,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.231 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.128s] 2019-01-03 20:08:38,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.251 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.134s] 2019-01-03 20:08:38,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.299 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.047s] 2019-01-03 20:08:38,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.362 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.063s] 2019-01-03 20:08:38,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.619 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.155s] 2019-01-03 20:08:38,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.632 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2019-01-03 20:08:38,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.030s] 2019-01-03 20:08:38,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.674 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2019-01-03 20:08:38,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.698 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.024s] 2019-01-03 20:08:38,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2019-01-03 20:08:38,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.743 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.032s] 2019-01-03 20:08:38,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.755 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2019-01-03 20:08:38,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.812 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.056s] 2019-01-03 20:08:38,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.012s] 2019-01-03 20:08:38,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.835 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2019-01-03 20:08:38,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.848 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2019-01-03 20:08:38,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.859 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.011s] 2019-01-03 20:08:38,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:38.889 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.030s] 2019-01-03 20:08:41,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:41.047 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.176s] 2019-01-03 20:08:42,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:42.311 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.870s] 2019-01-03 20:08:42,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:42.451 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.953s] 2019-01-03 20:08:42,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:42.779 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.468s] 2019-01-03 20:08:43,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:43.393 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.614s] 2019-01-03 20:08:44,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:44.458 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [17.001s] 2019-01-03 20:08:46,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:46.145 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.186s] 2019-01-03 20:08:50,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.517 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.109s] 2019-01-03 20:08:50,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.628 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.329s] 2019-01-03 20:08:50,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.641 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2019-01-03 20:08:50,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.653 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2019-01-03 20:08:50,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.783 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.129s] 2019-01-03 20:08:50,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.794 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.011s] 2019-01-03 20:08:50,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.850 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.055s] 2019-01-03 20:08:50,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.876 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.025s] 2019-01-03 20:08:50,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.932 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.056s] 2019-01-03 20:08:50,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.944 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.012s] 2019-01-03 20:08:50,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:50.994 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.050s] 2019-01-03 20:08:51,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:51.017 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.021s] 2019-01-03 20:08:51,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:51.502 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.520s] 2019-01-03 20:08:52,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:52.470 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.306s] 2019-01-03 20:08:52,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:52.573 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.306s] 2019-01-03 20:08:52,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:52.666 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [1.164s] 2019-01-03 20:08:52,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:52.764 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.191s] 2019-01-03 20:08:53,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:53.538 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.070s] 2019-01-03 20:08:53,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:53.595 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.638s] 2019-01-03 20:08:53,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:53.638 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.971s] 2019-01-03 20:08:54,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:54.501 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.514s] 2019-01-03 20:08:54,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:54.511 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] 2019-01-03 20:08:54,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:54.977 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.381s] 2019-01-03 20:08:55,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.377 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.864s] 2019-01-03 20:08:55,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.380 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 2019-01-03 20:08:55,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.385 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. 2019-01-03 20:08:55,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.386 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2019-01-03 20:08:55,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.452 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.913s] 2019-01-03 20:08:55,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.585 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.609s] 2019-01-03 20:08:55,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.784 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.403s] 2019-01-03 20:08:55,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.816 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.031s] 2019-01-03 20:08:55,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.819 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 2019-01-03 20:08:55,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.820 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 2019-01-03 20:08:55,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:55.821 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 2019-01-03 20:08:56,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:56.706 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.252s] 2019-01-03 20:08:58,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:58.239 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.533s] 2019-01-03 20:08:58,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:58.365 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.598s] 2019-01-03 20:08:58,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:58.966 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.378s] 2019-01-03 20:08:59,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:08:59.319 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.079s] 2019-01-03 20:09:01,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:01.259 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.939s] 2019-01-03 20:09:02,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.883 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.751s] 2019-01-03 20:09:02,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.884 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [21.819s] 2019-01-03 20:09:02,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.885 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2019-01-03 20:09:02,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.890 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.012s] 2019-01-03 20:09:02,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.898 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.028s] 2019-01-03 20:09:02,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.903 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2019-01-03 20:09:02,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.911 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2019-01-03 20:09:02,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.929 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.668s] 2019-01-03 20:09:02,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.930 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] 2019-01-03 20:09:02,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:02.937 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.010s] 2019-01-03 20:09:03,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:03.239 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.301s] 2019-01-03 20:09:03,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:03.553 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.313s] 2019-01-03 20:09:03,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:03.729 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.176s] 2019-01-03 20:09:03,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:03.931 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [1.004s] 2019-01-03 20:09:04,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:04.034 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.304s] 2019-01-03 20:09:04,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:04.381 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.346s] 2019-01-03 20:09:04,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:04.952 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [20.492s] 2019-01-03 20:09:12,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:12.239 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [13.874s] 2019-01-03 20:09:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:13.279 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [10.373s] 2019-01-03 20:09:14,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:14.226 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.947s] 2019-01-03 20:09:16,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:16.025 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]. 2019-01-03 20:09:20,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:20.257 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [23.832s] 2019-01-03 20:09:21,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:21.505 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.799s] 2019-01-03 20:09:25,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.063 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.506s] 2019-01-03 20:09:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.262 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.183s] 2019-01-03 20:09:25,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.367 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.104s] 2019-01-03 20:09:25,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.457 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.089s] 2019-01-03 20:09:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.466 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.211s] 2019-01-03 20:09:25,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.617 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.160s] 2019-01-03 20:09:25,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.660 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.597s] 2019-01-03 20:09:25,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:25.896 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.615s] 2019-01-03 20:09:26,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:26.124 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.230s] 2019-01-03 20:09:26,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:26.702 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.190s] 2019-01-03 20:09:26,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:26.739 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.037s] 2019-01-03 20:09:26,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:26.892 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.232s] 2019-01-03 20:09:26,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:26.966 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.227s] 2019-01-03 20:09:27,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:27.528 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [26.711s] 2019-01-03 20:09:27,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:27.917 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.791s] 2019-01-03 20:09:28,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:28.495 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.577s] 2019-01-03 20:09:28,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:28.532 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.037s] 2019-01-03 20:09:28,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:28.709 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2019-01-03 20:09:28,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:28.774 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.879s] 2019-01-03 20:09:29,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:29.460 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.686s] 2019-01-03 20:09:29,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:29.516 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.983s] 2019-01-03 20:09:30,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:30.037 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.519s] 2019-01-03 20:09:30,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:30.043 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.519s] 2019-01-03 20:09:31,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:31.572 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2019-01-03 20:09:37,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.672 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.200s] 2019-01-03 20:09:37,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.727 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.054s] 2019-01-03 20:09:37,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.800 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.073s] 2019-01-03 20:09:37,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.861 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.061s] 2019-01-03 20:09:37,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.888 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2019-01-03 20:09:37,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:37.954 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.065s] 2019-01-03 20:09:38,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:38.004 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.050s] 2019-01-03 20:09:38,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:38.058 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2019-01-03 20:09:38,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:38.077 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.019s] 2019-01-03 20:09:38,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:38.135 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.058s] 2019-01-03 20:09:38,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:38.191 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2019-01-03 20:09:41,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:41.534 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [11.486s] 2019-01-03 20:09:49,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:49.668 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 [56.014s] 2019-01-03 20:09:50,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:50.293 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.995s] 2019-01-03 20:09:50,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:50.680 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.387s] 2019-01-03 20:09:53,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:53.504 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.243s] 2019-01-03 20:09:55,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:55.233 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.096s] 2019-01-03 20:09:58,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:58.181 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.953s] 2019-01-03 20:09:58,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:09:58.550 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [37.035s] 2019-01-03 20:10:01,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:01.313 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.808s] 2019-01-03 20:10:02,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:02.786 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [80.659s] 2019-01-03 20:10:02,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:02.815 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.034s] 2019-01-03 20:10:03,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:03.694 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [5.149s] 2019-01-03 20:10:07,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:07.702 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]. 2019-01-03 20:10:11,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:11.592 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.335s] 2019-01-03 20:10:11,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:11.860 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.269s] 2019-01-03 20:10:15,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:15.439 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [27.043s] 2019-01-03 20:10:16,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:16.478 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [26.807s] 2019-01-03 20:10:16,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:16.834 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [45.246s] 2019-01-03 20:10:24,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:24.034 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.435s] 2019-01-03 20:10:27,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:27.503 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [45.962s] 2019-01-03 20:10:29,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:29.548 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.049s] 2019-01-03 20:10:30,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:30.735 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [27.030s] 2019-01-03 20:10:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:30.737 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. 2019-01-03 20:10:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:31.059 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.332s] 2019-01-03 20:10:31,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:31.336 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.061s] 2019-01-03 20:10:31,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:31.444 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.107s] 2019-01-03 20:10:34,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:34.423 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.982s] 2019-01-03 20:10:34,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:34.676 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.433s] 2019-01-03 20:10:34,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:34.741 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.065s] 2019-01-03 20:10:36,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:36.711 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.970s] 2019-01-03 20:10:36,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:36.729 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.016s] 2019-01-03 20:10:39,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:39.240 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.510s] 2019-01-03 20:10:41,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:41.596 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 [22.006s] 2019-01-03 20:10:41,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:41.607 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.011s] 2019-01-03 20:10:41,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:41.824 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.770s] 2019-01-03 20:10:41,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:41.908 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.301s] 2019-01-03 20:10:42,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:42.099 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.190s] 2019-01-03 20:10:43,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:43.204 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.380s] 2019-01-03 20:10:43,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:43.217 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.013s] 2019-01-03 20:10:44,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:44.585 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.367s] 2019-01-03 20:10:45,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:45.455 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.869s] 2019-01-03 20:10:47,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:47.472 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 [2.016s] 2019-01-03 20:10:47,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:47.670 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.198s] 2019-01-03 20:10:47,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:47.793 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.123s] 2019-01-03 20:10:50,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:50.115 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2019-01-03 20:10:50,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:50.373 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [26.966s] 2019-01-03 20:10:51,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:51.004 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.071s] 2019-01-03 20:10:51,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:51.193 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.347s] 2019-01-03 20:10:51,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:51.870 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [35.031s] 2019-01-03 20:10:51,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:51.872 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. 2019-01-03 20:10:52,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:52.607 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.603s] 2019-01-03 20:10:55,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:55.578 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [5.207s] 2019-01-03 20:10:58,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:10:58.693 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.370s] 2019-01-03 20:11:01,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:01.861 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.168s] 2019-01-03 20:11:03,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:03.256 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [12.057s] 2019-01-03 20:11:06,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:06.192 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.329s] 2019-01-03 20:11:07,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:07.958 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.767s] 2019-01-03 20:11:12,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:12.464 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]. 2019-01-03 20:11:14,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:14.123 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:11:14,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:14.124 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2019-01-03 20:11:14,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:14.125 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2019-01-03 20:11:21,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:21.334 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [2.624s] 2019-01-03 20:11:21,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:21.553 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.292s] 2019-01-03 20:11:26,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:26.540 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [116.470s] 2019-01-03 20:11:27,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:27.662 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.327s] 2019-01-03 20:11:29,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:29.181 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.061s] 2019-01-03 20:11:30,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:30.407 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [87.567s] 2019-01-03 20:11:32,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:32.728 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.005s] 2019-01-03 20:11:36,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:36.716 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.533s] 2019-01-03 20:11:41,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:41.599 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.937s] 2019-01-03 20:11:45,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:45.947 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [19.407s] 2019-01-03 20:11:48,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:48.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.344s] 2019-01-03 20:11:49,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:49.028 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.428s] 2019-01-03 20:11:54,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:54.490 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [83.738s] 2019-01-03 20:11:55,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:11:55.938 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.908s] 2019-01-03 20:12:00,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:00.435 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [82.381s] 2019-01-03 20:12:05,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:05.054 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [9.116s] 2019-01-03 20:12:06,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:06.647 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [16.882s] 2019-01-03 20:12:08,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:08.101 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.784s] 2019-01-03 20:12:08,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:08.168 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.076s] 2019-01-03 20:12:08,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:08.711 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.542s] 2019-01-03 20:12:11,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:11.988 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.382s] 2019-01-03 20:12:12,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:12.188 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [50.624s] 2019-01-03 20:12:12,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:12.390 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.403s] 2019-01-03 20:12:13,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:13.589 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.196s] 2019-01-03 20:12:13,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:13.819 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [8.764s] 2019-01-03 20:12:13,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:13.984 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.396s] 2019-01-03 20:12:15,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:15.151 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.165s] 2019-01-03 20:12:15,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:15.907 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.756s] 2019-01-03 20:12:19,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:19.830 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [25.336s] 2019-01-03 20:12:21,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:21.238 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.418s] 2019-01-03 20:12:24,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:24.600 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [51.867s] 2019-01-03 20:12:26,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:26.503 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [96.365s] 2019-01-03 20:12:28,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:28.830 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:12:29,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:29.529 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.339s] 2019-01-03 20:12:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:29.982 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [6.774s] 2019-01-03 20:12:33,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:33.560 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.056s] 2019-01-03 20:12:34,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:34.417 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2019-01-03 20:12:35,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:35.224 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.420s] 2019-01-03 20:12:39,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:39.412 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.596s] 2019-01-03 20:12:39,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:39.582 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.169s] 2019-01-03 20:12:39,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:39.966 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.384s] 2019-01-03 20:12:55,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:55.935 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [21.283s] 2019-01-03 20:12:59,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:59.144 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.078s] 2019-01-03 20:12:59,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:59.555 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.410s] 2019-01-03 20:12:59,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:59.625 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.070s] 2019-01-03 20:12:59,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:59.686 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.060s] 2019-01-03 20:12:59,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:12:59.768 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.081s] 2019-01-03 20:13:00,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:00.850 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.243s] 2019-01-03 20:13:00,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:00.918 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2019-01-03 20:13:01,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:01.427 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.503s] 2019-01-03 20:13:01,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:01.443 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [243.056s] 2019-01-03 20:13:01,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:01.890 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.121s] 2019-01-03 20:13:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:02.650 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.760s] 2019-01-03 20:13:07,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:07.598 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [11.662s] 2019-01-03 20:13:09,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:09.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [28.326s] 2019-01-03 20:13:09,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:09.201 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. 2019-01-03 20:13:09,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:09.202 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. 2019-01-03 20:13:09,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:09.203 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. 2019-01-03 20:13:14,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:14.279 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2019-01-03 20:13:14,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:14.958 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.218s] 2019-01-03 20:13:15,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:15.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.059s] 2019-01-03 20:13:15,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:15.225 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.206s] 2019-01-03 20:13:15,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:15.802 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.576s] 2019-01-03 20:13:16,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.022 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.219s] 2019-01-03 20:13:16,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.089 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.067s] 2019-01-03 20:13:16,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.309 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.219s] 2019-01-03 20:13:16,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.389 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.078s] 2019-01-03 20:13:16,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.496 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.897s] 2019-01-03 20:13:16,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:16.729 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.340s] 2019-01-03 20:13:17,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:17.158 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.428s] 2019-01-03 20:13:17,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:17.386 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.228s] 2019-01-03 20:13:17,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:17.771 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.384s] 2019-01-03 20:13:18,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:18.202 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.431s] 2019-01-03 20:13:19,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:19.918 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.631s] 2019-01-03 20:13:22,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:22.212 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [111.777s] 2019-01-03 20:13:24,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:24.602 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [4.683s] 2019-01-03 20:13:25,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:25.173 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.676s] 2019-01-03 20:13:31,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:31.236 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [66.626s] 2019-01-03 20:13:36,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:36.489 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [96.026s] 2019-01-03 20:13:37,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:37.247 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [12.073s] 2019-01-03 20:13:38,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:38.425 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.201s] 2019-01-03 20:13:38,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:38.666 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.239s] 2019-01-03 20:13:38,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:38.815 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.149s] 2019-01-03 20:13:38,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:38.973 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.158s] 2019-01-03 20:13:39,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.128 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.154s] 2019-01-03 20:13:39,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.279 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.151s] 2019-01-03 20:13:39,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.288 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.008s] 2019-01-03 20:13:39,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.441 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.152s] 2019-01-03 20:13:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.652 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.210s] 2019-01-03 20:13:39,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:39.810 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.157s] 2019-01-03 20:13:43,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:43.159 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [3.257s] 2019-01-03 20:13:44,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:44.304 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [48.153s] 2019-01-03 20:13:47,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:47.122 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.874s] 2019-01-03 20:13:52,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:52.749 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.154s] 2019-01-03 20:13:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:52.934 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.185s] 2019-01-03 20:13:54,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:54.308 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.373s] 2019-01-03 20:13:55,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:55.641 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [96.096s] 2019-01-03 20:13:55,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:55.744 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.435s] 2019-01-03 20:13:55,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:55.751 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2019-01-03 20:13:56,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:56.000 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.248s] 2019-01-03 20:13:56,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:56.014 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.014s] 2019-01-03 20:13:56,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:56.036 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.021s] 2019-01-03 20:13:57,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:57.638 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [97.790s] 2019-01-03 20:13:58,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:58.677 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.034s] 2019-01-03 20:13:58,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:58.680 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [89.129s] 2019-01-03 20:13:59,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:59.388 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [12.266s] 2019-01-03 20:13:59,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:59.424 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.163s] 2019-01-03 20:13:59,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:13:59.656 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.232s] 2019-01-03 20:14:02,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:02.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [6.997s] 2019-01-03 20:14:05,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:05.148 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.804s] 2019-01-03 20:14:05,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:05.186 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.652s] 2019-01-03 20:14:05,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:05.795 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.609s] 2019-01-03 20:14:06,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:06.855 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.707s] 2019-01-03 20:14:07,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:07.775 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]. 2019-01-03 20:14:08,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:08.140 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.541s] 2019-01-03 20:14:08,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:08.604 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.462s] 2019-01-03 20:14:09,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:09.056 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.451s] 2019-01-03 20:14:09,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:09.292 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [10.618s] 2019-01-03 20:14:09,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:09.440 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.384s] 2019-01-03 20:14:09,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:09.828 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.387s] 2019-01-03 20:14:10,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:10.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [96.797s] 2019-01-03 20:14:11,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:11.033 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [11.643s] 2019-01-03 20:14:11,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:11.244 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.909s] 2019-01-03 20:14:11,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:11.457 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [4.601s] 2019-01-03 20:14:12,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:12.272 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.472s] 2019-01-03 20:14:13,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:13.448 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.414s] 2019-01-03 20:14:13,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:13.737 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.466s] 2019-01-03 20:14:15,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:15.239 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.780s] 2019-01-03 20:14:15,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:15.678 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.101s] 2019-01-03 20:14:17,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:17.644 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.905s] 2019-01-03 20:14:18,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:18.576 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.750s] 2019-01-03 20:14:18,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:18.791 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.215s] 2019-01-03 20:14:18,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:18.838 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.600s] 2019-01-03 20:14:18,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:18.889 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.154s] 2019-01-03 20:14:21,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:21.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.910s] 2019-01-03 20:14:21,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:21.867 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.508s] 2019-01-03 20:14:22,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.196 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.329s] 2019-01-03 20:14:22,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.499 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.302s] 2019-01-03 20:14:22,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.568 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.068s] 2019-01-03 20:14:22,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.662 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2019-01-03 20:14:22,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.663 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2019-01-03 20:14:22,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.664 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2019-01-03 20:14:22,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:22.786 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.218s] 2019-01-03 20:14:23,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:23.263 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.477s] 2019-01-03 20:14:23,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:23.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2019-01-03 20:14:23,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:23.423 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.063s] 2019-01-03 20:14:23,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:23.502 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.078s] 2019-01-03 20:14:24,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:24.220 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [13.839s] 2019-01-03 20:14:24,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:24.942 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.725s] 2019-01-03 20:14:26,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:26.536 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.421s] 2019-01-03 20:14:29,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:29.931 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.201s] 2019-01-03 20:14:29,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:29.946 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]. 2019-01-03 20:14:29,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:29.949 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:14:30,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:30.019 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.096s] 2019-01-03 20:14:30,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:30.380 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:14:30,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:30.873 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.853s] 2019-01-03 20:14:33,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:33.757 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [10.254s] 2019-01-03 20:14:33,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:33.898 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [145.173s] 2019-01-03 20:14:33,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:33.899 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-03 20:14:37,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:37.579 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.516s] 2019-01-03 20:14:37,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:37.839 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.259s] 2019-01-03 20:14:38,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:38.198 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.072s] 2019-01-03 20:14:38,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:38.277 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.079s] 2019-01-03 20:14:38,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:38.374 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.535s] 2019-01-03 20:14:38,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:38.928 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.552s] 2019-01-03 20:14:39,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.328 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.400s] 2019-01-03 20:14:39,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.404 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.075s] 2019-01-03 20:14:39,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.560 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.155s] 2019-01-03 20:14:39,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.629 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.068s] 2019-01-03 20:14:39,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.697 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2019-01-03 20:14:39,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.762 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.065s] 2019-01-03 20:14:39,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:39.826 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.063s] 2019-01-03 20:14:41,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:41.770 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [3.492s] 2019-01-03 20:14:41,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:41.942 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [7.666s] 2019-01-03 20:14:42,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:42.025 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.085s] 2019-01-03 20:14:42,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:42.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [5.219s] 2019-01-03 20:14:42,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:42.554 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.785s] 2019-01-03 20:14:42,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:42.954 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.054s] 2019-01-03 20:14:45,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:45.632 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.677s] 2019-01-03 20:14:46,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:46.008 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.483s] 2019-01-03 20:14:46,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:46.131 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [9.454s] 2019-01-03 20:14:46,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:46.897 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [21.498s] 2019-01-03 20:14:47,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:47.080 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.447s] 2019-01-03 20:14:48,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:48.134 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.052s] 2019-01-03 20:14:48,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:48.606 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 [2.596s] 2019-01-03 20:14:49,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:49.534 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.783s] 2019-01-03 20:14:49,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:49.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.187s] 2019-01-03 20:14:49,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:49.963 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.241s] 2019-01-03 20:14:49,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:49.997 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.034s] 2019-01-03 20:14:50,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.040 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.904s] 2019-01-03 20:14:50,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.182 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.184s] 2019-01-03 20:14:50,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.437 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.254s] 2019-01-03 20:14:50,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.494 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-03 20:14:50,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.610 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.173s] 2019-01-03 20:14:50,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.796 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.185s] 2019-01-03 20:14:50,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:50.979 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.182s] 2019-01-03 20:14:51,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:51.159 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.179s] 2019-01-03 20:14:52,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:52.468 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.429s] 2019-01-03 20:14:52,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:52.548 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 [3.942s] 2019-01-03 20:14:53,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:53.277 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [44.775s] 2019-01-03 20:14:55,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.034 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2019-01-03 20:14:55,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.365 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.279s] 2019-01-03 20:14:55,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.438 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.074s] 2019-01-03 20:14:55,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.507 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.067s] 2019-01-03 20:14:55,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.569 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.061s] 2019-01-03 20:14:55,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:55.642 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.073s] 2019-01-03 20:14:57,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:14:57.875 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.326s] 2019-01-03 20:15:03,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.711 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2019-01-03 20:15:03,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.716 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2019-01-03 20:15:03,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.719 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-03 20:15:03,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.721 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 20:15:03,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.723 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]. 2019-01-03 20:15:03,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:03.724 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2019-01-03 20:15:05,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:05.957 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [7.383s] 2019-01-03 20:15:06,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:06.139 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [89.627s] 2019-01-03 20:15:07,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:07.022 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [104.791s] 2019-01-03 20:15:09,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:09.450 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.491s] 2019-01-03 20:15:09,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:09.461 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.101s] 2019-01-03 20:15:09,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:09.994 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [23.091s] 2019-01-03 20:15:11,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:11.423 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.961s] 2019-01-03 20:15:12,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:12.686 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [9.980s] 2019-01-03 20:15:13,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:13.473 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [4.024s] 2019-01-03 20:15:13,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:13.677 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.063s] 2019-01-03 20:15:13,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:13.886 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.209s] 2019-01-03 20:15:14,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:14.095 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.208s] 2019-01-03 20:15:17,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:17.453 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.980s] 2019-01-03 20:15:18,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:18.869 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [17.345s] 2019-01-03 20:15:20,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:20.731 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.403s] 2019-01-03 20:15:21,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:21.381 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [7.282s] 2019-01-03 20:15:21,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:21.779 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.092s] 2019-01-03 20:15:26,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:26.598 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.973s] 2019-01-03 20:15:26,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:26.975 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.376s] 2019-01-03 20:15:27,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:27.455 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.480s] 2019-01-03 20:15:28,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:28.637 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.180s] 2019-01-03 20:15:28,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:28.784 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [8.054s] 2019-01-03 20:15:29,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:29.295 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.657s] 2019-01-03 20:15:30,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:30.048 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.753s] 2019-01-03 20:15:30,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:30.457 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.073s] 2019-01-03 20:15:30,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:30.494 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.039s] 2019-01-03 20:15:30,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:30.832 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.837s] 2019-01-03 20:15:31,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:31.341 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.292s] 2019-01-03 20:15:32,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:32.066 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.466s] 2019-01-03 20:15:34,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:34.112 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [3.617s] 2019-01-03 20:15:34,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:34.992 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.120s] 2019-01-03 20:15:35,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:35.544 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [13.764s] 2019-01-03 20:15:35,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:35.921 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 2019-01-03 20:15:37,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:37.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [72.416s] 2019-01-03 20:15:37,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:37.898 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [9.112s] 2019-01-03 20:15:41,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:41.945 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.184s] 2019-01-03 20:15:42,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:42.184 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.240s] 2019-01-03 20:15:42,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:42.646 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.022s] 2019-01-03 20:15:43,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:43.408 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [7.863s] 2019-01-03 20:15:43,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:43.632 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.446s] 2019-01-03 20:15:44,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:44.339 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [12.271s] 2019-01-03 20:15:44,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:44.666 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.766s] 2019-01-03 20:15:45,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:45.627 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2019-01-03 20:15:45,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:45.737 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [8.358s] 2019-01-03 20:15:46,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:46.545 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.137s] 2019-01-03 20:15:47,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:47.634 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.002s] 2019-01-03 20:15:47,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:47.966 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.318s] 2019-01-03 20:15:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:50.204 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.568s] 2019-01-03 20:15:50,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:50.384 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [70.541s] 2019-01-03 20:15:50,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:50.398 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2019-01-03 20:15:50,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:50.418 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.214s] 2019-01-03 20:15:50,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:50.500 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.081s] 2019-01-03 20:15:51,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:51.398 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.996s] 2019-01-03 20:15:51,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:51.400 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2019-01-03 20:15:51,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:51.704 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.305s] 2019-01-03 20:15:51,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:51.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.155s] 2019-01-03 20:15:52,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:15:52.568 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.900s] 2019-01-03 20:16:03,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:03.069 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [18.729s] 2019-01-03 20:16:04,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:04.007 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [11.436s] 2019-01-03 20:16:04,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:04.481 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.138s] 2019-01-03 20:16:08,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:08.862 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.313s] 2019-01-03 20:16:08,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:08.871 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.431s] 2019-01-03 20:16:08,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:08.873 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-03 20:16:08,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:08.920 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.063s] 2019-01-03 20:16:13,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:13.329 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2019-01-03 20:16:13,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:13.331 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2019-01-03 20:16:13,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:13.332 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2019-01-03 20:16:13,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:13.607 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [9.442s] 2019-01-03 20:16:13,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:13.742 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.135s] 2019-01-03 20:16:14,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:14.079 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [9.597s] 2019-01-03 20:16:14,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:14.135 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2019-01-03 20:16:14,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:14.184 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.441s] 2019-01-03 20:16:14,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:14.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [28.390s] 2019-01-03 20:16:14,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:14.993 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2019-01-03 20:16:15,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:15.056 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.062s] 2019-01-03 20:16:16,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:16.294 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [27.667s] 2019-01-03 20:16:16,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:16.295 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 2019-01-03 20:16:17,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:17.681 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.087s] 2019-01-03 20:16:17,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:17.758 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2019-01-03 20:16:17,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:17.841 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2019-01-03 20:16:17,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:17.849 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2019-01-03 20:16:19,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:19.806 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:16:20,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:20.631 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.340s] 2019-01-03 20:16:20,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:20.837 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.206s] 2019-01-03 20:16:22,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:22.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [8.022s] 2019-01-03 20:16:24,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:24.002 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.898s] 2019-01-03 20:16:24,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:24.789 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.787s] 2019-01-03 20:16:25,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:25.003 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.175s] 2019-01-03 20:16:25,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:25.017 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.175s] 2019-01-03 20:16:25,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:25.898 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.792s] 2019-01-03 20:16:26,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:26.071 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.281s] 2019-01-03 20:16:26,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:26.186 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [80.028s] 2019-01-03 20:16:26,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:26.341 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.441s] 2019-01-03 20:16:27,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:27.556 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.217s] 2019-01-03 20:16:27,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:27.575 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.503s] 2019-01-03 20:16:28,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:28.009 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [4.646s] 2019-01-03 20:16:28,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:28.011 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. 2019-01-03 20:16:28,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:28.377 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [13.319s] 2019-01-03 20:16:28,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:28.638 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.632s] 2019-01-03 20:16:28,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:28.766 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.190s] 2019-01-03 20:16:30,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:30.483 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.715s] 2019-01-03 20:16:31,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:31.233 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [97.935s] 2019-01-03 20:16:31,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:31.405 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.572s] 2019-01-03 20:16:31,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:31.666 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [3.027s] 2019-01-03 20:16:32,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:32.111 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.705s] 2019-01-03 20:16:32,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:32.417 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.934s] 2019-01-03 20:16:32,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:32.971 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.554s] 2019-01-03 20:16:33,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:33.599 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.026s] 2019-01-03 20:16:33,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:33.610 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.638s] 2019-01-03 20:16:33,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:33.984 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.871s] 2019-01-03 20:16:34,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:34.234 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.567s] 2019-01-03 20:16:34,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:34.541 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.929s] 2019-01-03 20:16:35,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:35.430 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.889s] 2019-01-03 20:16:35,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:35.893 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.462s] 2019-01-03 20:16:36,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:36.663 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.770s] 2019-01-03 20:16:36,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:36.708 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2019-01-03 20:16:37,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:37.352 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2019-01-03 20:16:37,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:37.356 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.116s] 2019-01-03 20:16:37,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:37.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.858s] 2019-01-03 20:16:37,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:37.847 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.190s] 2019-01-03 20:16:37,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:37.896 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.049s] 2019-01-03 20:16:38,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:38.495 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.971s] 2019-01-03 20:16:38,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:38.732 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.237s] 2019-01-03 20:16:39,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.062 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.164s] 2019-01-03 20:16:39,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.072 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.010s] 2019-01-03 20:16:39,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.118 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.045s] 2019-01-03 20:16:39,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.130 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2019-01-03 20:16:39,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.223 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.090s] 2019-01-03 20:16:39,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:39.272 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.050s] 2019-01-03 20:16:45,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:45.149 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.959s] 2019-01-03 20:16:46,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:46.093 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [6.625s] 2019-01-03 20:16:46,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:46.277 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [7.541s] 2019-01-03 20:16:46,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:46.278 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 2019-01-03 20:16:46,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:46.522 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [9.167s] 2019-01-03 20:16:46,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:46.718 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.442s] 2019-01-03 20:16:47,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:47.203 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.484s] 2019-01-03 20:16:47,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:47.462 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.258s] 2019-01-03 20:16:47,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:47.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.245s] 2019-01-03 20:16:47,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:47.770 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.168s] 2019-01-03 20:16:48,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:48.125 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.417s] 2019-01-03 20:16:48,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:48.680 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.554s] 2019-01-03 20:16:49,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:49.374 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.692s] 2019-01-03 20:16:50,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.065 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.690s] 2019-01-03 20:16:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.194 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.670s] 2019-01-03 20:16:50,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [21.981s] 2019-01-03 20:16:50,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.383 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.318s] 2019-01-03 20:16:50,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.468 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.097s] 2019-01-03 20:16:50,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.478 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2019-01-03 20:16:50,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.624 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.145s] 2019-01-03 20:16:50,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.633 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.009s] 2019-01-03 20:16:50,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.642 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.009s] 2019-01-03 20:16:50,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.673 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2019-01-03 20:16:50,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.736 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2019-01-03 20:16:50,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.802 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.065s] 2019-01-03 20:16:50,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.438s] 2019-01-03 20:16:50,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.961 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.160s] 2019-01-03 20:16:50,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:50.974 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.012s] 2019-01-03 20:16:51,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:51.047 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.073s] 2019-01-03 20:16:51,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:51.371 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.548s] 2019-01-03 20:16:51,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:51.797 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.603s] 2019-01-03 20:16:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:51.905 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [1.545s] 2019-01-03 20:16:52,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.014 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.641s] 2019-01-03 20:16:52,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.016 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. 2019-01-03 20:16:52,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2019-01-03 20:16:52,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.118 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.214s] 2019-01-03 20:16:52,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.270 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.255s] 2019-01-03 20:16:52,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:52.753 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.482s] 2019-01-03 20:16:55,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:55.585 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]. 2019-01-03 20:16:55,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:55.853 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.054s] 2019-01-03 20:16:56,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:56.502 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.176s] 2019-01-03 20:16:56,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:56.675 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.172s] 2019-01-03 20:16:56,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:56.713 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.037s] 2019-01-03 20:16:56,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:56.870 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.372s] 2019-01-03 20:16:58,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.298 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.584s] 2019-01-03 20:16:58,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.446 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [2.592s] 2019-01-03 20:16:58,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.469 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2019-01-03 20:16:58,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.494 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.023s] 2019-01-03 20:16:58,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.507 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.209s] 2019-01-03 20:16:58,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:16:58.701 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.207s] 2019-01-03 20:17:01,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:01.518 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-03 20:17:01,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:01.520 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2019-01-03 20:17:01,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:01.522 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]. 2019-01-03 20:17:01,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:01.567 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [8.812s] 2019-01-03 20:17:01,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:01.838 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.272s] 2019-01-03 20:17:02,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:02.273 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.434s] 2019-01-03 20:17:02,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:02.276 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. 2019-01-03 20:17:02,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:02.276 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. 2019-01-03 20:17:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:02.372 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.853s] 2019-01-03 20:17:02,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:02.683 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.408s] 2019-01-03 20:17:03,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:03.115 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.432s] 2019-01-03 20:17:03,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:03.489 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.373s] 2019-01-03 20:17:05,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:05.289 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [77.299s] 2019-01-03 20:17:05,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:05.381 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.073s] 2019-01-03 20:17:05,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:05.393 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2019-01-03 20:17:06,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:06.884 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.257s] 2019-01-03 20:17:06,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:06.903 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.019s] 2019-01-03 20:17:07,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:07.786 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [15.665s] 2019-01-03 20:17:08,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:08.601 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [11.729s] 2019-01-03 20:17:09,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:09.092 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.500s] 2019-01-03 20:17:09,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:09.464 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2019-01-03 20:17:16,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:16.147 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-03 20:17:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.416 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.185s] 2019-01-03 20:17:18,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.428 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2019-01-03 20:17:18,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.442 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.014s] 2019-01-03 20:17:18,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.772 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [5.078s] 2019-01-03 20:17:18,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.795 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.352s] 2019-01-03 20:17:18,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.806 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2019-01-03 20:17:18,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.818 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2019-01-03 20:17:18,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.867 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.137s] 2019-01-03 20:17:18,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:18.903 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [10.302s] 2019-01-03 20:17:19,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:19.168 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [17.811s] 2019-01-03 20:17:19,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:19.219 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [47.979s] 2019-01-03 20:17:19,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:19.264 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.444s] 2019-01-03 20:17:19,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:19.731 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.467s] 2019-01-03 20:17:20,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:20.212 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.869s] 2019-01-03 20:17:20,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:20.213 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. 2019-01-03 20:17:21,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:21.058 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2019-01-03 20:17:21,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:21.548 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.704s] 2019-01-03 20:17:21,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:21.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2019-01-03 20:17:21,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:21.777 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.565s] 2019-01-03 20:17:22,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:22.153 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:17:22,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:22.336 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.562s] 2019-01-03 20:17:23,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:23.231 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.348s] 2019-01-03 20:17:23,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:23.401 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.234s] 2019-01-03 20:17:24,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:24.200 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2019-01-03 20:17:24,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:24.498 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.162s] 2019-01-03 20:17:25,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:25.691 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [17.902s] 2019-01-03 20:17:26,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:26.687 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [7.783s] 2019-01-03 20:17:28,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:28.648 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.149s] 2019-01-03 20:17:28,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:28.976 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.401s] 2019-01-03 20:17:28,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:28.998 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.022s] 2019-01-03 20:17:29,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.017 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2019-01-03 20:17:29,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.398 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.379s] 2019-01-03 20:17:29,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.420 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [6.020s] 2019-01-03 20:17:29,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.574 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.153s] 2019-01-03 20:17:29,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.755 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.180s] 2019-01-03 20:17:29,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:29.936 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.181s] 2019-01-03 20:17:30,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.128 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.191s] 2019-01-03 20:17:30,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.283 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2019-01-03 20:17:30,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.445 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2019-01-03 20:17:30,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.640 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.194s] 2019-01-03 20:17:30,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.813 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.173s] 2019-01-03 20:17:30,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.823 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.010s] 2019-01-03 20:17:30,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.856 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.033s] 2019-01-03 20:17:30,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.920 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.519s] 2019-01-03 20:17:30,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.937 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2019-01-03 20:17:30,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.966 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.029s] 2019-01-03 20:17:30,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.979 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.012s] 2019-01-03 20:17:30,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:30.990 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2019-01-03 20:17:31,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.019 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.029s] 2019-01-03 20:17:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.030 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2019-01-03 20:17:31,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.042 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2019-01-03 20:17:31,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.046 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.189s] 2019-01-03 20:17:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.141 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [11.921s] 2019-01-03 20:17:31,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.196 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.150s] 2019-01-03 20:17:31,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.243 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2019-01-03 20:17:31,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.290 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2019-01-03 20:17:31,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.524 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.234s] 2019-01-03 20:17:31,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:31.761 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.235s] 2019-01-03 20:17:32,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:32.772 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.011s] 2019-01-03 20:17:32,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:32.808 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.036s] 2019-01-03 20:17:32,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:32.844 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.035s] 2019-01-03 20:17:33,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.014 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.170s] 2019-01-03 20:17:33,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.203 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.188s] 2019-01-03 20:17:33,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.391 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.187s] 2019-01-03 20:17:33,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.561 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.170s] 2019-01-03 20:17:33,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.603 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.041s] 2019-01-03 20:17:33,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.785 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.181s] 2019-01-03 20:17:33,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:33.817 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.032s] 2019-01-03 20:17:34,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.008 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.190s] 2019-01-03 20:17:34,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.197 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.188s] 2019-01-03 20:17:34,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.230 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2019-01-03 20:17:34,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.821 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.133s] 2019-01-03 20:17:34,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.946 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 [4.016s] 2019-01-03 20:17:34,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:34.961 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [7.848s] 2019-01-03 20:17:37,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:37.126 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.306s] 2019-01-03 20:17:38,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:38.333 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.448s] 2019-01-03 20:17:38,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:38.334 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2019-01-03 20:17:38,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:38.872 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [3.924s] 2019-01-03 20:17:44,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:44.003 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [5.130s] 2019-01-03 20:17:45,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:45.338 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2019-01-03 20:17:45,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:45.563 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.077s] 2019-01-03 20:17:47,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:47.979 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.164s] 2019-01-03 20:17:47,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:47.987 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2019-01-03 20:17:48,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:48.117 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.108s] 2019-01-03 20:17:48,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:48.333 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.345s] 2019-01-03 20:17:48,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:48.653 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.318s] 2019-01-03 20:17:48,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:48.918 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.266s] 2019-01-03 20:17:48,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:48.949 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.031s] 2019-01-03 20:17:49,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.001 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.050s] 2019-01-03 20:17:49,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.052 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.051s] 2019-01-03 20:17:49,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.309 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.256s] 2019-01-03 20:17:49,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.376 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.066s] 2019-01-03 20:17:49,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.667 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.290s] 2019-01-03 20:17:49,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.717 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.049s] 2019-01-03 20:17:49,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.758 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.042s] 2019-01-03 20:17:49,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:49.815 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.056s] 2019-01-03 20:17:50,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:50.054 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.332s] 2019-01-03 20:17:50,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:50.055 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.237s] 2019-01-03 20:17:50,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:50.106 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.265s] 2019-01-03 20:17:50,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:50.854 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [5.290s] 2019-01-03 20:17:51,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:51.267 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.213s] 2019-01-03 20:17:51,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:51.340 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.074s] 2019-01-03 20:17:51,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:51.982 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.642s] 2019-01-03 20:17:52,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:52.162 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [21.955s] 2019-01-03 20:17:55,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:55.357 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.251s] 2019-01-03 20:17:58,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:58.124 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.767s] 2019-01-03 20:17:58,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:58.492 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]. 2019-01-03 20:17:58,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:58.841 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.942s] 2019-01-03 20:17:59,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:17:59.593 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.750s] 2019-01-03 20:18:00,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:00.278 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.423s] 2019-01-03 20:18:01,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:01.685 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.048s] 2019-01-03 20:18:01,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:01.781 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.187s] 2019-01-03 20:18:03,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:03.744 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.964s] 2019-01-03 20:18:03,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:03.771 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.610s] 2019-01-03 20:18:04,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:04.019 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.693s] 2019-01-03 20:18:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:06.289 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [4.483s] 2019-01-03 20:18:09,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:09.445 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [9.166s] 2019-01-03 20:18:13,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:13.172 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2019-01-03 20:18:15,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:15.573 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.798s] 2019-01-03 20:18:15,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:15.577 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2019-01-03 20:18:17,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:17.255 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.809s] 2019-01-03 20:18:19,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:19.456 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [3.416s] 2019-01-03 20:18:19,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:19.955 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.437s] 2019-01-03 20:18:19,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:19.962 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.007s] 2019-01-03 20:18:20,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:20.137 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.174s] 2019-01-03 20:18:20,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:20.919 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.461s] 2019-01-03 20:18:22,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:22.525 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.950s] 2019-01-03 20:18:22,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:22.980 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.724s] 2019-01-03 20:18:23,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:23.273 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.134s] 2019-01-03 20:18:23,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:23.360 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.021s] 2019-01-03 20:18:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:24.434 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.515s] 2019-01-03 20:18:25,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:25.234 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.874s] 2019-01-03 20:18:25,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:25.624 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.286s] 2019-01-03 20:18:25,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:25.812 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.187s] 2019-01-03 20:18:25,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:25.988 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.176s] 2019-01-03 20:18:26,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:26.182 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.909s] 2019-01-03 20:18:26,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:26.313 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.608s] 2019-01-03 20:18:26,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:26.871 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.882s] 2019-01-03 20:18:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:26.915 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.480s] 2019-01-03 20:18:27,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:27.311 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.438s] 2019-01-03 20:18:28,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.100 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.789s] 2019-01-03 20:18:28,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.139 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2019-01-03 20:18:28,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.334 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.194s] 2019-01-03 20:18:28,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.422 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.240s] 2019-01-03 20:18:28,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.609 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.274s] 2019-01-03 20:18:28,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:28.884 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.275s] 2019-01-03 20:18:29,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:29.117 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.232s] 2019-01-03 20:18:29,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:29.346 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.228s] 2019-01-03 20:18:29,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:29.684 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.337s] 2019-01-03 20:18:29,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:29.929 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.243s] 2019-01-03 20:18:30,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:30.088 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [7.108s] 2019-01-03 20:18:30,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:30.153 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.224s] 2019-01-03 20:18:30,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:30.206 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.052s] 2019-01-03 20:18:30,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:30.256 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2019-01-03 20:18:30,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:30.460 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.204s] 2019-01-03 20:18:31,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:31.096 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [85.787s] 2019-01-03 20:18:31,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:31.141 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.051s] 2019-01-03 20:18:31,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:31.192 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.051s] 2019-01-03 20:18:31,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:31.768 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.210s] 2019-01-03 20:18:32,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:32.146 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [9.621s] 2019-01-03 20:18:35,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:35.953 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [9.636s] 2019-01-03 20:18:37,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:37.247 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [7.158s] 2019-01-03 20:18:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:37.956 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.155s] 2019-01-03 20:18:37,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:37.979 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.022s] 2019-01-03 20:18:38,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:38.734 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.781s] 2019-01-03 20:18:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:39.006 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.467s] 2019-01-03 20:18:41,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:41.807 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.072s] 2019-01-03 20:18:44,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:44.711 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.904s] 2019-01-03 20:18:45,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:45.494 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.725s] 2019-01-03 20:18:45,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:45.839 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]. 2019-01-03 20:18:47,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:47.396 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.606s] 2019-01-03 20:18:52,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:52.511 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.882s] 2019-01-03 20:18:53,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:53.539 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [49.965s] 2019-01-03 20:18:53,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:53.569 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.059s] 2019-01-03 20:18:54,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:54.310 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.919s] 2019-01-03 20:18:54,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:54.457 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [1.867s] 2019-01-03 20:18:55,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:55.056 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]. 2019-01-03 20:18:55,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:55.058 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:18:55,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:55.068 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.572s] 2019-01-03 20:18:55,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:55.071 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2019-01-03 20:18:56,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:56.842 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2019-01-03 20:18:57,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:57.474 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.164s] 2019-01-03 20:18:58,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:18:58.616 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [4.410s] 2019-01-03 20:19:00,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:00.576 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.506s] 2019-01-03 20:19:00,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:00.790 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.315s] 2019-01-03 20:19:01,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:01.185 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.100s] 2019-01-03 20:19:02,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:02.144 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.959s] 2019-01-03 20:19:03,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:03.738 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [31.587s] 2019-01-03 20:19:05,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:05.426 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.692s] 2019-01-03 20:19:06,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:06.089 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.298s] 2019-01-03 20:19:06,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:06.734 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.485s] 2019-01-03 20:19:08,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:08.872 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [8.295s] 2019-01-03 20:19:12,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:12.588 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.312s] 2019-01-03 20:19:14,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:14.300 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.100s] 2019-01-03 20:19:14,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:14.395 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.095s] 2019-01-03 20:19:14,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:14.515 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.119s] 2019-01-03 20:19:14,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:14.616 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.101s] 2019-01-03 20:19:14,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:14.736 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.119s] 2019-01-03 20:19:16,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:16.394 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.806s] 2019-01-03 20:19:16,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:16.856 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [7.125s] 2019-01-03 20:19:17,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:17.127 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.092s] 2019-01-03 20:19:19,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:19.887 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.492s] 2019-01-03 20:19:23,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:23.247 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.118s] 2019-01-03 20:19:23,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:23.385 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.528s] 2019-01-03 20:19:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:24.804 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.916s] 2019-01-03 20:19:25,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:25.144 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.759s] 2019-01-03 20:19:25,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:25.948 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.878s] 2019-01-03 20:19:26,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:26.544 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [33.003s] 2019-01-03 20:19:29,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:29.897 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.946s] 2019-01-03 20:19:29,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:29.898 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. 2019-01-03 20:19:31,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:31.056 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.850s] 2019-01-03 20:19:31,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:31.395 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [6.249s] 2019-01-03 20:19:32,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:32.500 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.253s] 2019-01-03 20:19:33,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:33.026 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.130s] 2019-01-03 20:19:33,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:33.318 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.923s] 2019-01-03 20:19:34,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:34.733 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.706s] 2019-01-03 20:19:35,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:35.322 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [26.446s] 2019-01-03 20:19:35,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:35.960 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.903s] 2019-01-03 20:19:36,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:36.894 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.576s] 2019-01-03 20:19:37,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:37.288 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.498s] 2019-01-03 20:19:38,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:38.202 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.883s] 2019-01-03 20:19:39,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:39.140 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.851s] 2019-01-03 20:19:40,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:40.002 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.678s] 2019-01-03 20:19:40,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:40.338 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. 2019-01-03 20:19:40,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:40.339 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2019-01-03 20:19:40,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:40.818 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.817s] 2019-01-03 20:19:41,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:41.500 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.681s] 2019-01-03 20:19:42,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:42.831 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.869s] 2019-01-03 20:19:44,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:44.465 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2019-01-03 20:19:44,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:44.907 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.704s] 2019-01-03 20:19:46,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:46.244 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.099s] 2019-01-03 20:19:47,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:47.395 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.143s] 2019-01-03 20:19:47,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:47.534 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.194s] 2019-01-03 20:19:48,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:48.648 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.817s] 2019-01-03 20:19:48,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:48.669 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.428s] 2019-01-03 20:19:48,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:48.743 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.201s] 2019-01-03 20:19:48,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:48.917 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.173s] 2019-01-03 20:19:49,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:49.081 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.163s] 2019-01-03 20:19:50,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:50.399 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2019-01-03 20:19:50,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:50.575 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.667s] 2019-01-03 20:19:52,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:52.854 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.182s] 2019-01-03 20:19:52,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:52.985 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.902s] 2019-01-03 20:19:53,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:53.225 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.241s] 2019-01-03 20:19:54,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:54.325 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.748s] 2019-01-03 20:19:55,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:55.155 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.301s] 2019-01-03 20:19:55,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:55.818 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.423s] 2019-01-03 20:19:55,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:55.915 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [14.409s] 2019-01-03 20:19:55,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:55.954 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.043s] 2019-01-03 20:19:56,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:56.022 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.068s] 2019-01-03 20:19:59,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:59.006 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2019-01-03 20:19:59,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:59.006 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:19:59,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:59.478 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.318s] 2019-01-03 20:19:59,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:19:59.524 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2019-01-03 20:20:01,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:01.446 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]. 2019-01-03 20:20:01,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:01.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [12.831s] 2019-01-03 20:20:01,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:01.621 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.295s] 2019-01-03 20:20:03,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:03.368 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.745s] 2019-01-03 20:20:03,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:03.444 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.674s] 2019-01-03 20:20:04,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:04.025 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.580s] 2019-01-03 20:20:04,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:04.625 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [258.873s] 2019-01-03 20:20:04,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:04.690 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.871s] 2019-01-03 20:20:05,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:05.397 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.370s] 2019-01-03 20:20:05,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:05.661 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.312s] 2019-01-03 20:20:05,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:05.872 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.211s] 2019-01-03 20:20:06,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:06.453 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.832s]: Skipped until Bug: 1014647 is resolved. 2019-01-03 20:20:08,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:08.361 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.670s] 2019-01-03 20:20:08,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:08.489 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.121s] 2019-01-03 20:20:08,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:08.647 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.158s] 2019-01-03 20:20:08,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:08.965 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.076s] 2019-01-03 20:20:09,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.117 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.468s] 2019-01-03 20:20:09,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.160 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.195s] 2019-01-03 20:20:09,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.249 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.129s] 2019-01-03 20:20:09,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.250 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 [3.504s] 2019-01-03 20:20:09,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.412 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2019-01-03 20:20:09,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.462 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.215s] 2019-01-03 20:20:09,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.557 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.095s] 2019-01-03 20:20:09,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.692 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2019-01-03 20:20:09,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.749 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.191s] 2019-01-03 20:20:09,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.838 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.089s] 2019-01-03 20:20:09,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.906 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.067s] 2019-01-03 20:20:09,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:09.978 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.072s] 2019-01-03 20:20:11,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:11.263 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.901s] 2019-01-03 20:20:12,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:12.696 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.328s] 2019-01-03 20:20:13,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:13.443 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.746s] 2019-01-03 20:20:16,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:16.230 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.980s] 2019-01-03 20:20:16,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:16.677 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 20:20:17,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:16.999 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.019s] 2019-01-03 20:20:19,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:19.608 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.998s] 2019-01-03 20:20:20,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:20.453 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.185s] 2019-01-03 20:20:20,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:20.882 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.429s] 2019-01-03 20:20:20,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:20.913 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.304s] 2019-01-03 20:20:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:22.183 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.269s] 2019-01-03 20:20:22,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:22.916 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.516s] 2019-01-03 20:20:25,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:25.395 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.478s] 2019-01-03 20:20:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:25.723 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 2019-01-03 20:20:27,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:27.285 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.019s] 2019-01-03 20:20:27,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:27.492 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2019-01-03 20:20:27,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:27.580 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.088s] 2019-01-03 20:20:28,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:28.527 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.863s] 2019-01-03 20:20:30,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:30.771 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.243s] 2019-01-03 20:20:31,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:31.634 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [6.234s] 2019-01-03 20:20:33,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:33.178 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-03 20:20:33,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:33.179 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2019-01-03 20:20:33,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:33.438 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.807s] 2019-01-03 20:20:33,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:33.473 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [5.070s] 2019-01-03 20:20:34,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:34.126 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.653s] 2019-01-03 20:20:36,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:36.118 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.990s] 2019-01-03 20:20:36,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:36.301 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.183s] 2019-01-03 20:20:36,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:36.983 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.682s] 2019-01-03 20:20:37,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:37.172 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.731s] 2019-01-03 20:20:37,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:37.972 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.390s] 2019-01-03 20:20:38,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:38.745 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.210s] 2019-01-03 20:20:39,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:39.388 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.217s] 2019-01-03 20:20:39,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:39.659 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-03 20:20:39,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:39.660 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2019-01-03 20:20:40,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:40.438 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.417s] 2019-01-03 20:20:41,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:41.912 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [1.472s] 2019-01-03 20:20:42,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:42.938 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.025s] 2019-01-03 20:20:43,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:43.393 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.002s] 2019-01-03 20:20:43,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:43.460 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2019-01-03 20:20:43,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:43.843 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.905s] 2019-01-03 20:20:44,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:44.031 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.187s] 2019-01-03 20:20:44,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:44.195 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.164s] 2019-01-03 20:20:44,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:44.836 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.640s] 2019-01-03 20:20:50,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:50.923 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.189s] 2019-01-03 20:20:51,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.107 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.183s] 2019-01-03 20:20:51,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.319 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.210s] 2019-01-03 20:20:51,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.517 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.544s] 2019-01-03 20:20:51,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.523 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.205s] 2019-01-03 20:20:51,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.724 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.200s] 2019-01-03 20:20:51,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.740 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.223s] 2019-01-03 20:20:51,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:51.982 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.257s] 2019-01-03 20:20:52,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.154 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.172s] 2019-01-03 20:20:52,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.324 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.582s] 2019-01-03 20:20:52,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.334 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.179s] 2019-01-03 20:20:52,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.528 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.193s] 2019-01-03 20:20:52,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.718 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.189s] 2019-01-03 20:20:52,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:52.924 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.205s] 2019-01-03 20:20:54,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:54.162 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.185s] 2019-01-03 20:20:55,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:55.329 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [16.585s] 2019-01-03 20:20:55,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:55.903 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.212s] 2019-01-03 20:20:56,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.143 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.239s] 2019-01-03 20:20:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.333 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.189s] 2019-01-03 20:20:56,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.379 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.046s] 2019-01-03 20:20:56,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.386 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.058s] 2019-01-03 20:20:56,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.569 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.189s] 2019-01-03 20:20:56,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.592 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.023s] 2019-01-03 20:20:56,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.614 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.022s] 2019-01-03 20:20:56,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.808 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.192s] 2019-01-03 20:20:56,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.844 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.036s] 2019-01-03 20:20:56,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:56.878 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.034s] 2019-01-03 20:20:57,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:57.102 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.715s] 2019-01-03 20:20:57,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:57.263 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.382s] 2019-01-03 20:20:57,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:57.672 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.409s] 2019-01-03 20:20:57,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:20:57.810 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.708s] 2019-01-03 20:21:00,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:00.115 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [24.724s] 2019-01-03 20:21:00,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:00.896 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.568s] 2019-01-03 20:21:01,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:01.108 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.212s] 2019-01-03 20:21:04,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:04.283 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [11.957s] 2019-01-03 20:21:05,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:05.603 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.460s] 2019-01-03 20:21:06,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:06.782 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.179s] 2019-01-03 20:21:18,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:18.431 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.149s] 2019-01-03 20:21:23,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:23.849 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [23.731s] 2019-01-03 20:21:26,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:26.834 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.792s] 2019-01-03 20:21:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:28.920 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [63.183s] 2019-01-03 20:21:31,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:31.184 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.337s] 2019-01-03 20:21:32,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:32.169 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.335s] 2019-01-03 20:21:34,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:34.000 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [163.342s] 2019-01-03 20:21:34,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:34.660 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [36.845s] 2019-01-03 20:21:36,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:36.356 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.334s] 2019-01-03 20:21:36,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:36.959 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.775s] 2019-01-03 20:21:39,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:39.251 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]. 2019-01-03 20:21:39,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:39.252 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]. 2019-01-03 20:21:40,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:40.119 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.766s] 2019-01-03 20:21:45,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:45.439 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.319s] 2019-01-03 20:21:46,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:46.555 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.363s] 2019-01-03 20:21:46,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:46.984 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [213.356s] 2019-01-03 20:21:49,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:49.762 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.322s] 2019-01-03 20:21:51,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:51.560 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.003s] 2019-01-03 20:21:54,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:54.032 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [13.362s] 2019-01-03 20:21:55,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:55.261 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.498s] 2019-01-03 20:21:55,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:21:55.553 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [18.590s] 2019-01-03 20:22:01,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:01.358 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2019-01-03 20:22:01,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:01.359 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]. 2019-01-03 20:22:01,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:01.360 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2019-01-03 20:22:02,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:02.096 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [8.065s] 2019-01-03 20:22:02,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:02.153 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [6.890s] 2019-01-03 20:22:03,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:03.877 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.167s] 2019-01-03 20:22:04,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:04.057 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.179s] 2019-01-03 20:22:04,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:04.222 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.164s] 2019-01-03 20:22:04,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:04.413 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.191s] 2019-01-03 20:22:04,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:04.580 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.166s] 2019-01-03 20:22:11,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:11.299 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [124.830s] 2019-01-03 20:22:13,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:13.027 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [258.963s] 2019-01-03 20:22:15,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:15.615 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [11.034s] 2019-01-03 20:22:32,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:32.965 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [45.972s] 2019-01-03 20:22:41,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:41.130 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [45.572s] 2019-01-03 20:22:44,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:44.054 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.928s] 2019-01-03 20:22:50,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:50.941 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.187s] 2019-01-03 20:22:51,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:51.687 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.747s] 2019-01-03 20:22:51,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:51.995 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.307s] 2019-01-03 20:22:52,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:52.443 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.447s] 2019-01-03 20:22:52,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:52.952 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.508s] 2019-01-03 20:22:54,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:54.022 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.069s] 2019-01-03 20:22:55,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:55.591 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.569s] 2019-01-03 20:22:55,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:55.941 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.884s] 2019-01-03 20:22:56,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:56.109 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.517s] 2019-01-03 20:22:56,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:56.718 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.609s] 2019-01-03 20:22:57,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:22:57.880 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [1.161s] 2019-01-03 20:23:00,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:00.939 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2019-01-03 20:23:06,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:06.276 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.828s] 2019-01-03 20:23:07,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:07.316 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.373s] 2019-01-03 20:23:12,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:12.923 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.606s] 2019-01-03 20:23:15,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:15.402 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.813s] 2019-01-03 20:23:27,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:27.500 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.840s] 2019-01-03 20:23:27,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:27.708 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.208s] 2019-01-03 20:23:29,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:29.368 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.659s] 2019-01-03 20:23:50,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:50.108 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [37.177s] 2019-01-03 20:23:50,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:50.286 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.733s] 2019-01-03 20:23:56,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:23:56.967 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.679s] 2019-01-03 20:24:01,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:01.816 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.849s] 2019-01-03 20:24:03,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:03.819 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.554s] 2019-01-03 20:24:04,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:04.189 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.370s] 2019-01-03 20:24:04,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:04.702 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.511s] 2019-01-03 20:24:05,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:05.616 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.800s] 2019-01-03 20:24:06,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:06.849 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.147s] 2019-01-03 20:24:09,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:09.283 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.433s] 2019-01-03 20:24:09,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:09.333 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.050s] 2019-01-03 20:24:09,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:09.537 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.202s] 2019-01-03 20:24:10,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:10.831 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.215s] 2019-01-03 20:24:14,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:14.543 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.523s] 2019-01-03 20:24:21,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:21.186 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.164s] 2019-01-03 20:24:23,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:23.528 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.340s] 2019-01-03 20:24:24,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:24.541 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.013s] 2019-01-03 20:24:25,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:25.407 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.865s] 2019-01-03 20:24:26,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:26.619 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.211s] 2019-01-03 20:24:28,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:28.636 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2019-01-03 20:24:29,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:29.276 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.655s] 2019-01-03 20:24:30,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:30.436 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2019-01-03 20:24:30,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:30.746 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.469s] 2019-01-03 20:24:30,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:30.875 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.130s] 2019-01-03 20:24:32,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:32.489 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-03 20:24:33,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:33.196 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.318s] 2019-01-03 20:24:33,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:33.320 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [141.988s] 2019-01-03 20:24:34,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:34.620 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.423s] 2019-01-03 20:24:35,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:35.272 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.652s] 2019-01-03 20:24:35,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:35.294 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2019-01-03 20:24:35,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:35.313 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.018s] 2019-01-03 20:24:35,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:35.331 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2019-01-03 20:24:36,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:36.874 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2019-01-03 20:24:36,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:36.875 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2019-01-03 20:24:36,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:36.877 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]. 2019-01-03 20:24:36,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:36.881 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2019-01-03 20:24:38,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:24:38.553 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2019-01-03 20:25:05,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:05.268 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [160.176s] 2019-01-03 20:25:07,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:07.730 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [29.166s] 2019-01-03 20:25:12,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:12.937 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.211s] 2019-01-03 20:25:19,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:19.628 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [230.691s] 2019-01-03 20:25:43,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:43.668 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [30.720s] 2019-01-03 20:25:50,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:50.468 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.933s] 2019-01-03 20:25:50,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:25:50.764 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.101s] 2019-01-03 20:26:19,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:26:19.327 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [241.637s] 2019-01-03 20:27:11,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:27:11.731 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [158.387s] 2019-01-03 20:27:20,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:27:20.385 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [8.654s] 2019-01-03 20:28:18,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:28:18.776 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [214.584s] 2019-01-03 20:28:36,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:28:36.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [75.931s] 2019-01-03 20:29:14,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:29:14.145 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [37.803s] 2019-01-03 20:29:44,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:29:44.848 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [30.696s] 2019-01-03 20:29:44,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:29:44.849 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2019-01-03 20:30:05,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:05.173 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [218.759s] 2019-01-03 20:30:09,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:09.298 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [24.446s] 2019-01-03 20:30:14,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:14.356 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.060s] 2019-01-03 20:30:35,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:35.305 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.266s] 2019-01-03 20:30:35,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:35.344 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2019-01-03 20:30:41,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:41.367 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.991s] 2019-01-03 20:30:50,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:50.416 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.257s] 2019-01-03 20:30:52,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:52.444 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:30:52,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:52.444 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 20:30:56,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:56.896 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.309s] 2019-01-03 20:30:57,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:30:57.285 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.389s] 2019-01-03 20:31:04,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:04.504 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.272s] 2019-01-03 20:31:04,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:04.976 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.471s] 2019-01-03 20:31:05,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:05.608 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.631s] 2019-01-03 20:31:05,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:05.675 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.067s] 2019-01-03 20:31:05,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:05.723 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.048s] 2019-01-03 20:31:05,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:05.794 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.070s] 2019-01-03 20:31:14,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:14.598 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.419s] 2019-01-03 20:31:15,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:15.284 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.684s] 2019-01-03 20:31:15,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:15.752 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.467s] 2019-01-03 20:31:16,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:16.098 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.346s] 2019-01-03 20:31:17,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:17.116 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.016s] 2019-01-03 20:31:17,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:17.519 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.403s] 2019-01-03 20:31:17,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:17.925 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.405s] 2019-01-03 20:31:19,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:19.385 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.457s] 2019-01-03 20:31:19,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:19.630 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.243s] 2019-01-03 20:31:20,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:20.231 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.603s] 2019-01-03 20:31:20,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:20.301 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.070s] 2019-01-03 20:31:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:20.687 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.385s] 2019-01-03 20:31:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:21.375 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.686s] 2019-01-03 20:31:34,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:34.274 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [3.197s] 2019-01-03 20:31:34,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:34.436 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.164s] 2019-01-03 20:31:34,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:34.842 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.405s] 2019-01-03 20:31:46,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:46.972 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.543s] 2019-01-03 20:31:52,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:52.205 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.169s] 2019-01-03 20:31:54,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:31:54.131 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.923s] 2019-01-03 20:32:00,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:32:00.444 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.358s] 2019-01-03 20:32:00,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:32:00.605 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.160s] 2019-01-03 20:32:00,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:32:00.778 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.173s] 2019-01-03 20:32:00,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:32:00.969 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.191s] 2019-01-03 20:32:06,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:32:06.056 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.171s] 2019-01-03 20:33:39,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 20:33:39.755 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [214.565s] 2019-01-03 20:33:46,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4b977b45-5433-4669-a576-80bc9fb6f12d 2019-01-03 20:33:46,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4b977b45-5433-4669-a576-80bc9fb6f12d']'. 2019-01-03 20:33:47,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 20:33:47,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 20:33:47,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4b977b45-5433-4669-a576-80bc9fb6f12d | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 20:08:19 | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 20:33:45 | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:26 | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 20:33:47,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 821da98a-5062-4710-81bb-ddd86db31921) | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 39c59bd7-e652-4a81-a913-aad0e6aaf528) | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1515.842 | 2019-01-03 20:33:47,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1059 | 2019-01-03 20:33:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2019-01-03 20:33:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 20:33:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 20:33:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 19 | 2019-01-03 20:33:47,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 20:33:47,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 20:33:47,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 20:33:48,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.2374768089% 2019-01-03 20:33:48,095 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:42 | PASS | +-------------------------------+------------------+------------------+----------------+ 2019-01-03 20:33:48,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 20:33:48,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:33:49,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-adc75f72-f527-4c12-a6a1-41cd1ce22d63 Date: Thu, 03 Jan 2019 20:33:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:33:49,213 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf used request id req-adc75f72-f527-4c12-a6a1-41cd1ce22d63 2019-01-03 20:33:49,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11546802521s 2019-01-03 20:33:49,213 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d8598bff-e235-41f9-a658-d066f98512bf used request id req-adc75f72-f527-4c12-a6a1-41cd1ce22d63 2019-01-03 20:33:49,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 20:33:49,217 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48b4ac2b-1431-490f-984d-2cbe18437a5a x-compute-request-id: req-48b4ac2b-1431-490f-984d-2cbe18437a5a Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/260e5d3b-72fa-485a-a488-1947f0a02821", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "260e5d3b-72fa-485a-a488-1947f0a02821", "name": "tempest_full_parallel-flavor_alt_36bc7177-86c6-4312-ba87-b38a253f2073", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2de2a81a-0586-4c84-9b08-c5cde177d15b", "name": "tempest_full_parallel-flavor_36bc7177-86c6-4312-ba87-b38a253f2073", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 20:33:49,412 - 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-48b4ac2b-1431-490f-984d-2cbe18437a5a 2019-01-03 20:33:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.198603868484s 2019-01-03 20:33:49,413 - 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-48b4ac2b-1431-490f-984d-2cbe18437a5a 2019-01-03 20:33:49,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 20:33:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:49,463 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e8074d1-6343-4cc5-9fd6-ae50c3d2ba8e x-compute-request-id: req-3e8074d1-6343-4cc5-9fd6-ae50c3d2ba8e Content-Length: 0 Content-Type: application/json 2019-01-03 20:33:49,463 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821 used request id req-3e8074d1-6343-4cc5-9fd6-ae50c3d2ba8e 2019-01-03 20:33:49,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0472769737244s 2019-01-03 20:33:49,463 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/260e5d3b-72fa-485a-a488-1947f0a02821 used request id req-3e8074d1-6343-4cc5-9fd6-ae50c3d2ba8e 2019-01-03 20:33:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 20:33:49,464 - 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}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:33:49,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-034661f9-0e10-41a1-a0a9-972a8733b244 Date: Thu, 03 Jan 2019 20:33:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "metadata": {}}], "file": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/file", "owner": "5e2dd261ca1f418e9939b0ba81a5369a", "id": "e3ddf05e-d39b-4f59-97fb-270f56ca5201", "size": 12716032, "self": "/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201", "disk_format": "qcow2", "direct_url": "rbd://423ccf25-ce49-4b52-bb12-6e27547368a0/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T20:08:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_36bc7177-86c6-4312-ba87-b38a253f2073", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T20:08:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 20:33:49,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-034661f9-0e10-41a1-a0a9-972a8733b244 2019-01-03 20:33:49,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189213991165s 2019-01-03 20:33:49,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-034661f9-0e10-41a1-a0a9-972a8733b244 2019-01-03 20:33:49,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 20:33:49,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3c398d11fc9d61b691d5ca34b081074322d8e5e3" 2019-01-03 20:33:51,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6398ead7-5197-43af-b917-2a3902bc4d76 Date: Thu, 03 Jan 2019 20:33:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 20:33:51,834 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201 used request id req-6398ead7-5197-43af-b917-2a3902bc4d76 2019-01-03 20:33:51,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.17907595634s 2019-01-03 20:33:51,834 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e3ddf05e-d39b-4f59-97fb-270f56ca5201 used request id req-6398ead7-5197-43af-b917-2a3902bc4d76 2019-01-03 20:33:51,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 20:33:51,838 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:51,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33: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-20c3a699-3dd4-47c7-8611-237a370aa69e x-compute-request-id: req-20c3a699-3dd4-47c7-8611-237a370aa69e Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2de2a81a-0586-4c84-9b08-c5cde177d15b", "name": "tempest_full_parallel-flavor_36bc7177-86c6-4312-ba87-b38a253f2073", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/adf8da88-8572-4507-baf8-fa5e1eb8274a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "adf8da88-8572-4507-baf8-fa5e1eb8274a", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 20:33:51,865 - 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-20c3a699-3dd4-47c7-8611-237a370aa69e 2019-01-03 20:33:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0300002098083s 2019-01-03 20:33:51,865 - 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-20c3a699-3dd4-47c7-8611-237a370aa69e 2019-01-03 20:33:51,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 20:33:51,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:51,918 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 20:33: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-8c19987b-f2d9-4c80-ae78-b71de7702cd8 x-compute-request-id: req-8c19987b-f2d9-4c80-ae78-b71de7702cd8 Content-Length: 0 Content-Type: application/json 2019-01-03 20:33:51,918 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b used request id req-8c19987b-f2d9-4c80-ae78-b71de7702cd8 2019-01-03 20:33:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0506219863892s 2019-01-03 20:33:51,919 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2de2a81a-0586-4c84-9b08-c5cde177d15b used request id req-8c19987b-f2d9-4c80-ae78-b71de7702cd8 2019-01-03 20:33:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 20:33:51,920 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a3e6c8-ac6e-4303-92e9-0fb676f1d0eb Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/1b92d1d5723244f5a700520468efc66b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b92d1d5723244f5a700520468efc66b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/23bb89a7d53c4644a17bb9ce442e22fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23bb89a7d53c4644a17bb9ce442e22fd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/26db7d34d54d4c0bbaaf57b818a0efeb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26db7d34d54d4c0bbaaf57b818a0efeb", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2ecc47f26b894493b6ac7d4c68bf3982"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ecc47f26b894493b6ac7d4c68bf3982", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/69b7065a1c6a49ef9ca140fa3be4c426"}, "domain_id": "3f3bebb8d89c4158ace76d8084d5e288", "enabled": true, "options": {}, "id": "69b7065a1c6a49ef9ca140fa3be4c426", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/76dca1eb88a448b7838f4971613fae1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76dca1eb88a448b7838f4971613fae1e", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/7bb9cd6040b2422684ddaff6da38104e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7bb9cd6040b2422684ddaff6da38104e", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/9a1874680bff42dd888009a05bd24081"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a1874680bff42dd888009a05bd24081", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/9a88787094aa4bd0b252df451f96f4da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a88787094aa4bd0b252df451f96f4da", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ba412243c8c742c8981728e763645ad4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba412243c8c742c8981728e763645ad4", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/caf12cfbd53244148de18f51df9d249f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "caf12cfbd53244148de18f51df9d249f", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073", "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "domain_id": "default", "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/dc3dc1833bda475298b9aaf790e1300c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc3dc1833bda475298b9aaf790e1300c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/e568c9a0286946d1ace943ef1e233145"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e568c9a0286946d1ace943ef1e233145", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fe0f30cca42c47108f5f58023a7d3916"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe0f30cca42c47108f5f58023a7d3916", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-03 20:33:52,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-53a3e6c8-ac6e-4303-92e9-0fb676f1d0eb 2019-01-03 20:33:52,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964698791504s 2019-01-03 20:33:52,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-53a3e6c8-ac6e-4303-92e9-0fb676f1d0eb 2019-01-03 20:33:52,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 20:33:52,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf8b953-a95a-4505-9406-dcacf0c4deca Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4"}, "enabled": true, "id": "cd99ff80d7eb4bd58555438ca20860d4", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_36bc7177-86c6-4312-ba87-b38a253f2073"}} 2019-01-03 20:33:52,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 used request id req-1cf8b953-a95a-4505-9406-dcacf0c4deca 2019-01-03 20:33:52,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950751304626s 2019-01-03 20:33:52,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 used request id req-1cf8b953-a95a-4505-9406-dcacf0c4deca 2019-01-03 20:33:52,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 20:33:52,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7691d810-a6e3-4a15-9139-70a6523a0008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:33:52,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 used request id req-7691d810-a6e3-4a15-9139-70a6523a0008 2019-01-03 20:33:52,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193988084793s 2019-01-03 20:33:52,313 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/cd99ff80d7eb4bd58555438ca20860d4 used request id req-7691d810-a6e3-4a15-9139-70a6523a0008 2019-01-03 20:33:52,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 20:33:52,314 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d336af95-9045-44d8-82fd-4d65765bf771 Content-Encoding: gzip Content-Length: 386 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/49b1d8a90b6c465f881e4e04d0e1bfe1"}, "enabled": true, "id": "49b1d8a90b6c465f881e4e04d0e1bfe1", "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/50cf814db17c4f9781b384d7d8ffea1d"}, "enabled": true, "id": "50cf814db17c4f9781b384d7d8ffea1d", "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/5e2dd261ca1f418e9939b0ba81a5369a"}, "enabled": true, "id": "5e2dd261ca1f418e9939b0ba81a5369a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_36bc7177-86c6-4312-ba87-b38a253f2073"}]} 2019-01-03 20:33:52,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d336af95-9045-44d8-82fd-4d65765bf771 2019-01-03 20:33:52,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0766041278839s 2019-01-03 20:33:52,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d336af95-9045-44d8-82fd-4d65765bf771 2019-01-03 20:33:52,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 20:33:52,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92831e73-16f5-42ce-8f1b-addd1cdd6345 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:33:52,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a used request id req-92831e73-16f5-42ce-8f1b-addd1cdd6345 2019-01-03 20:33:52,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150861978531s 2019-01-03 20:33:52,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5e2dd261ca1f418e9939b0ba81a5369a used request id req-92831e73-16f5-42ce-8f1b-addd1cdd6345 2019-01-03 20:33:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 20:33:52,545 - 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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44befb4c-dba3-4337-8de4-fbdedf971325 Content-Encoding: gzip Content-Length: 314 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": "37b55db406dd4de591a5db8752296d19", "links": {"self": "http://172.30.9.30:5000/v3/roles/37b55db406dd4de591a5db8752296d19"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "3f2cda8e29f1447c825bce8f5aa1141c", "links": {"self": "http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b01f7d4f187c48bea09538a33c639e9e", "links": {"self": "http://172.30.9.30:5000/v3/roles/b01f7d4f187c48bea09538a33c639e9e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed37c29d5a2b4ecea909d2921dcc49dd", "links": {"self": "http://172.30.9.30:5000/v3/roles/ed37c29d5a2b4ecea909d2921dcc49dd"}, "name": "admin"}]} 2019-01-03 20:33:52,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-44befb4c-dba3-4337-8de4-fbdedf971325 2019-01-03 20:33:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831680297852s 2019-01-03 20:33:52,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 20:33:52,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 20:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2a2332b-e796-4352-9080-77b05e5584b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 20:33:52,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/3f2cda8e29f1447c825bce8f5aa1141c used request id req-a2a2332b-e796-4352-9080-77b05e5584b4 2019-01-03 20:33:52,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.120898962021s 2019-01-03 20:33:52,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 20:33:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5e2dd261ca1f418e9939b0ba81a5369a&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}4069d5e6898d367c3e6b77eeb818c199b83ab38d" 2019-01-03 20:33:52,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-09df7c67-4c19-4a75-bf47-83b1e7dd610a Date: Thu, 03 Jan 2019 20:33:52 GMT RESP BODY: {"security_groups": []} 2019-01-03 20:33:52,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5e2dd261ca1f418e9939b0ba81a5369a&name=default used request id req-09df7c67-4c19-4a75-bf47-83b1e7dd610a 2019-01-03 20:33:52,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184077978134s 2019-01-03 20:33:52,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5e2dd261ca1f418e9939b0ba81a5369a&name=default used request id req-09df7c67-4c19-4a75-bf47-83b1e7dd610a 2019-01-03 20:33:52,937 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK